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

1 2 3 4 5 6 7 8 91011>>

  /external/dng_sdk/source/
dng_xmp_sdk.h 67 const char * fullName;
  /external/skia/tests/
OSPathTest.cpp 29 // fullName should be "dir<SkPATH_SEPARATOR>file"
30 SkString fullName = SkOSPath::Join(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::Basename(fullName.c_str());
41 SkString dirname = SkOSPath::Dirname(fullName.c_str());
  /cts/tests/tests/content/src/android/content/res/cts/
ResourceNameTest.java 31 final String fullName = res.getResourceName(R.configVarying.simple);
32 assertEquals("android.content.cts:configVarying/simple", fullName);
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
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);
FuncExtFunctionAvailable.java 55 String fullName = m_arg0.execute(xctxt).str();
56 int indexOfNSSep = fullName.indexOf(':');
62 methName = fullName;
66 prefix = fullName.substring(0, indexOfNSSep);
70 methName = fullName.substring(indexOfNSSep + 1);
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);
109 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName)
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
User.java 13 private String fullName;
34 return fullName;
37 public void setFullName(String fullName) {
38 this.fullName = fullName;
39 notifyPropertyChanged(BR.fullName);
  /external/icu/icu4c/source/common/unicode/
locid.h 747 char* fullName;
802 return fullName;
  /libcore/ojluni/src/main/java/sun/security/x509/
DistributionPointName.java 45 * fullName [0] GeneralNames,
88 // Only one of fullName and relativeName can be set
89 private GeneralNames fullName = null;
98 * @param fullName the name for the distribution point.
99 * @exception IllegalArgumentException if <code>fullName</code> is null.
101 public DistributionPointName(GeneralNames fullName) {
103 if (fullName == null) {
104 throw new IllegalArgumentException("fullName must not be null");
106 this.fullName = fullName;
    [all...]
  /cts/common/util/src/com/android/compatibility/common/util/
TestSuiteFilter.java 102 String fullName = test.toString();
103 String[] parts = fullName.split("[\\(\\)]");
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java 254 String fullName = clazz.getName();
256 return fullName.substring(fullName.lastIndexOf('.') + 1);
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 239 String fullName = innerClass.getName();
246 assertTrue(fullName.startsWith(outerName));
255 innerClassNames.add(fullName.substring(outerName.length() + 1));
  /cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/
DalvikTestRunner.java 123 String fullName = test.toString();
124 String[] parts = fullName.split("[\\(\\)]");
  /external/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 111 std::string fullName = getPackageFullName(R);
112 if (!fullName.empty()) {
113 GroupInfo &info = groupInfoByName[fullName];
142 std::string fullName = getCheckerFullName(R);
143 GroupInfo &info = groupInfoByName[fullName];
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageTests.cpp 249 const std::string fullName = getFormatName(format);
251 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_"));
253 return de::toLower(fullName.substr(10));
vktPipelineImageViewTests.cpp 327 const std::string fullName = getFormatName(format);
329 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_"));
331 return de::toLower(fullName.substr(10));
537 const std::string fullName = getComponentSwizzleName(componentSwizzle);
539 DE_ASSERT(de::beginsWith(fullName, "VK_COMPONENT_SWIZZLE_"));
541 return de::toLower(fullName.substr(21));
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java 95 final String fullName = "Dr. \u3075\u308B\u3069 B \u3091\u308A\u304B Ph.D";
97 .addExpectedNode("N", fullName + ";;;;",
98 Arrays.asList(fullName, "", "", "", ""),
100 .addExpectedNode("FN", fullName, mContentValuesForSJis)
  /libcore/ojluni/src/main/java/java/security/
Identity.java 347 if (this.fullName().equals(i.fullName())) {
387 String fullName() {
  /libcore/ojluni/src/main/java/sun/misc/
Service.java 262 String fullName = prefix + service.getName();
264 configs = ClassLoader.getSystemResources(fullName);
266 configs = loader.getResources(fullName);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FetchBaseTask.java 82 String fullName=entry.substring(entry.lastIndexOf("/")+1,entry.length());
83 if (fullName.endsWith(".jar"))
86 return fetchDirectoryTarget(type, id, fullName, cvsinfo);
123 private String fetchDirectoryTarget(String type, String id, String fullName,String[] cvsinfo){
127 "\t\t<cvs command=\"export -d "+fullName+"\"\n" +
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 223 const UString fullName = seqName.GetNextName();
225 HRESULT result = volumeCallback->GetStream(fullName, &nextStream);
  /external/opencv3/modules/java/generator/
gen_java.py 732 def fullName(self, isCPP=False):
    [all...]
  /frameworks/base/core/java/android/content/
ComponentName.java 60 final String fullName;
63 fullName = pkg + cls;
66 fullName = cls;
68 return new ComponentName(pkg, fullName);
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
LayoutBinderTest.java 97 mLayoutBinder.parse("user.fullName", false, null);
125 public String fullName() {
  /libcore/ojluni/src/main/java/java/util/
ServiceLoader.java 337 String fullName = PREFIX + service.getName();
339 configs = ClassLoader.getSystemResources(fullName);
341 configs = loader.getResources(fullName);

Completed in 1857 milliseconds

1 2 3 4 5 6 7 8 91011>>