| /external/rust/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.txt | 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/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/pigweed/pw_ide/py/ |
| D | editors_test.py | 35 dict_a = {'hello': 'world'} 39 'hello': 'world', 48 dict_a = {'hello': 'world'} 52 'hello': 'world', 61 dict_a = {'hello': 'world'} 69 dict_a = OrderedDict({'hello': 'world'}) 74 'hello': 'world', 84 dict_a = OrderedDict({'hello': 'world'}) 89 'hello': 'world', 99 dict_a = OrderedDict({'hello': 'world'}) [all …]
|
| /external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/ |
| D | InvocationTest.java | 72 logger.debug("Hello world."); in test1() 73 assertLogMessage("Hello world.", 0); in test1() 85 logger.debug("Hello world"); in verifyMessageFormatting() 86 assertLogMessage("Hello world", index++); in verifyMessageFormatting() 88 logger.debug("Hello world {}", i1); in verifyMessageFormatting() 89 assertLogMessage("Hello world " + i1, index++); in verifyMessageFormatting() 97 logger.debug("Hello world 2", e); in verifyMessageFormatting() 98 assertLogMessage("Hello world 2", index); in verifyMessageFormatting() 100 logger.info("Hello world 2."); in verifyMessageFormatting() 102 logger.warn("Hello world 3."); in verifyMessageFormatting() [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/grpc-grpc-java/examples/ |
| D | README.md | 18 This creates the scripts `hello-world-server`, `hello-world-client`, 19 `hello-world-tls-server`, `hello-world-tls-client`, 24 For example, to try the hello world example first run: 27 $ ./build/install/examples/bin/hello-world-server 33 $ ./build/install/examples/bin/hello-world-client 36 ### Hello World with TLS 38 Running the hello world with TLS is the same as the normal hello world, but takes additional args: 40 **hello-world-tls-server**: 47 **hello-world-tls-client**: 56 …ipt to generate self-signed certificates for grpc-java including the hello world with TLS examples: [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/slf4j/slf4j-jcl/src/test/java/org/slf4j/ |
| D | InvocationTest.java | 59 logger.debug("Hello world."); in test1() 69 logger.debug("Hello world 1."); in test2() 70 logger.debug("Hello world {}", i1); in test2() 74 logger.debug("Hello world 2", e); in test2() 75 logger.info("Hello world 2."); in test2() 77 logger.warn("Hello world 3."); in test2() 78 logger.warn("Hello world 3", e); in test2() 80 logger.error("Hello world 4."); in test2() 81 logger.error("Hello world {}", new Integer(3)); in test2() 82 logger.error("Hello world 4.", e); in test2() [all …]
|
| /external/slf4j/slf4j-simple/src/test/java/org/slf4j/ |
| D | InvocationTest.java | 57 logger.debug("Hello world."); in test1() 67 logger.debug("Hello world 1."); in test2() 68 logger.debug("Hello world {}", i1); in test2() 72 logger.debug("Hello world 2", e); in test2() 73 logger.info("Hello world 2."); in test2() 75 logger.warn("Hello world 3."); in test2() 76 logger.warn("Hello world 3", e); in test2() 78 logger.error("Hello world 4."); in test2() 79 logger.error("Hello world {}", new Integer(3)); in test2() 80 logger.error("Hello world 4.", e); in test2() [all …]
|
| /external/slf4j/slf4j-nop/src/test/java/org/slf4j/ |
| D | InvocationTest.java | 53 logger.debug("Hello world."); in test1() 63 logger.debug("Hello world 1."); in test2() 64 logger.debug("Hello world {}", i1); in test2() 68 logger.debug("Hello world 2", e); in test2() 69 logger.info("Hello world 2."); in test2() 71 logger.warn("Hello world 3."); in test2() 72 logger.warn("Hello world 3", e); in test2() 74 logger.error("Hello world 4."); in test2() 75 logger.error("Hello world {}", new Integer(3)); in test2() 76 logger.error("Hello world 4.", e); in test2() [all …]
|
| /external/pdfium/xfa/fde/ |
| D | cfde_texteditengine_unittest.cpp | 74 engine()->Insert(5, L" World"); in TEST_F() 75 EXPECT_STREQ(L"Hello World", engine()->GetText().c_str()); in TEST_F() 79 EXPECT_STREQ(L"Hello New World", engine()->GetText().c_str()); in TEST_F() 82 EXPECT_STREQ(L"Hello New World Cat", engine()->GetText().c_str()); in TEST_F() 91 engine()->Insert(5, L" World"); in TEST_F() 95 engine()->Insert(5, L" World"); in TEST_F() 108 engine()->Insert(5, L" World"); in TEST_F() 114 engine()->Insert(5, L" World"); in TEST_F() 126 engine()->Insert(5, L" World"); in TEST_F() 130 engine()->Insert(5, L" World"); in TEST_F() [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/boringssl/src/crypto/conf/ |
| D | conf_test.cc | 64 {"hello world", ',', /*remove_whitespace=*/0, {"hello world"}}, in TEST() 65 {"hello world", ',', /*remove_whitespace=*/1, {"hello world"}}, in TEST() 67 {" hello world ", ',', /*remove_whitespace=*/0, {" hello world "}}, in TEST() 68 {" hello world ", ',', /*remove_whitespace=*/1, {"hello world"}}, in TEST() 70 {"hello,world", ',', /*remove_whitespace=*/0, {"hello", "world"}}, in TEST() 71 {"hello,world", ',', /*remove_whitespace=*/1, {"hello", "world"}}, in TEST() 73 {"hello,,world", ',', /*remove_whitespace=*/0, {"hello", "", "world"}}, in TEST() 74 {"hello,,world", ',', /*remove_whitespace=*/1, {"hello", "", "world"}}, in TEST()
|
| /external/cronet/third_party/boringssl/src/crypto/conf/ |
| D | conf_test.cc | 64 {"hello world", ',', /*remove_whitespace=*/0, {"hello world"}}, in TEST() 65 {"hello world", ',', /*remove_whitespace=*/1, {"hello world"}}, in TEST() 67 {" hello world ", ',', /*remove_whitespace=*/0, {" hello world "}}, in TEST() 68 {" hello world ", ',', /*remove_whitespace=*/1, {"hello world"}}, in TEST() 70 {"hello,world", ',', /*remove_whitespace=*/0, {"hello", "world"}}, in TEST() 71 {"hello,world", ',', /*remove_whitespace=*/1, {"hello", "world"}}, in TEST() 73 {"hello,,world", ',', /*remove_whitespace=*/0, {"hello", "", "world"}}, in TEST() 74 {"hello,,world", ',', /*remove_whitespace=*/1, {"hello", "", "world"}}, in TEST()
|
| /external/angle/third_party/abseil-cpp/absl/log/ |
| D | log_sink_test.cc | 50 EXPECT_CALL(test_sink, Log(_, _, "hello world")).Times(0); in TEST() 57 LOG(INFO) << "hello world"; in TEST() 65 LOG(INFO) << "Goodby world"; in TEST() 133 void Send(const absl::LogEntry&) override { LOG(FATAL) << "goodbye world"; } in TEST() 137 EXPECT_EXIT({ LOG(INFO).ToSinkAlso(&sink) << "hello world"; }, DiedOfFatal, in TEST() 147 EXPECT_CALL(test_sink, Log(_, _, "hello world")); in TEST() 148 EXPECT_CALL(another_sink, Log(_, _, "hello world")); in TEST() 151 LOG(INFO).ToSinkAlso(&another_sink.UseAsLocalSink()) << "hello world"; in TEST() 156 EXPECT_CALL(another_sink, Log(_, _, "hello world")); in TEST() 157 LOG(INFO).ToSinkOnly(&another_sink.UseAsLocalSink()) << "hello world"; in TEST() [all …]
|
| 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 …]
|
| D | log_basic_test_impl.inc | 91 auto do_log = [] { ABSL_TEST_LOG(INFO) << "hello world"; }; 102 TextMessage(Eq("hello world")), 105 literal: "hello world" 120 auto do_log = [] { ABSL_TEST_LOG(WARNING) << "hello world"; }; 131 TextMessage(Eq("hello world")), 134 literal: "hello world" 149 auto do_log = [] { ABSL_TEST_LOG(ERROR) << "hello world"; }; 160 TextMessage(Eq("hello world")), 163 literal: "hello world" 185 auto do_log = [] { ABSL_TEST_LOG(FATAL) << "hello world"; }; [all …]
|
| /external/cronet/third_party/abseil-cpp/absl/log/ |
| D | log_sink_test.cc | 51 EXPECT_CALL(test_sink, Log(_, _, "hello world")).Times(0); in TEST() 58 LOG(INFO) << "hello world"; in TEST() 66 LOG(INFO) << "Goodby world"; in TEST() 134 void Send(const absl::LogEntry&) override { LOG(FATAL) << "goodbye world"; } in TEST() 138 EXPECT_EXIT({ LOG(INFO).ToSinkAlso(&sink) << "hello world"; }, DiedOfFatal, in TEST() 148 EXPECT_CALL(test_sink, Log(_, _, "hello world")); in TEST() 149 EXPECT_CALL(another_sink, Log(_, _, "hello world")); in TEST() 152 LOG(INFO).ToSinkAlso(&another_sink.UseAsLocalSink()) << "hello world"; in TEST() 157 EXPECT_CALL(another_sink, Log(_, _, "hello world")); in TEST() 158 LOG(INFO).ToSinkOnly(&another_sink.UseAsLocalSink()) << "hello world"; in TEST() [all …]
|
| 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 …]
|
| D | log_basic_test_impl.h | 91 auto do_log = [] { ABSL_TEST_LOG(INFO) << "hello world"; }; in TEST_P() 102 TextMessage(Eq("hello world")), in TEST_P() 105 literal: "hello world" in TEST_P() 120 auto do_log = [] { ABSL_TEST_LOG(WARNING) << "hello world"; }; in TEST_P() 131 TextMessage(Eq("hello world")), in TEST_P() 134 literal: "hello world" in TEST_P() 149 auto do_log = [] { ABSL_TEST_LOG(ERROR) << "hello world"; }; in TEST_P() 160 TextMessage(Eq("hello world")), in TEST_P() 163 literal: "hello world" in TEST_P() 185 auto do_log = [] { ABSL_TEST_LOG(FATAL) << "hello world"; }; in TEST_P() [all …]
|
| /external/webrtc/third_party/abseil-cpp/absl/log/ |
| D | log_sink_test.cc | 51 EXPECT_CALL(test_sink, Log(_, _, "hello world")).Times(0); in TEST() 58 LOG(INFO) << "hello world"; in TEST() 66 LOG(INFO) << "Goodby world"; in TEST() 134 void Send(const absl::LogEntry&) override { LOG(FATAL) << "goodbye world"; } in TEST() 138 EXPECT_EXIT({ LOG(INFO).ToSinkAlso(&sink) << "hello world"; }, DiedOfFatal, in TEST() 148 EXPECT_CALL(test_sink, Log(_, _, "hello world")); in TEST() 149 EXPECT_CALL(another_sink, Log(_, _, "hello world")); in TEST() 152 LOG(INFO).ToSinkAlso(&another_sink.UseAsLocalSink()) << "hello world"; in TEST() 157 EXPECT_CALL(another_sink, Log(_, _, "hello world")); in TEST() 158 LOG(INFO).ToSinkOnly(&another_sink.UseAsLocalSink()) << "hello world"; in TEST() [all …]
|
| D | basic_log_test.cc | 83 auto do_log = [] { LOG(INFO) << "hello world"; }; in TEST_P() 94 TextMessage(Eq("hello world")), in TEST_P() 97 literal: "hello world" in TEST_P() 112 auto do_log = [] { LOG(WARNING) << "hello world"; }; in TEST_P() 123 TextMessage(Eq("hello world")), in TEST_P() 126 literal: "hello world" in TEST_P() 141 auto do_log = [] { LOG(ERROR) << "hello world"; }; in TEST_P() 152 TextMessage(Eq("hello world")), in TEST_P() 155 literal: "hello world" in TEST_P() 177 auto do_log = [] { LOG(FATAL) << "hello world"; }; in TEST_P() [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/slf4j/slf4j-log4j12/src/test/java/org/slf4j/ |
| D | InvocationTest.java | 63 logger.debug("Hello world."); in test1() 76 logger.debug("Hello world 1."); in test2() 77 logger.debug("Hello world {}", i1); in test2() 81 logger.debug("Hello world 2", e); in test2() 82 logger.info("Hello world 2."); in test2() 84 logger.warn("Hello world 3."); in test2() 85 logger.warn("Hello world 3", e); in test2() 87 logger.error("Hello world 4."); in test2() 88 logger.error("Hello world {}", new Integer(3)); in test2() 89 logger.error("Hello world 4.", e); in test2() [all …]
|