Searched defs:joined (Results 1 - 14 of 14) sorted by relevance

/external/python/cpython3/Objects/
H A Daccu.c34 PyObject *joined; local
40 joined = join_list_unicode(acc->small);
41 if (joined == NULL)
44 Py_DECREF(joined);
47 ret = PyList_Append(acc->large, joined);
48 Py_DECREF(joined);
H A Dtypeobject.c3481 PyObject *joined = NULL; local
3487 into joined. */
3505 joined = PyUnicode_Join(comma, sorted_methods);
3506 if (joined == NULL)
3513 joined);
3515 Py_XDECREF(joined);
/external/syslinux/gpxe/src/net/infiniband/
H A Dib_mcast.c85 int joined; local
98 joined = ( mad->hdr.method == IB_MGMT_METHOD_GET_RESP );
101 ibdev, qp->qpn, ( joined ? "joined" : "left" ),
135 * @v joined Join completion handler
/external/tensorflow/tensorflow/python/training/
H A Dcoordinator.py156 # threads will be joined in addition to the threads passed to the join()
203 # If we have already joined the coordinator the exception will not have a
205 # you continue to use a session have having stopped and joined the
352 # Threads registered after this call will not be joined.
400 def joined(self): member in class:Coordinator
/external/skia/src/utils/
H A DSkMultiPictureDocument.cpp41 SkSize joined = {0, 0}; local
43 joined = SkSize{SkTMax(joined.width(), s.width()), SkTMax(joined.height(), s.height())};
45 return joined;
183 SkSize joined = {0.0f, 0.0f}; local
185 joined = SkSize{SkTMax(joined.width(), dstArray[i].fSize.width()),
186 SkTMax(joined.height(), dstArray[i].fSize.height())};
191 PagerCanvas canvas(joined
[all...]
/external/skqp/src/utils/
H A DSkMultiPictureDocument.cpp41 SkSize joined = {0, 0}; local
43 joined = SkSize{SkTMax(joined.width(), s.width()), SkTMax(joined.height(), s.height())};
45 return joined;
183 SkSize joined = {0.0f, 0.0f}; local
185 joined = SkSize{SkTMax(joined.width(), dstArray[i].fSize.width()),
186 SkTMax(joined.height(), dstArray[i].fSize.height())};
191 PagerCanvas canvas(joined
[all...]
/external/skia/tools/skpbench/
H A Dskpbench.cpp404 SkString joined; local
406 joined.appendf(i ? " %s" : "%s", stringArray[i]);
408 return joined;
/external/skqp/tools/skpbench/
H A Dskpbench.cpp399 SkString joined; local
401 joined.appendf(i ? " %s" : "%s", stringArray[i]);
403 return joined;
/external/iputils/
H A Drdisc.c1232 int joined[num_interfaces]; local
1234 memset(joined, 0, sizeof(joined));
1242 if (joined[j] == interfaces[i].ifindex)
1257 joined[i] = interfaces[i].ifindex;
/external/python/cpython3/Modules/
H A D_elementtree.c186 should be joined before being returned to the user, the latter
2408 PyObject *joined = list_join(data); local
2410 if (joined == NULL)
2412 r = _PyObject_SetAttrId(element, name, joined);
2413 Py_DECREF(joined);
/external/swiftshader/src/Shader/
H A DShaderCore.cpp1139 UInt4 joined = ((((As<UInt4>(Min(As<Float4>(absf & UInt4(mask_round)) * As<Float4>(UInt4(c_magic)), local
1144 dst = As<Float4>(storeInUpperBits ? As<UInt4>(dst) | ((joined << 16) | justsign) : joined | (justsign >> 16));
/external/python/cpython2/Objects/
H A Dtypeobject.c2990 PyObject *joined = NULL; local
2994 into joined. */
3014 joined = PyObject_CallMethod(comma, "join",
3016 if (joined == NULL)
3018 joined_str = PyString_AsString(joined);
3028 Py_XDECREF(joined);
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 547 milliseconds