HomeSort by relevance Sort by last modified time
    Searched defs:fullname (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/third_party/skia/experimental/PdfViewer/
chop_transparency_main.cpp 160 SkString fullname = SkOSPath::SkPathJoin(dir, filename.c_str()); local
161 decodeFileAndWrite(fullname.c_str());
  /external/skia/experimental/PdfViewer/
chop_transparency_main.cpp 160 SkString fullname = SkOSPath::SkPathJoin(dir, filename.c_str()); local
161 decodeFileAndWrite(fullname.c_str());
  /frameworks/base/tools/layoutlib/rename_font/
build_font.py 48 fullname = None variable in class:FontInfo
158 font.fullname = namerecord.text.strip()
180 namerecord.text = font.fullname
184 """ Compute the new font family name and font fullname. If the font has a
186 font fullname is then created by joining the new family name and the
196 font.fullname = new_family
198 font.fullname = new_family + ' ' + font.style
204 """ According to the specification, the font fullname should not end in
build_font_single.py 46 fullname = None variable in class:FontInfo
142 font.fullname = namerecord.text.strip()
164 namerecord.text = font.fullname
168 """ Compute the new font family name and font fullname. If the font has a
170 font fullname is then created by joining the new family name and the
180 font.fullname = new_family
182 font.fullname = new_family + ' ' + font.style
188 """ According to the specification, the font fullname should not end in
  /external/e2fsprogs/debugfs/
dump.c 201 const char *fullname)
243 if (symlink(buf, fullname) == -1) {
244 com_err("rdump", errno, "while creating symlink %s -> %s", buf, fullname);
257 char *fullname; local
261 fullname = malloc(strlen(dumproot) + strlen(name) + 2);
262 if (!fullname) {
266 sprintf(fullname, "%s/%s", dumproot, name);
269 rdump_symlink(ino, inode, fullname);
272 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU);
274 com_err("rdump", errno, "while dumping %s", fullname);
    [all...]
  /external/valgrind/main/coregrind/
launcher-linux.c 84 char *fullname; local
92 /* Make the size of the FULLNAME buffer large enough. */
95 fullname = malloc(need);
96 if (fullname == NULL)
97 barf("malloc of fullname failed.");
103 strcpy(fullname, path);
108 strncpy(fullname, path, colon - path);
109 fullname[colon - path] = '\0';
113 strcat(fullname, "/");
114 strcat(fullname, clientname)
    [all...]
launcher-darwin.c 101 static char fullname[PATH_MAX]; local
109 strcpy(fullname, path);
114 memcpy(fullname, path, colon - path);
115 fullname[colon - path] = '\0';
119 strcat(fullname, "/");
120 strcat(fullname, clientname);
122 if (access(fullname, R_OK|X_OK) == 0)
123 return fullname;
  /cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
XmlPlanGenerator.java 131 final String fullname = name + suiteName + "."; local
132 writeTestSuites(writer, suite.getTestSuites(), fullname);
133 writeTestCases(writer, suite.getTestCases(), fullname);
142 final String fullname = name + caseName; local
143 writeTests(writer, testCase.getTests(), fullname);
155 final String fullname = name + "#" + testName; local
156 if (isKnownFailure(mExpectations, fullname)) {
163 public static boolean isKnownFailure(ExpectationStore store, String fullname) {
164 return store != null && store.get(fullname) != Expectation.SUCCESS;
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 865 char fullname[500]; local
919 sprintf(fullname, "%s/%s", p_path, dirent->d_name);
922 if (stat(fullname, &buf) == 0) {
    [all...]
  /external/elfutils/0.153/src/
objdump.c 783 char fullname[prefix_len + 1 + fname_len + suffix_len]; local
784 char *cp = fullname;
799 result = show_disasm (ebl, fullname, shstrndx);
801 result = show_relocs (ebl, fullname, shstrndx);
803 result = show_full_content (ebl, fullname, shstrndx);
size.c 111 static void handle_elf (Elf *elf, const char *fullname, const char *fname);
416 const char *fullname)
435 INTERNAL_ERROR (fullname);
550 const char *fullname)
566 INTERNAL_ERROR (fullname);
620 show_segments (Elf *elf, const char *fullname)
625 INTERNAL_ERROR (fullname);
636 INTERNAL_ERROR (fullname);
671 char fullname[prefix_len + 1 + fname_len]; local
672 char *cp = fullname;
    [all...]
nm.c 747 show_symbols_sysv (Ebl *ebl, GElf_Word strndx, const char *fullname,
753 INTERNAL_ERROR (fullname);
790 printf (gettext ("\n\nSymbols from %s:\n\n"), fullname);
794 print_file_name ? (int) strlen (fullname) + 1: 0, "",
850 fputs_unlocked (fullname, stdout);
930 const char *prefix, const char *fname, const char *fullname,
989 fputs_unlocked (fullname, stdout);
1050 const char *prefix, const char *fullname, GElf_SymX *syms,
1054 printf ("%s:\n", fullname);
1100 fputs_unlocked (fullname, stdout)
1413 char fullname[prefix_len + 1 + fname_len + suffix_len]; local
    [all...]
strip.c 407 char *fullname = alloca (prefix_len + 1 + fname_len); local
408 char *cp = fullname;
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 455 char fullname[MAX_ESCAPED_DOMAIN_NAME], targethost[MAX_ESCAPED_DOMAIN_NAME]; local
456 ConvertDomainNameToCString(answer->name, fullname);
458 x->callback((DNSServiceRef)x, 0, 0, kDNSServiceErr_NoError, fullname, targethost,
578 const char *fullname,
592 (void)fullname; // Unused
617 char fullname[MAX_ESCAPED_DOMAIN_NAME]; local
619 ConvertDomainNameToCString(answer->name, fullname);
621 fullname, answer->rrtype, answer->rrclass, answer->rdlength, answer->rdata->u.data, answer->rroriginalttl, x->context);
629 const char *fullname,
655 MakeDomainNameFromDNSNameString(&x->q.qname, fullname);
    [all...]
  /external/oprofile/opcontrol/
opcontrol.cpp 419 char fullname[512]; local
424 snprintf(fullname, 512, OP_DRIVER_BASE"/%d/%s", counter, file);
427 snprintf(fullname, 512, OP_DRIVER_BASE"/%s", file);
429 fd = open(fullname, O_WRONLY);
431 fprintf(stderr, "Cannot open %s: %s\n", fullname, strerror(errno));
440 verbose("Configure %s (%s)\n", fullname, content);
449 char fullname[512]; local
455 sprintf(fullname, OP_DRIVER_BASE"/%d/enabled", i);
456 num = read_num(fullname);
461 sprintf(fullname, OP_DRIVER_BASE"/%d/event", i)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
bencher 1004 def fullname method in class:Benchmark
    [all...]
  /external/chromium_org/third_party/libxml/src/
SAX2.c 694 * @fullname: the attribute name
703 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname,
717 elem, fullname, type, def, defaultValue);
719 if ((xmlStrEqual(fullname, BAD_CAST "xml:id")) &&
730 name = xmlSplitQName(ctxt, fullname, &prefix);
1055 * @fullname: The attribute name, including namespace prefix
1065 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname,
1076 name = xmlStrdup(fullname);
1083 name = xmlSplitQName(ctxt, fullname, &ns);
1088 fullname, NULL)
2058 xmlChar *fullname; local
    [all...]
  /external/chromium_org/third_party/skia/tools/
skimage_main.cpp 798 SkString fullname = SkOSPath::SkPathJoin(dir, filename.c_str()); local
    [all...]
  /external/libxml2/
SAX2.c 724 * @fullname: the attribute name
733 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname,
747 elem, fullname, type, def, defaultValue);
749 if ((xmlStrEqual(fullname, BAD_CAST "xml:id")) &&
760 name = xmlSplitQName(ctxt, fullname, &prefix);
1085 * @fullname: The attribute name, including namespace prefix
1095 xmlSAX2AttributeInternal(void *ctx, const xmlChar *fullname,
1106 name = xmlStrdup(fullname);
1113 name = xmlSplitQName(ctxt, fullname, &ns);
1118 fullname, NULL)
2096 xmlChar *fullname; local
2228 const xmlChar *fullname; local
2381 const xmlChar *fullname; local
    [all...]
  /external/skia/tools/
skimage_main.cpp 798 SkString fullname = SkOSPath::SkPathJoin(dir, filename.c_str()); local
    [all...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 532 String8 fullname; // for pax later on local
611 fullname = prefix;
612 fullname.appendPath(relpath);
617 // We only use the prefix area if fullname won't fit in the path
618 if (fullname.length() > 100) {
622 strncpy(buf, fullname.string(), 100);
628 ALOGI(" Name: %s", fullname.string());
645 // fullname was generated above with the ustar paths
646 p += write_pax_header_entry(p, "path", fullname.string());
654 String8 leaf = fullname.getPathLeaf()
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 778 char fullname[1024]; local
785 sscanf(line, "%s %[^; \r\n\t];", type, fullname);
788 char* classname = rfind(fullname, '.');
792 packagename = fullname;
794 classname = fullname;
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 1251 char *fullname = (char *) __alloca (dirlen + 1 + patlen + 1);
1254 mempcpy (mempcpy (mempcpy (fullname, directory, dirlen),
1258 memcpy (fullname, directory, dirlen);
1259 fullname[dirlen] = '/';
1260 memcpy (&fullname[dirlen + 1], pattern, patlen + 1);
1263 ? (*pglob->gl_stat) (fullname, &st)
1264 : __stat (fullname, &st)) == 0)
1250 char *fullname = (char *) __alloca (dirlen + 1 + patlen + 1); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 448 rv.append(pkg.fullname())
548 def fullname(self): member in class:PimpPackage
607 sys.stderr.write("---- %s: install test got exception\n" % self.fullname())
637 self.fullname())]
641 self.fullname())]
698 sys.stderr.write("Warning: no MD5Sum for %s\n" % self.fullname())
723 % (self.fullname(), self._dict.get(flavor, ""))
732 return "%s: This package needs to be installed manually (no Download-URL field)" % self.fullname()
735 return "%s: download: %s" % (self.fullname(), msg)
739 return "%s: unpack: %s" % (self.fullname(), msg
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
parse.c 1563 char *fullname = NULL; local
1681 char *fullname = NULL; local
    [all...]

Completed in 726 milliseconds

1 2