Home
last modified time | relevance | path

Searched refs:ON (Results 1 – 25 of 2269) sorted by relevance

12345678910>>...91

/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DBidiTest.txt123 ON; 3
142 ON; 4
249 ON LRE; 3
250 ON LRO; 3
251 ON RLE; 3
252 ON RLO; 3
253 ON PDF; 3
254 ON BN; 3
332 ON LRE; 4
333 ON LRO; 4
[all …]
DUnicodeData.txt34 0021;EXCLAMATION MARK;Po;0;ON;;;;;N;;;;;
35 0022;QUOTATION MARK;Po;0;ON;;;;;N;;;;;
39 0026;AMPERSAND;Po;0;ON;;;;;N;;;;;
40 0027;APOSTROPHE;Po;0;ON;;;;;N;APOSTROPHE-QUOTE;;;;
41 0028;LEFT PARENTHESIS;Ps;0;ON;;;;;Y;OPENING PARENTHESIS;;;;
42 0029;RIGHT PARENTHESIS;Pe;0;ON;;;;;Y;CLOSING PARENTHESIS;;;;
43 002A;ASTERISK;Po;0;ON;;;;;N;;;;;
60 003B;SEMICOLON;Po;0;ON;;;;;N;;;;;
61 003C;LESS-THAN SIGN;Sm;0;ON;;;;;Y;;;;;
62 003D;EQUALS SIGN;Sm;0;ON;;;;;N;;;;;
[all …]
DBidiCharacterTest.txt254 # bidirectional types (ON, L, and R) of length between 0 and 4, interleaved
262 # ON and ()
286 # ON, ON and ()
294 # ON, L and ()
306 # ON, R and ()
318 # L, ON and ()
348 # R, ON and ()
378 # ON, ON, ON and ()
382 # ON, ON, L and ()
392 # ON, ON, R and ()
[all …]
/external/icu/icu4c/source/test/testdata/
DBidiTest.txt123 ON; 3
142 ON; 4
249 ON LRE; 3
250 ON LRO; 3
251 ON RLE; 3
252 ON RLO; 3
253 ON PDF; 3
254 ON BN; 3
332 ON LRE; 4
333 ON LRO; 4
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DBidiTest.txt123 ON; 3
142 ON; 4
249 ON LRE; 3
250 ON LRO; 3
251 ON RLE; 3
252 ON RLO; 3
253 ON PDF; 3
254 ON BN; 3
332 ON LRE; 4
333 ON LRO; 4
[all …]
DUnicodeData.txt34 0021;EXCLAMATION MARK;Po;0;ON;;;;;N;;;;;
35 0022;QUOTATION MARK;Po;0;ON;;;;;N;;;;;
39 0026;AMPERSAND;Po;0;ON;;;;;N;;;;;
40 0027;APOSTROPHE;Po;0;ON;;;;;N;APOSTROPHE-QUOTE;;;;
41 0028;LEFT PARENTHESIS;Ps;0;ON;;;;;Y;OPENING PARENTHESIS;;;;
42 0029;RIGHT PARENTHESIS;Pe;0;ON;;;;;Y;CLOSING PARENTHESIS;;;;
43 002A;ASTERISK;Po;0;ON;;;;;N;;;;;
60 003B;SEMICOLON;Po;0;ON;;;;;N;;;;;
61 003C;LESS-THAN SIGN;Sm;0;ON;;;;;Y;;;;;
62 003D;EQUALS SIGN;Sm;0;ON;;;;;N;;;;;
[all …]
/external/autotest/server/site_tests/firmware_Cr50CCDServoCap/
Dfirmware_Cr50CCDServoCap.py34 ON = 0 variable in firmware_Cr50CCDServoCap
77 'rdd attach' : [ON, ON, UNDETECTABLE],
80 'rdd attach, fake_servo off' : [ON, ON, UNDETECTABLE],
82 'rdd attach, fake_servo on' : [ON, ON, UNDETECTABLE],
83 'rdd attach, fake_servo on, rdd detach' : [OFF, OFF, ON],
86 'rdd attach, fake_servo on, cr50_run reboot' : [ON, ON, ON],
89 [ON, ON, UNDETECTABLE],
92 'fake_servo on' : [OFF, OFF, ON],
95 'fake_servo on, rdd attach' : [ON, ON, ON],
96 'fake_servo on, rdd attach, cr50_run reboot' : [ON, ON, ON],
[all …]
/external/deqp-deps/amber/third_party/
DCMakeLists.txt17 set(gtest_force_shared_crt ON)
24 set(SPIRV_SKIP_TESTS ON CACHE BOOL ON)
29 set(ENABLE_HLSL ON CACHE BOOL ON)
30 set(BUILD_TESTING FALSE CACHE BOOL ON)
31 set(ENABLE_GLSLANG_BINARIES OFF CACHE BOOL ON)
32 set(ENABLE_SPVREMAPPER OFF CACHE BOOL ON)
40 set(SHADERC_SKIP_TESTS ON CACHE BOOL ON)
84 set(CMAKE_EXPORT_COMPILE_COMMANDS ON CACHE BOOL "")
85 set(LLVM_APPEND_VC_REV ON CACHE BOOL "")
87 set(LLVM_ENABLE_EH ON CACHE BOOL "")
[all …]
/external/icu/icu4c/source/data/unidata/
DUnicodeData.txt34 0021;EXCLAMATION MARK;Po;0;ON;;;;;N;;;;;
35 0022;QUOTATION MARK;Po;0;ON;;;;;N;;;;;
39 0026;AMPERSAND;Po;0;ON;;;;;N;;;;;
40 0027;APOSTROPHE;Po;0;ON;;;;;N;APOSTROPHE-QUOTE;;;;
41 0028;LEFT PARENTHESIS;Ps;0;ON;;;;;Y;OPENING PARENTHESIS;;;;
42 0029;RIGHT PARENTHESIS;Pe;0;ON;;;;;Y;CLOSING PARENTHESIS;;;;
43 002A;ASTERISK;Po;0;ON;;;;;N;;;;;
60 003B;SEMICOLON;Po;0;ON;;;;;N;;;;;
61 003C;LESS-THAN SIGN;Sm;0;ON;;;;;Y;;;;;
62 003D;EQUALS SIGN;Sm;0;ON;;;;;N;;;;;
[all …]
/external/deqp-deps/glslang/Test/
DcppIndent.vert3 #define ON
10 #ifdef ON
20 #if defined(ON)
30 #if !defined(ON)
40 #if defined (ON) && defined (OFF)
45 #if defined ( ON ) && ! defined(OFF)
50 #if defined(OFF) || defined(ON)
DcppNest.vert3 #define ON
10 #ifdef ON
19 #if defined(ON)
31 #if !defined(ON)
38 #ifdef ON
45 #ifdef ON
63 #if defined(ON) && !defined(OFF)
67 #if defined(OFF) || defined(ON)
71 #if defined(ON) && defined(OFF)
/external/angle/third_party/glslang/src/Test/
DcppIndent.vert3 #define ON
10 #ifdef ON
20 #if defined(ON)
30 #if !defined(ON)
40 #if defined (ON) && defined (OFF)
45 #if defined ( ON ) && ! defined(OFF)
50 #if defined(OFF) || defined(ON)
DcppNest.vert3 #define ON
10 #ifdef ON
19 #if defined(ON)
31 #if !defined(ON)
38 #ifdef ON
45 #ifdef ON
63 #if defined(ON) && !defined(OFF)
67 #if defined(OFF) || defined(ON)
71 #if defined(ON) && defined(OFF)
/external/clang/cmake/caches/
DApple-stage2.cmake12 set(CMAKE_MACOSX_RPATH ON CACHE BOOL "")
13 set(LLVM_ENABLE_ZLIB ON CACHE BOOL "")
15 set(LLVM_EXTERNALIZE_DEBUGINFO ON CACHE BOOL "")
19 set(LLVM_BUILD_EXTERNAL_COMPILER_RT ON CACHE BOOL "Build Compiler-RT with just-built clang")
20 set(COMPILER_RT_ENABLE_IOS ON CACHE BOOL "Build iOS Compiler-RT libraries")
23 set(LLVM_BUILD_TESTS ON CACHE BOOL "")
25 set(LLVM_ENABLE_LTO ON CACHE BOOL "")
33 set(LIBCXX_INSTALL_HEADERS ON CACHE BOOL "")
38 set(LLVM_INSTALL_TOOLCHAIN_ONLY ON CACHE BOOL "")
/external/clang/test/CodeGen/
Dfp-contract-pragma.cpp7 #pragma STDC FP_CONTRACT ON in fp_contract_1()
17 #pragma STDC FP_CONTRACT ON in fp_contract_2()
28 #pragma STDC FP_CONTRACT ON in template_muladd()
40 #pragma STDC FP_CONTRACT ON in method()
50 #pragma STDC FP_CONTRACT ON
73 #pragma STDC FP_CONTRACT ON in fp_contract_7()
/external/deqp/external/openglcts/
DCMakeLists.txt15 set(DEQP_GTF_AVAILABLE ON) # Is GTF test framework available
32 set(GLCTS_GTF_SUPPORT_OPENGL ON)
34 set(GLCTS_GTF_SUPPORT_GLES32 ON)
36 set(GLCTS_GTF_SUPPORT_GLES31 ON)
38 set(GLCTS_GTF_SUPPORT_GLES3 ON)
40 set(GLCTS_GTF_SUPPORT_GLES2 ON)
42 set(GLCTS_GTF_SUPPORT_GLES32 ON)
54 set(GLCTS_GTF_SUPPORT_EGL ON)
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java59 @IntDef({UNSPECIFIED, OFF, ON})
63 private static final int ON = 1; field in TtmlStyle
115 return (bold == ON ? STYLE_BOLD : STYLE_NORMAL) in getStyle()
116 | (italic == ON ? STYLE_ITALIC : STYLE_NORMAL); in getStyle()
120 return linethrough == ON; in isLinethrough()
124 this.linethrough = linethrough ? ON : OFF; in setLinethrough()
129 return underline == ON; in isUnderline()
133 this.underline = underline ? ON : OFF; in setUnderline()
138 this.bold = bold ? ON : OFF; in setBold()
143 this.italic = italic ? ON : OFF; in setItalic()
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java73 @IntDef({UNSPECIFIED, OFF, ON})
77 private static final int ON = 1; field in WebvttCssStyle
189 return (bold == ON ? STYLE_BOLD : STYLE_NORMAL) in getStyle()
190 | (italic == ON ? STYLE_ITALIC : STYLE_NORMAL); in getStyle()
194 return linethrough == ON; in isLinethrough()
198 this.linethrough = linethrough ? ON : OFF; in setLinethrough()
203 return underline == ON; in isUnderline()
207 this.underline = underline ? ON : OFF; in setUnderline()
211 this.bold = bold ? ON : OFF; in setBold()
216 this.italic = italic ? ON : OFF; in setItalic()
/external/libcxx/
DCMakeLists.txt16 set(CMAKE_BUILD_WITH_INSTALL_NAME_DIR ON)
55 set(LIBCXX_TARGETING_CLANG_CL ON)
59 set(LIBCXX_TARGETING_MSVC ON)
73 option(LIBCXX_ENABLE_SHARED "Build libc++ as a shared library." ON)
74 option(LIBCXX_ENABLE_STATIC "Build libc++ as a static library." ON)
75 option(LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY "Build libc++experimental.a" ON)
85 option(LIBCXX_INCLUDE_BENCHMARKS "Build the libc++ benchmarks and their dependencies" ON)
108 option(LIBCXX_INSTALL_HEADERS "Install the libc++ headers." ON)
109 option(LIBCXX_INSTALL_LIBRARY "Install the libc++ library." ON)
111 "Install the static libc++ library." ON
[all …]
/external/curl/
DCMakeLists.txt75 option(PICKY_COMPILER "Enable picky compiler options" ON)
76 option(BUILD_CURL_EXE "Set to ON to build curl executable." ON)
77 option(BUILD_SHARED_LIBS "Build shared libraries" ON)
78 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
80 option(CURL_STATIC_CRT "Set to ON to build libcurl with static CRT on Windows (/MT)." OFF)
81 …uiring compatibility with older Windows versions, such as Windows XP, Windows Server 2003 etc." ON)
84 cmake_dependent_option(ENABLE_THREADED_RESOLVER "Set to ON to enable threaded DNS lookup"
85 ON "NOT ENABLE_ARES"
88 option(ENABLE_DEBUG "Set to ON to enable curl debug features" OFF)
89 option(ENABLE_CURLDEBUG "Set to ON to build with TrackMemory feature enabled" OFF)
[all …]
/external/catch2/docs/
Dcmake-integration.md160 * `PARSE_CATCH_TESTS_VERBOSE` -- When `ON`, the script prints debug
162 * `PARSE_CATCH_TESTS_NO_HIDDEN_TESTS` -- When `ON`, hidden tests (tests
165 * `PARSE_CATCH_TESTS_ADD_FIXTURE_IN_TEST_NAME` -- When `ON`, adds fixture
166 class name to the test name in CTest. Defaults to `ON`.
167 * `PARSE_CATCH_TESTS_ADD_TARGET_IN_TEST_NAME` -- When `ON`, adds target
168 name to the test name in CTest. Defaults to `ON`.
169 * `PARSE_CATCH_TESTS_ADD_TO_CONFIGURE_DEPENDS` -- When `ON`, adds test
190 * `CATCH_BUILD_TESTING` -- When `ON`, Catch2's SelfTest project will be
191 built. Defaults to `ON`. Note that Catch2 also obeys `BUILD_TESTING` CMake
192 variable, so _both_ of them need to be `ON` for the SelfTest to be built,
[all …]
/external/libaom/libaom/build/cmake/
Daom_config_defaults.cmake146 "Enable documentation generation (doxygen required)." ON)
149 set_aom_option_var(ENABLE_EXAMPLES "Enables build of example code." ON)
156 ON)
157 set_aom_option_var(ENABLE_TESTS "Enables unit tests." ON)
159 ON)
164 set_aom_option_var(ENABLE_NEON "Enables NEON optimizations on ARM targets." ON)
173 ON)
177 ON)
179 ON)
181 "Enables SSE2 optimizations on x86/x86_64 targets." ON)
[all …]
/external/libcxxabi/
DCMakeLists.txt46 option(LIBCXXABI_ENABLE_EXCEPTIONS "Use exceptions." ON)
47 option(LIBCXXABI_ENABLE_ASSERTIONS "Enable assertions independent of build mode." ON)
48 option(LIBCXXABI_ENABLE_PEDANTIC "Compile with pedantic enabled." ON)
53 option(LIBCXXABI_ENABLE_THREADS "Build with threads enabled" ON)
57 This option may only be set to ON when LIBCXXABI_ENABLE_THREADS=ON." OFF)
60 This option may only be set to ON when LIBCXXABI_ENABLE_THREADS=ON" OFF)
67 provides these definitions" ON)
72 option(LIBCXXABI_INSTALL_LIBRARY "Install the libc++abi library." ON)
84 option(LIBCXXABI_ENABLE_SHARED "Build libc++abi as a shared library." ON)
85 option(LIBCXXABI_ENABLE_STATIC "Build libc++abi as a static library." ON)
[all …]
/external/clang/test/Preprocessor/
Dpragma_unknown.c9 #pragma STDC FP_CONTRACT ON
14 #pragma STDC FENV_ACCESS ON // expected-warning {{pragma STDC FENV_ACCESS ON is not suppor…
19 #pragma STDC CX_LIMITED_RANGE ON
25 #pragma STDC CX_LIMITED_RANGE ON FULL POWER // expected-warning {{expected end of directive in pra…
/external/deqp/targets/nullws/
Dnullws.cmake21 set(DEQP_SUPPORT_GLES2 ON)
27 set(DEQP_SUPPORT_GLES3 ON)
33 set(DEQP_SUPPORT_GLES31 ON)
39 set(DEQP_SUPPORT_GLES32 ON)
45 set(DEQP_SUPPORT_EGL ON)

12345678910>>...91