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

<<51525354555657585960>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PushbackReaderTest.java 31 String pbString = "Hello World";
  /external/chromium/base/
mach_ipc_mac.h 65 // char messageString[] = "Hello server!\n";
  /external/chromium/chrome/browser/history/
history_querying_unittest.cc 41 "PAGETHREE BAR some hello world for you"},
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 3 * A "Hello world!" for the Chrome Web Store Licensing API, in PHP. This
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 9 "http://www.google.ca/": "canadian-hello.mp3",
  /external/chromium/chrome/common/extensions/docs/static/
permission_warnings.html 93 alt="Warning text: 'The newest version of the extension Hello World requires more permissions, so it has been disabled. [Re-enable].'"
  /external/chromium/chrome/common/
json_value_serializer_unittest.cc 282 ASSERT_EQ("hello", string_value);
  /external/chromium/net/base/
cookie_monster_unittest.cc 334 EXPECT_EQ("hello",
336 "hello\nworld"));
340 EXPECT_EQ("hello world\tgood",
342 "hello world\tgood\rbye"));
346 EXPECT_EQ("hello",
348 "hello\nworld"));
352 EXPECT_EQ("hello world\tgood",
354 "hello world\tgood\rbye"));
748 { "Sat, 15-Apr-17 21:01:22 (hello there)", true, 1492290082 },
    [all...]
  /external/chromium/net/websockets/
websocket_unittest.cc 204 static const char kMessage[] = "Hello";
  /external/chromium/testing/gtest/include/gtest/
gtest-death-test.h 74 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
  /external/elfutils/tests/
update4.c 153 data->d_buf = "hello";
  /external/grub/stage2/
md5.c 374 if (check_md5_password ("Hello world!",
  /external/gtest/include/gtest/
gtest-death-test.h 74 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
  /external/guava/guava/src/com/google/common/base/
Equivalence.java 164 * equiv.wrap("a").equals(equiv.wrap("hello")) // false
  /external/icu4c/common/unicode/
icuplug.h 58 * testplug.dll myPlugin hello=world
  /external/icu4c/
configure.in 912 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[const unsigned short hello[] = u"hello";]], [[]])],[U_CHECK_UTF16_STRING=1],[U_CHECK_UTF16_STRING=0])
927 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[const unsigned short hello[] = U"hello";]], [[]])],[U_CHECK_UTF16_STRING=1],[U_CHECK_UTF16_STRING=0])
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 142 doAssert((col->compare("Hello", "hello") == Collator::GREATER), "Hello > hello comparison failed");
164 doAssert((col->compare("Hello", "hello", 5) == Collator::GREATER), "Hello > hello with length 5 comparison failed");
    [all...]
rbbiapts.cpp 57 bi3->setText("hello");
101 UnicodeString HelloString("Hello Kitty");
194 bi1->setText((UnicodeString)"Hello there");
316 const char *s1 = "\x68\x65\x6C\x6C\x6F\x20\x77\x6F\x72\x6C\x64"; /* "hello world" in UTF-8 */
    [all...]
utxttest.cpp 854 UnicodeString s("Hello, World");
876 UnicodeString s1("Hello, World");
964 UnicodeString sa("Hello, this is a string");
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
ListMap.java 52 map.put( "bob", "hello");
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
EscapingEvaluator.java 252 * Process AST node for a string (e.g. "hello").
JavaExpression.java 241 * A Java string (e.g. "hello\nworld").
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-death-test.h 74 // ASSERT_DEATH(server.SendMessage(56, "Hello"), "Invalid port number");
  /external/llvm/test/Analysis/Profiling/
profiling-tool-chain.ll 41 @.str = private constant [12 x i8] c"hello world\00", align 1 ; <[12 x i8]*> [#uses=1]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 183 "str: hello there\n"
203 EXPECT_TRUE(map.str.equals("hello there"));
594 map.name = "hello";
619 EXPECT_TRUE(map2.name.equals("hello"));

Completed in 1237 milliseconds

<<51525354555657585960>>