Searched
full:hello (Results
476 -
500 of
2904) sorted by null
<<11121314151617181920>>
/external/chromium_org/net/test/embedded_test_server/ |
http_response_unittest.cc | 15 response.set_content("Sample content - Hello world!"); 25 "Sample content - Hello world!";
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
webinspector-log.html | 11 WebInspector.log("hello, world") 17 in the console with the text "hello, world". There will be a blue
|
/external/chromium_org/tools/gyp/test/actions-subdir/ |
gyptest-action.py | 20 file_content = 'Hello from make-file.py\n' 21 subdir_file_content = 'Hello from make-subdir-file.py\n'
|
/external/chromium_org/tools/gyp/test/compilable/ |
gyptest-headers.py | 23 Hello from program.c 24 Hello from lib1.c
|
/external/chromium_org/tools/gyp/test/mac/libraries/subdir/ |
test.gyp | 11 'hello.cc', 51 'hello.cc',
|
/external/chromium_org/tools/gyp/test/msvs/external_builder/ |
external.gyp | 15 'hello.cpp', 16 'hello.z',
|
/external/chromium_org/tools/gyp/test/ninja/normalize-paths-win/ |
normalize-paths.gyp | 16 'HeLLo.cc', 29 'HeLLo.cc',
|
/external/chromium_org/tools/gyp/test/same-gyp-name/ |
gyptest-all.py | 22 Hello from main1.cc 26 Hello from main2.cc
|
gyptest-default.py | 22 Hello from main1.cc 26 Hello from main2.cc
|
/external/chromium_org/tools/gyp/test/win/linker-flags/ |
program-database.gyp | 12 'sources': ['hello.cc'], 27 'sources': ['hello.cc'],
|
/external/chromium_org/tools/gyp/test/win/long-command-line/ |
long-command-line.gyp | 20 'hello.cc', 50 'hello.cc',
|
/external/clang/test/CodeGen/ |
cfstring.c | 8 // CHECK: @.str = linker_private unnamed_addr constant [14 x i8] c"Hello, World!\00", align 1 15 CFSTR("Hello, World!");
|
/external/clang/test/CodeGenCXX/ |
reference-in-blocks.cpp | 35 void (^bl)(range<int> ) = ^(range<int> i){printf("Hello Blocks %d\n", i.get()); }; 38 void (^bl2)(range<int>& ) = ^(range<int>& i){printf("Hello Blocks %d\n", i.get()); };
|
/external/clang/test/CodeGenObjC/ |
constant-strings.m | 6 // CHECK-NEXT: @.str = {{.*}}constant [13 x i8] c"Hello World!\00", align 1 15 id a = @"Hello World!";
|
runtime-fns.m | 15 -(void) hello { 20 [x hello];
|
/external/llvm/test/Linker/ |
module-flags-1-a.ll | 8 ; CHECK: !3 = metadata !{metadata !"hello world", i32 927} 14 !2 = metadata !{ i32 1, metadata !"mux", metadata !{ metadata !"hello world", i32 927 } }
|
/external/smali/examples/HelloWorld/ |
HelloWorld.smali | 3 #Ye olde hello world application 22 const-string v1, "Hello World!"
|
/external/stlport/test/unit/ |
ostmit_test.cpp | 36 const char* text = "hello"; 49 CPPUNIT_ASSERT(os.str() == "hello 1524");
|
/frameworks/rs/java/tests/GenImages/res/values/ |
strings.xml | 18 <string name="hello">Hello</string>
|
/ndk/tests/device/test-gnustl-full/unit/ |
ostmit_test.cpp | 36 const char* text = "hello"; 49 CPPUNIT_ASSERT(os.str() == "hello 1524");
|
/ndk/tests/device/test-stlport/unit/ |
ostmit_test.cpp | 36 const char* text = "hello"; 49 CPPUNIT_ASSERT(os.str() == "hello 1524");
|
/packages/apps/Bluetooth/res/values-be/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-bg/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-cs/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, TestActivity"</string>
|
/packages/apps/Bluetooth/res/values-da/ |
test_strings.xml | 4 <string name="hello" msgid="1740533743008967039">"Hello World, TestActivity"</string>
|
Completed in 658 milliseconds
<<11121314151617181920>>