| /external/rust/android-crates-io/crates/csv/examples/data/bench/ |
| D | game.csv | 1 hello,","," ",world,1,"!" 2 hello,","," ",world,1,"!" 3 hello,","," ",world,1,"!" 4 hello,","," ",world,1,"!" 5 hello,","," ",world,1,"!" 6 hello,","," ",world,1,"!" 7 hello,","," ",world,1,"!" 8 hello,","," ",world,1,"!" 9 hello,","," ",world,1,"!" 10 hello,","," ",world,1,"!" [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/external/ |
| D | UnCodes.tsv | 2 001 World 002 Africa 015 Northern Africa Algeria 012 DZ DZA 3 001 World 002 Africa 015 Northern Africa Egypt 818 EG EGY 4 001 World 002 Africa 015 Northern Africa Libya 434 LY LBY 5 001 World 002 Africa 015 Northern Africa Morocco 504 MA MAR 6 001 World 002 Africa 015 Northern Africa Sudan 729 SD SDN x 7 001 World 002 Africa 015 Northern Africa Tunisia 788 TN TUN 8 001 World 002 Africa 015 Northern Africa Western Sahara 732 EH ESH 9 001 World 002 Africa 202 Sub-Saharan Africa 014 Eastern Africa British Indian Ocean Territory 086 I… 10 001 World 002 Africa 202 Sub-Saharan Africa 014 Eastern Africa Burundi 108 BI BDI x x 11 001 World 002 Africa 202 Sub-Saharan Africa 014 Eastern Africa Comoros 174 KM COM x x [all …]
|
| /external/cronet/tot/third_party/re2/src/python/ |
| D | re2_test.py | 112 Params(u'\\d+', u'Hello, world.', None, False, False, False), 113 Params(b'\\d+', b'Hello, world.', None, False, False, False), 114 Params(u'\\s+', u'Hello, world.', [(6, 7)], True, False, False), 115 Params(b'\\s+', b'Hello, world.', [(6, 7)], True, False, False), 116 Params(u'\\w+', u'Hello, world.', [(0, 5)], True, True, False), 117 Params(b'\\w+', b'Hello, world.', [(0, 5)], True, True, False), 118 Params(u'(\\d+)?', u'Hello, world.', [(0, 0), (-1, -1)], True, True, False), 119 Params(b'(\\d+)?', b'Hello, world.', [(0, 0), (-1, -1)], True, True, False), 221 (u'\\w*', u'Hello, world.', [(0, 5), (5, 5), (6, 6), (7, 12), (12, 12), 223 (b'\\w*', b'Hello, world.', [(0, 5), (5, 5), (6, 6), (7, 12), (12, 12), [all …]
|
| /external/cronet/stable/third_party/re2/src/python/ |
| D | re2_test.py | 112 Params(u'\\d+', u'Hello, world.', None, False, False, False), 113 Params(b'\\d+', b'Hello, world.', None, False, False, False), 114 Params(u'\\s+', u'Hello, world.', [(6, 7)], True, False, False), 115 Params(b'\\s+', b'Hello, world.', [(6, 7)], True, False, False), 116 Params(u'\\w+', u'Hello, world.', [(0, 5)], True, True, False), 117 Params(b'\\w+', b'Hello, world.', [(0, 5)], True, True, False), 118 Params(u'(\\d+)?', u'Hello, world.', [(0, 0), (-1, -1)], True, True, False), 119 Params(b'(\\d+)?', b'Hello, world.', [(0, 0), (-1, -1)], True, True, False), 221 (u'\\w*', u'Hello, world.', [(0, 5), (5, 5), (6, 6), (7, 12), (12, 12), 223 (b'\\w*', b'Hello, world.', [(0, 5), (5, 5), (6, 6), (7, 12), (12, 12), [all …]
|
| /external/trusty/arm-trusted-firmware/docs/design_documents/ |
| D | context_mgmt_rework.rst | 16 mind the 2 world switch and hence this design pattern has been extended to 18 of a new Realm world and a separate Root world for EL3 firmware, it is clear 37 dispatcher to own the context for their respective world and moving away 39 remove the world differentiation code in the library. This also means that 43 The Non Secure world does not have a dispatcher component and hence EL3 45 initialize the Non Secure world context. 56 world to support legacy Android deployments. It is worth removing this 61 The CPU context contains some EL3 sysregs and gets applied on a per-world 63 because different settings need to be applied between each world). 70 EL3 sysreg values corresponding to the world being entered will be restored. [all …]
|
| /external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.cons/ |
| D | brace_assignment.pass.cpp | 26 std::string s = "hello world"; in test() 32 std::string s = "hello world"; in test() 38 std::string s = "hello world"; in test() 44 std::string s = "Hello world! Hello world! Hello world! Hello world! Hello world!"; in test() 50 std::string s = "Hello world! Hello world! Hello world! Hello world! Hello world!"; in test() 56 std::string s = "Hello world! Hello world! Hello world! Hello world! Hello world!"; in test()
|
| /external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.cons/ |
| D | brace_assignment.pass.cpp | 26 std::string s = "hello world"; in test() 32 std::string s = "hello world"; in test() 38 std::string s = "hello world"; in test() 44 std::string s = "Hello world! Hello world! Hello world! Hello world! Hello world!"; in test() 50 std::string s = "Hello world! Hello world! Hello world! Hello world! Hello world!"; in test() 56 std::string s = "Hello world! Hello world! Hello world! Hello world! Hello world!"; in test()
|
| /external/skia/experimental/webgpu-bazel/ |
| D | Makefile | 2 bazelisk build //experimental/webgpu-bazel/src:hello-world-wasm --compilation_mode opt \ 6 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.js build/hello-world… 7 …p ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.wasm build/hello-worl… 10 bazelisk build //experimental/webgpu-bazel/src:hello-world-wasm --compilation_mode dbg \ 14 …cp ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.js build/hello-world… 15 …p ../../bazel-bin/experimental/webgpu-bazel/src/hello-world-wasm/hello-world.wasm build/hello-worl…
|
| /external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/jul/ |
| D | InvocationTest.java | 79 logger.debug("Hello world."); in smoke() 80 assertLogMessage("Hello world.", 0); in smoke() 92 logger.debug("Hello world"); in verifyMessageFormatting() 93 assertLogMessage("Hello world", index++); in verifyMessageFormatting() 95 logger.debug("Hello world {}", i1); in verifyMessageFormatting() 96 assertLogMessage("Hello world " + i1, index++); in verifyMessageFormatting() 104 logger.debug("Hello world 2", e); in verifyMessageFormatting() 105 assertLogMessage("Hello world 2", index); in verifyMessageFormatting() 107 logger.info("Hello world 2."); in verifyMessageFormatting() 109 logger.warn("Hello world 3."); in verifyMessageFormatting() [all …]
|
| /external/slf4j/slf4j-nop/src/test/java/org/slf4j/nop/ |
| D | InvocationTest.java | 47 logger.debug("Hello world."); in test1() 58 logger.debug("Hello world 1."); in test2() 59 logger.debug("Hello world {}", i1); in test2() 63 logger.debug("Hello world 2", e); in test2() 64 logger.info("Hello world 2."); in test2() 66 logger.warn("Hello world 3."); in test2() 67 logger.warn("Hello world 3", e); in test2() 69 logger.error("Hello world 4."); in test2() 70 logger.error("Hello world {}", Integer.valueOf(3)); in test2() 71 logger.error("Hello world 4.", e); in test2() [all …]
|
| /external/arm-trusted-firmware/docs/components/ |
| D | firmware-update.rst | 23 This document describes the secure world FWU design. It is beyond its scope to 24 describe how normal world FWU images should operate. To implement normal world 33 some parts of FWU to be implemented in other secure and normal world images. 42 - Context switching between the normal and secure world during the FWU 45 - Other secure world FWU images handle platform initialization required by 47 - Normal world FWU images handle loading of firmware images from external 79 - Executable or non-executable image. This indicates whether the normal world 80 is permitted to request execution of a secure world FWU image (after 81 authentication). Secure world certificates and non-AP images are examples 126 requested BL1 to resume normal world execution. [all …]
|
| /external/downloader/src/test/java/com/google/android/downloader/ |
| D | DownloaderTest.java | 136 .setBody("hello world") in downloadOneFile() 153 assertThat(result.bytesWritten()).isEqualTo(11); // == "hello world".length in downloadOneFile() 154 assertThat(Files.asCharSource(destinationFile, UTF_8).read()).isEqualTo("hello world"); in downloadOneFile() 167 Files.asCharSink(destinationFile, UTF_8).write("hello world"); in downloadOneFile_existingContent_partialContent() 174 .setBody("goodbye world") in downloadOneFile_existingContent_partialContent() 175 // 24 == ("hello world" + "goodbye world").length in downloadOneFile_existingContent_partialContent() 186 assertThat(result.bytesWritten()).isEqualTo(13); // == "goodbye world".length in downloadOneFile_existingContent_partialContent() 188 .isEqualTo("hello worldgoodbye world"); in downloadOneFile_existingContent_partialContent() 190 .isEqualTo("bytes=11-"); // == "hello world".length in downloadOneFile_existingContent_partialContent() 199 Files.asCharSink(destinationFile, UTF_8).write("hello world"); in downloadOneFile_existingContent_noMetadata() [all …]
|
| /external/trusty/arm-trusted-firmware/docs/components/ |
| D | firmware-update.rst | 31 A common system design will place the ``Update Agent`` in the Secure-world 32 while the ``Client`` executes in the Normal-world. 33 The `PSA FW update specification`_ provides ABIs meant for a Normal-world 69 and also if the system successfully booted the Normal-world image then 71 checking at Normal-world. 81 as authentication failure or non-fuctionality of Normal-world software then the 119 This document describes the secure world FWU design. It is beyond its scope to 120 describe how normal world FWU images should operate. To implement normal world 129 some parts of FWU to be implemented in other secure and normal world images. 138 - Context switching between the normal and secure world during the FWU [all …]
|
| D | context-management-library.rst | 14 are not banked per world. When moving between the security states it is the 33 security states (Non-Secure, Secure, Realm). Each world must have its 46 In general, an ideal trusted system should have Secure world-specific configurations 47 that are not influenced by Normal World operations. Therefore, for each CPU, we 48 need to maintain world-specific context to ensure that register entries from one 49 world do not leak or impact the execution of the CPU in other worlds. 57 for maintaining world-specific context essential for a trusted system. 65 two-world system, comprising of Non-Secure and Secure Worlds. In this case, the 66 EL3 Firmware is assumed to be running in Secure World. 70 state called root. EL3 firmware now runs at Root World and thereby is [all …]
|
| /external/cronet/tot/third_party/apache-portable-runtime/src/test/ |
| D | testescape.c | 37 src = "Hello World &;`'\"|*?~<>^()[]{}$\\"; in test_escape() 38 target = "Hello World \\&\\;\\`\\'\\\"\\|\\*\\?\\~\\<\\>\\^\\(\\)\\[\\]\\{\\}\\$\\\\"; in test_escape() 52 src = "Hello World &;`'\"|*?~<>^()[]{}$\\\n"; in test_escape() 53 target = "Hello World \\&\\;\\`\\'\\\"\\|\\*\\?\\~\\<\\>\\^\\(\\)\\[\\]\\{\\}\\$\\\\\\\n"; in test_escape() 77 src = "Hello%20World"; in test_escape() 78 target = "Hello World"; in test_escape() 86 src = "Hello+World"; in test_escape() 87 target = "Hello World"; in test_escape() 95 src = "Hello%20World"; in test_escape() 96 target = "Hello%20World"; in test_escape() [all …]
|
| /external/cronet/stable/third_party/apache-portable-runtime/src/test/ |
| D | testescape.c | 37 src = "Hello World &;`'\"|*?~<>^()[]{}$\\"; in test_escape() 38 target = "Hello World \\&\\;\\`\\'\\\"\\|\\*\\?\\~\\<\\>\\^\\(\\)\\[\\]\\{\\}\\$\\\\"; in test_escape() 52 src = "Hello World &;`'\"|*?~<>^()[]{}$\\\n"; in test_escape() 53 target = "Hello World \\&\\;\\`\\'\\\"\\|\\*\\?\\~\\<\\>\\^\\(\\)\\[\\]\\{\\}\\$\\\\\\\n"; in test_escape() 77 src = "Hello%20World"; in test_escape() 78 target = "Hello World"; in test_escape() 86 src = "Hello+World"; in test_escape() 87 target = "Hello World"; in test_escape() 95 src = "Hello%20World"; in test_escape() 96 target = "Hello%20World"; in test_escape() [all …]
|
| /external/slf4j/slf4j-simple/src/test/java/org/slf4j/simple/ |
| D | InvocationTest.java | 63 logger.debug("Hello world."); in test1() 74 logger.debug("Hello world 1."); in test2() 75 logger.debug("Hello world {}", i1); in test2() 79 logger.debug("Hello world 2", e); in test2() 80 logger.info("Hello world 2."); in test2() 82 logger.warn("Hello world 3."); in test2() 83 logger.warn("Hello world 3", e); in test2() 85 logger.error("Hello world 4."); in test2() 86 logger.error("Hello world {}", Integer.valueOf(3)); in test2() 87 logger.error("Hello world 4.", e); in test2() [all …]
|
| /external/libtextclassifier/native/annotator/ |
| D | annotator_jni_test.cc | 30 EXPECT_EQ(ConvertIndicesBMPToUTF8("hello world", {0, 5}), in TEST() 32 EXPECT_EQ(ConvertIndicesUTF8ToBMP("hello world", {0, 5}), in TEST() 34 EXPECT_EQ(ConvertIndicesBMPToUTF8("ello world", {0, 6}), in TEST() 36 EXPECT_EQ(ConvertIndicesUTF8ToBMP("ello world", {0, 5}), in TEST() 39 EXPECT_EQ(ConvertIndicesBMPToUTF8("hello world", {6, 11}), in TEST() 41 EXPECT_EQ(ConvertIndicesUTF8ToBMP("hello world", {6, 11}), in TEST() 50 EXPECT_EQ(ConvertIndicesBMPToUTF8(" Hello World.", {3, 8}), in TEST() 53 EXPECT_EQ(ConvertIndicesUTF8ToBMP(" Hello World.", {2, 7}), in TEST() 57 EXPECT_EQ(ConvertIndicesBMPToUTF8(" Hell World.", {3, 9}), in TEST() 60 EXPECT_EQ(ConvertIndicesUTF8ToBMP(" Hell World.", {2, 7}), in TEST() [all …]
|
| /external/grpc-grpc-java/examples/example-xds/ |
| D | README.md | 4 The XDS example consists of a Hello World client and a Hello World server capable of 6 behaves the same the hello-world version and the server behaves similar to the 16 Build the XDS hello-world example client & server. From the `grpc-java/examples/examples-xds` 22 This creates the scripts `build/install/example-xds/bin/xds-hello-world-client` and 23 `build/install/example-xds/bin/xds-hello-world-server`. 31 bootstrap format). This is needed by both `build/install/example-xds/bin/xds-hello-world-client` 32 and `build/install/example-xds/bin/xds-hello-world-server`. 37 $ ./build/install/example-xds/bin/xds-hello-world-server 43 $ ./build/install/example-xds/bin/xds-hello-world-client "xds world" xds:///yourServersName 45 The first command line argument (`xds world`) is the name you wish to include in [all …]
|
| /external/pigweed/pw_ide/py/ |
| D | editors_test.py | 39 dict_a = {'hello': 'world'} 43 'hello': 'world', 51 dict_a = {'hello': 'world'} 55 'hello': 'world', 63 dict_a = {'hello': 'world'} 70 dict_a = OrderedDict({'hello': 'world'}) 75 'hello': 'world', 84 dict_a = OrderedDict({'hello': 'world'}) 89 'hello': 'world', 98 dict_a = OrderedDict({'hello': 'world'}) [all …]
|
| /external/toybox/tests/ |
| D | gzip.test | 19 testing "no files (stdin to stdout)" "echo hello world | gzip > f.gz && 20 test -f f.gz && zcat f.gz" "hello world\n" "" "" 33 echo "hello world" | gzip > f.gz 35 test -f f && ! test -f f.gz && cat f" "hello world\n" "" "" 38 echo "hello world" | gzip > f.gz 40 ! test -f f && test -f f.gz" "hello world\n" "" "" 44 echo "hello world" > f1 48 "refused\nhello world\nprecious data\n" "" "" 51 "allowed\nhello world\n" "" "" 55 echo "hello world" > f1 [all …]
|
| /external/grpc-grpc-java/examples/example-tls/ |
| D | README.md | 1 Hello World Example with TLS 22 This creates the scripts `hello-world-tls-server`, `hello-world-tls-client`, 27 Running the hello world with TLS is the same as the normal hello world, but takes additional args: 29 **hello-world-tls-server**: 36 **hello-world-tls-client**: 51 #### Hello world example with TLS (no mutual auth): 55 ./build/install/example-tls/bin/hello-world-tls-server 50440 ../../testing/src/main/resources/certs… 57 ./build/install/example-tls/bin/hello-world-tls-client localhost 50440 ../../testing/src/main/resou… 60 #### Hello world example with TLS with mutual auth: 64 ./build/install/example-tls/bin/hello-world-tls-server 50440 ../../testing/src/main/resources/certs… [all …]
|
| /external/abseil-cpp/absl/log/ |
| D | log_macro_hygiene_test.cc | 83 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kInfo, _, "Hello world")); in TEST() 86 LOG(INFO) << "Hello world"; in TEST() 93 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kWarning, _, "Hello world")); in TEST() 96 LOG(WARNING) << "Hello world"; in TEST() 103 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kError, _, "Hello world")); in TEST() 106 LOG(ERROR) << "Hello world"; in TEST() 113 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kError, _, "Hello world")); in TEST() 116 LOG(LEVEL(absl::LogSeverity::kError)) << "Hello world"; in TEST() 129 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kInfo, _, "Hello world")) in TEST() 133 LOG(INFO) << "Hello world"; in TEST() [all …]
|
| /external/angle/third_party/abseil-cpp/absl/log/ |
| D | log_macro_hygiene_test.cc | 83 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kInfo, _, "Hello world")); in TEST() 86 LOG(INFO) << "Hello world"; in TEST() 93 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kWarning, _, "Hello world")); in TEST() 96 LOG(WARNING) << "Hello world"; in TEST() 103 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kError, _, "Hello world")); in TEST() 106 LOG(ERROR) << "Hello world"; in TEST() 113 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kError, _, "Hello world")); in TEST() 116 LOG(LEVEL(absl::LogSeverity::kError)) << "Hello world"; in TEST() 129 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kInfo, _, "Hello world")) in TEST() 133 LOG(INFO) << "Hello world"; in TEST() [all …]
|
| /external/cronet/stable/third_party/abseil-cpp/absl/log/ |
| D | log_macro_hygiene_test.cc | 83 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kInfo, _, "Hello world")); in TEST() 86 LOG(INFO) << "Hello world"; in TEST() 93 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kWarning, _, "Hello world")); in TEST() 96 LOG(WARNING) << "Hello world"; in TEST() 103 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kError, _, "Hello world")); in TEST() 106 LOG(ERROR) << "Hello world"; in TEST() 113 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kError, _, "Hello world")); in TEST() 116 LOG(LEVEL(absl::LogSeverity::kError)) << "Hello world"; in TEST() 129 EXPECT_CALL(test_sink, Log(absl::LogSeverity::kInfo, _, "Hello world")) in TEST() 133 LOG(INFO) << "Hello world"; in TEST() [all …]
|