/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-string.h | 86 // otherwise returns "(null)". For example, "\"Hello\"" is returned 87 // for input "Hello". 205 // buffer. E.g. String("hello", 3) creates the string "hel",
|
/external/clang/docs/ |
BlockLanguageSpec.rst | 95 ^ void (void) { printf("hello world\n"); } 112 ^ ( void ) { printf("hello world\n"); } 118 ^ { printf("hello world\n"); }
|
/external/e2fsprogs/ |
ABOUT-NLS | 210 hello | [] [] [] [] [] [] [] [] [] | 284 hello | [] [] [] [] [] [] [] [] [] [] [] [] | 358 hello | [] [] [] [] [] [] [] | 28
|
/external/gtest/include/gtest/internal/ |
gtest-string.h | 86 // otherwise returns "(null)". For example, "\"Hello\"" is returned 87 // for input "Hello". 205 // buffer. E.g. String("hello", 3) creates the string "hel",
|
/external/icu4c/test/intltest/ |
cpdtrtst.cpp | 372 "Any-Hex;Hex-Any;Any-Hex", "hello", UnicodeString("\\u0068\\u0065\\u006C\\u006C\\u006F", ""), 373 "Any-Hex;Hex-Any", "hello! How are you?", "hello! How are you?",
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
gtest-string.h | 86 // otherwise returns "(null)". For example, "\"Hello\"" is returned 87 // for input "Hello". 205 // buffer. E.g. String("hello", 3) creates the string "hel",
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-string.h | 86 // otherwise returns "(null)". For example, "\"Hello\"" is returned 87 // for input "Hello". 205 // buffer. E.g. String("hello", 3) creates the string "hel",
|
/external/mtpd/ |
l2tp.c | 47 HELLO = 6, 61 "ACK", "SCCRQ", "SCCRP", "SCCCN", "STOPCCN", NULL, "HELLO", "OCRQ", 477 case HELLO:
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
gtest-string.h | 84 // otherwise returns "(null)". For example, "\"Hello\"" is returned 85 // for input "Hello". 203 // buffer. E.g. String("hello", 3) creates the string "hel",
|
/external/openssl/ssl/ |
d1_pkt.c | 743 * to detect unexpected Client Hello and Hello Request messages 768 /* check whether there's a handshake message (client hello?) waiting */ 936 * message, then it was unexpected (Hello Request or Client Hello). */ 996 /* XDTLS: In a pathalogical case, the Client Hello 1027 /* If we are a client, check for an incoming 'Hello Request': */ 1044 /* no need to check sequence number on HELLO REQUEST messages */ [all...] |
s3_pkt.c | 747 /* Some servers hang if iniatial client hello is larger than 256 936 * to detect unexpected Client Hello and Hello Request messages 1067 * message, then it was unexpected (Hello Request or Client Hello). */ 1125 /* If we are a client, check for an incoming 'Hello Request': */ [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-string.h | 84 // otherwise returns "(null)". For example, "\"Hello\"" is returned 85 // for input "Hello". 203 // buffer. E.g. String("hello", 3) creates the string "hel",
|
/external/tcpdump/ |
print-aodv.c | 64 printf(" [|hello]"); 69 printf(" [|hello]"); 74 printf("\n\text HELLO %ld ms",
|
/external/zlib/src/ |
Makefile.in | 87 if echo hello world | ./minigzip | ./minigzip -d && ./example $$TMPST ; then \ 100 if echo hello world | ./minigzipsh | ./minigzipsh -d && ./examplesh $$TMPSH; then \ 109 if echo hello world | ./minigzip64 | ./minigzip64 -d && ./example64 $$TMP64; then \
|
/frameworks/base/docs/html/google/gcm/ |
ccs.jd | 154 "hello":"world", 199 data.putString("hello", "world"); 214 "hello":"world",
|
/libcore/luni/src/test/java/tests/api/java/util/ |
IdentityHashMapTest.java | 37 private static final String ID = "hello"; 219 hm.put("T", "HELLO"); 220 assertEquals("Get returned incorecct value for existing key", "HELLO", hm.get("T")
|
/external/bison/ |
ABOUT-NLS | 281 hello | [] | 465 hello | [] [] [] [] [] | [all...] |
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
SSLSocketFactoriesTest.java | 289 final String server_message = "Hello from SSL Server Socket!"; 290 final String client_message = "Hello from SSL Socket!";
|
SSLSocketFunctionalTest.java | 182 final String server_message = "Hello from SSL Server Socket!"; 183 final String client_message = "Hello from SSL Socket!";
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_gtk_unittest.cc | 384 const string16 kContents = ASCIIToUTF16("http://hello.world/"); 385 // Match "hello".
|
/external/chromium/googleurl/src/ |
url_util_unittest.cc | 170 {"hello, world", "hello, world"},
|
/external/chromium/net/udp/ |
udp_socket_unittest.cc | 127 std::string simple_message("hello world!"); 171 std::string simple_message("hello world!");
|
/external/dhcpcd/ |
dhcpcd.conf.5 | 301 Set un-encapsulated vendor option to hello world. 302 .D1 vendor ,"hello world"
|
dhcpcd.conf.5.in | 289 Set un-encapsulated vendor option to hello world. 290 .D1 vendor ,"hello world"
|
/external/littlemock/tests/com/google/testing/littlemock/ |
LittleMockTest.java | 173 verify("hello").contains("something"); 435 doReturn("first").when("hello").contains("something"); 596 doReturn("hello").when(mFoo).lookup(mCaptureString.capture()); 598 assertEquals("hello", mFoo.lookup("what")); 947 mFoo.takesObject("hello"); [all...] |