/external/elfutils/0.153/libelf/ |
D | dl-hash.h | 61 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/ |
D | CleanSpec.mk | 48 $(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/ |
D | ocsp_lib.c | 78 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()
|
D | ocsp_vfy.c | 305 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/ |
D | optimization-test | 7 for test in `find . -iname '*.opt_test'`; do
|
/external/mesa3d/src/glsl/tests/ |
D | optimization-test | 7 for test in `find . -iname '*.opt_test'`; do
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
D | attr.py | 232 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/ |
D | v3_purp.c | 315 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()
|
D | v3_crld.c | 586 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/ |
D | v3_purp.c | 319 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()
|
D | v3_crld.c | 587 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/ |
D | ppp_graphics_3d.idl | 19 [macro="PPP_GRAPHICS_3D_INTERFACE", iname="PPP_Graphics_3D"]
|
/external/javasqlite/src/main/java/SQLite/JDBC2z/ |
D | JDBCDatabaseMetaData.java | 780 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/ |
D | network.c | 51 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()
|
D | dnsmasq.h | 357 struct iname { struct 361 struct iname *next; argument 620 struct iname *if_names, *if_addrs, *if_except, *dhcp_except;
|
D | option.c | 1301 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()
|
D | tftp.c | 51 struct iname *tmp; in tftp_request()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | file.c | 538 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()
|
D | file.h | 222 (const char *iname, const char *from, const char *mode,
|
/external/chromium_org/build/linux/unbundle/ |
D | icu.gyp | 51 # find third_party/icu/source/i18n/unicode -iname '*.h' \ 152 # find third_party/icu/source/common/unicode -iname '*.h' \
|
D | protobuf.gyp | 39 # find third_party/protobuf/src -iname '*.h' -printf "'%p',\n" | \
|
/external/openssl/apps/ |
D | ocsp.c | 968 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/ |
D | CREDITS.in | 37 Gaël Roualland gael.roualland@iname.com
|
/external/chromium_org/third_party/icu/ |
D | icu.gyp | 426 # 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/ |
D | ClassReader.java | 1366 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()
|