/external/skia/src/utils/ |
D | SkMultiPictureDocument.cpp | 41 SkSize joined = {0, 0}; in join() local 43 joined = SkSize{SkTMax(joined.width(), s.width()), SkTMax(joined.height(), s.height())}; in join() 45 return joined; in join() 183 SkSize joined = {0.0f, 0.0f}; in SkMultiPictureDocumentRead() local 185 joined = SkSize{SkTMax(joined.width(), dstArray[i].fSize.width()), in SkMultiPictureDocumentRead() 186 SkTMax(joined.height(), dstArray[i].fSize.height())}; in SkMultiPictureDocumentRead() 191 PagerCanvas canvas(joined.toCeil(), dstArray, dstArrayCount); in SkMultiPictureDocumentRead()
|
/external/skqp/src/utils/ |
D | SkMultiPictureDocument.cpp | 41 SkSize joined = {0, 0}; in join() local 43 joined = SkSize{SkTMax(joined.width(), s.width()), SkTMax(joined.height(), s.height())}; in join() 45 return joined; in join() 183 SkSize joined = {0.0f, 0.0f}; in SkMultiPictureDocumentRead() local 185 joined = SkSize{SkTMax(joined.width(), dstArray[i].fSize.width()), in SkMultiPictureDocumentRead() 186 SkTMax(joined.height(), dstArray[i].fSize.height())}; in SkMultiPictureDocumentRead() 191 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/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/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/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 …]
|
D | pimv2_dm-v.out | 21 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1 129 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1 223 group #1: 239.123.123.123, joined sources: 0, pruned sources: 1
|
/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/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/syslinux/gpxe/src/net/infiniband/ |
D | ib_mcast.c | 85 int joined; in ib_mcast_complete() local 98 joined = ( mad->hdr.method == IB_MGMT_METHOD_GET_RESP ); in ib_mcast_complete() 101 ibdev, qp->qpn, ( joined ? "joined" : "left" ), in ib_mcast_complete()
|
/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/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. 189 // Domain (realm) the machine should be joined to.
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | ib_mcast.h | 40 void ( * joined ) ( struct ib_device *ibdev,
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2004-04-09-SameValueCoalescing.ll | 3 ; value, they can be joined though.
|
D | coalescer-dce.ll | 28 ; extend the live range of %vreg7 to end at 256d. When the joined copy is
|
/external/skia/tools/skpbench/ |
D | skpbench.cpp | 404 SkString joined; in join() local 406 joined.appendf(i ? " %s" : "%s", stringArray[i]); in join() 408 return joined; in join()
|
/external/skqp/tools/skpbench/ |
D | skpbench.cpp | 399 SkString joined; in join() local 401 joined.appendf(i ? " %s" : "%s", stringArray[i]); in join() 403 return joined; in join()
|
/external/tensorflow/tensorflow/tools/api/golden/ |
D | tensorflow.train.-coordinator.pbtxt | 6 name: "joined"
|
/external/iputils/ |
D | rdisc.c | 1232 int joined[num_interfaces]; in join() local 1234 memset(joined, 0, sizeof(joined)); in join() 1242 if (joined[j] == interfaces[i].ifindex) in join() 1257 joined[i] = interfaces[i].ifindex; in join()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ReduceJoin.pbtxt | 6 The input to be joined. All reduced indices must have non-zero size.
|
/external/llvm/test/CodeGen/X86/ |
D | 2012-05-19-CoalescerCrash.ll | 5 ; virtual registers. Stale identity copies that had already been joined were
|
D | coalescer-dce.ll | 28 ; extend the live range of %vreg7 to end at 256d. When the joined copy is
|
/external/v8/tools/ |
D | js2c.py | 49 joined = ", ".join(result) 50 return textwrap.fill(joined, 80)
|
/external/tensorflow/tensorflow/python/training/ |
D | coordinator.py | 400 def joined(self): member in Coordinator
|
/external/lz4/programs/ |
D | README.md | 12 CLI supports aggregation of parameters i.e. `-b1`, `-e18`, and `-i1` can be joined into `-b1e18i1`.
|