Home
last modified time | relevance | path

Searched full:minimal (Results 1 – 25 of 2084) sorted by relevance

12345678910>>...84

/external/cldr/tools/java/org/unicode/cldr/util/
DEmoji.java76 String minimal = original.replace(EMOJI_VARIANT, "");
77 boolean singleton = CharSequences.getSingleCodePoint(minimal) != Integer.MAX_VALUE;
80 if (minimal.contains(COMBINING_ENCLOSING_KEYCAP)
81 || REGIONAL_INDICATORS.containsSome(minimal)
82 || TAGS.containsSome(minimal)
83 || !singleton && MODIFIERS.containsSome(minimal)
84 || !singleton && FAMILY.containsAll(minimal)) {
86 } else if (minimal.contains(ZWJ)) { // only do certain ZWJ sequences
87 if (SPECIALS.contains(minimal)
88 || GENDER.containsSome(minimal)
[all …]
DLevel.java14 // MINIMAL(30, "G3.5", 90),
21 public static final Level MINIMAL = BASIC; field in Level
57 } else if (name.equalsIgnoreCase("MINIMAL")) { in get()
58 return MINIMAL; in get()
104 return Level.MINIMAL; in fromLevel()
/external/cldr/common/supplemental/
DcoverageLevels.xml209 …<coverageLevel value="minimal" match="localeDisplayNames/languages/language[@type='%language30']"/>
210 …<coverageLevel value="minimal" match="localeDisplayNames/languages/language[@type='${Target-Langua…
211 …<coverageLevel value="minimal" match="localeDisplayNames/languages/language[@type='${Target-Langua…
212 <coverageLevel value="minimal" match="localeDisplayNames/scripts/script[@type='%script30']"/>
213 …<coverageLevel value="minimal" match="localeDisplayNames/scripts/script[@type='${Target-Scripts}']…
214 …<coverageLevel value="minimal" match="localeDisplayNames/territories/territory[@type='${Target-Ter…
215 …<coverageLevel value="minimal" match="localeDisplayNames/territories/territory[@type='${Target-Ter…
216 …<coverageLevel value="minimal" match="localeDisplayNames/territories/territory[@type='%territory30…
217 …<coverageLevel value="minimal" match="localeDisplayNames/types/type[@key='calendar'][@type='${Cale…
218 …<coverageLevel value="minimal" match="localeDisplayNames/types/type[@key='calendar'][@type='gregor…
[all …]
/external/skqp/tests/
DSubsetPath.h13 /* Given a path, generate a the desired minimal subset of the original.
21 minimal set that fails using a pattern like:
24 SkPath minimal;
26 while (subsetContours.subset(testFailed, &minimal)) {
27 testFailed = myPathTest(minimal);
31 while (subsetVerbs.subset(testFailed, &minimal)) {
32 testFailed = myPathTest(minimal);
/external/skia/tests/
DSubsetPath.h13 /* Given a path, generate a the desired minimal subset of the original.
21 minimal set that fails using a pattern like:
24 SkPath minimal;
26 while (subsetContours.subset(testFailed, &minimal)) {
27 testFailed = myPathTest(minimal);
31 while (subsetVerbs.subset(testFailed, &minimal)) {
32 testFailed = myPathTest(minimal);
/external/scapy/scapy/contrib/
Dmodbus.uts46 = MBAP Guess Payload ModbusPDU02ReadDiscreteInputsResponse minimal parameters
75 * Note on tests cases: dissection/minimal parameters will not be done for packets that does not per…
79 = ModbusPDU01ReadCoilsRequest minimal parameters
88 = ModbusPDU01ReadCoilsResponse minimal parameters
97 = ModbusPDU81ReadCoilsError minimal parameters
107 = ModbusPDU02ReadDiscreteInputsRequest minimal parameters
112 = ModbusPDU02ReadDiscreteInputsResponse minimal parameters
125 = ModbusPDU03ReadHoldingRegistersRequest minimal parameters
130 = ModbusPDU03ReadHoldingRegistersResponse minimal parameters
146 = ModbusPDU04ReadInputRegistersResponse minimal parameters
[all …]
/external/clang/
DAndroid.mk4 .PHONY: clang-toolchain-minimal clang-toolchain-full llvm-tools
5 clang-toolchain-minimal: \
9 clang-toolchain-minimal \
66 clang-toolchain-minimal: \
93 clang-toolchain-minimal: \
/external/u-boot/arch/powerpc/cpu/mpc83xx/
DMakefile8 MINIMAL= macro
12 MINIMAL=y macro
18 ifdef MINIMAL
41 endif # not minimal
/external/u-boot/arch/powerpc/lib/
DMakefile10 MINIMAL= macro
14 MINIMAL=y macro
18 ifdef MINIMAL
37 endif # not minimal
/external/tensorflow/tensorflow/lite/examples/minimal/
Dminimal.cc21 // This is an example that is minimal to read a model
26 // the minimal makefile. This example must remain trivial to build with
27 // the minimal build tool.
29 // Usage: minimal <tflite model>
41 fprintf(stderr, "minimal <tflite model>\n"); in main()
DBUILD2 # TensorFlow Lite minimal example.
11 name = "minimal",
13 "minimal.cc",
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
DNaNStrategy.java23 * <li>MINIMAL - NaNs are treated as minimal in the ordering, equivalent to
38 /** NaNs are considered minimal in the ordering */
39 MINIMAL, enumConstant
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dhsa-v3.s20 // READOBJ: {{[0-9]+}}: 0000000000000000 0 FUNC LOCAL DEFAULT 2 minimal
23 // READOBJ: {{[0-9]+}}: 0000000000000000 64 OBJECT GLOBAL DEFAULT 3 minimal.kd
28 // minimal
51 .type minimal,@function
52 minimal: label
71 .amdhsa_kernel minimal
76 // ASM: .amdhsa_kernel minimal
/external/u-boot/board/freescale/bsc9132qds/
DMakefile5 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/external/u-boot/board/varisys/common/
DMakefile6 MINIMAL= macro
10 MINIMAL=y macro
14 ifdef MINIMAL
/external/u-boot/board/freescale/bsc9131rdb/
DMakefile5 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/external/u-boot/board/freescale/c29xpcie/
DMakefile6 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/external/u-boot/board/freescale/p1010rdb/
DMakefile5 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/external/u-boot/board/freescale/p1_p2_rdb_pc/
DMakefile5 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/external/u-boot/board/freescale/p1022ds/
DMakefile5 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/external/u-boot/board/Arcturus/ucp1020/
DMakefile8 MINIMAL= macro
12 MINIMAL=y macro
16 ifdef MINIMAL
/external/u-boot/arch/powerpc/cpu/mpc8xxx/
DMakefile5 MINIMAL= macro
9 MINIMAL=y macro
13 ifdef MINIMAL
/external/sqlite/dist/
DAndroid.bp8 name: "sqlite-minimal-defaults",
54 defaults: ["sqlite-minimal-defaults"],
152 // Build a minimal version of sqlite3 without any android specific
157 defaults: ["sqlite-minimal-defaults"],
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Ddebuginfofinder-forward-declaration.ll13 ; CHECK: Type: Y from /tmp/minimal.c:3 DW_TAG_structure_type
14 ; CHECK: Type: x from /tmp/minimal.c:4 DW_TAG_member
16 ; CHECK: Type: X from /tmp/minimal.c:1 DW_TAG_structure_type
32 !3 = !DIFile(filename: "minimal.c", directory: "/tmp")
/external/llvm/test/DebugInfo/Generic/
Ddebuginfofinder-forward-declaration.ll15 ; CHECK: Type: Y from /tmp/minimal.c:3 DW_TAG_structure_type
16 ; CHECK: Type: x from /tmp/minimal.c:4 DW_TAG_member
18 ; CHECK: Type: X from /tmp/minimal.c:1 DW_TAG_structure_type
31 !1 = !DIFile(filename: "minimal.c", directory: "/tmp")

12345678910>>...84