HomeSort by relevance Sort by last modified time
    Searched defs:fullName (Results 1 - 25 of 441) 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/protobuf/csharp/src/Google.Protobuf/Reflection/
PackageDescriptor.cs 43 private readonly string fullName;
46 internal PackageDescriptor(string name, string fullName, FileDescriptor file)
49 this.fullName = fullName;
58 public string FullName
60 get { return fullName; }
DescriptorBase.cs 41 private readonly string fullName;
44 internal DescriptorBase(FileDescriptor file, string fullName, int index)
47 this.fullName = fullName;
72 public string FullName
74 get { return fullName; }
  /external/skia/tests/
OSPathTest.cpp 29 // fullName should be "dir<SkOSPath::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());
  /external/skqp/tests/
OSPathTest.cpp 29 // fullName should be "dir<SkOSPath::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());
  /prebuilts/go/darwin-x86/src/debug/pe/
section.go 28 // fullName finds real name of section sh. Normally name is stored
31 func (sh *SectionHeader32) fullName(st StringTable) (string, error) {
  /prebuilts/go/darwin-x86/src/testing/
match.go 50 func (m *matcher) fullName(c *common, subname string) (name string, ok, partial bool) {
  /prebuilts/go/linux-x86/src/debug/pe/
section.go 28 // fullName finds real name of section sh. Normally name is stored
31 func (sh *SectionHeader32) fullName(st StringTable) (string, error) {
  /prebuilts/go/linux-x86/src/testing/
match.go 50 func (m *matcher) fullName(c *common, subname string) (name string, ok, partial bool) {
  /system/tools/hidl/
NamedType.cpp 21 NamedType::NamedType(const char* localName, const FQName& fullName, const Location& loc,
23 : Type(parent), mLocalName(localName), mFullName(fullName), mLocation(loc) {}
37 std::string NamedType::fullName() const {
FmqType.cpp 33 std::string FmqType::fullName() const {
43 const std::string base = fullName();
135 fullName(),
  /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 750 char* fullName;
805 return fullName;
  /frameworks/support/room/compiler/src/test/data/daoWriter/input/
ComplexDao.java 23 static class FullName {
25 public String fullName;
39 @Query("SELECT name || lastName as fullName, uid as id FROM user where uid = :id")
40 abstract public List<FullName> fullNames(int id);
  /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...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java 253 String fullName = clazz.getName();
255 return fullName.substring(fullName.lastIndexOf('.') + 1);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
ContentProviderController.java 80 final String fullName;
83 fullName = pkg + cls;
86 fullName = cls;
88 return new ComponentName(pkg, fullName);
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
ServiceTest.java 241 String fullName = innerClass.getName();
248 assertTrue(fullName.startsWith(outerName));
257 innerClassNames.add(fullName.substring(outerName.length() + 1));
  /build/blueprint/
scope.go 30 fullName(pkgNames map[*packageContext]string) string // "pkg.foo" or "path.to.pkg.foo"
40 fullName(pkgNames map[*packageContext]string) string // "pkg.foo" or "path.to.pkg.foo"
50 fullName(pkgNames map[*packageContext]string) string // "pkg.foo" or "path.to.pkg.foo"
365 func (l *localVariable) fullName(pkgNames map[*packageContext]string) string {
393 func (l *localRule) fullName(pkgNames map[*packageContext]string) string {
  /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/skia/tools/debugger/
SkJsonWriteBuffer.cpp 14 SkString fullName = SkStringPrintf("%02d_%s", fJson.size(), type);
15 fJson[fullName.c_str()] = value;

Completed in 584 milliseconds

1 2 3 4 5 6 7 8 91011>>