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

1 23 4 5 6 7

  /external/libxml2/
valid.c 678 xmlChar *fullname; local
680 fullname = xmlBuildQName(content->name, content->prefix, fn, 50);
681 if (fullname == NULL) {
689 ctxt->state, NULL, fullname, NULL);
693 ctxt->state, NULL, fullname, NULL);
698 ctxt->state, NULL, fullname, NULL);
700 ctxt->state, fullname, NULL);
706 ctxt->state, ctxt->state, fullname, NULL);
709 if ((fullname != fn) && (fullname != content->name)
3970 xmlChar *fullname; local
4055 xmlChar *fullname; local
4362 xmlChar *fullname; local
4539 xmlChar *fullname; local
5288 xmlChar *fullname; local
6063 xmlChar *fullname; local
6330 xmlChar *fullname; local
    [all...]
  /external/chromium_org/third_party/fontconfig/include/src/
fcobjshash.h 90 char FcObjectTypeNamePool_str8[sizeof("fullname")];
139 "fullname",
  /external/chromium_org/third_party/libxml/src/include/libxml/
SAX2.h 75 const xmlChar *fullname,
104 const xmlChar *fullname,
  /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/libxml2/include/libxml/
SAX2.h 75 const xmlChar *fullname,
104 const xmlChar *fullname,
  /external/skia/experimental/PdfViewer/
chop_transparency_main.cpp 160 SkString fullname = SkOSPath::SkPathJoin(dir, filename.c_str()); local
161 decodeFileAndWrite(fullname.c_str());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 366 fullname = localename.translate(_ascii_lower_map)
367 if ':' in fullname:
369 fullname = fullname.replace(':', '.')
370 if '.' in fullname:
371 langname, encoding = fullname.split('.')[:2]
372 fullname = langname + '.' + encoding
374 langname = fullname
377 # First lookup: fullname (possibly with encoding)
    [all...]
tabnanny.py 89 fullname = os.path.join(file, name)
90 if (os.path.isdir(fullname) and
91 not os.path.islink(fullname) or
93 check(fullname)
SimpleHTTPServer.py 120 fullname = os.path.join(path, name)
123 if os.path.isdir(fullname):
126 if os.path.islink(fullname):
ihooks.py 244 fullname = self.hooks.path_join(dir, name)
245 if self.hooks.path_isdir(fullname):
246 stuff = self.find_module_in_dir("__init__", fullname, 0)
250 return None, fullname, ('', '', PKG_DIRECTORY)
253 fullname = self.hooks.path_join(dir, name+suff)
255 fp = self.hooks.openfile(fullname, mode)
256 return fp, fullname, info
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 366 fullname = localename.translate(_ascii_lower_map)
367 if ':' in fullname:
369 fullname = fullname.replace(':', '.')
370 if '.' in fullname:
371 langname, encoding = fullname.split('.')[:2]
372 fullname = langname + '.' + encoding
374 langname = fullname
377 # First lookup: fullname (possibly with encoding)
    [all...]
tabnanny.py 89 fullname = os.path.join(file, name)
90 if (os.path.isdir(fullname) and
91 not os.path.islink(fullname) or
93 check(fullname)
SimpleHTTPServer.py 120 fullname = os.path.join(path, name)
123 if os.path.isdir(fullname):
126 if os.path.islink(fullname):
ihooks.py 244 fullname = self.hooks.path_join(dir, name)
245 if self.hooks.path_isdir(fullname):
246 stuff = self.find_module_in_dir("__init__", fullname, 0)
250 return None, fullname, ('', '', PKG_DIRECTORY)
253 fullname = self.hooks.path_join(dir, name+suff)
255 fp = self.hooks.openfile(fullname, mode)
256 return fp, fullname, info
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
gensuitemodule.py 147 def processfile_fromresource(fullname, output=None, basepkgname=None,
150 if not is_scriptable(fullname) and verbose:
151 print >>verbose, "Warning: app does not seem scriptable: %s" % fullname
154 print >>verbose, "Processing", fullname
155 rf = macresource.open_pathname(fullname)
166 print >>verbose, "\nLISTING aete+aeut RESOURCES IN", repr(fullname)
182 compileaetelist(aetelist, fullname, output=output,
186 def processfile(fullname, output=None, basepkgname=None,
190 if not is_scriptable(fullname) and verbose:
191 print >>verbose, "Warning: app does not seem scriptable: %s" % fullname
    [all...]
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 205 fullname = os.path.join(dir, name)
206 if os.path.exists(fullname):
207 return fullname
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 205 fullname = os.path.join(dir, name)
206 if os.path.exists(fullname):
207 return fullname
  /external/mdnsresponder/mDNSShared/
dns_sd.h 564 * When a DNSServiceResolve() succeeds, the returned fullname is already in
    [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/jinja2/
loaders.py 250 fullname = path + '/' + filename
251 if self.provider.resource_isdir(fullname):
252 _walk(fullname)
254 results.append(fullname[offset:].lstrip('/'))
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_crld.c 120 if (!strncmp(cnf->name, "fullname", 9))
175 (*pdp)->name.fullname = fnm;
357 point->distpoint->name.fullname = gens;
397 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0),
524 print_gens(out, dpn->name.fullname, indent);
  /external/openssl/crypto/x509v3/
v3_crld.c 120 if (!strncmp(cnf->name, "fullname", 9))
175 (*pdp)->name.fullname = fnm;
357 point->distpoint->name.fullname = gens;
397 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0),
524 print_gens(out, dpn->name.fullname, indent);
  /external/valgrind/main/coregrind/
pub_core_libcfile.h 92 /* Size of fullname buffer needed for a call to VG_(mkstemp) with
97 Returns -1 on failure, else the fd of the file. If fullname is
100 extern Int VG_(mkstemp) ( HChar* part_of_name, /*OUT*/HChar* fullname );
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 222 fullname = self.distribution.get_fullname()
223 installer_name = self.get_installer_filename(fullname)
240 fullname = self.distribution.get_fullname()
242 product_name = "Python %s %s" % (self.target_version, fullname)
244 product_name = "Python %s" % (fullname)
265 tup = 'bdist_msi', self.target_version or 'any', fullname
    [all...]

Completed in 712 milliseconds

1 23 4 5 6 7