Home
last modified time | relevance | path

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

12

/external/elfutils/0.153/libelf/
Ddl-hash.h61 const unsigned char *iname = (const unsigned char *) name; in _dl_elf_hash() local
62 unsigned int hash = (unsigned int) *iname++; in _dl_elf_hash()
63 if (*iname != '\0') in _dl_elf_hash()
65 hash = (hash << 4) + (unsigned int) *iname++; in _dl_elf_hash()
66 if (*iname != '\0') in _dl_elf_hash()
68 hash = (hash << 4) + (unsigned int) *iname++; in _dl_elf_hash()
69 if (*iname != '\0') in _dl_elf_hash()
71 hash = (hash << 4) + (unsigned int) *iname++; in _dl_elf_hash()
72 if (*iname != '\0') in _dl_elf_hash()
74 hash = (hash << 4) + (unsigned int) *iname++; in _dl_elf_hash()
[all …]
/external/bluetooth/bluedroid/
DCleanSpec.mk48 $(call add-clean-step, find $(OUT_DIR) -type f -iname "*blue*" -print0 | xargs -0 rm -f)
49 $(call add-clean-step, find $(OUT_DIR) -type f -iname "*bdroid*" -print0 | xargs -0 rm -f)
/external/openssl/crypto/ocsp/
Docsp_lib.c78 X509_NAME *iname; in OCSP_cert_to_id() local
86 iname = X509_get_issuer_name(subject); in OCSP_cert_to_id()
91 iname = X509_get_subject_name(issuer); in OCSP_cert_to_id()
95 return OCSP_cert_id_new(dgst, iname, ikey, serial); in OCSP_cert_to_id()
Docsp_vfy.c305 X509_NAME *iname; in ocsp_match_issuerid() local
320 iname = X509_get_subject_name(cert); in ocsp_match_issuerid()
321 if (!X509_NAME_digest(iname, dgst, md, NULL)) in ocsp_match_issuerid()
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
Doptimization-test7 for test in `find . -iname '*.opt_test'`; do
/external/mesa3d/src/glsl/tests/
Doptimization-test7 for test in `find . -iname '*.opt_test'`; do
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dattr.py232 for iname, ievent in events.items():
234 event.group = iname
235 log.debug('[%s] has group leader [%s]' % (name, iname))
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
Dv3_purp.c315 X509_NAME *iname = NULL; in setup_dp() local
334 iname = gen->d.directoryName; in setup_dp()
338 if (!iname) in setup_dp()
339 iname = X509_get_issuer_name(x); in setup_dp()
341 DIST_POINT_set_dpname(dp->distpoint, iname); in setup_dp()
Dv3_crld.c586 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname) in DIST_POINT_set_dpname() argument
594 dpn->dpname = X509_NAME_dup(iname); in DIST_POINT_set_dpname()
/external/openssl/crypto/x509v3/
Dv3_purp.c319 X509_NAME *iname = NULL; in setup_dp() local
338 iname = gen->d.directoryName; in setup_dp()
342 if (!iname) in setup_dp()
343 iname = X509_get_issuer_name(x); in setup_dp()
345 DIST_POINT_set_dpname(dp->distpoint, iname); in setup_dp()
Dv3_crld.c587 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname) in DIST_POINT_set_dpname() argument
595 dpn->dpname = X509_NAME_dup(iname); in DIST_POINT_set_dpname()
/external/chromium_org/ppapi/api/
Dppp_graphics_3d.idl19 [macro="PPP_GRAPHICS_3D_INTERFACE", iname="PPP_Graphics_3D"]
/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/dnsmasq/src/
Dnetwork.c51 struct iname *tmp; in iface_check()
125 struct iname *tmp; in iface_allowed()
157 struct iname *lo; in iface_allowed()
166 (lo = whine_malloc(sizeof(struct iname))) && in iface_allowed()
927 struct iname *if_tmp; in set_interfaces()
928 struct iname *prev_if_names; in set_interfaces()
949 if_tmp = safe_malloc(sizeof(struct iname)); in set_interfaces()
950 memset(if_tmp, 0, sizeof(struct iname)); in set_interfaces()
Ddnsmasq.h357 struct iname { struct
361 struct iname *next; argument
620 struct iname *if_names, *if_addrs, *if_except, *dhcp_except;
Doption.c1301 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt()
1316 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt()
1351 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt()
2892 struct iname *tmp; in read_opts()
Dtftp.c51 struct iname *tmp; in tftp_request()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dfile.c538 yasm_fopen_include(const char *iname, const char *from, const char *mode, in yasm_fopen_include() argument
547 combine = yasm__combpath(from, iname); in yasm_fopen_include()
560 combine = yasm__combpath(np->path, iname); in yasm_fopen_include()
Dfile.h222 (const char *iname, const char *from, const char *mode,
/external/chromium_org/build/linux/unbundle/
Dicu.gyp51 # find third_party/icu/source/i18n/unicode -iname '*.h' \
152 # find third_party/icu/source/common/unicode -iname '*.h' \
Dprotobuf.gyp39 # find third_party/protobuf/src -iname '*.h' -printf "'%p',\n" | \
/external/openssl/apps/
Docsp.c968 X509_NAME *iname; in add_ocsp_serial() local
978 iname = X509_get_subject_name(issuer); in add_ocsp_serial()
986 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno); in add_ocsp_serial()
/external/strace/
DCREDITS.in37 Gaël Roualland gael.roualland@iname.com
/external/chromium_org/third_party/icu/
Dicu.gyp426 # find third_party/icu/source/i18n/unicode -iname '*.h' \
523 # find third_party/icu/source/common/unicode -iname '*.h' \
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DClassReader.java1366 String iname = readUTF8(cpIndex, c); in accept() local
1369 mv.visitFieldInsn(opcode, iowner, iname, idesc); in accept()
1371 mv.visitMethodInsn(opcode, iowner, iname, idesc); in accept()

12