/external/chromium_org/third_party/cython/src/pyximport/ |
D | pyximport.py | 239 def find_module(self, fullname, package_path=None): argument 240 if fullname in sys.modules and not pyxargs.reload_support: 243 fp, pathname, (ext,mode,ty) = imp.find_module(fullname,package_path) 248 return PyxLoader(fullname, pathname, 254 return PyxLoader(fullname, pathname, 264 return PyxLoader(fullname, pyxpath, 278 if '.' in fullname: # only when package_path anyway? 279 mod_parts = fullname.split('.') 282 module_name = fullname 304 return PyxLoader(fullname, join_path(path, pyx_module_name), [all …]
|
/external/oprofile/opcontrol/ |
D | opcontrol.cpp | 419 char fullname[512]; in echo_dev() local 424 snprintf(fullname, 512, OP_DRIVER_BASE"/%d/%s", counter, file); in echo_dev() 427 snprintf(fullname, 512, OP_DRIVER_BASE"/%s", file); in echo_dev() 429 fd = open(fullname, O_WRONLY); in echo_dev() 431 fprintf(stderr, "Cannot open %s: %s\n", fullname, strerror(errno)); in echo_dev() 440 verbose("Configure %s (%s)\n", fullname, content); in echo_dev() 449 char fullname[512]; in do_status() local 455 sprintf(fullname, OP_DRIVER_BASE"/%d/enabled", i); in do_status() 456 num = read_num(fullname); in do_status() 461 sprintf(fullname, OP_DRIVER_BASE"/%d/event", i); in do_status() [all …]
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 201 const char *fullname) in rdump_symlink() argument 243 if (symlink(buf, fullname) == -1) { in rdump_symlink() 244 com_err("rdump", errno, "while creating symlink %s -> %s", buf, fullname); in rdump_symlink() 257 char *fullname; in rdump_inode() local 261 fullname = malloc(strlen(dumproot) + strlen(name) + 2); in rdump_inode() 262 if (!fullname) { in rdump_inode() 266 sprintf(fullname, "%s/%s", dumproot, name); in rdump_inode() 269 rdump_symlink(ino, inode, fullname); in rdump_inode() 272 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU); in rdump_inode() 274 com_err("rdump", errno, "while dumping %s", fullname); in rdump_inode() [all …]
|
/external/valgrind/main/coregrind/ |
D | launcher-linux.c | 84 char *fullname; in find_client() local 95 fullname = malloc(need); in find_client() 96 if (fullname == NULL) in find_client() 103 strcpy(fullname, path); in find_client() 108 strncpy(fullname, path, colon - path); in find_client() 109 fullname[colon - path] = '\0'; in find_client() 113 strcat(fullname, "/"); in find_client() 114 strcat(fullname, clientname); in find_client() 116 if (access(fullname, R_OK|X_OK) == 0) in find_client() 117 return fullname; in find_client() [all …]
|
D | launcher-darwin.c | 101 static char fullname[PATH_MAX]; in find_client() local 109 strcpy(fullname, path); in find_client() 114 memcpy(fullname, path, colon - path); in find_client() 115 fullname[colon - path] = '\0'; in find_client() 119 strcat(fullname, "/"); in find_client() 120 strcat(fullname, clientname); in find_client() 122 if (access(fullname, R_OK|X_OK) == 0) in find_client() 123 return fullname; in find_client()
|
/external/cmockery/cmockery_0_1_2/packages/ |
D | rpm.sh | 15 fullname="${PACKAGE}-${VERSION}" 16 archive=../$fullname.tar.gz 39 RPM_SOURCE_DIR="/tmp/rpmsource-$fullname" 40 RPM_BUILD_DIR="/tmp/rpmbuild-$fullname"
|
/external/chromium_org/sdch/open-vcdiff/packages/ |
D | rpm.sh | 29 fullname="${PACKAGE}-${VERSION}" 30 archive=../$fullname.tar.gz 53 RPM_SOURCE_DIR="/tmp/rpmsource-$fullname" 54 RPM_BUILD_DIR="/tmp/rpmbuild-$fullname"
|
/external/chromium_org/third_party/tcmalloc/vendor/packages/ |
D | rpm.sh | 15 fullname="${PACKAGE}-${VERSION}" 16 archive=../$fullname.tar.gz 39 RPM_SOURCE_DIR="/tmp/rpmsource-$fullname" 40 RPM_BUILD_DIR="/tmp/rpmbuild-$fullname"
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | macUtils.py | 85 fullname = ttFont['name'].getName(4, 1, 0) # Full name, mac, default encoding 88 if fullname is None or fullname is None or psname is None: 91 self.fullname = fullname.string 115 res = Res.Get1NamedResource('sfnt', self.fullname) 123 res.AddResource('sfnt', self.res_id, self.fullname) 134 fond_res.AddResource('FOND', self.res_id, self.fullname)
|
/external/elfutils/0.153/src/ |
D | size.c | 111 static void handle_elf (Elf *elf, const char *fullname, const char *fname); 416 const char *fullname) in show_sysv() argument 435 INTERNAL_ERROR (fullname); in show_sysv() 550 const char *fullname) in show_bsd() argument 566 INTERNAL_ERROR (fullname); in show_bsd() 620 show_segments (Elf *elf, const char *fullname) in show_segments() argument 625 INTERNAL_ERROR (fullname); in show_segments() 636 INTERNAL_ERROR (fullname); in show_segments() 671 char fullname[prefix_len + 1 + fname_len]; in handle_elf() local 672 char *cp = fullname; in handle_elf() [all …]
|
D | nm.c | 747 show_symbols_sysv (Ebl *ebl, GElf_Word strndx, const char *fullname, in show_symbols_sysv() argument 753 INTERNAL_ERROR (fullname); in show_symbols_sysv() 790 printf (gettext ("\n\nSymbols from %s:\n\n"), fullname); in show_symbols_sysv() 794 print_file_name ? (int) strlen (fullname) + 1: 0, "", in show_symbols_sysv() 850 fputs_unlocked (fullname, stdout); in show_symbols_sysv() 930 const char *prefix, const char *fname, const char *fullname, in show_symbols_bsd() argument 989 fputs_unlocked (fullname, stdout); in show_symbols_bsd() 1050 const char *prefix, const char *fullname, GElf_SymX *syms, in show_symbols_posix() argument 1054 printf ("%s:\n", fullname); in show_symbols_posix() 1100 fputs_unlocked (fullname, stdout); in show_symbols_posix() [all …]
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
D | crazy_linker_library_list.cpp | 404 String fullname; in LoadLibraryInZipFile() local 405 fullname.Reserve(kMaxFilenameInZip); in LoadLibraryInZipFile() 406 fullname = "lib/"; in LoadLibraryInZipFile() 407 fullname += CURRENT_ABI; in LoadLibraryInZipFile() 408 fullname += "/crazy."; in LoadLibraryInZipFile() 409 fullname += lib_name; in LoadLibraryInZipFile() 411 if (fullname.size() + 1 > kMaxFilenameInZip) { in LoadLibraryInZipFile() 413 fullname.c_str()); in LoadLibraryInZipFile() 417 int offset = FindStartOffsetOfFileInZipFile(zip_file_path, fullname.c_str()); in LoadLibraryInZipFile()
|
/external/valgrind/main/tests/ |
D | vg_regtest | 373 my ($fullname, $name, $mid, $f_exps) = @_; 403 push(@failures, sprintf("%-40s ($mid)", "$fullname")); 412 my $fullname = "$dir/$name"; 490 do_diffs($fullname, $name, "stdout", \@stdout_exps); 499 do_diffs($fullname, $name, "stderr", \@stderr_exps); 523 do_diffs($fullname, $name, "stdoutB", \@stdoutB_exps); 532 do_diffs($fullname, $name, "stderrB", \@stderrB_exps); 544 do_diffs($fullname, $name, "post", \@post_exps);
|
D | vg_regtest.in | 373 my ($fullname, $name, $mid, $f_exps) = @_; 403 push(@failures, sprintf("%-40s ($mid)", "$fullname")); 412 my $fullname = "$dir/$name"; 490 do_diffs($fullname, $name, "stdout", \@stdout_exps); 499 do_diffs($fullname, $name, "stderr", \@stderr_exps); 523 do_diffs($fullname, $name, "stdoutB", \@stdoutB_exps); 532 do_diffs($fullname, $name, "stderrB", \@stderrB_exps); 544 do_diffs($fullname, $name, "post", \@post_exps);
|
/external/mdnsresponder/mDNSPosix/ |
D | nss_mdns.c | 544 const char * fullname, 578 const char *fullname, 600 const char * fullname, 611 add_hostname_len (result_map_t * result, const char * fullname, int len); 846 const char * fullname, in mdns_lookup_name() argument 860 fullname in mdns_lookup_name() 891 fullname, // full name to query for in mdns_lookup_name() 907 status = handle_events (sdref, result, fullname); in mdns_lookup_name() 1064 const char *fullname, in mdns_lookup_callback() argument 1110 if (callback_body_ptr (fullname, result, rdlen, rdata) < 0) in mdns_lookup_callback() [all …]
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
D | parse.cpp | 1585 char *fullname = NULL; in parseImport() local 1615 fullname = (char *) uprv_malloc(filenameLength + 1); in parseImport() 1616 uprv_strcpy(fullname, filename); in parseImport() 1628 fullname = (char *) uprv_malloc(state->inputdirLength + count + 2); in parseImport() 1631 if(fullname == NULL) in parseImport() 1637 uprv_strcpy(fullname, state->inputdir); in parseImport() 1639 fullname[state->inputdirLength] = U_FILE_SEP_CHAR; in parseImport() 1640 fullname[state->inputdirLength + 1] = '\0'; in parseImport() 1642 uprv_strcat(fullname, filename); in parseImport() 1646 fullname = (char *) uprv_malloc(state->inputdirLength + count + 1); in parseImport() [all …]
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientshim.c | 455 char fullname[MAX_ESCAPED_DOMAIN_NAME], targethost[MAX_ESCAPED_DOMAIN_NAME]; in FoundServiceInfo() local 456 ConvertDomainNameToCString(answer->name, fullname); in FoundServiceInfo() 458 x->callback((DNSServiceRef)x, 0, 0, kDNSServiceErr_NoError, fullname, targethost, in FoundServiceInfo() 578 const char *fullname, in DNSServiceRegisterRecord() argument 592 (void)fullname; // Unused in DNSServiceRegisterRecord() 617 char fullname[MAX_ESCAPED_DOMAIN_NAME]; in DNSServiceQueryRecordResponse() local 619 ConvertDomainNameToCString(answer->name, fullname); in DNSServiceQueryRecordResponse() 621 …fullname, answer->rrtype, answer->rrclass, answer->rdlength, answer->rdata->u.data, answer->rrorig… in DNSServiceQueryRecordResponse() 629 const char *fullname, in DNSServiceQueryRecord() argument 655 MakeDomainNameFromDNSNameString(&x->q.qname, fullname); in DNSServiceQueryRecord() [all …]
|
D | dns_sd.h | 1333 const char *fullname, 1451 const char *fullname, 1505 const char *fullname, 1733 const char *fullname, 1781 const char *fullname,
|
/external/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 1643 char *fullname = NULL; in parseImport() local 1673 fullname = (char *) uprv_malloc(filenameLength + 1); in parseImport() 1674 uprv_strcpy(fullname, filename); in parseImport() 1686 fullname = (char *) uprv_malloc(state->inputdirLength + count + 2); in parseImport() 1689 if(fullname == NULL) in parseImport() 1695 uprv_strcpy(fullname, state->inputdir); in parseImport() 1697 fullname[state->inputdirLength] = U_FILE_SEP_CHAR; in parseImport() 1698 fullname[state->inputdirLength + 1] = '\0'; in parseImport() 1700 uprv_strcat(fullname, filename); in parseImport() 1704 fullname = (char *) uprv_malloc(state->inputdirLength + count + 1); in parseImport() [all …]
|
/external/libxml2/ |
D | valid.c | 678 xmlChar *fullname; in xmlValidBuildAContentModel() local 680 fullname = xmlBuildQName(content->name, content->prefix, fn, 50); in xmlValidBuildAContentModel() 681 if (fullname == NULL) { in xmlValidBuildAContentModel() 689 ctxt->state, NULL, fullname, NULL); in xmlValidBuildAContentModel() 693 ctxt->state, NULL, fullname, NULL); in xmlValidBuildAContentModel() 698 ctxt->state, NULL, fullname, NULL); in xmlValidBuildAContentModel() 700 ctxt->state, fullname, NULL); in xmlValidBuildAContentModel() 706 ctxt->state, ctxt->state, fullname, NULL); in xmlValidBuildAContentModel() 709 if ((fullname != fn) && (fullname != content->name)) in xmlValidBuildAContentModel() 710 xmlFree(fullname); in xmlValidBuildAContentModel() [all …]
|
D | SAX2.c | 733 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, in xmlSAX2AttributeDecl() argument 747 elem, fullname, type, def, defaultValue); in xmlSAX2AttributeDecl() 749 if ((xmlStrEqual(fullname, BAD_CAST "xml:id")) && in xmlSAX2AttributeDecl() 760 name = xmlSplitQName(ctxt, fullname, &prefix); in xmlSAX2AttributeDecl() 1095 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, in xmlSAX2AttributeInternal() argument 1106 name = xmlStrdup(fullname); in xmlSAX2AttributeInternal() 1113 name = xmlSplitQName(ctxt, fullname, &ns); in xmlSAX2AttributeInternal() 1118 fullname, NULL); in xmlSAX2AttributeInternal() 1122 fullname, NULL); in xmlSAX2AttributeInternal() 1128 name = xmlStrdup(fullname); in xmlSAX2AttributeInternal() [all …]
|
/external/chromium_org/third_party/libxml/src/ |
D | valid.c | 678 xmlChar *fullname; in xmlValidBuildAContentModel() local 680 fullname = xmlBuildQName(content->name, content->prefix, fn, 50); in xmlValidBuildAContentModel() 681 if (fullname == NULL) { in xmlValidBuildAContentModel() 689 ctxt->state, NULL, fullname, NULL); in xmlValidBuildAContentModel() 693 ctxt->state, NULL, fullname, NULL); in xmlValidBuildAContentModel() 698 ctxt->state, NULL, fullname, NULL); in xmlValidBuildAContentModel() 700 ctxt->state, fullname, NULL); in xmlValidBuildAContentModel() 706 ctxt->state, ctxt->state, fullname, NULL); in xmlValidBuildAContentModel() 709 if ((fullname != fn) && (fullname != content->name)) in xmlValidBuildAContentModel() 710 xmlFree(fullname); in xmlValidBuildAContentModel() [all …]
|
D | SAX2.c | 703 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, in xmlSAX2AttributeDecl() argument 717 elem, fullname, type, def, defaultValue); in xmlSAX2AttributeDecl() 719 if ((xmlStrEqual(fullname, BAD_CAST "xml:id")) && in xmlSAX2AttributeDecl() 730 name = xmlSplitQName(ctxt, fullname, &prefix); in xmlSAX2AttributeDecl() 1065 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname, in xmlSAX2AttributeInternal() argument 1076 name = xmlStrdup(fullname); in xmlSAX2AttributeInternal() 1083 name = xmlSplitQName(ctxt, fullname, &ns); in xmlSAX2AttributeInternal() 1088 fullname, NULL); in xmlSAX2AttributeInternal() 1092 fullname, NULL); in xmlSAX2AttributeInternal() 1098 name = xmlStrdup(fullname); in xmlSAX2AttributeInternal() [all …]
|
/external/libxml2/include/libxml/ |
D | SAX.h | 77 const xmlChar *fullname, 105 const xmlChar *fullname, 109 const xmlChar *fullname,
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | SAX.h | 77 const xmlChar *fullname, 105 const xmlChar *fullname, 109 const xmlChar *fullname,
|