Home
last modified time | relevance | path

Searched refs:WORLD (Results 1 – 25 of 52) sorted by relevance

123

/external/pigweed/pw_preprocessor/
Dutil_test.cc44 #define WORLD WORLD_IMPL() macro
45 #define WORLD_IMPL() WORLD !
50 EXPECT_STREQ("hello WORLD !", PW_STRINGIFY(HELLO WORLD)); in TEST()
51 EXPECT_STREQ("hello, WORLD !", PW_STRINGIFY(HELLO, WORLD)); in TEST()
53 PW_STRINGIFY(a, b, c, HELLO, WORLD 2)); in TEST()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DTerritoryContainment.java42 private static final String WORLD = "001"; field in TerritoryContainment
70 checkArgument(graph.containsKey(WORLD), "missing world region '%s'", WORLD); in TerritoryContainment() local
75 checkArgument(roots.equals(ImmutableSet.of(WORLD)), in TerritoryContainment()
76 "world region '%s' must be the only containment graph root (was %s)", WORLD, roots); in TerritoryContainment() local
83 resolve(WORLD, graph, resolved); in TerritoryContainment()
111 return macroToLeafRegions.get(WORLD); in getLeafRegions()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/format/format.range/format.range.fmtmap/
Dformat.functions.tests.h645 check(SV(R"({"hello": "HELLO", "world": "WORLD"})"), SV("{}"), input); in test_string()
650 check(SV(R"({"hello": "HELLO", "world": "WORLD"} )"), SV("{:41}"), input); in test_string()
651 check(SV(R"({"hello": "HELLO", "world": "WORLD"}*****)"), SV("{:*<41}"), input); in test_string()
652 check(SV(R"(__{"hello": "HELLO", "world": "WORLD"}___)"), SV("{:_^41}"), input); in test_string()
653 check(SV(R"(#####{"hello": "HELLO", "world": "WORLD"})"), SV("{:#>41}"), input); in test_string()
655 check(SV(R"({"hello": "HELLO", "world": "WORLD"} )"), SV("{:{}}"), input, 41); in test_string()
656 check(SV(R"({"hello": "HELLO", "world": "WORLD"}*****)"), SV("{:*<{}}"), input, 41); in test_string()
657 check(SV(R"(__{"hello": "HELLO", "world": "WORLD"}___)"), SV("{:_^{}}"), input, 41); in test_string()
658 check(SV(R"(#####{"hello": "HELLO", "world": "WORLD"})"), SV("{:#>{}}"), input, 41); in test_string()
680 check(SV(R"(__"hello": "HELLO", "world": "WORLD"___)"), SV("{:_^39n}"), input); in test_string()
[all …]
/external/one-true-awk/testdir/
DT.builtin27 echo 'hello, WORLD!' |
29 echo 'hello, world!|HELLO, WORLD!|hello, WORLD!' >foo2
/external/ply/ply/example/BASIC/
DREADME44 HELLO WORLD
50 [BASIC] 10 PRINT "HELLO WORLD"
53 HELLO WORLD
Dhello.bas1 5 REM HELLO WORLD PROGAM
/external/pigweed/pw_build/
Dexec.gni68 # "echo hello \$WORLD",
71 # "WORLD=world",
Ddocs.rst595 "echo hello \$WORLD",
598 "WORLD=world",
/external/icu/android_icu4j/src/main/java/android/icu/util/
DRegion.java86 WORLD, enumConstant
286 r.type = RegionType.WORLD; in loadRegionData()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRegion.java88 WORLD, enumConstant
292 r.type = RegionType.WORLD; in loadRegionData()
/external/python/cpython3/Doc/library/
Dpipes.rst38 'HELLO WORLD'
Dsocketserver.rst540 Received: HELLO WORLD WITH TCP
Dstdtypes.rst3259 >>> b'HELLO WORLD'.isupper()
3397 b'HELLO WORLD'
/external/python/cpython2/Doc/library/
Dpipes.rst33 'HELLO WORLD'
Dsocketserver.rst500 Received: HELLO WORLD WITH TCP
Dmultiprocessing.rst1339 HELLO WORLD
/external/cpuinfo/test/build.prop/
Dxperia-sl.log39 ro.semc.version.fs=WORLD
/external/icu/icu4c/source/i18n/
Dtimezone.cpp108 static const UChar WORLD[] = {0x30, 0x30, 0x31, 0x00}; /* "001" */ variable
662 if (u_strcmp(region, WORLD) == 0) { in initMap()
/external/cronet/third_party/icu/source/i18n/
Dtimezone.cpp108 static const UChar WORLD[] = {0x30, 0x30, 0x31, 0x00}; /* "001" */ variable
662 if (u_strcmp(region, WORLD) == 0) { in initMap()
/external/angle/build/
Dwhitespace_file.txt72 A POSITIVE ATTITUDE MEANS ALL THE DIFFERENCE IN THE WORLD
/external/cronet/build/
Dwhitespace_file.txt72 A POSITIVE ATTITUDE MEANS ALL THE DIFFERENCE IN THE WORLD
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/
Dtlds-alpha-by-domain.txt1303 WORLD
/external/unicode/
Demoji-variation-sequences.txt670 1F5FA FE0E ; text style; # (7.0) WORLD MAP
671 1F5FA FE0F ; emoji style; # (7.0) WORLD MAP
/external/starlark-go/starlark/testdata/
Dstring.star455 assert.eq("hElLo, WoRlD!".upper(), "HELLO, WORLD!")
/external/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c1866 if (IS_D3DTS_DIRTY(context, WORLD) || in nine_ff_load_vs_transforms()
1870 nine_d3d_matrix_matrix_mul(&M[1], GET_D3DTS(WORLD), GET_D3DTS(VIEW)); in nine_ff_load_vs_transforms()

123