Searched refs:idl (Results 1 – 25 of 103) sorted by relevance
12345
/external/openssh/ |
D | authfd.c | 248 struct ssh_identitylist *idl = NULL; in ssh_fetch_identitylist() local 287 if ((idl = calloc(1, sizeof(*idl))) == NULL || in ssh_fetch_identitylist() 288 (idl->keys = calloc(num, sizeof(*idl->keys))) == NULL || in ssh_fetch_identitylist() 289 (idl->comments = calloc(num, sizeof(*idl->comments))) == NULL) { in ssh_fetch_identitylist() 294 if ((r = deserialise_identity2(msg, &(idl->keys[i]), in ssh_fetch_identitylist() 295 &(idl->comments[i]))) != 0) { in ssh_fetch_identitylist() 305 idl->nkeys = num; in ssh_fetch_identitylist() 306 *idlp = idl; in ssh_fetch_identitylist() 307 idl = NULL; in ssh_fetch_identitylist() 311 if (idl != NULL) in ssh_fetch_identitylist() [all …]
|
D | authfd.h | 32 void ssh_free_identitylist(struct ssh_identitylist *idl);
|
/external/bazelbuild-rules_android/rules/ |
D | intellij.bzl | 29 """Extracts the idl class and src jars.""" 46 progress_message = "Building idl jars %s" % out_jar.path, 83 # Extracts idl related classes from the jar and creates a src jar 84 # for the idl generated java. 93 idl_jar = ctx.actions.declare_file("lib%s-idl.jar" % ctx.label.name) 95 ctx.actions.declare_file("lib%s-idl.srcjar" % ctx.label.name) 128 # Create the ClassJar "object" for the target.android.idl.output field. 143 idl = struct(
|
D | idl.bzl | 152 package tree containing idl sources included in this library. This path 153 will be used as the import root when processing idl sources that depend on 175 Java code generation from *.idl source files. Optional, unless idl_srcs 178 during Java compilation when Java code is generated from idl sources. 257 idl = struct(
|
/external/python/cpython3/PC/ |
D | pyshellext.idl | 1 import "ocidl.idl";
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | tdc.py | 545 idl = get_id_list(alltests) 546 return [x for x in idl if idl.count(x) > 1] 553 idl = get_id_list(alltests) 554 return (any(newid == x for x in idl))
|
/external/flatbuffers/ |
D | BUILD | 31 "include/flatbuffers/idl.h",
|
/external/tflite-support/third_party/flatbuffers/ |
D | BUILD.bazel | 42 "include/flatbuffers/idl.h",
|
/external/flatbuffers/reflection/ |
D | reflection.fbs | 8 // These must correspond to the enum in idl.h.
|
/external/tensorflow/third_party/flatbuffers/ |
D | BUILD.bazel | 43 "include/flatbuffers/idl.h",
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | bss.h | 157 unsigned int idf, unsigned int idl);
|
/external/flatbuffers/tests/fuzzer/ |
D | CMakeLists.txt | 46 ${FLATBUFFERS_DIR}/include/flatbuffers/idl.h
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | Doxyfile | 77 *.idl \
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
D | DLLX.idl | 226 import "oaidl.idl"; 228 import "ocidl.idl";
|
/external/libogg/win32/VS6/ |
D | ogg_static.dsp | 85 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
D | ogg_dynamic.dsp | 93 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
/external/antlr/runtime/Python3/ |
D | doxyfile | 105 *.idl \
|
/external/antlr/runtime/Java/ |
D | doxyfile | 105 *.idl \
|
/external/antlr/runtime/CSharp2/ |
D | doxyfile | 105 *.idl \
|
/external/antlr/runtime/Python/ |
D | doxyfile | 105 *.idl \
|
/external/icu/icu4c/source/test/testmap/ |
D | testmap.dsp | 87 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
/external/python/cpython2/PC/bdist_wininst/ |
D | wininst.dsp | 92 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
/external/icu/icu4c/source/test/thaitest/ |
D | thaitest.dsp | 86 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
/external/icu/icu4c/source/extra/scrptrun/ |
D | srtest.dsp | 87 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
/external/cldr/tools/c/genldml/ |
D | genldml.dsp | 86 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
12345