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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/opt/vcard/tests/res/raw/
v21_malformed_photo.vcf 4 FN:fullname
  /external/lzma/CPP/Windows/
FileName.cpp 32 void SplitNameToPureNameAndExtension(const UString &fullName,
35 int index = fullName.ReverseFind(kExtensionDelimiter);
38 pureName = fullName;
44 pureName = fullName.Left(index);
46 extension = fullName.Mid(index + 1);
FileName.h 22 void SplitNameToPureNameAndExtension(const UString &fullName,
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DistributionPointName.java 52 * fullName [0] GeneralNames,
70 private final GeneralNames fullName;
73 public DistributionPointName(GeneralNames fullName) {
74 this.fullName = fullName;
79 this.fullName = null;
86 if (fullName != null) {
87 fullName.dumpValue(sb, prefix + " ");
103 return (dpn.fullName == null) ? 1 : 0;
120 if (dpn.fullName == null)
    [all...]
  /external/chromium/chrome/browser/autofill/
contact_info_unittest.cc 20 EXPECT_EQ(name.FullName(), ASCIIToUTF16("Virgil"));
26 EXPECT_EQ(name.FullName(), ASCIIToUTF16("Murray Gell-Mann"));
32 EXPECT_EQ(name.FullName(),
39 EXPECT_EQ(name.FullName(), ASCIIToUTF16("Arthur Ignatius Conan Doyle"));
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncSystemProperty.java 59 String fullName = m_arg0.execute(xctxt).str();
60 int indexOfNSSep = fullName.indexOf(':');
73 ? fullName.substring(0, indexOfNSSep) : "";
78 ? fullName : fullName.substring(indexOfNSSep + 1);
88 new Object[]{ fullName }); //"XSL Property not supported: "+fullName);
97 fullName }); //"Don't currently do anything with namespace "+namespace+" in property: "+fullName);
113 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName)
    [all...]
FuncExtElementAvailable.java 54 String fullName = m_arg0.execute(xctxt).str();
55 int indexOfNSSep = fullName.indexOf(':');
61 methName = fullName;
65 prefix = fullName.substring(0, indexOfNSSep);
69 methName= fullName.substring(indexOfNSSep + 1);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 44 fullname = os.path.join(dir, name)
46 fullname = fullname.replace('\\','/')
51 if not os.path.isdir(fullname):
52 if not compile_file(fullname, ddir, force, rx, quiet):
56 os.path.isdir(fullname) and \
57 not os.path.islink(fullname):
58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
63 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
66 Arguments (only fullname is required)
    [all...]
linecache.py 56 size, mtime, lines, fullname = cache[filename]
60 stat = os.stat(fullname)
78 fullname = filename
80 stat = os.stat(fullname)
102 [line+'\n' for line in data.splitlines()], fullname
115 fullname = os.path.join(dirname, basename)
120 stat = os.stat(fullname)
127 with open(fullname, 'rU') as fp:
134 cache[filename] = size, mtime, lines, fullname
pkgutil.py 176 def find_module(self, fullname, path=None):
178 subname = fullname.split(".")[-1]
179 if subname != fullname and self.path is None:
189 return ImpLoader(fullname, file, filename, etc)
237 def __init__(self, fullname, file, filename, etc):
240 self.fullname = fullname
243 def load_module(self, fullname):
246 mod = imp.load_module(fullname, self.file, self.filename, self.etc)
265 def _fix_name(self, fullname)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 44 fullname = os.path.join(dir, name)
46 fullname = fullname.replace('\\','/')
51 if not os.path.isdir(fullname):
52 if not compile_file(fullname, ddir, force, rx, quiet):
56 os.path.isdir(fullname) and \
57 not os.path.islink(fullname):
58 if not compile_dir(fullname, maxlevels - 1, dfile, force, rx,
63 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
66 Arguments (only fullname is required)
    [all...]
linecache.py 56 size, mtime, lines, fullname = cache[filename]
60 stat = os.stat(fullname)
78 fullname = filename
80 stat = os.stat(fullname)
102 [line+'\n' for line in data.splitlines()], fullname
115 fullname = os.path.join(dirname, basename)
120 stat = os.stat(fullname)
127 with open(fullname, 'rU') as fp:
134 cache[filename] = size, mtime, lines, fullname
pkgutil.py 176 def find_module(self, fullname, path=None):
178 subname = fullname.split(".")[-1]
179 if subname != fullname and self.path is None:
189 return ImpLoader(fullname, file, filename, etc)
237 def __init__(self, fullname, file, filename, etc):
240 self.fullname = fullname
243 def load_module(self, fullname):
246 mod = imp.load_module(fullname, self.file, self.filename, self.etc)
265 def _fix_name(self, fullname)
    [all...]
  /external/e2fsprogs/debugfs/
dump.c 189 const char *fullname)
231 if (symlink(buf, fullname) == -1) {
232 com_err("rdump", errno, "while creating symlink %s -> %s", buf, fullname);
245 char *fullname; local
249 fullname = malloc(strlen(dumproot) + strlen(name) + 2);
250 if (!fullname) {
254 sprintf(fullname, "%s/%s", dumproot, name);
257 rdump_symlink(ino, inode, fullname);
260 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU);
262 com_err("rdump", errno, "while dumping %s", fullname);
    [all...]
  /external/icu4c/common/
locid.cpp 213 /*if fullName is on the heap, we free it*/
214 if (fullName != fullNameBuffer)
216 uprv_free(fullName);
217 fullName = NULL;
226 : UObject(), fullName(fullNameBuffer), baseName(NULL)
237 : UObject(), fullName(fullNameBuffer), baseName(NULL)
247 : UObject(), fullName(fullNameBuffer), baseName(NULL)
382 : UObject(other), fullName(fullNameBuffer), baseName(NULL)
399 if(fullName != fullNameBuffer) {
400 uprv_free(fullName);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
locid.cpp 274 /*if fullName is on the heap, we free it*/
275 if (fullName != fullNameBuffer)
277 uprv_free(fullName);
278 fullName = NULL;
287 : UObject(), fullName(fullNameBuffer), baseName(NULL)
298 : UObject(), fullName(fullNameBuffer), baseName(NULL)
308 : UObject(), fullName(fullNameBuffer), baseName(NULL)
443 : UObject(other), fullName(fullNameBuffer), baseName(NULL)
460 if(fullName != fullNameBuffer) {
461 uprv_free(fullName);
    [all...]
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
AutomaticActivity.java 248 private static void addForAllModifiers(String fullName, float error, String[] modifierNames,
251 TestResult r = modifierResults.get(fullName);
261 String fullName = "";
263 fullName = fullName.concat("." + s);
265 fullName = fullName.substring(1);
270 deltaError = error - (float)mInputJson.getDouble(fullName);
276 mIndividualDiffResults.put(fullName, new TestResult(fullName, deltaError))
    [all...]
  /external/skia/tests/
OSPathTest.cpp 29 // fullName should be "dir<SkPATH_SEPARATOR>file"
30 SkString fullName = SkOSPath::SkPathJoin(dir.c_str(), filename.c_str());
32 // fullName should be the combined size of dir and file, plus one if
38 REPORTER_ASSERT(reporter, fullName.size() == expectedSize);
40 SkString basename = SkOSPath::SkBasename(fullName.c_str());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 62 def find_module(self, fullname, path=None):
63 if fullname in self.modules:
68 def load_module(self, fullname):
69 ispkg, code = self.modules[fullname]
70 mod = sys.modules.setdefault(fullname,imp.new_module(fullname))
94 def find_module(self, fullname, path=None):
95 if fullname in self.namestoblock:
98 def load_module(self, fullname):
109 def find_module(self, fullname, path=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_importhooks.py 62 def find_module(self, fullname, path=None):
63 if fullname in self.modules:
68 def load_module(self, fullname):
69 ispkg, code = self.modules[fullname]
70 mod = sys.modules.setdefault(fullname,imp.new_module(fullname))
94 def find_module(self, fullname, path=None):
95 if fullname in self.namestoblock:
98 def load_module(self, fullname):
109 def find_module(self, fullname, path=None)
    [all...]
  /external/doclava/src/com/google/doclava/
TypeInfo.java 125 public String fullName() {
129 return fullName(new HashSet<String>());
138 result += arg.fullName(typeVars);
148 public String fullName(HashSet<String> typeVars) {
154 String fullName = null;
164 * if (fullName != null) { return fullName; }
166 fullName = mQualifiedTypeName;
168 fullName += typeArgumentsName(mTypeArguments, typeVars);
172 fullName += " super " + superBound.fullName(typeVars)
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
socketpoolwrapper.js 12 * unique name from the two, which is stored as |fullName|. |parent|
19 this.fullName = socketPool.name;
20 if (this.fullName != socketPool.type)
21 this.fullName += ' (' + socketPool.type + ')';
23 this.fullName = parent.fullName + '->' + this.fullName;
93 tablePrinter.addCell(socketPools[i].fullName);
125 tablePrinter.setTitle(this.fullName);
  /external/chromium/sdch/open-vcdiff/packages/
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/chrome/browser/resources/net_internals/
socket_pool_wrapper.js 15 * unique name from the two, which is stored as |fullName|. |parent|
22 this.fullName = socketPool.name;
23 if (this.fullName != socketPool.type)
24 this.fullName += ' (' + socketPool.type + ')';
26 this.fullName = parent.fullName + '->' + this.fullName;
93 tablePrinter.addCell(socketPools[i].fullName);
126 tablePrinter.setTitle(this.fullName);
  /external/clang/lib/StaticAnalyzer/Checkers/
ClangCheckers.cpp 28 #define CHECKER(FULLNAME,CLASS,DESCFILE,HELPTEXT,GROUPINDEX,HIDDEN) \
29 registry.addChecker(register##CLASS, FULLNAME, HELPTEXT);

Completed in 1297 milliseconds

1 2 3 4 5 6 7 8 91011>>