/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_socket_cookie.c | 141 struct bpf_object *pobj; in run_test() local 152 err = bpf_prog_load_xattr(&attr, &pobj, &prog_fd); in run_test() 158 bpf_object__for_each_program(prog, pobj) { in run_test() 182 if (validate_map(bpf_map__next(NULL, pobj), client_fd)) in run_test() 191 bpf_object__close(pobj); in run_test()
|
/external/libnl/python/netlink/genl/ |
D | capi.i | 74 PyObject *pobj; in py_genlmsg_parse() local 81 pobj = PyList_GetItem(p, 0); in py_genlmsg_parse() 82 err = SWIG_ConvertPtr(pobj, &pol, SWIGTYPE_p_nla_policy, 0 | 0 ); in py_genlmsg_parse()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_cpols.c | 147 ASN1_OBJECT *pobj; variable 188 if (!(pobj = OBJ_txt2obj(cnf->name, 0))) { 196 ASN1_OBJECT_free(pobj); 199 pol->policyid = pobj; 227 ASN1_OBJECT *pobj; in policy_section() local 228 if (!(pobj = OBJ_txt2obj(cnf->value, 0))) { in policy_section() 233 pol->policyid = pobj; in policy_section()
|
/external/boringssl/src/crypto/x509/ |
D | x509_lu.c | 641 X509_OBJECT obj, *pobj; in X509_STORE_CTX_get1_issuer() local 662 pobj = sk_X509_OBJECT_value(ctx->ctx->objs, i); in X509_STORE_CTX_get1_issuer() 664 if (pobj->type != X509_LU_X509) in X509_STORE_CTX_get1_issuer() 666 if (X509_NAME_cmp(xn, X509_get_subject_name(pobj->data.x509))) in X509_STORE_CTX_get1_issuer() 668 if (ctx->check_issued(ctx, x, pobj->data.x509)) { in X509_STORE_CTX_get1_issuer() 669 *issuer = pobj->data.x509; in X509_STORE_CTX_get1_issuer() 670 X509_OBJECT_up_ref_count(pobj); in X509_STORE_CTX_get1_issuer()
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes_test.c | 670 static IUnknown *pobj; in KeepObject() local 673 if (pobj) in KeepObject() 674 pobj->lpVtbl->Release(pobj); in KeepObject() 675 pobj = punk; in KeepObject()
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 869 static IUnknown *pobj; in KeepObject() local 872 if (pobj) in KeepObject() 873 pobj->lpVtbl->Release(pobj); in KeepObject() 874 pobj = punk; in KeepObject()
|
/external/libdrm/nouveau/ |
D | nouveau.c | 288 struct nouveau_object **pobj) in nouveau_object_new() argument 302 *pobj = obj; in nouveau_object_new() 307 nouveau_object_del(struct nouveau_object **pobj) in nouveau_object_del() argument 309 struct nouveau_object *obj = *pobj; in nouveau_object_del() 313 *pobj = NULL; in nouveau_object_del()
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | sampler.cpp | 57 delete pobj(d_s); in clReleaseSampler()
|
D | queue.cpp | 66 delete pobj(d_q); in clReleaseCommandQueue()
|
D | kernel.cpp | 89 delete pobj(d_kern); in clReleaseKernel() 153 auto &dev = (d_dev ? *pobj(d_dev) : unique(kern.program().devices())); in clGetKernelWorkGroupInfo()
|
D | context.cpp | 105 delete pobj(d_ctx); in clReleaseContext()
|
D | event.cpp | 159 delete pobj(d_ev); in clReleaseEvent()
|
D | memory.cpp | 378 delete pobj(d_mem); in clReleaseMemObject()
|
D | program.cpp | 165 delete pobj(d_prog); in clReleaseProgram()
|
/external/python/cpython3/Objects/ |
D | complexobject.c | 438 to_complex(PyObject **pobj, Py_complex *pc) in to_complex() argument 440 PyObject *obj = *pobj; in to_complex() 446 *pobj = NULL; in to_complex() 456 *pobj = Py_NotImplemented; in to_complex()
|
/external/oj-libjdwp/src/share/back/ |
D | util.h | 465 void saveGlobalRef(JNIEnv *env, jobject obj, jobject *pobj); 466 void tossGlobalRef(JNIEnv *env, jobject *pobj);
|
D | util.c | 61 saveGlobalRef(JNIEnv *env, jobject obj, jobject *pobj) in saveGlobalRef() argument 65 if ( pobj == NULL ) { in saveGlobalRef() 68 if ( *pobj != NULL ) { in saveGlobalRef() 81 *pobj = newobj; in saveGlobalRef() 86 tossGlobalRef(JNIEnv *env, jobject *pobj) in tossGlobalRef() argument 90 if ( pobj == NULL ) { in tossGlobalRef() 93 obj = *pobj; in tossGlobalRef() 101 *pobj = NULL; in tossGlobalRef()
|
/external/python/cpython2/Objects/ |
D | complexobject.c | 492 to_complex(PyObject **pobj, Py_complex *pc) in to_complex() argument 494 PyObject *obj = *pobj; in to_complex() 504 *pobj = NULL; in to_complex() 514 *pobj = Py_NotImplemented; in to_complex()
|
/external/libnl/python/netlink/ |
D | capi.i | 852 PyObject *pobj; in py_nla_parse_nested() local 859 pobj = PyList_GetItem(p, 0); in py_nla_parse_nested() 860 err = SWIG_ConvertPtr(pobj, &pol, SWIGTYPE_p_nla_policy, 0 | 0 ); in py_nla_parse_nested()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | object.hpp | 161 pobj(D *d) { in pobj() function
|
D | kernel.cpp | 407 buf = pobj<buffer>(value ? *(cl_mem *)value : NULL); in set() 477 buf = pobj<buffer>(value ? *(cl_mem *)value : NULL); in set()
|
/external/python/cpython2/Modules/ |
D | socketmodule.c | 4167 PyObject *pobj = (PyObject *)NULL; local 4179 &hobj, &pobj, &family, &socktype, 4197 if (_PyAnyInt_Check(pobj)) { 4198 long value = PyLong_AsLong(pobj); 4203 } else if (PyString_Check(pobj)) { 4204 pptr = PyString_AsString(pobj); 4205 } else if (pobj == Py_None) {
|
/external/python/cpython3/Modules/ |
D | socketmodule.c | 6195 PyObject *pobj = (PyObject *)NULL; local 6206 kwnames, &hobj, &pobj, &family, &socktype, 6225 if (PyLong_CheckExact(pobj)) { 6226 long value = PyLong_AsLong(pobj); 6231 } else if (PyUnicode_Check(pobj)) { 6232 pptr = PyUnicode_AsUTF8(pobj); 6235 } else if (PyBytes_Check(pobj)) { 6236 pptr = PyBytes_AS_STRING(pobj); 6237 } else if (pobj == Py_None) {
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |