Home
last modified time | relevance | path

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

1234567

/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 SUBSAMPLE(kHeight, SRC_SUBSAMP_Y) + OFF); \
44 SUBSAMPLE(kHeight, SRC_SUBSAMP_Y) + OFF); \
61 src_y[i * kWidth + j + OFF] = (fastrand() & 0xff); \
64 src_u[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \
66 src_v[(i * SUBSAMPLE(kWidth, SRC_SUBSAMP_X)) + j + OFF] = \
81 SRC_FMT_PLANAR##To##FMT_PLANAR(src_y + OFF, kWidth, \
82 src_u + OFF, \
84 src_v + OFF, \
[all …]
/external/clang/cmake/caches/
DApple-stage2.cmake6 set(LLVM_INCLUDE_TESTS OFF CACHE BOOL "")
7 set(LLVM_INCLUDE_EXAMPLES OFF CACHE BOOL "")
8 set(LLVM_INCLUDE_UTILS OFF CACHE BOOL "")
9 set(LLVM_INCLUDE_DOCS OFF CACHE BOOL "")
10 set(CLANG_INCLUDE_TESTS OFF CACHE BOOL "")
11 set(COMPILER_RT_INCLUDE_TESTS OFF CACHE BOOL "")
12 set(COMPILER_RT_BUILD_SANITIZERS OFF CACHE BOOL "")
20 set(LIBCXX_INSTALL_LIBRARY OFF CACHE BOOL "")
21 set(LIBCXX_INSTALL_HEADERS OFF CACHE BOOL "")
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 "")
24 set(LIBCXX_INSTALL_LIBRARY OFF CACHE BOOL "")
/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/dbus/
DREADME.cmake106 DBUS_DISABLE_ASSERTS:BOOL=OFF
109 DBUS_DISABLE_CHECKS:BOOL=OFF
112 DBUS_ENABLE_ANSI:BOOL=OFF
115 DBUS_ENABLE_DOXYGEN_DOCS:BOOL=OFF
118 DBUS_ENABLE_STATS:BOOL=OFF
127 DBUS_HAVE_ATOMIC_INT:BOOL=OFF
130 DBUS_INSTALL_SYSTEM_LIBS:BOOL=OFF
139 DBUS_USE_ATOMIC_INT_486:BOOL=OFF
141 // Use expat (== ON) or libxml2 (==OFF)
146 DBUS_USE_OUTPUT_DEBUG_STRING:BOOL=OFF
[all …]
/external/pdfium/third_party/zlib_v128/
Dinffast.c25 # define OFF 0 macro
28 # define OFF 1 macro
99 in = strm->next_in - OFF; in inflate_fast()
101 out = strm->next_out - OFF; in inflate_fast()
216 from = window - OFF; in inflate_fast()
235 from = window - OFF; in inflate_fast()
316 strm->next_in = in + OFF; in inflate_fast()
317 strm->next_out = out + OFF; in inflate_fast()
/external/zlib/src/
Dinffast.c25 # define OFF 0 macro
28 # define OFF 1 macro
99 in = strm->next_in - OFF;
101 out = strm->next_out - OFF;
216 from = window - OFF;
235 from = window - OFF;
316 strm->next_in = in + OFF;
317 strm->next_out = out + OFF;
/external/llvm/test/CodeGen/PowerPC/
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 …]
Df32-to-i64.ll16 ; CHECK: stfd [[REG1]], [[OFF:[0-9]+]](1)
17 ; CHECK-DAG: lwz 3, [[OFF]](1)
/external/llvm/
DCMakeLists.txt93 option(LLVM_INSTALL_UTILS "Include utility binaries in the 'install' target." OFF)
95 option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF)
105 "Append the version control system revision id to LLVM version" OFF)
231 "Build all libraries as shared libraries instead of static" OFF)
248 option(LLVM_ENABLE_FFI "Use libffi to call external functions from the interpreter" OFF)
274 option(LLVM_ENABLE_MODULES "Compile with C++ modules enabled." OFF)
275 option(LLVM_ENABLE_CXX1Y "Compile with C++1y enabled." OFF)
276 option(LLVM_ENABLE_LIBCXX "Use libc++ if available." OFF)
277 option(LLVM_ENABLE_LIBCXXABI "Use libc++abi when using libc++." OFF)
279 option(LLVM_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)
[all …]
/external/clang/test/Preprocessor/
Dpragma_unknown.c10 #pragma STDC FP_CONTRACT OFF
15 #pragma STDC FENV_ACCESS OFF
20 #pragma STDC CX_LIMITED_RANGE OFF
/external/curl/
DCMakeLists.txt75 option(CURL_STATICLIB "Set to ON to build libcurl with static linking." OFF)
76 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
77 option(ENABLE_THREADED_RESOLVER "Set to ON to enable POSIX threaded DNS lookup" OFF)
79 option(ENABLE_DEBUG "Set to ON to enable curl debug features" OFF)
80 option(ENABLE_CURLDEBUG "Set to ON to build with TrackMemory feature enabled" OFF)
111 option(BUILD_RELEASE_DEBUG_DIRS "Set OFF to build each configuration to a separate directory" OFF)
118 …ion(HTTP_ONLY "disables all protocols except HTTP (This overrides all CURL_DISABLE_* options)" OFF)
120 option(CURL_DISABLE_FTP "disables FTP" OFF)
122 option(CURL_DISABLE_LDAP "disables LDAP" OFF)
124 option(CURL_DISABLE_TELNET "disables Telnet" OFF)
[all …]
/external/eigen/
DCMakeLists.txt94 option(EIGEN_BUILD_BTL "Build benchmark suite" OFF)
103 option(EIGEN_DEFAULT_TO_ROW_MAJOR "Use row-major as default matrix storage order" OFF)
169 option(EIGEN_TEST_SSE2 "Enable/Disable SSE2 in tests/examples" OFF)
175 option(EIGEN_TEST_SSE3 "Enable/Disable SSE3 in tests/examples" OFF)
181 option(EIGEN_TEST_SSSE3 "Enable/Disable SSSE3 in tests/examples" OFF)
187 option(EIGEN_TEST_SSE4_1 "Enable/Disable SSE4.1 in tests/examples" OFF)
193 option(EIGEN_TEST_SSE4_2 "Enable/Disable SSE4.2 in tests/examples" OFF)
199 option(EIGEN_TEST_ALTIVEC "Enable/Disable AltiVec in tests/examples" OFF)
205 option(EIGEN_TEST_NEON "Enable/Disable Neon in tests/examples" OFF)
213 option(EIGEN_TEST_OPENMP "Enable/Disable OpenMP in tests/examples" OFF)
[all …]
/external/guice/core/src/com/google/inject/internal/
DInternalFlags.java45 OFF, enumConstant
57 OFF, enumConstant
90 CustomClassLoadingOption.BRIDGE, CustomClassLoadingOption.OFF); in parseCustomClassLoadingOption()
/external/clang/test/Parser/
Dpragma-optimize-diagnostics.cpp17 #define OFF off macro
19 #pragma clang optimize OFF
Dopencl-pragma.cl13 #pragma OPENCL FP_CONTRACT OFF
15 #pragma OPENCL FP_CONTRACT FOO // expected-warning {{expected 'ON' or 'OFF' or 'DEFAULT' in pragma}}
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
DLevel.java54 final static public Level OFF = new Level(OFF_INT, "OFF", 0); field in Level
144 return OFF; in toLevel()
176 return Level.OFF; in toLevel()
/external/avahi/common/
Ddoxygen.m410 # DX_???_FEATURE(ON|OFF) - control the default setting fo a Doxygen feature.
45 AC_DEFUN([DX_FEATURE_man], OFF)
47 AC_DEFUN([DX_FEATURE_chm], OFF)
48 AC_DEFUN([DX_FEATURE_chi], OFF)
49 AC_DEFUN([DX_FEATURE_rtf], OFF)
50 AC_DEFUN([DX_FEATURE_xml], OFF)
69 # DX_IF_FEATURE(FEATURE, IF-ON, IF-OFF)
109 # REQUIRE, DO-IF-ON, DO-IF-OFF)
116 # DO-IF-ON or DO-IF-OFF are called according to the final state of the feature.
/external/autotest/client/cros/cellular/
Dcellular.py128 UeC2kDataStatus.OFF: UeGenericDataStatus.NONE,
144 UeLteDataStatus.OFF: UeGenericDataStatus.NONE,
156 OFF = -200 variable in Power
/external/deqp/
DCMakeLists.txt18 set(DEQP_SUPPORT_GLES1 OFF) # Is GLESv1 supported
21 set(DEQP_SUPPORT_GLES2 OFF) # Is GLESv2 supported
24 set(DEQP_SUPPORT_GLES3 OFF) # Is GLESv3 supported
27 set(DEQP_SUPPORT_VG OFF) # Is VG supported
30 set(DEQP_SUPPORT_EGL OFF) # Is EGL supported
33 set(DEQP_SUPPORT_GLX OFF) # Is GLX supported
34 set(DEQP_SUPPORT_WGL OFF) # Is WGL supported
38 set(DEQP_SUPPORT_OPENGL OFF) # Is OpenGL supported on platform
/external/deqp/targets/gles3_wrapper/
Dgles3_wrapper.cmake5 set(DEQP_SUPPORT_GLES2 OFF)
6 set(DEQP_SUPPORT_EGL OFF)
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DStreamHandlerTest.java389 r.setLevel(Level.OFF); in testIsLoggable_NoOutputStream()
390 h.setLevel(Level.OFF); in testIsLoggable_NoOutputStream()
409 r.setLevel(Level.OFF); in testIsLoggable_NoFilter()
410 h.setLevel(Level.OFF); in testIsLoggable_NoFilter()
466 r.setLevel(Level.OFF); in testPublish_NoOutputStream()
467 h.setLevel(Level.OFF); in testPublish_NoOutputStream()
497 r.setLevel(Level.OFF); in testPublish_NoFilter()
498 h.setLevel(Level.OFF); in testPublish_NoFilter()
532 r.setLevel(Level.OFF); in testPublish_WithFilter()
533 h.setLevel(Level.OFF); in testPublish_WithFilter()
/external/pcre/dist/
DCMakeLists.txt116 SET(BUILD_SHARED_LIBS OFF CACHE BOOL
121 OPTION(PCRE_BUILD_PCRE16 "Build 16 bit PCRE library" OFF)
123 OPTION(PCRE_BUILD_PCRE32 "Build 32 bit PCRE library" OFF)
127 SET(PCRE_EBCDIC OFF CACHE BOOL
130 SET(PCRE_EBCDIC_NL25 OFF CACHE BOOL
151 SET(PCRE_NO_RECURSE OFF CACHE BOOL
157 SET(PCRE_SUPPORT_JIT OFF CACHE BOOL
163 SET(PCRE_SUPPORT_UTF OFF CACHE BOOL
166 SET(PCRE_SUPPORT_UNICODE_PROPERTIES OFF CACHE BOOL
169 SET(PCRE_SUPPORT_BSR_ANYCRLF OFF CACHE BOOL
[all …]
/external/parameter-framework/upstream/doc/
DCMakeLists.txt30 # Else, set to OFF.
35 "DOXYGEN" OFF)
43 " install it or deactivate graph generation (DOXYGEN_GRAPHS=OFF).")
/external/llvm/docs/
DCMake.rst144 variables, with possible values ON/OFF. Options and variables are defined on the
199 OFF. This option is only recommended for use by LLVM developers.
224 Build LLVM examples. Defaults to OFF. Targets for building each example are
233 Build LLVM unit tests. Defaults to OFF. Targets for building each unit test
248 cmake must be invoked before the build. Defaults to OFF.
254 Build in C++1y mode, if available. Defaults to OFF.
263 that need to propagate through LLVM code. Defaults to OFF.
270 Build LLVM with run-time type information. Defaults to OFF.
280 Stop and fail the build, if a compiler warning is triggered. Defaults to OFF.
293 available only on some 64-bit Unix systems. Defaults to OFF.
[all …]

1234567