HomeSort by relevance Sort by last modified time
    Searched refs:fullname (Results 101 - 125 of 158) sorted by null

1 2 3 45 6 7

  /external/chromium_org/third_party/icu/source/tools/tzcode/
zic.c 1611 static char * fullname; local
    [all...]
localtime.c 364 char fullname[FILENAME_MAX + 1]; local
372 if ((strlen(p) + strlen(name) + 1) >= sizeof fullname)
374 (void) strcpy(fullname, p);
375 (void) strcat(fullname, "/");
376 (void) strcat(fullname, name);
382 name = fullname;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 1611 static char * fullname; local
    [all...]
localtime.c 364 char fullname[FILENAME_MAX + 1]; local
372 if ((strlen(p) + strlen(name) + 1) >= sizeof fullname)
374 (void) strcpy(fullname, p);
375 (void) strcat(fullname, "/");
376 (void) strcat(fullname, name);
382 name = fullname;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py     [all...]
os.py 378 fullname = path.join(dir, file)
380 func(fullname, *argrest)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py     [all...]
os.py 378 fullname = path.join(dir, file)
380 func(fullname, *argrest)
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/jemalloc/bin/
pprof     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 173 fullname = os.path.join(dir, name)
174 if os.path.isdir(fullname):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FileDialog.py 173 fullname = os.path.join(dir, name)
174 if os.path.isdir(fullname):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 228 fullname = os.path.join(path, name)
229 if os.path.isdir(fullname):
230 _waitfor(_rmtree_inner, fullname, waitall=True)
231 os.rmdir(fullname)
233 os.unlink(fullname)
    [all...]
test_runpy.py 150 fullname = os.path.join(root, name)
152 os.rmdir(fullname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 228 fullname = os.path.join(path, name)
229 if os.path.isdir(fullname):
230 _waitfor(_rmtree_inner, fullname, waitall=True)
231 os.rmdir(fullname)
233 os.unlink(fullname)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 1109 char fullname[kDNSServiceMaxDomainName]; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.c 1191 gens = b->name.fullname;
1198 gens = a->name.fullname;
1218 for (i = 0; i < sk_GENERAL_NAME_num(a->name.fullname); i++)
1220 gena = sk_GENERAL_NAME_value(a->name.fullname, i);
1221 for (j = 0; j < sk_GENERAL_NAME_num(b->name.fullname); j++)
1223 genb = sk_GENERAL_NAME_value(b->name.fullname, j);
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.c 1202 gens = b->name.fullname;
1209 gens = a->name.fullname;
1229 for (i = 0; i < sk_GENERAL_NAME_num(a->name.fullname); i++)
1231 gena = sk_GENERAL_NAME_value(a->name.fullname, i);
1232 for (j = 0; j < sk_GENERAL_NAME_num(b->name.fullname); j++)
1234 genb = sk_GENERAL_NAME_value(b->name.fullname, j);
    [all...]
  /art/tools/
cpplint.py 749 def FullName(self):
754 """FullName after removing the local path to the repository.
763 fullname = self.FullName()
765 if os.path.exists(fullname):
766 project_dir = os.path.dirname(fullname)
778 return fullname[len(prefix) + 1:]
782 root_dir = os.path.dirname(fullname)
794 # return fullname[len(prefix) + 1:]
795 return "art/" + fullname[len(prefix) + 1:
    [all...]
  /external/chromium_org/third_party/skia/tools/
skimage_main.cpp 798 SkString fullname = SkOSPath::SkPathJoin(dir, filename.c_str()); local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 745 def FullName(self):
750 """FullName after removing the local path to the repository.
759 fullname = self.FullName()
761 if os.path.exists(fullname):
762 project_dir = os.path.dirname(fullname)
774 return fullname[len(prefix) + 1:]
778 root_dir = os.path.dirname(fullname)
789 return fullname[len(prefix) + 1:]
792 return fullname
    [all...]
  /external/skia/tools/
skimage_main.cpp 798 SkString fullname = SkOSPath::SkPathJoin(dir, filename.c_str()); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 84 fullname = os.path.join(ICONDIR, file + ext)
85 image = PhotoImage(master=self.canvas, file=fullname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py 84 fullname = os.path.join(ICONDIR, file + ext)
85 image = PhotoImage(master=self.canvas, file=fullname)

Completed in 1932 milliseconds

1 2 3 45 6 7