Home
last modified time | relevance | path

Searched refs:iname (Results 1 – 25 of 30) sorted by relevance

12

/external/u-boot/tools/
Dimage-host.c402 const char *prop, *iname, *end; in fit_config_get_hash_list() local
430 for (iname = prop; iname < end; iname += strlen(iname) + 1) { in fit_config_get_hash_list()
436 iname); in fit_config_get_hash_list()
439 iname, conf_name, sig_name); in fit_config_get_hash_list()
475 conf_name, sig_name, iname); in fit_config_get_hash_list()
497 iname, conf_name, sig_name, fdt_strerror(ret)); in fit_config_get_hash_list()
/external/boringssl/src/crypto/x509v3/
Dv3_purp.c374 X509_NAME *iname = NULL; in setup_dp() local
389 iname = gen->d.directoryName; in setup_dp()
393 if (!iname) in setup_dp()
394 iname = X509_get_issuer_name(x); in setup_dp()
396 DIST_POINT_set_dpname(dp->distpoint, iname); in setup_dp()
Dv3_crld.c535 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname) in DIST_POINT_set_dpname() argument
543 dpn->dpname = X509_NAME_dup(iname); in DIST_POINT_set_dpname()
/external/dnsmasq/src/
Dnetwork.c47 struct iname* tmp; in iface_check()
109 struct iname* tmp; in iface_allowed()
135 struct iname* lo; in iface_allowed()
142 if (!lo && (lo = whine_malloc(sizeof(struct iname))) && in iface_allowed()
796 struct iname* if_tmp; in set_interfaces()
797 struct iname* prev_if_names; in set_interfaces()
823 if_tmp = safe_malloc(sizeof(struct iname)); in set_interfaces()
824 memset(if_tmp, 0, sizeof(struct iname)); in set_interfaces()
Ddnsmasq.h352 struct iname { struct
356 struct iname* next; argument
592 struct iname *if_names, *if_addrs, *if_except, *dhcp_except;
Doption.c1184 struct iname* new = opt_malloc(sizeof(struct iname)); in one_opt()
1199 struct iname* new = opt_malloc(sizeof(struct iname)); in one_opt()
1229 struct iname* new = opt_malloc(sizeof(struct iname)); in one_opt()
2523 struct iname* tmp; in read_opts()
/external/mesa3d/src/mesa/main/
Dshader_query.cpp1011 const char *iname = RESOURCE_UBO(res)->Uniforms[i].IndexName; in get_buffer_property() local
1013 _mesa_program_resource_find_name(shProg, GL_UNIFORM, iname, in get_buffer_property()
1023 const char *iname = RESOURCE_UBO(res)->Uniforms[i].IndexName; in get_buffer_property() local
1025 _mesa_program_resource_find_name(shProg, GL_UNIFORM, iname, in get_buffer_property()
1047 const char *iname = RESOURCE_UBO(res)->Uniforms[i].IndexName; in get_buffer_property() local
1050 iname, NULL); in get_buffer_property()
1059 const char *iname = RESOURCE_UBO(res)->Uniforms[i].IndexName; in get_buffer_property() local
1062 iname, NULL); in get_buffer_property()
Dprogram_resource.c166 const char *iname = block->Uniforms[j].IndexName; in _mesa_GetProgramInterfaceiv() local
169 iname, NULL); in _mesa_GetProgramInterfaceiv()
/external/grpc-grpc/tools/internal_ci/helper_scripts/
Ddelete_nonartifacts.sh27 time find . -type f -not -iname "*sponge_log.xml" -not -path "./reports/*" -not -path "./artifacts/…
/external/ltp/utils/benchmark/kernbench-0.42/
Dkernbench49 iname=`which $i`
50 if [[ ! -a $iname ]] ; then
/external/libopus/
Dconvert_android_asm.sh22 done < <(find . -iname '*.s')
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java780 String iname = r0[col]; in getBestRowIdentifier() local
789 SQLite.Shell.sql_quote(iname) + ")")); in getBestRowIdentifier()
899 String iname = r0[col]; in getPrimaryKeys() local
908 SQLite.Shell.sql_quote(iname) + ")")); in getPrimaryKeys()
931 row[5] = iname; in getPrimaryKeys()
1319 String iname = r0[col]; in getIndexInfo() local
1328 SQLite.Shell.sql_quote(iname) + ")")); in getIndexInfo()
1348 (iname.charAt(0) == '(' && in getIndexInfo()
1349 iname.indexOf(" autoindex ") > 0)) ? "0" : "1"; in getIndexInfo()
1351 row[5] = iname; in getIndexInfo()
/external/mesa3d/src/compiler/glsl/tests/
Doptimization-test.sh62 for test in `find . -iname '*.opt_test'`; do
/external/honggfuzz/tools/
DcreateStackBlacklist.sh135 find $INPUT_DIR -type f -iname "*.$FILE_EXT" | while read -r FILE
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl_ocsp.c397 X509_NAME *iname; in issuer_match() local
412 iname = X509_get_issuer_name(cert); in issuer_match()
413 if (!X509_NAME_digest(iname, dgst, md, &len)) in issuer_match()
/external/tensorflow/tensorflow/python/client/
Dtimeline.py439 for i, iname in enumerate(inputs):
440 args['input%d' % i] = iname
/external/ply/ply/ply/
Dcpp.py778 iname = os.path.join(p,filename)
780 data = open(iname,"r").read()
781 dname = os.path.dirname(iname)
/external/openssh/
Dssh-keyscan.c395 conalloc(char *iname, char *oname, int keytype) in conalloc() argument
400 namebase = namelist = xstrdup(iname); in conalloc()
/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py1078 iname = identify(name)
1079 self.namemappers[0].addnamecode('comparison', iname, code)
1081 self.fp.write("class %s(aetools.NComparison):\n" % iname)
/external/v8/src/
Dapi-natives.cc170 #define GET_INTRINSIC_VALUE(name, iname) \ in GetIntrinsic() argument
172 return native_context->iname(); in GetIntrinsic()
/external/python/cpython2/Lib/lib-tk/
Dttk.py124 iname = args[0]
128 spec = "%s %s" % (iname, imagespec)
/external/python/cpython3/Lib/tkinter/
Dttk.py124 iname = args[0]
128 spec = "%s %s" % (iname, imagespec)
/external/vulkan-validation-layers/scripts/
Dparameter_validation_generator.py1044 …int32_t {iname} = 0; {iname} < *{}{}; ++{iname})\n'.format(prefix, lenValue.name, iname=indexName))
1046 …uint32_t {iname} = 0; {iname} < {}{}; ++{iname})\n'.format(prefix, lenValue.name, iname=indexName))
/external/boringssl/src/include/openssl/
Dx509v3.h584 OPENSSL_EXPORT int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
/external/strace/
DCREDITS88 Gaël Roualland <gael.roualland@iname.com>

12