Home
last modified time | relevance | path

Searched refs:OFF (Results 1 – 25 of 525) sorted by relevance

12345678910>>...21

/external/python/cpython2/Modules/
Dsunaudiodev.c346 #define OFF(x) offsetof(audio_info_t,x) macro
348 { "i_sample_rate", T_UINT, OFF(record.sample_rate) },
349 { "i_channels", T_UINT, OFF(record.channels) },
350 { "i_precision", T_UINT, OFF(record.precision) },
351 { "i_encoding", T_UINT, OFF(record.encoding) },
352 { "i_gain", T_UINT, OFF(record.gain) },
353 { "i_port", T_UINT, OFF(record.port) },
354 { "i_samples", T_UINT, OFF(record.samples) },
355 { "i_eof", T_UINT, OFF(record.eof) },
356 { "i_pause", T_UBYTE, OFF(record.pause) },
[all …]
/external/libyuv/files/unit_test/
Dconvert_test.cc34 FMT_PLANAR, SUBSAMP_X, SUBSAMP_Y, W1280, N, NEG, OFF) \ argument
38 align_buffer_page_end(src_y, kWidth* kHeight + OFF); \
41 OFF); \
44 OFF); \
57 src_y[i * kWidth + j + OFF] = (fastrand() & 0xff); \
60 src_u[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \
62 src_v[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \
78 src_y + OFF, kWidth, src_u + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), \
79 src_v + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), dst_y_c, kWidth, \
85 src_y + OFF, kWidth, src_u + OFF, SUBSAMPLE(kWidth, SRC_SUBSAMP_X), \
[all …]
/external/clang/cmake/caches/
DApple-stage1.cmake12 set(LLVM_INCLUDE_TESTS OFF CACHE BOOL "")
13 set(LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "")
14 set(LLVM_INCLUDE_UTILS OFF CACHE BOOL "")
15 set(LLVM_INCLUDE_DOCS OFF CACHE BOOL "")
16 set(CLANG_INCLUDE_TESTS OFF CACHE BOOL "")
17 set(COMPILER_RT_INCLUDE_TESTS OFF CACHE BOOL "")
18 set(COMPILER_RT_BUILD_SANITIZERS OFF CACHE BOOL "")
20 set(LLVM_ENABLE_ZLIB OFF CACHE BOOL "")
21 set(LLVM_ENABLE_BACKTRACES OFF CACHE BOOL "")
22 set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")
[all …]
DApple-stage2.cmake6 set(LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "")
7 set(LLVM_INCLUDE_DOCS OFF CACHE BOOL "")
8 set(LLVM_TOOL_CLANG_TOOLS_EXTRA_BUILD OFF CACHE BOOL "")
9 set(CLANG_TOOL_SCAN_BUILD_BUILD OFF CACHE BOOL "")
10 set(CLANG_TOOL_SCAN_VIEW_BUILD OFF CACHE BOOL "")
14 set(LLVM_ENABLE_BACKTRACES OFF CACHE BOOL "")
16 set(CLANG_PLUGIN_SUPPORT OFF CACHE BOOL "")
32 set(LIBCXX_INSTALL_LIBRARY OFF CACHE BOOL "")
34 set(LIBCXX_INCLUDE_TESTS OFF CACHE BOOL "")
/external/u-boot/doc/
DREADME.b4860qds122 SW1 OFF [0] OFF [0] OFF [0] OFF [0] OFF [0] OFF [0] OFF [0] OFF [0]
123 SW2 ON ON ON ON ON ON OFF OFF
124 SW3 OFF OFF OFF ON OFF OFF ON OFF
125 SW5 OFF OFF OFF OFF OFF OFF ON ON
147 SW1 OFF[0] OFF [0] OFF [0] OFF [0] OFF [0] OFF [0] OFF [0] OFF [0]
148 SW2 ON OFF ON OFF ON ON OFF OFF
149 SW3 OFF OFF OFF ON OFF OFF ON OFF
150 SW5 OFF OFF OFF OFF OFF OFF ON ON
/external/autotest/server/site_tests/firmware_Cr50CCDServoCap/
Dfirmware_Cr50CCDServoCap.py36 OFF = 1 variable in firmware_Cr50CCDServoCap
74 'reset_ccd state' : [OFF, OFF, OFF],
82 'rdd attach, fake_servo off, rdd detach' : [OFF, OFF, OFF],
84 'rdd attach, fake_servo on, rdd detach' : [OFF, OFF, ON],
93 'fake_servo on' : [OFF, OFF, ON],
98 'fake_servo on, cr50_run reboot' : [OFF, OFF, ON],
153 if not self.state_matches(self.get_ccdstate(), 'Servo', self.OFF):
/external/u-boot/lib/zlib/
Dinffast.c27 # define OFF 0 macro
30 # define OFF 1 macro
100 in = strm->next_in - OFF; in inflate_fast()
110 out = strm->next_out - OFF; in inflate_fast()
203 from = window - OFF; in inflate_fast()
222 from = window - OFF; in inflate_fast()
262 if (!((long)(out - 1 + OFF) & 1)) { in inflate_fast()
266 sout = (unsigned short *)(out - OFF); in inflate_fast()
270 sfrom = (unsigned short *)(from - OFF); in inflate_fast()
275 out = (unsigned char *)sout + OFF; in inflate_fast()
[all …]
/external/tensorflow/tensorflow/core/grappler/clusters/
Dcluster.cc76 rewriter_config->set_layout_optimizer(RewriterConfig::OFF); in DisableOptimizer()
78 rewriter_config->set_function_optimization(RewriterConfig::OFF); in DisableOptimizer()
79 rewriter_config->set_arithmetic_optimization(RewriterConfig::OFF); in DisableOptimizer()
80 rewriter_config->set_loop_optimization(RewriterConfig::OFF); in DisableOptimizer()
81 rewriter_config->set_dependency_optimization(RewriterConfig::OFF); in DisableOptimizer()
82 rewriter_config->set_constant_folding(RewriterConfig::OFF); in DisableOptimizer()
84 rewriter_config->set_shape_optimization(RewriterConfig::OFF); in DisableOptimizer()
85 rewriter_config->set_remapping(RewriterConfig::OFF); in DisableOptimizer()
86 rewriter_config->set_pin_to_host_optimization(RewriterConfig::OFF); in DisableOptimizer()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Dcsr-aliases.s15 # RUN: | FileCheck -check-prefix=CHECK-EXT-F-OFF %s
18 # RUN: | FileCheck -check-prefix=CHECK-EXT-F-OFF %s
34 # RUN: | FileCheck -check-prefix=CHECK-EXT-F-OFF %s
37 # RUN: | FileCheck -check-prefix=CHECK-EXT-F-OFF %s
43 # CHECK-EXT-F-OFF: csrr t0, 3
49 # CHECK-EXT-F-OFF: csrrw t1, 3, t2
55 # CHECK-EXT-F-OFF: csrw 3, t2
61 # CHECK-EXT-F-OFF: csrw 3, t2
67 # CHECK-EXT-F-OFF: csrrw t0, 2, zero
73 # CHECK-EXT-F-OFF: csrrw t0, 2, t1
[all …]
/external/iproute2/include/
Dbpf_util.h179 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
184 .off = OFF, \
189 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
194 .off = OFF, \
199 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
204 .off = OFF, \
209 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
214 .off = OFF, \
219 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
224 .off = OFF, \
[all …]
/external/bcc/src/cc/
Dlibbpf.h218 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
223 .off = OFF, \
228 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
233 .off = OFF, \
238 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
243 .off = OFF, \
248 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
253 .off = OFF, \
258 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
263 .off = OFF, \
[all …]
/external/bcc/src/cc/includes/
Dlibbpf.h218 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
223 .off = OFF, \
228 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
233 .off = OFF, \
238 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
243 .off = OFF, \
248 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
253 .off = OFF, \
258 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
263 .off = OFF, \
[all …]
/external/deqp-deps/glslang/Test/
DcppIndent.vert15 #ifdef OFF
25 #if defined(OFF)
35 #if !defined(OFF)
40 #if defined (ON) && defined (OFF)
45 #if defined ( ON ) && ! defined(OFF)
50 #if defined(OFF) || defined(ON)
DcppNest.vert14 #ifdef OFF
27 #if defined(OFF)
59 #if !defined(OFF)
63 #if defined(ON) && !defined(OFF)
67 #if defined(OFF) || defined(ON)
71 #if defined(ON) && defined(OFF)
74 #elif !defined(OFF)
/external/eigen/bench/btl/libs/eigen3/
DCMakeLists.txt24 option(BTL_BENCH_NOGCCVEC "also bench Eigen explicit vec without GCC's auto vec" OFF)
39 btl_add_bench(btl_eigen3_novec_linear main_linear.cpp OFF)
40 btl_add_bench(btl_eigen3_novec_vecmat main_vecmat.cpp OFF)
41 btl_add_bench(btl_eigen3_novec_matmat main_matmat.cpp OFF)
42 btl_add_bench(btl_eigen3_novec_adv main_adv.cpp OFF)
54 btl_add_bench(btl_tiny_eigen3 btl_tiny_eigen3.cpp OFF)
57 btl_add_bench(btl_tiny_eigen3_novec btl_tiny_eigen3.cpp OFF)
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DZip64ExtendedInformationExtraFieldTest.java34 private static final ZipEightByteInteger OFF = field in Zip64ExtendedInformationExtraFieldTest
53 new Zip64ExtendedInformationExtraField(SIZE, CSIZE, OFF, null); in testWriteCDSizeAndOffset()
64 new Zip64ExtendedInformationExtraField(SIZE, CSIZE, OFF, DISK); in testWriteCDSizeOffsetAndDisk()
105 System.arraycopy(OFF.getBytes(), 0, b, 16, 8); in testReadLFHSizesAndOffset()
109 assertEquals(OFF, f.getRelativeHeaderOffset()); in testReadLFHSizesAndOffset()
120 System.arraycopy(OFF.getBytes(), 0, b, 16, 8); in testReadLFHSizesOffsetAndDisk()
125 assertEquals(OFF, f.getRelativeHeaderOffset()); in testReadLFHSizesOffsetAndDisk()
151 System.arraycopy(OFF.getBytes(), 0, b, 16, 8); in testReadCDSizesOffsetAndDisk()
156 assertEquals(OFF, f.getRelativeHeaderOffset()); in testReadCDSizesOffsetAndDisk()
167 System.arraycopy(OFF.getBytes(), 0, b, 16, 8); in testReadCDSizesAndOffset()
[all …]
/external/tensorflow/tensorflow/python/grappler/
Dmemory_optimizer_test.py58 constant_folding=rewriter_config_pb2.RewriterConfig.OFF,
86 constant_folding=rewriter_config_pb2.RewriterConfig.OFF,
142 constant_folding=rewriter_config_pb2.RewriterConfig.OFF,
143 dependency_optimization=rewriter_config_pb2.RewriterConfig.OFF,
144 layout_optimizer=rewriter_config_pb2.RewriterConfig.OFF,
145 arithmetic_optimization=rewriter_config_pb2.RewriterConfig.OFF,
170 constant_folding=rewriter_config_pb2.RewriterConfig.OFF,
171 dependency_optimization=rewriter_config_pb2.RewriterConfig.OFF,
172 layout_optimizer=rewriter_config_pb2.RewriterConfig.OFF,
173 arithmetic_optimization=rewriter_config_pb2.RewriterConfig.OFF,
[all …]
/external/deqp/external/openglcts/
DCMakeLists.txt17 set(DEQP_GTF_AVAILABLE OFF)
23 set(GLCTS_GTF_SUPPORT_GLES32 OFF)
24 set(GLCTS_GTF_SUPPORT_GLES31 OFF)
25 set(GLCTS_GTF_SUPPORT_GLES3 OFF)
26 set(GLCTS_GTF_SUPPORT_GLES2 OFF)
27 set(GLCTS_GTF_SUPPORT_OPENGL OFF)
/external/tensorflow/tensorflow/core/grappler/utils/
Dgrappler_test.cc79 cfg->set_arithmetic_optimization(RewriterConfig::OFF); in GrapplerTest()
80 cfg->set_constant_folding(RewriterConfig::OFF); in GrapplerTest()
81 cfg->set_debug_stripper(RewriterConfig::OFF); in GrapplerTest()
82 cfg->set_dependency_optimization(RewriterConfig::OFF); in GrapplerTest()
83 cfg->set_function_optimization(RewriterConfig::OFF); in GrapplerTest()
84 cfg->set_implementation_selector(RewriterConfig::OFF); in GrapplerTest()
85 cfg->set_layout_optimizer(RewriterConfig::OFF); in GrapplerTest()
86 cfg->set_loop_optimization(RewriterConfig::OFF); in GrapplerTest()
87 cfg->set_pin_to_host_optimization(RewriterConfig::OFF); in GrapplerTest()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dpr26180.ll10 ; CHECK: stfd 1, [[OFF:.*]](1)
11 ; CHECK: lwz {{[0-9]*}}, [[OFF]](1)
13 ; GENERIC: stfd 1, [[OFF:.*]](1)
14 ; GENERIC: lwz {{[0-9]*}}, [[OFF]](1)
/external/llvm/test/CodeGen/PowerPC/
Dpr26180.ll10 ; CHECK: stfd 1, [[OFF:.*]](1)
11 ; CHECK: lwz {{[0-9]*}}, [[OFF]](1)
13 ; GENERIC: stfd 1, [[OFF:.*]](1)
14 ; GENERIC: lwz {{[0-9]*}}, [[OFF]](1)
Dppc64le-aggregates.ll187 ; CHECK: stw 10, [[OFF:.*]](1)
188 ; CHECK: lfs 1, [[OFF]](1)
203 ; CHECK-DAG: stfs 7, [[OFF:[0-9]+]](1)
204 ; CHECK-DAG: lwz 10, [[OFF]](1)
216 ; CHECK: stw [[REG]], [[OFF:.*]](1)
217 ; CHECK: lfs 1, [[OFF]](1)
254 ; CHECK: stw [[REG]], [[OFF:.*]](1)
255 ; CHECK: lfs 1, [[OFF]](1)
296 ; CHECK: std 10, [[OFF:.*]](1)
297 ; CHECK: lfd 1, [[OFF]](1)
[all …]
/external/libcxx/
DCMakeLists.txt43 set(LLVM_INCLUDE_TESTS OFF)
62 set(LIBCXX_TARGETING_MSVC OFF)
72 option(LIBCXX_ENABLE_ASSERTIONS "Enable assertions independent of build mode." OFF)
78 set(ENABLE_FILESYSTEM_DEFAULT OFF)
112 "LIBCXX_ENABLE_STATIC;LIBCXX_INSTALL_LIBRARY" OFF)
115 "LIBCXX_ENABLE_SHARED;LIBCXX_INSTALL_LIBRARY" OFF)
119 "LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY;LIBCXX_INSTALL_LIBRARY" OFF)
122 "LIBCXX_ENABLE_FILESYSTEM;LIBCXX_INSTALL_LIBRARY" OFF)
126 option(LIBCXX_ABI_UNSTABLE "Unstable ABI of libc++." OFF)
129 …E_FROM_ABI_PER_TU_BY_DEFAULT "Enable per TU ABI insulation by default. To be used by vendors." OFF)
[all …]
/external/eigen/
DCMakeLists.txt100 option(EIGEN_BUILD_BTL "Build benchmark suite" OFF)
111 option(EIGEN_DEFAULT_TO_ROW_MAJOR "Use row-major as default matrix storage order" OFF)
191 option(EIGEN_TEST_SSE2 "Enable/Disable SSE2 in tests/examples" OFF)
197 option(EIGEN_TEST_SSE3 "Enable/Disable SSE3 in tests/examples" OFF)
203 option(EIGEN_TEST_SSSE3 "Enable/Disable SSSE3 in tests/examples" OFF)
209 option(EIGEN_TEST_SSE4_1 "Enable/Disable SSE4.1 in tests/examples" OFF)
215 option(EIGEN_TEST_SSE4_2 "Enable/Disable SSE4.2 in tests/examples" OFF)
221 option(EIGEN_TEST_AVX "Enable/Disable AVX in tests/examples" OFF)
227 option(EIGEN_TEST_FMA "Enable/Disable FMA in tests/examples" OFF)
233 option(EIGEN_TEST_AVX512 "Enable/Disable AVX512 in tests/examples" OFF)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dlong-calls.ll2 ; RUN: | FileCheck -check-prefix=OFF %s
7 ; RUN: | FileCheck -check-prefix=OFF %s
10 ; RUN: | FileCheck -check-prefix=OFF %s
15 ; RUN: | FileCheck -check-prefix=OFF %s
27 ; OFF: jal callee
28 ; OFF: jal memset

12345678910>>...21