HomeSort by relevance Sort by last modified time
    Searched full:world (Results 576 - 600 of 5805) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/
compound6-expected-8.xml 14 android:text="Hello World" >
compound6.xml 22 android:text="Hello World" />
compound7-expected-9.xml 14 android:text="Hello World" >
compound_all.xml 22 android:text="Hello World" />
37 android:text="Hello World" />
61 android:text="Hello World" />
75 android:text="Hello World" />
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
pr997.l 6 3 0000 68656C6C.*msg:.*.asciz "hello world.\\n"
  /tools/test/connectivity/acts/framework/tests/
acts_test_ssh.py 43 result = conn.run('echo "Hello World"')
44 self.assertTrue(result.stdout.find('Hello World') > -1)
66 result = conn.run('echo "Hello World"')
77 result = conn.run('echo "Hello World"')
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlSanitizerTest.java 48 assertEquals("hello world", sanitize("hello world"));
53 assertEquals("&lt;hello world&gt;", sanitize("&lt;hello world&gt;"));
58 assertEquals("<b>hello <i>world</i></b>",
59 sanitize("<b>hello <i>world</i></b>"));
64 assertEquals("<b>hello <i>world</i></b>",
65 sanitize("<b>hello <bogus></bogus><i>world</i></b>"));
70 assertEquals("<b>hello <i>world</i></b>",
71 sanitize("<b>hello <i>world</i>
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
LogcatLogTest.java 52 WifiLog.LogMessage logMessage = mLogger.err("hello world");
54 assertEquals("hello world", logMessage.toString());
112 logMessage.c("hello").c("world").flush();
113 assertEquals("hello world", logMessage.toString());
120 logMessage.c("hello").c("world").flush();
121 assertEquals("first:hello second:world", logMessage.toString());
128 logMessage.c("hello").c("world").flush();
136 logMessage.c("hello world").c("more stuff").flush();
137 assertEquals("hello world", logMessage.toString());
147 logMessage.c("hello world").c("more stuff").flush()
    [all...]
  /cts/tests/tests/transition/res/layout/
scene2.xml 35 android:text="@string/world"
36 android:id="@+id/world"/>
  /device/linaro/bootloader/arm-trusted-firmware/bl2u/
bl2u_main.c 56 * normal world via an SMC to BL1.
57 * x1 could be passed to Normal world,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_applesingle.py 14 dataforkdata = 'hello\r\0world\n'
15 resourceforkdata = 'goodbye\ncruel\0world\r'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/
README 38 world Script to take a list of Internet addresses and print
39 out where in the world those addresses originate from,
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/HelloWorld/
HelloWorld.uni 4 // This is a sample shell application that will print "UEFI Hello World!" to the
23 #string STR_MODULE_DESCRIPTION #language en-US "This is a sample shell application that will print UEFI Hello World! to the UEFI Console based on PCD setting. It demonstrates how to use the EDKII PCD mechanism to make code more flexible"
  /external/clang/test/CodeGen/
global-blocks-lines.c 39 helloBlock("world");
40 s_helloBlock("world");
  /external/clang/test/CodeGenObjC/
constant-strings.m 8 // CHECK-NEXT: @.str = {{.*}}constant [13 x i8] c"Hello World!\00", section "__TEXT,__cstring,cstring_literals", align 1
17 id a = @"Hello World!";
  /external/clang/test/Sema/
implicit-decl.c 16 printg("Hello, World!\n"); // expected-error{{implicit declaration of function 'printg' is invalid in C99}} \
30 formatd("Hello, World!\n"); // expected-error{{implicit declaration of function 'formatd' is invalid in C99}} \
  /external/clang/test/SemaCXX/
constexpr-duffs-device.cpp 22 copy("Hello, world!", 14, stuff);
31 static_assert(streq(S().stuff, "Hello, world!"), "should be same");
  /external/compiler-rt/test/tsan/Darwin/
gcd-barrier-race.mm 11 fprintf(stderr, "Hello world.\n");
44 // CHECK: Hello world.
gcd-fd.mm 9 fprintf(stderr, "Hello world.\n");
58 // CHECK: Hello world.
gcd-io-barrier.mm 14 fprintf(stderr, "Hello world.\n");
46 // CHECK: Hello world.
gcd-io-cleanup.mm 9 fprintf(stderr, "Hello world.\n");
54 // CHECK: Hello world.
gcd-once.mm 39 fprintf(stderr, "Hello world.\n");
53 // CHECK: Hello world.
gcd-sync-race.mm 11 NSLog(@"Hello world.");
40 // CHECK: Hello world.
objc-race.mm 23 NSLog(@"Hello world.");
48 // CHECK: Hello world.
xpc.mm 11 NSLog(@"Hello world.");
50 xpc_dictionary_set_string(msg, "hello", "world");

Completed in 2975 milliseconds

<<21222324252627282930>>