/external/grpc-grpc/test/core/gpr/ |
D | string_test.cc | 137 char* joined; in test_strjoin() local 141 joined = gpr_strjoin(parts, 4, &joined_len); in test_strjoin() 142 GPR_ASSERT(0 == strcmp("onetwothreefour", joined)); in test_strjoin() 143 gpr_free(joined); in test_strjoin() 145 joined = gpr_strjoin(parts, 0, &joined_len); in test_strjoin() 146 GPR_ASSERT(0 == strcmp("", joined)); in test_strjoin() 147 gpr_free(joined); in test_strjoin() 149 joined = gpr_strjoin(parts, 1, &joined_len); in test_strjoin() 150 GPR_ASSERT(0 == strcmp("one", joined)); in test_strjoin() 151 gpr_free(joined); in test_strjoin() [all …]
|
/external/skia/src/utils/ |
D | SkMultiPictureDocument.cpp | 43 SkSize joined = {0, 0}; in join() local 45 joined = SkSize{SkTMax(joined.width(), s.width()), SkTMax(joined.height(), s.height())}; in join() 47 return joined; in join() 185 SkSize joined = {0.0f, 0.0f}; in SkMultiPictureDocumentRead() local 187 joined = SkSize{SkTMax(joined.width(), dstArray[i].fSize.width()), in SkMultiPictureDocumentRead() 188 SkTMax(joined.height(), dstArray[i].fSize.height())}; in SkMultiPictureDocumentRead() 193 PagerCanvas canvas(joined.toCeil(), dstArray, dstArrayCount); in SkMultiPictureDocumentRead()
|
/external/skqp/src/utils/ |
D | SkMultiPictureDocument.cpp | 43 SkSize joined = {0, 0}; in join() local 45 joined = SkSize{SkTMax(joined.width(), s.width()), SkTMax(joined.height(), s.height())}; in join() 47 return joined; in join() 185 SkSize joined = {0.0f, 0.0f}; in SkMultiPictureDocumentRead() local 187 joined = SkSize{SkTMax(joined.width(), dstArray[i].fSize.width()), in SkMultiPictureDocumentRead() 188 SkTMax(joined.height(), dstArray[i].fSize.height())}; in SkMultiPictureDocumentRead() 193 PagerCanvas canvas(joined.toCeil(), dstArray, dstArrayCount); in SkMultiPictureDocumentRead()
|
/external/python/cpython3/Objects/ |
D | accu.c | 34 PyObject *joined; in flush_accumulator() local 40 joined = join_list_unicode(acc->small); in flush_accumulator() 41 if (joined == NULL) in flush_accumulator() 44 Py_DECREF(joined); in flush_accumulator() 47 ret = PyList_Append(acc->large, joined); in flush_accumulator() 48 Py_DECREF(joined); in flush_accumulator()
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_utils.h | 61 String joined; 63 if (!count) return joined; 70 joined.reserve(reserve + 1); 74 joined.append(*current); 77 joined.append(sep); 78 joined.append(*current); 80 return joined;
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | MultiInputStreamTest.java | 76 ByteSource joined = ByteSource.concat(sources); in joinHelper() local 77 assertTrue(newByteSource(0, start).contentEquals(joined)); in joinHelper() 82 ByteSource joined = ByteSource.concat(source, source); in testReadSingleByte() local 83 assertEquals(20, joined.size()); in testReadSingleByte() 84 InputStream in = joined.openStream(); in testReadSingleByte()
|
/external/grpc-grpc/test/core/util/ |
D | subprocess_posix.cc | 41 bool joined; member 72 if (!p->joined) { in gpr_subprocess_destroy() 90 p->joined = true; in gpr_subprocess_join() 95 if (!p->joined) { in gpr_subprocess_interrupt()
|
D | subprocess_windows.cc | 35 int joined; member 72 if (!p->joined) { in gpr_subprocess_destroy() 91 p->joined = 1; in gpr_subprocess_join() 119 p->joined = 1; in gpr_subprocess_interrupt()
|
/external/eigen/doc/snippets/ |
D | Tutorial_AdvancedInitialization_Join.cpp | 9 RowVectorXd joined(7); variable 10 joined << vec1, vec2; 11 std::cout << "joined = " << joined << std::endl;
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | CodeBlockTest.java | 311 CodeBlock joined = CodeBlock.join(codeBlocks, " || "); in join() local 312 assertThat(joined.toString()).isEqualTo("\"hello\" || world.World || need tacos"); in join() 321 CodeBlock joined = codeBlocks.stream().collect(CodeBlock.joining(" || ")); in joining() local 322 assertThat(joined.toString()).isEqualTo("\"hello\" || world.World || need tacos"); in joining() 329 CodeBlock joined = codeBlocks.stream().collect(CodeBlock.joining(" || ")); in joiningSingle() local 330 assertThat(joined.toString()).isEqualTo("\"hello\""); in joiningSingle() 339 CodeBlock joined = codeBlocks.stream().collect(CodeBlock.joining(" || ", "start {", "} end")); in joiningWithPrefixAndSuffix() local 340 assertThat(joined.toString()).isEqualTo("start {\"hello\" || world.World || need tacos} end"); in joiningWithPrefixAndSuffix()
|
/external/tcpdump/tests/ |
D | pimv2_sm-v.out | 19 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 20 joined source #1: 1.1.1.1(SWR) 53 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 54 joined source #1: 1.1.1.1(SWR) 89 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 90 joined source #1: 1.1.1.1(SWR) 123 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 124 joined source #1: 1.1.1.1(SWR) 159 group #1: 239.123.123.123, joined sources: 1, pruned sources: 0 160 joined source #1: 1.1.1.1(SWR) [all …]
|
/external/llvm/include/llvm/Option/ |
D | OptParser.td | 41 // An option which is either joined to its (non-empty) value, or followed by its 44 // An option which is both joined to its (first) value, and followed by its 49 // An option which consumes an optional joined argument and any other remaining 66 // RenderJoined - The option should be rendered joined, even if separate (only 70 // RenderSeparate - The option should be rendered separately, even if joined 71 // (only sensible on joined options).
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/ |
D | OptParser.td | 41 // An option which is either joined to its (non-empty) value, or followed by its 44 // An option which is both joined to its (first) value, and followed by its 49 // An option which consumes an optional joined argument and any other remaining 66 // RenderJoined - The option should be rendered joined, even if separate (only 70 // RenderSeparate - The option should be rendered separately, even if joined 71 // (only sensible on joined options).
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_coordinator_test.py | 152 def joined(self): member in MockServer 654 self.assertFalse(self._std_servers[WORKER][0].joined) 655 self.assertFalse(self._std_servers[WORKER][1].joined) 656 self.assertFalse(self._std_servers[WORKER][2].joined) 712 self.assertFalse(self._std_servers[WORKER][0].joined) 713 self.assertTrue(self._std_servers[WORKER][1].joined) 714 self.assertTrue(self._std_servers[WORKER][2].joined) 754 self.assertFalse(self._std_servers[WORKER][0].joined) 755 self.assertTrue(self._std_servers[WORKER][1].joined) 756 self.assertTrue(self._std_servers[WORKER][2].joined) [all …]
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | ElementAndAttributePolicies.java | 112 AttributePolicy joined = AttributePolicy.Util.join( in andGlobals() local 114 if (!joined.equals(attrPolicy)) { in andGlobals() 119 anded.put(attrName, joined); in andGlobals()
|
/external/autotest/frontend/tko/ |
D | models.py | 593 joined = False 598 joined = True 605 joined = True 610 joined = True 620 joined = True 626 joined = True 628 if not joined:
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_cond_test.cc | 96 StateMap::CondId joined = joined_or.ValueOrDie(); in TEST_F() local 99 auto t = JoinCondStatesNonMerge(then_branch, joined); in TEST_F()
|
/external/tensorflow/tensorflow/lite/experimental/swift/TestApps/TensorFlowLiteApp/TensorFlowLiteApp/ |
D | ViewController.swift | 39 }.joined(separator: "\n") 49 }.joined(separator: "\n")
|
/external/cros/system_api/dbus/authpolicy/ |
D | active_directory_info.proto | 48 // Machine is not joined to AD domain yet. 62 // User joined maximum number of machines to the domain. 92 // Domain join failed because the device is already joined. 192 // Domain (realm) the machine should be joined to.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2004-04-09-SameValueCoalescing.ll | 3 ; value, they can be joined though.
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.train.-coordinator.pbtxt | 6 name: "joined"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.train.-coordinator.pbtxt | 6 name: "joined"
|
/external/perfetto/docs/ |
D | trace-processor.md | 30 to be joined with the process_tree events to join TIDs with their parent PID 36 joined with inode->path events. 54 This can be joined with the thread table. 135 This can be joined with the thread table.
|
/external/skqp/tools/skpbench/ |
D | skpbench.cpp | 544 SkString joined; in join() local 546 joined.appendf(i ? " %s" : "%s", stringArray[i]); in join() 548 return joined; in join()
|
/external/skia/tools/skpbench/ |
D | skpbench.cpp | 545 SkString joined; in join() local 547 joined.appendf(i ? " %s" : "%s", stringArray[i]); in join() 549 return joined; in join()
|