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

<<41424344454647484950>>

  /external/chromium/chrome/common/net/
test_url_fetcher_factory.h 135 // "<html><body>hello world</body></html>",
  /external/chromium/net/base/
listen_socket_unittest.cc 17 static const char kHelloWorld[] = "HELLO, WORLD";
  /external/chromium/net/test/
openssl_helper.cc 253 if (memcmp(buffer, "hello!", sizeof(buffer)) == 0) {
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 364 const RE simple(TypeParam("hello"));
365 EXPECT_STREQ("hello", simple.pattern());
822 const RE simple("hello");
823 EXPECT_STREQ("hello", simple.pattern());
    [all...]
  /external/clang/test/Analysis/
variadic-method-types.m 74 [NSArray arrayWithObjects:@"Hello", a, b, c, d, nil];
  /external/clang/test/CodeGen/
builtins.c 91 char s0[10], s1[] = "Hello";
  /external/clang/test/FixIt/
typo.cpp 48 return s.fnd("hello") // expected-error{{no member named 'fnd' in 'std::basic_string<char>'; did you mean 'find'?}}
  /external/clang/test/Index/
complete-exprs.c 13 const char *str = "Hello, \nWorld";
  /external/clang/test/Parser/
cxx11-user-defined-literals.cpp 113 void operator "" u8"" "\u0123" "hello"_all_of_the_things ""(const char*); // expected-error {{must be '""'}}
  /external/clang/test/SemaCXX/
overload-member-call.cpp 96 a.foo(4, "hello"); //expected-error {{no matching member function for call to 'foo'}}
  /external/eigen/doc/
D11_UnalignedArrayAssert.dox 5 Hello! You are seeing this webpage because your program terminated on an assertion failure like this one:
  /external/eigen/test/eigen2/
eigen2_triangular.cpp 143 std::cout << "hello\n" << array << std::endl;
  /external/guava/guava-testlib/src/com/google/common/testing/
EqualsTester.java 41 * .addEqualityGroup("hello", "h" + "ello")
EquivalenceTester.java 43 * .addEquivalenceGroup("hello", "h" + "ello")
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
CompilingClassLoader.java 50 * " System.out.println(\"Hello world\");\n" +
JavaSourceWriter.java 40 * java.writeStatement(call("System.out.println", string("hello")));
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultHdfParser.java 56 // some.thing = Hello
  /external/llvm/test/Analysis/Profiling/
edge-profiling.ll 6 @.str = private constant [12 x i8] c"hello world\00", align 1 ; <[12 x i8]*> [#uses=1]
  /external/llvm/test/CodeGen/X86/
fast-isel.ll 23 call void asm sideeffect "hello world", ""()
  /external/llvm/test/Feature/
constexpr.ll 38 @somestr = constant [11x i8] c"hello world"
  /external/llvm/test/Integer/
constexpr_bt.ll 40 @somestr = constant [11x i8] c"hello world"
  /external/llvm/test/Transforms/InstCombine/
fprintf-1.ll 10 @hello_world = constant [13 x i8] c"hello world\0A\00"
  /external/openssh/
PROTOCOL.mux 12 action of each is to exchange hello messages:
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 205 WriteString(output, "Hello world!\n");
221 ReadString(input, "Hello world!\n");
237 WriteString(output, "Hello world!\n");
253 ReadString(input, "Hello world!\nSome text. ");
  /external/protobuf/src/google/protobuf/
unittest_micro.proto 133 optional string default_string = 74 [default = "hello"];

Completed in 1751 milliseconds

<<41424344454647484950>>