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

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_applesingle.py 14 dataforkdata = 'hello\r\0world\n'
15 resourceforkdata = 'goodbye\ncruel\0world\r'
  /system/chre/apps/hello_world/
hello_world.cc 34 chreLog(CHRE_LOG_INFO, "Hello, world from version 0x%08x", chreGetVersion());
46 chreLog(CHRE_LOG_INFO, "Goodbye, world!");
  /external/owasp/sanitizer/src/tests/org/owasp/html/
TagBalancingHtmlStreamRendererTest.java 64 balancer.text("Hello, <<World>>!");
72 balancer.text("<<World>>!");
77 "<html><head><title>Hello, &lt;&lt;World&gt;&gt;!</title></head>"
79 + "<br />&lt;&lt;World&gt;&gt;!</p></body></html>",
123 balancer.text("Hello, World!");
127 balancer.text("World!");
132 balancer.text("World!");
138 balancer.text("\n.World {\n color: blue\n}\n");
147 balancer.text("World!");
152 "<title>Hello, World!</title>
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DrmInfoRequestTest.java 61 checkGetMimeType("World");
62 checkGetMimeType("Hello World");
68 attributes.put("World", null);
69 attributes.put("Hello World", "Hello World");
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/
tegra_sip_calls.c 111 * The NS world registers the address of its handler to be
125 /* store the NS world's entrypoint */
132 * The NS world's FIQ handler issues this SMC to get the NS EL1/EL0
134 * NS world to understand the CPU state when the watchdog interrupt
160 * We return to the external world as if this SIP is not
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pkgutil.py 28 RESOURCE_DATA = 'Hello, world!\nSecond line\r\nThird line'
58 RESOURCE_DATA = 'Hello, world!\nSecond line\r\nThird line'
96 return "Hello, world!"
110 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
119 self.assertEqual(pkgutil.get_data('foo', 'dummy'), "Hello, world!")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/world/
README 0 world -- Print mappings between country names and DNS country codes.
7 world those addresses originate from, based on the top-level domain country
21 %% world tz us
25 %% world united
50 Usage: world [-d] [-p file] [-o] [-h] addr [addr ...]
  /external/protobuf/src/google/protobuf/stubs/
bytestream_unittest.cc 65 StringPiece data("Hello world!");
75 StringPiece data("Hello world!");
87 StringPiece data("Hello world!");
107 EXPECT_EQ("world!", str);
113 StringPiece data("Hello world!");
  /external/python/cpython2/Tools/world/
README 0 world -- Print mappings between country names and DNS country codes.
7 world those addresses originate from, based on the top-level domain country
21 %% world tz us
25 %% world united
50 Usage: world [-d] [-p file] [-o] [-h] addr [addr ...]
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
IndentingPrintWriterTest.java 46 pw.print("World");
55 pw.print("World");
59 assertEquals("Hello\n World\n And\n Goodbye\nWorld\n", mStream.toString());
67 pw.println("World");
70 assertEquals("Hello\n World\n", mStream.toString());
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
BracketTest.java 27 "Hello World"
39 mLongSparseArray.put(0, "World");
66 assertEquals("Hello World", mBinder.arrayText.getText().toString());
68 assertEquals("World", mBinder.longSparseArrayText.getText().toString());
97 assertEquals("Hello World", mBinder.indexObjView.getText().toString());
  /libcore/luni/src/test/java/libcore/java/util/
StringJoinerTest.java 84 StringJoiner sj1 = new StringJoiner(" ", "[", "]").add("Hello").add("world");
87 assertEquals("[Hello world FooBar a!b]", sj1.merge(sj2).merge(sj3).toString());
97 StringJoiner sj = new StringJoiner(" ", "|", "|").add("Hello").add("world");
98 assertEquals("|Hello world Hello world|", sj.merge(sj).toString());
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4585.go 52 copy((*[16]byte)(unsafe.Pointer(&a))[:], "hello world!")
73 copy((*[16]byte)(unsafe.Pointer(&a))[:], "hello world!")
93 copy((*[12]byte)(unsafe.Pointer(&a))[:], "hello world!")
105 copy((*[20]byte)(unsafe.Pointer(&a))[:], "Hello World, Gopher!")
127 copy((*[20]byte)(unsafe.Pointer(&a))[:], "Hello World, Gopher!")
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4585.go 52 copy((*[16]byte)(unsafe.Pointer(&a))[:], "hello world!")
73 copy((*[16]byte)(unsafe.Pointer(&a))[:], "hello world!")
93 copy((*[12]byte)(unsafe.Pointer(&a))[:], "hello world!")
105 copy((*[20]byte)(unsafe.Pointer(&a))[:], "Hello World, Gopher!")
127 copy((*[20]byte)(unsafe.Pointer(&a))[:], "Hello World, Gopher!")
  /frameworks/base/tools/aapt2/compile/
Pseudolocalizer_test.cpp 54 EXPECT_TRUE(SimpleHelper("Hello, world", "Hello, world",
57 EXPECT_TRUE(CompoundHelper("Hello,", " world", "", "Hello, world",
63 EXPECT_TRUE(SimpleHelper("Hello, world", "[?é??ö, ?ö??ð one two]",
75 EXPECT_TRUE(CompoundHelper("Hello,", " world", "", "[?é??ö, ?ö??ð one two]",
91 SimpleHelper("hello\n world\n",
96 "hello", "\n ", " world\n",
233 result += pseudo.Text("world!");
234 ASSERT_EQ(StringPiece("?é??ö, world!"), result)
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
pointertest.cpp 672 strcpy(buffer, "World");
673 EXPECT_STREQ("World", Pointer("/foo/world").GetWithDefault(d, buffer, a).GetString());
676 EXPECT_STREQ("World", GetValueByPointer(d, "/foo/world")->GetString());
724 strcpy(buffer, "World");
725 EXPECT_STREQ("World", Pointer("/foo/world").GetWithDefault(d, buffer).GetString());
728 EXPECT_STREQ("World", GetValueByPointer(d, "/foo/world")->GetString())
    [all...]
  /external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
OkApacheClientTest.java 48 server.enqueue(new MockResponse().setBody("Hello, World!"));
53 assertEquals("Hello, World!", actual);
96 byte[] body = "Hello, world!".getBytes(UTF_8);
101 assertEquals("Hello, world!", request.getBody().readUtf8());
109 byte[] body = "Hello, world!".getBytes(UTF_8);
114 assertEquals("Hello, world!", request.getBody().readUtf8());
150 server.enqueue(new MockResponse().setBody("<html><body><h1>Hello, World!</h1></body></html>")
152 server.enqueue(new MockResponse().setBody("{\"Message\": { \"text\": \"Hello, World!\" } }")
154 server.enqueue(new MockResponse().setBody("Hello, World!"));
180 server.enqueue(new MockResponse().setBody("{\"Message\": { \"text\": \"Hello, World!\" } }")
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PrintWriterTest.java 73 pw.write("Hello World");
82 .equals("Hello World"));
96 pw.write("Hello World");
109 .equals("Hello World"));
249 "Hello World".getChars(0, 11, schars, 0);
259 .equals("Hello World"));
355 pw.print("Hello World");
357 assertEquals("Wrote incorrect string", "Hello World", new String(bao.toByteArray())
402 "Hello World".getChars(0, 11, schars, 0);
414 .equals("Hello World"));
    [all...]
  /external/python/cpython3/Lib/test/test_importlib/frozen/
test_loader.py 34 self.assertEqual(output, 'Hello world!\n')
47 self.assertEqual(output, 'Hello world!\n')
60 self.assertEqual(output, 'Hello world!\n')
105 self.assertEqual(stdout.getvalue(), 'Hello world!\n')
123 self.assertEqual(stdout.getvalue(), 'Hello world!\n')
141 self.assertEqual(stdout.getvalue(), 'Hello world!\n')
152 'Hello world!\nHello world!\n')
196 self.assertEqual(stdout.getvalue(), 'Hello world!\n')
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/common/
mtk_sip_svc.c 54 /* SiP SMC service secure world's call */
57 /* SiP SMC service normal world's call */
83 * This function is responsible for handling all SiP calls from the NS world
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
Rev.py 7 >>> chars = list(Rev('Hello World!'))
47 >>> WH = Rev('Hello World!')
49 Hello World! !dlroW olleH
  /external/clang/test/Modules/
debug-info-moduleimport.m 2 // RUN: %clang_cc1 -debug-info-kind=limited -fmodules -DGREETING="Hello World" -UNDEBUG -fimplicit-module-maps -fmodules-cache-path=%t %s -I %S/Inputs -isysroot /tmp/.. -I %t -emit-llvm -o - | FileCheck %s --check-prefix=NOIMPORT
8 // RUN: %clang_cc1 -debug-info-kind=limited -fmodules -DGREETING="Hello World" -UNDEBUG -fimplicit-module-maps -fmodules-cache-path=%t %s -I %S/Inputs -isysroot /tmp/.. -I %t -emit-llvm -debugger-tuning=lldb -o - | FileCheck %s
15 // CHECK-SAME: configMacros: "\22-DGREETING=Hello World\22 \22-UNDEBUG\22",
  /external/libtextclassifier/
strip-unpaired-brackets_test.cc 52 EXPECT_EQ(StripUnpairedBrackets("hello world", {0, 0}, unilib),
54 EXPECT_EQ(StripUnpairedBrackets("hello world", {11, 11}, unilib),
56 EXPECT_EQ(StripUnpairedBrackets("hello world", {-1, -1}, unilib),
  /external/llvm/lib/Transforms/Hello/
Hello.cpp 10 // This file implements two versions of the LLVM "Hello World" pass described
41 static RegisterPass<Hello> X("hello", "Hello World Pass");
65 Y("hello2", "Hello World Pass (with getAnalysisUsage implemented)");
  /external/python/cpython2/Demo/classes/
Rev.py 7 >>> chars = list(Rev('Hello World!'))
47 >>> WH = Rev('Hello World!')
49 Hello World! !dlroW olleH

Completed in 738 milliseconds

<<21222324252627282930>>