Home
last modified time | relevance | path

Searched refs:joined (Results 1 – 25 of 77) sorted by relevance

1234

/external/skia/src/utils/
DSkMultiPictureDocument.cpp41 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/
DSkMultiPictureDocument.cpp41 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/
Daccu.c34 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/
DMultiInputStreamTest.java76 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/
DTutorial_AdvancedInitialization_Join.cpp9 RowVectorXd joined(7); variable
10 joined << vec1, vec2;
11 std::cout << "joined = " << joined << std::endl;
/external/tcpdump/tests/
Dpimv2_sm-v.out19 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 …]
Dpimv2_dm-v.out21 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/
DOptParser.td41 // 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/
DElementAndAttributePolicies.java112 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/
Dib_mcast.c85 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/
Dmodels.py593 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/
Dactive_directory_info.proto48 // 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/
Dib_mcast.h40 void ( * joined ) ( struct ib_device *ibdev,
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2004-04-09-SameValueCoalescing.ll3 ; value, they can be joined though.
Dcoalescer-dce.ll28 ; extend the live range of %vreg7 to end at 256d. When the joined copy is
/external/skia/tools/skpbench/
Dskpbench.cpp404 SkString joined; in join() local
406 joined.appendf(i ? " %s" : "%s", stringArray[i]); in join()
408 return joined; in join()
/external/skqp/tools/skpbench/
Dskpbench.cpp399 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/
Dtensorflow.train.-coordinator.pbtxt6 name: "joined"
/external/iputils/
Drdisc.c1232 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/
Dapi_def_ReduceJoin.pbtxt6 The input to be joined. All reduced indices must have non-zero size.
/external/llvm/test/CodeGen/X86/
D2012-05-19-CoalescerCrash.ll5 ; virtual registers. Stale identity copies that had already been joined were
Dcoalescer-dce.ll28 ; extend the live range of %vreg7 to end at 256d. When the joined copy is
/external/v8/tools/
Djs2c.py49 joined = ", ".join(result)
50 return textwrap.fill(joined, 80)
/external/tensorflow/tensorflow/python/training/
Dcoordinator.py400 def joined(self): member in Coordinator
/external/lz4/programs/
DREADME.md12 CLI supports aggregation of parameters i.e. `-b1`, `-e18`, and `-i1` can be joined into `-b1e18i1`.

1234