HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 301 - 325 of 3240) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/gyp/test/msvs/list_excluded/
gyptest-all.py 26 test.must_not_contain('hello.vcxproj', 'hello_mac')
28 test.must_not_contain('hello.vcproj', 'hello_mac')
34 test.must_contain('hello.vcxproj', 'hello_mac')
36 test.must_contain('hello.vcproj', 'hello_mac')
46 test.must_contain('hello.vcxproj', 'hello_mac')
48 test.must_contain('hello.vcproj', 'hello_mac')
  /external/qemu/distrib/sdl-1.2.15/test/
testloadso.c 15 int hello = 0; local
24 fprintf(stderr, " %s --hello <lib with puts()>\n", app);
34 if (strcmp(argv[1], "--hello") == 0) {
35 hello = 1;
56 if (hello) {
59 fn(" HELLO, WORLD!\n");
  /external/chromium_org/tools/gyp/test/library/
gyptest-static.py 8 Verifies simple build of a "Hello, world!" program with static libraries,
33 Hello from program.c
34 Hello from lib1.c
35 Hello from lib2.c
36 Hello from lib1_moveable.c
49 contents = contents.replace('Hello', 'Hello again')
55 Hello again from program.c
56 Hello from lib1.c
57 Hello from lib2.
    [all...]
  /external/lldb/tools/lldb-perf/darwin/formatters/
fmts_tester.mm 19 NSArray* nsarray = @[@1,@2,@"hello world",@3,@4,@"foobar"];
23 [nsmutablearray addObject:@"hello world"];
27 NSDictionary* nsdictionary = @{@1 : @1, @2 : @2, @"hello" : @"world", @3 : @3};
31 [nsmutabledictionary setObject:@"hello" forKey:@"world"];
33 NSString* str0 = @"Hello world";
34 NSString* str1 = @"Hello ?";
35 NSString* str2 = @"Hello world";
36 NSString* str3 = @"Hello ?";
37 NSString* str4 = @"Hello world";
49 [nsmutableset addObject:@"hello world"]
    [all...]
  /external/chromium_org/base/
hash_unittest.cc 21 str = "hello world";
29 str = "hello world";
34 str = "hello worle";
53 str = "hello w\xab";
56 str = "hello wo\xab";
59 str = "hello wor\xab";
62 str = "hello worl\xab";
73 str = "hello world";
78 str = "hello world; don't read this part";
79 EXPECT_EQ(2794219650u, Hash(str, strlen("hello world")))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_memfunctions.py 20 p = "Hello, World"
22 self.assertEqual(a.value, "Hello, World")
24 self.assertEqual(string_at(result), "Hello, World")
25 self.assertEqual(string_at(result, 5), "Hello")
26 self.assertEqual(string_at(result, 16), "Hello, World\0\0\0\0")
68 p = create_unicode_buffer("Hello, World")
71 self.assertEqual(a.value, "Hello, World")
73 self.assertEqual(wstring_at(a), "Hello, World")
74 self.assertEqual(wstring_at(a, 5), "Hello")
75 self.assertEqual(wstring_at(a, 16), "Hello, World\0\0\0\0"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_memfunctions.py 20 p = "Hello, World"
22 self.assertEqual(a.value, "Hello, World")
24 self.assertEqual(string_at(result), "Hello, World")
25 self.assertEqual(string_at(result, 5), "Hello")
26 self.assertEqual(string_at(result, 16), "Hello, World\0\0\0\0")
68 p = create_unicode_buffer("Hello, World")
71 self.assertEqual(a.value, "Hello, World")
73 self.assertEqual(wstring_at(a), "Hello, World")
74 self.assertEqual(wstring_at(a, 5), "Hello")
75 self.assertEqual(wstring_at(a, 16), "Hello, World\0\0\0\0"
    [all...]
  /external/deqp/framework/delibs/deutil/
deCommandLine.c 164 const char* cmdLine = "hello";
165 const char* ref[] = { "hello" };
169 const char* cmdLine = "hello world";
170 const char* ref[] = { "hello", "world" };
174 const char* cmdLine = "hello/world";
175 const char* ref[] = { "hello/world" };
179 const char* cmdLine = "hello/world --help";
180 const char* ref[] = { "hello/world", "--help" };
184 const char* cmdLine = "hello/world --help foo";
185 const char* ref[] = { "hello/world", "--help", "foo" }
    [all...]
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
TextActivity.java 87 canvas.drawText("Hello OpenGL renderer!", 300, 20, mEventPaint);
91 canvas.drawText("Hello OpenGL renderer!", 100, 20, mMediumPaint);
95 canvas.drawText("Hello OpenGL renderer!", 100, 40, mMediumPaint);
100 canvas.drawText("Hello OpenGL renderer!", 100, 60, mMediumPaint);
104 canvas.drawText("Hello OpenGL renderer!", 100, 100, mMediumPaint);
107 canvas.drawText("Hello OpenGL renderer!", 100, 150, mMediumPaint);
109 canvas.drawText("Hello OpenGL renderer!", 100, 200, mLargePaint);
112 canvas.drawText("Hello OpenGL renderer!", 100, 400, mLargePaint);
115 canvas.drawText("Hello OpenGL renderer!", 100, 500, mLargePaint);
119 canvas.drawText("Hello OpenGL renderer!", 100, 600, mLargePaint)
    [all...]
  /external/clang/test/CodeGen/
c-strings.c 4 // Should be 3 hello strings, two global (of different sizes), the rest are
8 // ITANIUM: @.str = private unnamed_addr constant [6 x i8] c"hello\00"
9 // MSABI: @"\01??_C@_05CJBACGMB@hello?$AA@" = linkonce_odr unnamed_addr constant [6 x i8] c"hello\00", align 1
11 // MSABI: @f1.x = internal global i8* getelementptr inbounds ([6 x i8]* @"\01??_C@_05CJBACGMB@hello?$AA@", i32 0, i32 0)
12 // CHECK: @f2.x = internal global [6 x i8] c"hello\00", align [[ALIGN]]
13 // CHECK: @f3.x = internal global [8 x i8] c"hello\00\00\00", align [[ALIGN]]
15 // MSABI: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8]* @"\01??_C@_05CJBACGMB@hello?$AA@", i32 0, i32 0) }
28 bar("hello");
30 // MSABI: call void @bar({{.*}} @"\01??_C@_05CJBACGMB@hello?$AA@
    [all...]
  /libcore/luni/src/test/java/libcore/javax/xml/parsers/
DocumentBuilderTest.java 41 assertEquals("hello & world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello &amp; world\" />"))));
43 domOf("<?xml version=\"1.0\"?><root attr=\"hello <![CDATA[ some-cdata ]]> world\" />");
48 assertEquals("hello <![CDATA[ some-cdata ]]> world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello &lt;![CDATA[ some-cdata ]]&gt; world\" />"))));
49 assertEquals("hello <![CDATA[ some-cdata ]]> world", attrOf(firstElementOf(domOf("<?xml version=\"1.0\"?><root attr=\"hello &lt;![CDATA[ some-cdata ]]> world\" />"))));
54 assertEquals("hello & world", firstChildTextOf(domOf("<?xml version=\"1.0\"?><root>hello &amp; world</root>")));
55 assertEquals("hello some-cdata world", firstChildTextOf(domOf("<?xml version=\"1.0\"?><root>hello <![CDATA[ some-cda (…)
    [all...]
  /system/core/libutils/tests/
String8_test.cpp 35 String8 tmp("Hello, world!");
37 EXPECT_STREQ(tmp.string(), "Hello, world!");
41 String8 src1("Hello, ");
46 EXPECT_STREQ(dst1.string(), "Hello, world!");
47 EXPECT_STREQ(src1.string(), "Hello, ");
53 EXPECT_STREQ(dst2.string(), "Hello, world!");
54 EXPECT_STREQ(src1.string(), "Hello, ");
  /external/chromium_org/third_party/sqlite/src/test/
whereA.test 23 INSERT INTO t1 values(2,'hello','world');
27 } {1 2 3 2 hello world 3 4.53 {}}
33 } {3 4.53 {} 2 hello world 1 2 3}
42 } {3 4.53 {} 2 hello world 1 2 3}
50 } {1 2 3 2 hello world 3 4.53 {}}
56 } {1 2 3 2 hello world 3 4.53 {}}
70 } {3 4.53 {} 2 hello world 1 2 3}
77 } {1 2 3 2 hello world 3 4.53 {}}
83 } {3 4.53 {} 2 hello world 1 2 3}
90 } {1 2 3 2 hello world 3 4.53 {}
    [all...]
quote.test 29 catchsql {INSERT INTO '@abc' VALUES(5,'hello')}
33 } {0 {5 hello}}
36 } {0 {5 hello}}
39 } {0 {5 hello}}
44 } {0 {hello 10}}
54 } {0 {hello 10}}
59 } {0 {hello 10}}
65 } {0 {hello 10}}
77 } {0 {hello 16}}
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}
108 } {hello one second}
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
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
flavors 14 ugh = Hello
119 $(V1)echo hello
123 ', '', 'hello
129 run_make_test(undef, 'V1=@ V2=@', 'hello
137 $(V1)echo hello
141 ', 'V1=@', 'hello
148 run_make_test(undef, 'V2=@', 'echo hello
149 hello
155 run_make_test(undef, 'V1=@ V2=@', 'hello
165 @echo hello
    [all...]
  /external/llvm/test/Transforms/InstCombine/
strrchr-1.ll 6 @hello = constant [14 x i8] c"hello world\5Cn\00"
13 ; CHECK: store i8* getelementptr inbounds ([14 x i8]* @hello, i32 0, i32 6)
17 %str = getelementptr [14 x i8]* @hello, i32 0, i32 0
35 ; CHECK: store i8* getelementptr inbounds ([14 x i8]* @hello, i32 0, i32 13)
39 %src = getelementptr [14 x i8]* @hello, i32 0, i32 0
46 ; CHECK: store i8* getelementptr inbounds ([14 x i8]* @hello, i32 0, i32 13)
50 %src = getelementptr [14 x i8]* @hello, i32 0, i32 0
61 %src = getelementptr [14 x i8]* @hello, i32 0, i32 0
  /external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
sandbox.html 12 <script id="hello-world-template" type="text/x-handlebars-template">
14 <h1>Hello, {{thing}}!</h1>
19 var source = document.getElementById('hello-world-template').innerHTML;
20 templates['hello'] = Handlebars.compile(source);
25 var name = event.data.name || 'hello';
  /external/chromium_org/tools/gyp/test/win/rc-build/
hello.gyp 22 'hello.cpp',
23 'hello.rc',
45 'hello.cpp',
71 'hello.cpp',
88 'hello.rc',
  /external/llvm/test/CodeGen/X86/
2009-03-25-TestBug.ll 7 @hello = internal constant [7 x i8] c"hello\0A\00"
15 br i1 %tmp178, label %hello, label %world
17 hello:
18 %h = tail call i32 (i8*, ...)* @printf( i8* getelementptr ([7 x i8]* @hello, i32 0, i32 0))
  /dalvik/dx/tests/042-dex-ignore-result/
Blort.java 19 static public int hello() { method in class:Blort
24 hello(); method
25 hello(); method
  /development/samples/OpenGL/HelloOpenGLES10/res/values/
strings.xml 18 <string name="hello">Hello, OpenGL ES 1.0!</string>
19 <string name="app_name">Hello OpenGL ES 1.0</string>
  /development/samples/OpenGL/HelloOpenGLES20/res/values/
strings.xml 19 <string name="hello">Hello, OpenGL ES 2.0!</string>
20 <string name="app_name">Hello OpenGL ES 2.0</string>
  /external/chromium_org/tools/gyp/test/msvs/config_attrs/
gyptest-config_attrs.py 23 expected_exe_file = os.path.join(test.workdir, vc_version, 'hello.exe')
25 test.run_gyp('hello.gyp')
27 test.build('hello.gyp')
  /external/chromium_org/tools/gyp/test/win/
gyptest-rc-build.py 19 test.run_gyp('hello.gyp', chdir=CHDIR)
20 test.build('hello.gyp', test.ALL, chdir=CHDIR)
21 test.up_to_date('hello.gyp', 'resource_only_dll', chdir=CHDIR)

Completed in 1930 milliseconds

<<11121314151617181920>>