HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 276 - 300 of 2904) sorted by null

<<11121314151617181920>>

  /dalvik/dx/tests/042-dex-ignore-result/
Blort.java 19 static public int hello() { method in class:Blort
24 hello(); method
25 hello(); method
  /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}
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...]
unixexcl.test 38 INSERT INTO t1 VALUES('hello', 'world');
41 do_test unixexcl-1.$tn.2 { sql2 { SELECT * FROM t1 } } {hello world}
48 } {hello world}
56 } {0 {hello world}}
67 INSERT INTO t1 VALUES('hello', 'world');
70 do_test unixexcl-2.$tn.2 { sql2 { SELECT * FROM t1 } } {hello world}
77 } {hello world}
80 } {0 {hello world}}
  /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)
  /external/chromium_org/tools/gyp/test/win/linker-flags/
profile.gyp 11 'sources': ['hello.cc'],
25 'sources': ['hello.cc'],
39 'sources': ['hello.cc'],
  /external/chromium_org/tools/gyp/test/win/rc-build/
hello.rc 31 IDI_HELLO ICON "hello.ico"
70 IDC_HELLO "HELLO"
71 IDS_APP_TITLE "hello"
  /external/chromium_org/tools/gyp/test/win/rc-build/subdir/
hello2.rc 32 IDI_HELLO ICON "hello.ico"
71 IDC_HELLO "HELLO"
72 IDS_APP_TITLE "hello"
  /external/clang/test/CodeGenCXX/
cxx-block-objects.cpp 15 void hello() const;
22 void (^c)(void) = ((__typeof(^{ a.hello(); }))_Block_copy((const void *)(^{ a.hello(); })));
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p6.c 12 #define HIGHLOW "hello"
25 // CHECK: "hello";
26 // CHECK: "hello" ", world"
  /external/clang/test/Sema/
ucn-cstring.c 6 int a[sizeof("hello \u2192 \u2603 \u2190 world") == 24 ? 1 : -1];
8 printf("%s (%zd)\n", "hello \u2192 \u2603 \u2190 world", sizeof("hello \u2192 \u2603 \u2190 world"));
  /external/llvm/test/MC/ELF/
comdat-reloc.s 4 .globl hello
5 .type hello,@function
6 hello: label
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
StringResourceLoaderTest.java 23 assertThat(stringResourceLoader.getValue(R.string.hello), equalTo("Hello"));
29 assertThat(stringResourceLoader.getValue(R.string.some_html), equalTo("Hello, world"));
  /external/srec/config/en.us/grammars/
slot_test2.grxml 4 hello $SLOT | hello
21 hello
  /external/tcpdump/tests/
mpls-ldp-hello.new 3 Hello Message (0x0100), length: 28, Message ID: 0x00011970, Flags: [ignore if unknown]
4 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown]
5 Hold Time: 15s, Flags: [Link Hello]
mpls-ldp-hello.out 3 Hello Message (0x0100), length: 28, Message ID: 0x00011970, Flags: [ignore if unknown]
4 Common Hello Parameters TLV (0x0400), length: 4, Flags: [ignore and don't forward if unknown]
5 Hold Time: 15s, Flags: [Link Hello]
  /external/chromium_org/tools/gyp/test/generator-output/
gyptest-relocate.py 40 Hello from %s
41 Hello from inc.h
42 Hello from inc1/include1.h
43 Hello from inc2/include2.h
44 Hello from inc3/include3.h
45 Hello from subdir2/deeper/deeper.h
gyptest-top-all.py 34 Hello from %s
35 Hello from inc.h
36 Hello from inc1/include1.h
37 Hello from inc2/include2.h
38 Hello from inc3/include3.h
39 Hello from subdir2/deeper/deeper.h
  /external/llvm/test/Transforms/InstCombine/
strcat-1.ll 8 @hello = constant [6 x i8] c"hello\00"
10 @null_hello = constant [7 x i8] c"\00hello\00"
24 ; rslt1 = strcat(target, "hello\00")
25 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0
32 ; rslt3 = strcat(rslt2, "\00hello\00")
strncat-1.ll 7 @hello = constant [6 x i8] c"hello\00"
9 @null_hello = constant [7 x i8] c"\00hello\00"
23 ; rslt1 = strncat(target, "hello\00")
24 %arg2 = getelementptr [6 x i8]* @hello, i32 0, i32 0
31 ; rslt3 = strncat(rslt2, "\00hello\00")
  /cts/suite/audio_quality/test/
StringUtilTest.cpp 26 android::String8 str("hello");
27 ASSERT_TRUE(StringUtil::compare(str, "hello") == 0);
32 android::String8 str("hello there");
35 ASSERT_TRUE(StringUtil::compare(sub1, "hello") == 0);
48 android::String8 str("hello there");
50 ASSERT_TRUE(StringUtil::endsWith(str, "hello there"));
55 android::String8 str("hello:there:break:this:");
59 ASSERT_TRUE(StringUtil::compare(tokens->at(0), "hello") == 0);
  /external/chromium/base/
sys_string_conversions_mac_unittest.mm 12 EXPECT_STREQ("Hello, world!",
13 base::SysNSStringToUTF8(@"Hello, world!").c_str());
  /external/chromium_org/base/strings/
sys_string_conversions_mac_unittest.mm 14 EXPECT_STREQ("Hello, world!", SysNSStringToUTF8(@"Hello, world!").c_str());
  /external/chromium_org/tools/gyp/test/dependency-copy/
gyptest-copy.py 21 stdout="Hello from file1.c\n")
24 stdout="Hello from file2.c\n")
  /external/chromium_org/tools/gyp/test/msvs/props/
gyptest-props.py 16 test.run_gyp('hello.gyp')
18 test.build('hello.gyp')

Completed in 349 milliseconds

<<11121314151617181920>>