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

<<41424344454647484950>>

  /external/compiler-rt/lib/asan/tests/
asan_mac_test.cc 207 CFStringRef str = CFSTR("Hello world!\n");
  /external/dropbear/libtomcrypt/src/hashes/chc/
chc.c 260 (unsigned char *)"hello world",
  /external/gtest/test/
gtest-port_test.cc 384 const RE simple(TypeParam("hello"));
385 EXPECT_STREQ("hello", simple.pattern());
842 const RE simple("hello");
843 EXPECT_STREQ("hello", simple.pattern());
    [all...]
  /external/guava/guava-tests/test/com/google/common/eventbus/
EventBusTest.java 31 private static final String EVENT = "Hello";
  /external/guava/guava-tests/test/com/google/common/io/
CharStreamsTest.java 213 CharStreams.write("hello world", brokenWrite);
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-port_test.cc 384 const RE simple(TypeParam("hello"));
385 EXPECT_STREQ("hello", simple.pattern());
842 const RE simple("hello");
843 EXPECT_STREQ("hello", simple.pattern());
    [all...]
  /external/linux-tools-perf/config/
utilities.mak 101 # |hello
  /external/srec/srec/Semproc/src/
SemanticProcessorImpl.c 557 * expression is: meaning='hello';meaning=meaning+' '+'world';
560 * root.meaning='hello';root.meaning=root.meaning+' '+'world';
876 * expression is: meaning='hello';meaning=meaning+' '+'world';
879 * root.meaning='hello';root.meaning=root.meaning+' '+'world';
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
ObjCController.m 51 JSStringRef scriptRef = JSStringCreateWithUTF8CString("'Hello World!'");
  /external/zlib/src/old/
Makefile.riscos 42 @echo that will have given lots of hello!'s.
  /external/zlib/src/old/os2/
Makefile.os2 62 echo hello world | ./minigzip | ./minigzip -d || \
  /frameworks/base/docs/html/guide/topics/ui/layout/
grid.jd 184 <img src="images/hello-tablelayout.png" width="150px" />
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
toasts.jd 44 CharSequence text = "Hello toast!";
  /frameworks/base/docs/html/training/improving-layouts/
reusing-layouts.jd 93 android:text="&#64;string/hello"
  /frameworks/base/docs/html/training/notepad/
index.jd 52 for building Android applications. We recommend you complete the Hello World
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so 
  /libcore/
JavaLibrary.mk 116 @echo "Hello, world!" > $@
  /libcore/luni/src/test/java/libcore/java/io/
OldPushbackReaderTest.java 30 String pbString = "Hello World";
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldAndroidClassTest.java 64 invokeArgs[0] = "Hello";
  /libcore/luni/src/test/java/tests/api/java/util/
HashSetTest.java 210 hs.add("hello");
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 43 * <p>See the <a href="{@docRoot}resources/tutorials/views/hello-datepicker.html">Date Picker
  /sdk/templates/activities/LoginActivity/root/src/app_package/
LoginActivity.java.ftl 32 "foo@example.com:hello",
  /system/extras/tests/bionic/libc/
Android.mk 251 # Hello World to test libstdc++ support
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 48 File myFile = new File(getContext().getFilesDir(), "hello");
50 stream.write("hello world".getBytes());
305 File toCreate = new File(directory, "hello");
  /development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c 42 static const char hello[] = variable
522 nextBuffer = (short *) hello;
523 nextSize = sizeof(hello);

Completed in 1681 milliseconds

<<41424344454647484950>>