HomeSort by relevance Sort by last modified time
    Searched defs:world (Results 1 - 25 of 25) sorted by null

  /external/clang/test/CodeGen/
function-sections.c 13 void world() {} function
16 // PLAIN: world:
20 // FUNC_SECT: section .text.world,
21 // FUNC_SECT: world:
26 // DATA_SECT: world:
funique-sections.c 7 void world() {} function
12 // UNIQUE: .section .text.world,"ax",@progbits
  /external/llvm/test/MC/ELF/
comdat-reloc.s 7 call world
10 .section .text.world,"axG",@progbits,world,comdat
11 .type world,@function
12 world: label
22 // CHECK-NEXT: Name: .text.world
27 // CHECK-NEXT: Name: .rela.text.world
  /external/icu/icu4j/samples/src/com/ibm/icu/samples/iuc/
Sample13_Hello.java 19 String world = LocaleDisplayNames local
22 System.out.println("Hello, " + world + "\u2603");
  /external/llvm/test/tools/llvm-cov/Inputs/
test.cpp 7 const char * hello = "world";
8 const char * world = "hello"; variable
  /cts/tests/tests/util/src/android/util/cts/
TimeUtilsTest.java 96 String[] world = new String[] { local
101 for (int i = 0; i < world.length; i += 2) {
102 String country = world[i];
103 String name = world[i + 1];
  /external/pdfium/fpdfsdk/
fpdftext_embeddertest.cpp 42 static const char expected[] = "Hello, world!\r\nGoodbye, world!";
153 std::unique_ptr<unsigned short, pdfium::FreeDeleter> world = local
154 GetFPDFWideString(L"world");
156 GetFPDFWideString(L"WORLD");
177 // Two occurences of "world" in test page.
178 search = FPDFText_FindStart(textpage, world.get(), 0, 2);
185 // First occurence of "world" in this test page.
190 // Last occurence of "world" in this test page.
212 search = FPDFText_FindStart(textpage, world.get()
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
RegionTest.java 34 { "001", "001", null , "WORLD", null },
577 // Test to make sure that the set of territories contained in World and the set of all available
580 Region world = Region.getInstance("001"); local
581 Set<Region> containedInWorld = world.getContainedRegions(RegionType.TERRITORY);
583 errln("Available territories and all territories contained in world should be the same set.\n" +
585 "Contained in World = " + containedInWorld.toString());
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
RegionTest.java 33 { "001", "001", null , "WORLD", null },
576 // Test to make sure that the set of territories contained in World and the set of all available
579 Region world = Region.getInstance("001"); local
580 Set<Region> containedInWorld = world.getContainedRegions(RegionType.TERRITORY);
582 errln("Available territories and all territories contained in world should be the same set.\n" +
584 "Contained in World = " + containedInWorld.toString());
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 31 GLWorld world = new GLWorld(); local
52 mCubes[0] = new Cube(world, c0, c4, c0, c1, c5, c1);
53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1);
54 mCubes[2] = new Cube(world, c4, c4, c0, c5, c5, c1);
56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3);
57 mCubes[4] = new Cube(world, c2, c4, c2, c3, c5, c3);
58 mCubes[5] = new Cube(world, c4, c4, c2, c5, c5, c3);
60 mCubes[6] = new Cube(world, c0, c4, c4, c1, c5, c5);
61 mCubes[7] = new Cube(world, c2, c4, c4, c3, c5, c5);
62 mCubes[8] = new Cube(world, c4, c4, c4, c5, c5, c5)
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-classworlds/2.4/
plexus-classworlds-2.4.jar 
  /external/icu/icu4c/source/test/intltest/
regiontst.cpp 667 // Test to make sure that the set of territories contained in World and the set of all available
675 const Region *world = Region::getInstance("001",status); local
680 StringEnumeration *containedInWorld = world->getContainedRegions(URGN_TERRITORY, status);
682 errln("world->getContainedRegions(URGN_TERRITORY, status) failed: %s", u_errorName(status));
708 errln("Available territories and all territories contained in world should be the same set.\nAvailable = %s\nContained in World = %s",
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
LevelSystem.java 123 TiledWorld world = new TiledWorld(byteStream); local
148 mTileWidth, mTileHeight, world, tileIndex);
155 // Collision always defines the world boundaries.
156 mWidthInTiles = world.getWidth();
157 mHeightInTiles = world.getHeight();
162 collision.initialize(world, mTileWidth, mTileHeight);
165 mSpawnLocations = world;
170 hotSpots.setWorld(world);
TiledVertexGrid.java 54 public void setWorld(TiledWorld world) {
55 mWorld = world;
131 TiledWorld world = mWorld; local
133 if (!mGenerated && world != null && gl != null && mTexture != null) {
  /prebuilts/misc/common/robolectric/lib/
classworlds-1.1-alpha-2.jar 
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1/
classworlds-1.1.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1-alpha-2/
classworlds-1.1-alpha-2.jar 
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p5.cpp 34 extern const char world[6];
35 const char world[6] = "world"; member in namespace:pointer_to_object_parameters
38 (void)A<world>().get();
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 491 Action<std::string()> a2 = Return("world");
492 EXPECT_EQ("world", a2.Perform(make_tuple()));
730 a = SetArgPointee<1>("world");
734 EXPECT_STREQ("world", ptr);
739 Action<MyFunction> a = SetArgPointee<0>(L"world");
742 EXPECT_STREQ(L"world", ptr);
747 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world");
750 EXPECT_EQ(L"world", str);
767 char world_array[] = "world";
768 char* const world = world_array local
788 wchar_t* const world = world_array; local
    [all...]
  /external/googletest/googlemock/test/
gmock-actions_test.cc 537 Action<std::string()> a2 = Return("world");
538 EXPECT_EQ("world", a2.Perform(make_tuple()));
815 a = SetArgPointee<1>("world");
819 EXPECT_STREQ("world", ptr);
824 Action<MyFunction> a = SetArgPointee<0>(L"world");
827 EXPECT_STREQ(L"world", ptr);
832 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world");
835 EXPECT_EQ(L"world", str);
852 char world_array[] = "world";
853 char* const world = world_array local
873 wchar_t* const world = world_array; local
    [all...]
  /external/v8/testing/gmock/test/
gmock-actions_test.cc 537 Action<std::string()> a2 = Return("world");
538 EXPECT_EQ("world", a2.Perform(make_tuple()));
815 a = SetArgPointee<1>("world");
819 EXPECT_STREQ("world", ptr);
824 Action<MyFunction> a = SetArgPointee<0>(L"world");
827 EXPECT_STREQ(L"world", ptr);
832 Action<MyStringFunction> a2 = SetArgPointee<0>(L"world");
835 EXPECT_EQ(L"world", str);
852 char world_array[] = "world";
853 char* const world = world_array local
873 wchar_t* const world = world_array; local
    [all...]
  /prebuilts/maven_repo/android/android/arch/lifecycle/compiler/1.0.0-alpha10/
compiler-1.0.0-alpha10.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar 

Completed in 934 milliseconds