HomeSort by relevance Sort by last modified time
    Searched full:world (Results 151 - 175 of 3976) sorted by null

1 2 3 4 5 67 8 91011>>

  /sdk/testapps/jarCheckTests2/lib2/res/layout/
main.xml 10 android:text="Hello World, MyActivity"
  /sdk/testapps/jarCheckTests3/app/res/layout/
main.xml 10 android:text="Hello World, MyActivity"
  /sdk/testapps/jarCheckTests3/lib1/res/layout/
main.xml 10 android:text="Hello World, MyActivity"
  /sdk/testapps/jarCheckTests3/lib2/res/layout/
main.xml 10 android:text="Hello World, MyActivity"
  /sdk/testapps/javaProjectTest/lib1/res/layout/
main.xml 10 android:text="Hello World, Main"
  /sdk/testapps/javaProjectTest/lib2/res/layout/
main.xml 10 android:text="Hello World, Main"
  /sdk/testapps/libsAndJarTest/lib1/res/layout/
main.xml 10 android:text="Hello World, Main"
  /sdk/testapps/libsAndJarTest/lib2/res/layout/
main.xml 10 android:text="Hello World, Main"
  /external/chromium_org/third_party/sqlite/src/test/
intpkey.test 56 INSERT INTO t1 VALUES(5,'hello','world');
64 } {5 hello world}
69 } {5 5 hello world}
84 } {5 5 hello world}
98 } {5 5 hello world 6 6 second entry}
117 } {4 one two 5 hello world 6 second entry}
160 } {-3 y z 4 one two 5 hello world 6 second entry}
202 } {4 4 one two 5 5 hello world 6 6 second entry 8 8 y z}
207 } {5 5 hello world 4 4 one two}
212 } {5 5 hello world 4 4 one two
    [all...]
  /external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp 5 const char hello[] = "Hello world!"; // expected-note 2 {{declared here}}
8 swallow("Hello world!" + 6); // no-warning
9 swallow("Hello world!" - 6); // expected-warning {{refers before the beginning of the array}}
10 swallow("Hello world!" + 14); // expected-warning {{refers past the end of the array}}
11 swallow("Hello world!" + 13); // no-warning
  /libcore/benchmarks/src/benchmarks/
HashedCollectionsBenchmark.java 34 map.put("hello", "world");
42 map.put("hello", "world");
52 map.put("hello", "world");
59 map.put("hello", "world");
66 map.put("hello", "world");
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
cat.py 55 json_root['roots'].append([sorter.world, sorter.name])
61 for world in ['vm', 'malloc']:
62 orders['worlds'][world] = OrderedDict()
63 orders['worlds'][world]['breakdown'] = OrderedDict()
64 for sorter in sorters.iter_world(world):
69 orders['worlds'][world]['breakdown'][sorter.name] = order
97 def _fill_world(dump, bucket_set, sorters, world):
100 root['name'] = world
101 if world == 'vm':
103 elif world == 'malloc'
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 113 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world");
156 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world");
161 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world!");
164 assertEquals("hi, world!", builder.toString());
166 builder = new SpannableStringBuilder("hello, world!");
193 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world");
196 assertEquals("abc, world", builder.toString());
198 builder = new SpannableStringBuilder("hello, world");
200 assertEquals("helabc, world", builder.toString());
202 builder = new SpannableStringBuilder("hello, world");
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DrmSupportInfoTest.java 34 checkAddValidMimeType("World");
35 checkAddValidMimeType("Hello World");
46 checkAddValidFileSuffix("World");
47 checkAddValidFileSuffix("Hello World");
57 checkSetAndGetDescription("World");
58 checkSetAndGetDescription("Hello World");
81 info1.setDescription("World");
82 info3.setDescription("world"); // lowercase 'w'
84 info3.setDescription("World");
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
UniformBinding.java 38 * The world matrix. Converts Model space to World space.
44 * The view matrix. Converts World space to View space.
56 * The world view matrix. Converts Model space to View space.
69 * The world view projection matrix. Converts Model space to Clip/Projection
76 * The view projection matrix. Converts World space to Clip/Projection
83 * The world matrix inverse transpose. Converts a normals from Model space
84 * to world space.
136 * Camera position in world space.
  /cts/tests/assets/webkit/
test_hello_world.html 18 <title>test hello world</title>
21 <h3>hello world!</h3><br>
  /external/chromium_org/net/base/
data_url_unittest.cc 64 "hello world" },
78 { "data:text/html,%3Chtml%3E%3Cbody%3E%3Cb%3Ehello%20world"
83 "<html><body><b>hello world</b></body></html>" },
85 { "data:text/html,<html><body><b>hello world</b></body></html>",
89 "<html><body><b>hello world</b></body></html>" },
118 "hello world" },
125 "hello world" },
156 "hello world" },
  /external/chromium_org/net/test/embedded_test_server/
http_response_unittest.cc 15 response.set_content("Sample content - Hello world!");
25 "Sample content - Hello world!";
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
webinspector-log.html 11 WebInspector.log("hello, world")
17 in the console with the text "hello, world". There will be a blue
  /external/chromium_org/tools/gyp/test/hello/
gyptest-disable-regyp.py 20 test.run_built_executable('hello', stdout="Hello, world!\n")
30 test.run_built_executable('hello', stdout="Hello, world!\n")
  /external/clang/test/CodeGenObjC/
constant-strings.m 6 // CHECK-NEXT: @.str = {{.*}}constant [13 x i8] c"Hello World!\00", align 1
15 id a = @"Hello World!";
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 13 #define LOW LOW ", world"
26 // CHECK: "hello" ", world"
  /external/llvm/test/Linker/
module-flags-1-a.ll 8 ; CHECK: !3 = metadata !{metadata !"hello world", i32 927}
14 !2 = metadata !{ i32 1, metadata !"mux", metadata !{ metadata !"hello world", i32 927 } }
  /external/smali/examples/HelloWorld/
HelloWorld.smali 3 #Ye olde hello world application
22 const-string v1, "Hello World!"
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
execute_javascript.applescript 8 execute javascript "alert('Hello World')"

Completed in 3207 milliseconds

1 2 3 4 5 67 8 91011>>