HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 1151 - 1175 of 1658) sorted by null

<<41424344454647484950>>

  /libcore/luni/src/test/java/libcore/io/
OsTest.java 98 String string = "hello, world!";
  /libcore/luni/src/test/java/libcore/java/io/
OldSequenceInputStreamTest.java 28 String s1 = "Hello";
OldStreamTokenizerTest.java 122 Assert.assertEquals("Token[Hello], line 1", result);
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 133 String s = "Hello, Android world #" + i + "!";
OldURLTest.java 45 private static final String helloWorldString = "Hello World";
299 assertEquals("Assert 1: Wrong stream content", "Hello World", buf
334 + " does not contain: \"Hello World\"",
335 s.indexOf("Hello World") >= 0);
  /libcore/luni/src/test/java/libcore/sqlite/
AbstractSqlTest.java 57 private final String[] ones = {"hello!", "goodbye"};
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureSpiTest.java 391 signature.update(ByteBuffer.wrap("Hello".getBytes()));
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 42 String greeting = "Hello, World!";
  /ndk/docs/
CPU-ARM-NEON.html 123 Look at the source code for the "hello-neon" sample in this NDK for an example
  /ndk/sources/host-tools/make-3.81/
ABOUT-NLS 254 hello | [] [] [] [] [] [] |
391 hello | [] [] [] [] [] [] [] [] [] [] [] [] [] |
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
HttpCookieTest.java 803 .parse("Set-Cookie:a name=tes,t;Commenturl;commentuRL=(la,la);path=hello");
809 .parse("Set-Cookie:name=tes,t;Commenturl;commentuRL=(la,la);commentuRL=hello");
814 .parse("Set-Cookie:name=tes,t;Commenturl;commentuRL=(la,la); path =hello");
817 assertEquals("hello", cookie.getPath());
820 .parse("a Set-Cookie:name=tes,t;Commenturl;commentuRL=(la,la);path=hello");
    [all...]
  /external/chromium/chrome/common/extensions/docs/
i18n-messages.html 376 named "prompt_for_name", "hello", and "bye":
384 "hello": {
385 "message": "Hello, $USER$",
462 "hello": {
496 "message": "Hello, $USER$"
  /external/clang/test/Sema/
format-strings.c 178 const char * const s1 = "hello";
179 const char s2[] = "hello";
180 const char *s3 = "hello";
181 char * const s4 = "hello";
301 printf("%S", "hello"); // expected-warning{{but the argument has type 'char *'}}
  /external/elfutils/
ABOUT-NLS 278 hello | [] [] [] [] [] |
454 hello | [] [] [] [] [] [] [] [] [] [] [] [] [] |
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
ABOUT-NLS 278 hello | [] [] [] [] [] |
456 hello | [] [] [] [] [] [] [] [] [] [] [] [] [] |
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/regex-re2/re2/
re2.h 26 // "hello (\\w+) world" -- \w matches a "word" character
28 // "hello\\s+world" -- \s matches any whitespace character
30 // "(?i)hello" -- (?i) turns on case-insensitive matching
40 // CHECK(RE2::FullMatch("hello", "h.*o"));
43 // CHECK(!RE2::FullMatch("hello", "e"));
92 // CHECK(RE2::PartialMatch("hello", "ell"));
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 490 -i=24 --int=-27 -f=24.5 --float=0.27 -s=Hello --string=Hello
494 -i 24 --int -27 -f 24.5 --float 0.27 -s Hello --string Hello
499 -i= 24 -f= 24.5 -s= Hello
503 not "Hello".
  /cts/tests/tests/widget/src/android/widget/cts/
ListViewTest.java 679 List<String> items = Lists.newArrayList("hello");
703 List<String> items = Lists.newArrayList("hello");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DataInputStreamTest.java 406 os.writeBytes("Hello");
410 assertTrue("Incorrect line read: " + line, line.equals("Hello"));
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view_mac_unittest.mm 260 NSString* const string = @"http://hello.world/";
261 // Match "hello".
  /external/chromium/chrome/browser/importer/
profile_writer.cc 347 // /home/hello and /hello. The parent should either by the other folder
  /external/chromium/net/spdy/
spdy_test_util.h 29 const char kUploadData[] = "hello!";
301 // Constructs a single SPDY data frame with the contents "hello!"
  /external/chromium/testing/gmock/test/
gmock-generated-function-mockers_test.cc 223 .WillOnce(Return("Hello"));
225 EXPECT_EQ("Hello", foo_->TakesConstReference(a));
  /external/clang/test/Misc/
ast-dump-color.cpp 4 /// <a>Hello</a>
38 //CHECK: {{^}}[[Blue]]| |-[[RESET]][[YELLOW]]TextComment[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]col:8[[RESET]], [[Yellow]]col:12[[RESET]]> Text="Hello"{{$}}

Completed in 952 milliseconds

<<41424344454647484950>>