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

1 23 4 5 6 7 8 91011>>

  /dalvik/dx/tests/119-merge-conflict/testdata/
B.java 5 System.out.println(new A().hello());
  /external/robolectric/src/test/resources/res/values-fr/
strings.xml 3 <string name="hello">Bonjour</string>
  /external/webkit/Source/WebCore/manual-tests/resources/
StringTypeTest.java 5 return new String("hello");
  /frameworks/base/tests/RenderScriptTests/HelloWorld/
_index.html 1 <p>A Renderscript graphics application that draws the text "Hello, World!" where the user touches.</p
  /ndk/tests/device/gnustl-shared-1/jni/
foo.cpp 7 ::printf("Hello ");
  /external/e2fsprogs/lib/ss/
test_script_expected 4 Hello, world!
7 Hello, world!
10 Hello, world!
17 Hello, world!
21 Hello, world!
  /external/clang/test/SemaCXX/
array-bounds-ptr-arith.cpp 5 const char hello[] = "Hello world!"; // expected-note 2 {{declared here}} local
6 const char *helloptr = hello;
8 swallow("Hello world!" + 6); // no-warning
9 swallow("Hello world!" - 6); // expected-warning {{refers before the beginning of the array}}
10 swallow("Hello world!" + 14); // expected-warning {{refers past the end of the array}}
11 swallow("Hello world!" + 13); // no-warning
13 swallow(hello + 6); // no-warning
14 swallow(hello - 6); // expected-warning {{refers before the beginning of the array}}
15 swallow(hello + 14); // expected-warning {{refers past the end of the array}
    [all...]
  /external/robolectric/src/test/resources/res/values/
strings.xml 5 <string name="hello">Hello</string>
6 <string name="some_html"><b>Hello, <i>world</i></b></string>
  /external/zlib/src/contrib/iostream/
test.cpp 12 os << "Hello, Mommy" << endl;
15 os << "hello, hello, hi, ho!" << endl;
  /external/clang/test/CodeGenCXX/
array-pointer-decay.cpp 6 f("hello");
  /external/javassist/sample/hotswap/logging/
HelloWorld.java 4 System.out.println("hello world");
  /external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
hello-world.cs 0 Hello <?cs var:name.first ?> <?cs var:name.last ?>.
  /external/llvm/test/TableGen/
2003-08-03-PassCode.td 8 def foo : test<[{ hello world! }]>;
  /external/robolectric/src/test/resources/res/layout/
custom_layout.xml 4 message="@string/hello"
  /external/stlport/test/unit/
strstream_buffer_read_test.cpp 29 char hello[] = "Hello"; local
30 strstream stream(hello, sizeof(hello), ios_base::in);
  /external/webkit/LayoutTests/http/tests/appcache/resources/
fallbacknamespace-networknamespace-existing-resource.html 4 hello
  /ndk/tests/build/multi-abi/jni/
Android.mk 4 LOCAL_MODULE := multi-hello
  /ndk/tests/device/test-gnustl-1/jni/
Android.mk 5 LOCAL_SRC_FILES := hello.cpp
  /ndk/tests/device/test-gnustl-2/jni/
Android.mk 5 LOCAL_SRC_FILES := hello.cpp
  /ndk/tests/device/test-gnustl-full/unit/
strstream_buffer_read_test.cpp 29 char hello[] = "Hello"; local
30 strstream stream(hello, sizeof(hello), ios_base::in);
  /ndk/tests/device/test-stlport/unit/
strstream_buffer_read_test.cpp 29 char hello[] = "Hello"; local
30 strstream stream(hello, sizeof(hello), ios_base::in);
  /sdk/templates/other/BlankFragment/root/res/values/
strings.xml 4 <string name="hello_blank_fragment">Hello blank fragment</string>
  /external/clang/test/SemaObjC/
ucn-objc-string.m 10 NSLog(@"hello \u2192 \u2603 \u2190 world");
11 NSLog(@"hello ? ? ? world");
  /external/llvm/include/llvm/
CMakeLists.txt 10 ${LLVM_MAIN_SRC_DIR}/lib/Transforms/Hello/Hello.cpp
  /external/llvm/test/Feature/
load_module.ll 2 ; RUN: opt < %s -load=%llvmshlibdir/LLVMHello%shlibext -hello \
3 ; RUN: -disable-output 2>&1 | grep Hello

Completed in 1389 milliseconds

1 23 4 5 6 7 8 91011>>