/external/valgrind/main/none/tests/linux/ |
mremap3.stdout.exp | 4 Hello World
|
/external/chromium_org/tools/gyp/test/actions/src/subdir3/ |
generate_main.py | 14 printf("Hello from generate_main.py\\n");
|
/external/chromium_org/tools/gyp/test/build-option/ |
gyptest-build.py | 8 Verifies simplest-possible build of a "Hello, world!" program 16 test.run_gyp('hello.gyp', '--build=Default') 18 test.run_built_executable('hello', stdout="Hello, world!\n") 20 test.up_to_date('hello.gyp', test.DEFAULT)
|
/external/chromium_org/tools/gyp/test/hello/ |
gyptest-default.py | 8 Verifies simplest-possible build of a "Hello, world!" program 16 test.run_gyp('hello.gyp') 18 test.build('hello.gyp') 20 test.run_built_executable('hello', stdout="Hello, world!\n") 22 test.up_to_date('hello.gyp', test.DEFAULT)
|
gyptest-target.py | 8 Verifies simplest-possible build of a "Hello, world!" program 9 using an explicit build target of 'hello'. 16 test.run_gyp('hello.gyp') 18 test.build('hello.gyp', 'hello') 20 test.run_built_executable('hello', stdout="Hello, world!\n") 22 test.up_to_date('hello.gyp', 'hello')
|
gyptest-all.py | 8 Verifies simplest-possible build of a "Hello, world!" program 16 test.run_gyp('hello.gyp') 18 test.build('hello.gyp', test.ALL) 20 test.run_built_executable('hello', stdout="Hello, world!\n") 22 test.up_to_date('hello.gyp', test.ALL)
|
/external/chromium_org/tools/gyp/test/rules/src/ |
rule.py | 13 puts("Hello %s");
|
/external/llvm/lib/Transforms/Hello/ |
Hello.cpp | 1 //===- Hello.cpp - Example code from "Writing an LLVM Pass" ---------------===// 10 // This file implements two versions of the LLVM "Hello World" pass described 15 #define DEBUG_TYPE "hello" 25 // Hello - The first implementation, without getAnalysisUsage. 26 struct Hello : public FunctionPass { 28 Hello() : FunctionPass(ID) {} 32 errs() << "Hello: "; 39 char Hello::ID = 0; 40 static RegisterPass<Hello> X("hello", "Hello World Pass") [all...] |
Makefile | 1 ##===- lib/Transforms/Hello/Makefile -----------------------*- Makefile -*-===## 16 # from the hello plugin. 19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/Hello.exports
|
/external/llvm/lib/Transforms/ |
Makefile | 11 PARALLEL_DIRS = Utils Instrumentation Scalar InstCombine IPO Vectorize Hello ObjCARC 17 PARALLEL_DIRS := $(filter-out Hello, $(PARALLEL_DIRS))
|
/ndk/tests/build/c++-stl-source-extensions/jni/ |
main.cp | 4 std::cout << "Hello World!" << std::endl;
|
/external/chromium_org/tools/gyp/test/actions/src/subdir1/ |
make-prog1.py | 14 printf("Hello from make-prog1.py\n");
|
make-prog2.py | 14 printf("Hello from make-prog2.py\n");
|
/external/chromium_org/tools/gyp/test/generator-output/actions/subdir1/ |
make-prog1.py | 14 printf("Hello from make-prog1.py\n");
|
make-prog2.py | 14 printf("Hello from make-prog2.py\n");
|
/external/chromium_org/tools/gyp/test/module/ |
gyptest-default.py | 8 Verifies simple build of a "Hello, world!" program with loadable modules. The 23 Hello from program.c 24 Hello from lib1.c 25 Hello from lib2.c
|
/libcore/luni/src/test/java/libcore/java/util/ |
ObjectsTest.java | 23 public static final class Hello { 24 public String toString() { return "hello"; } 38 String[] o1 = new String[] { "hello" }; 40 String[] o3 = new String[] { "hello" }; 50 assertTrue(Objects.deepEquals("hello", "hello")); 51 assertFalse(Objects.deepEquals("hello", "world")); 55 Hello h1 = new Hello(); 56 Hello h2 = new Hello() [all...] |
/external/chromium_org/tools/gyp/test/relative/ |
gyptest-default.py | 8 Verifies simplest-possible build of a "Hello, world!" program
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/ |
ifcritical-err.asm | 3 teststring db "Hello, world"
|
/external/chromium_org/tools/gyp/test/target/ |
gyptest-target.py | 8 Verifies simplest-possible build of a "Hello, world!" program
|
/external/chromium_org/tools/gyp/test/library/ |
gyptest-shared.py | 8 Verifies simple build of a "Hello, world!" program with shared libraries, 27 Hello from program.c 28 Hello from lib1.c 29 Hello from lib2.c 30 Hello from lib1_moveable.c 43 contents = contents.replace('Hello', 'Hello again') 49 Hello again from program.c 50 Hello from lib1.c 51 Hello from lib2. [all...] |
gyptest-static.py | 8 Verifies simple build of a "Hello, world!" program with static libraries, 27 Hello from program.c 28 Hello from lib1.c 29 Hello from lib2.c 30 Hello from lib1_moveable.c 43 contents = contents.replace('Hello', 'Hello again') 49 Hello again from program.c 50 Hello from lib1.c 51 Hello from lib2. [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/ |
rdfseg.asm | 19 _message: db 'Hello, World', 10, 13, 0
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/ |
gas-llabel.asm | 9 .string "Hello World!\x0"
|
/external/chromium_org/tools/grit/grit/format/ |
js_map_format_unittest.py | 61 <message name="ID_HELLO">Hello!</message> 62 <message name="ID_HELLO_USER">Hello <ph name="USERNAME">%s<ex> 71 localizedStrings["Hello!"] = "H\xe9P\xe9ll\xf4P\xf4!"; 72 localizedStrings["Hello %s"] = "H\xe9P\xe9ll\xf4P\xf4 %s";\ 89 return 'hello.gif'
|