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

1 2 3 4

  /test/vts-testcase/kernel/ltp/
test_case.py 127 def fullname(self): member in class:TestCase
132 return self.fullname
  /frameworks/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
  /test/vts/utils/native/libprofiling/
VtsProfilingInterface.cpp 63 string fullname = package + "@" + version; local
65 if (trace_map_.find(fullname) != trace_map_.end()) {
66 fd = trace_map_[fullname];
73 trace_map_[fullname] = fd;
78 trace_map_[fullname] = fd;
  /external/skia/tools/bookmaker/
selfCheck.cpp 91 string fullname = topic + '_' + subtopic; local
93 auto topFind = fBmhParser.fTopicMap.find(fullname);
124 string fullname = topicName + '_' + missing; local
125 PRINTF("No #Subtopic: %s\n", fullname.c_str());
  /external/dtc/
srcpos.c 73 char *fullname; local
76 fullname = xstrdup(fname);
78 fullname = join_path(dirname, fname);
80 *fp = fopen(fullname, "rb");
82 free(fullname);
83 fullname = NULL;
86 return fullname;
102 char *fullname; local
108 fullname = try_open(cur_dir, fname, fp);
112 fullname = try_open(node->dirname, fname, fp)
120 char *fullname; local
    [all...]
  /external/e2fsprogs/debugfs/
dump.c 199 const char *fullname)
241 if (symlink(buf, fullname) == -1) {
242 com_err("rdump", errno, "while creating symlink %s -> %s", buf, fullname);
255 char *fullname; local
259 fullname = malloc(strlen(dumproot) + strlen(name) + 2);
260 if (!fullname) {
264 sprintf(fullname, "%s/%s", dumproot, name);
267 rdump_symlink(ino, inode, fullname);
270 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU);
272 com_err("rdump", errno, "while opening %s", fullname);
    [all...]
  /external/syslinux/com32/cmenu/libmenu/
help.c 200 char fullname[HELPDIRLEN + 16]; local
205 strcpy(fullname, helpbasedir);
206 strcat(fullname, "/");
207 strcat(fullname, filename);
208 showhelp(fullname);
  /external/syslinux/core/fs/pxe/
dnsresolv.c 95 char fullname[512]; local
115 snprintf(fullname, sizeof fullname, "%s.%s", name, LocalDomain);
116 name = fullname;
  /external/valgrind/coregrind/
launcher-linux.c 88 char *fullname; local
96 /* Make the size of the FULLNAME buffer large enough. */
99 fullname = malloc(need);
100 if (fullname == NULL)
101 barf("malloc of fullname failed.");
107 strcpy(fullname, path);
112 strncpy(fullname, path, colon - path);
113 fullname[colon - path] = '\0';
117 strcat(fullname, "/");
118 strcat(fullname, clientname)
    [all...]
launcher-darwin.c 105 static char fullname[PATH_MAX]; local
113 strcpy(fullname, path);
118 memcpy(fullname, path, colon - path);
119 fullname[colon - path] = '\0';
123 strcat(fullname, "/");
124 strcat(fullname, clientname);
126 if (access(fullname, R_OK|X_OK) == 0)
127 return fullname;
  /bootable/recovery/applypatch/
applypatch.cpp 569 std::string fullname = android::base::Join(pieces, ':'); local
571 if (LoadPartitionContents(fullname, &source_file) == 0 &&
  /external/elfutils/src/
size.c 102 static void handle_elf (Elf *elf, const char *fullname, const char *fname);
404 const char *fullname)
423 INTERNAL_ERROR (fullname);
527 const char *fullname)
543 INTERNAL_ERROR (fullname);
597 show_segments (Elf *elf, const char *fullname)
601 INTERNAL_ERROR (fullname);
612 INTERNAL_ERROR (fullname);
647 char fullname[prefix_len + 1 + fname_len]; local
648 char *cp = fullname;
    [all...]
  /external/libevent/test/
tinytest.c 282 char fullname[LONGEST_TEST_NAME]; local
289 snprintf(fullname, sizeof(fullname), "%s%s",
292 printf(" %s", fullname);
300 if (!strncmp(fullname, arg, length)) {
  /external/linux-kselftest/tools/testing/selftests/exec/
execveat.c 224 char *fullname = realpath("execveat", NULL); local
226 char *fullname_symlink = concat(fullname, ".symlink");
265 fail += check_execveat(AT_FDCWD, fullname, 0);
267 fail += check_execveat(99, fullname, 0);
  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi_cmds.c 474 char fullname[20]; local
481 sprintf(fullname, "%s SBA", name);
482 prk_info("get_dev_callback SBA name %s", fullname);
483 sprintf(fullname, "%s IOC", name);
484 prk_info("get_dev_callback IOC name %s", fullname);
  /external/toybox/kconfig/
confdata.c 81 static char fullname[PATH_MAX+1]; local
87 sprintf(fullname, "%s/%s", env, name);
88 if (!stat(fullname, &buf))
89 return fullname;
  /toolchain/binutils/binutils-2.27/gas/config/
te-vms.c 118 char * fullname; local
172 fullname = concat (dirname, filename, NULL);
173 tryfile = to_vms_file_spec (fullname);
191 free (fullname);
201 free (fullname);
215 free (fullname);
236 free (fullname);
242 free (fullname);
251 free (fullname);
257 free (fullname);
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
X500Name.java 692 StringBuilder fullname = new StringBuilder(48); local
695 fullname.append(',');
697 fullname.append(names[i].toRFC2253String(oidMap));
699 return fullname.toString();
725 StringBuilder fullname = new StringBuilder(48); local
728 fullname.append(',');
730 fullname.append(names[i].toRFC2253String(true));
732 canonicalDn = fullname.toString();
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
ZoneProc.c 333 char fullname[FILENAME_MAX + 1]; local
341 if ((strlen(p) + strlen(name) + 1) >= sizeof fullname)
343 (void) strcpy(fullname, p); /* XXX strcpy is safe */
344 (void) strcat(fullname, "/"); /* XXX strcat is safe */
345 (void) strcat(fullname, name); /* XXX strcat is safe */
351 name = fullname;
  /external/libmicrohttpd/src/examples/
demo.c 257 char fullname[PATH_MAX]; local
268 if (sizeof (fullname) <= (size_t)
269 snprintf (fullname, sizeof (fullname),
273 if (0 != stat (fullname, &sbuf))
291 fullname,
demo_https.c 258 char fullname[PATH_MAX]; local
269 if (sizeof (fullname) <= (size_t)
270 snprintf (fullname, sizeof (fullname),
274 if (0 != stat (fullname, &sbuf))
292 fullname,
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 470 char fullname[MAX_ESCAPED_DOMAIN_NAME], targethost[MAX_ESCAPED_DOMAIN_NAME]; local
471 ConvertDomainNameToCString(answer->name, fullname);
473 x->callback((DNSServiceRef)x, 0, 0, kDNSServiceErr_NoError, fullname, targethost,
593 const char *fullname,
607 (void)fullname; // Unused
632 char fullname[MAX_ESCAPED_DOMAIN_NAME]; local
634 ConvertDomainNameToCString(answer->name, fullname);
636 fullname, answer->rrtype, answer->rrclass, answer->rdlength, answer->rdata->u.data, answer->rroriginalttl, x->context);
644 const char *fullname,
670 MakeDomainNameFromDNSNameString(&x->q.qname, fullname);
    [all...]
  /external/python/cpython2/Lib/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...]
  /prebuilts/gdb/darwin-x86/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...]

Completed in 592 milliseconds

1 2 3 4