HomeSort by relevance Sort by last modified time
    Searched refs:fullName (Results 26 - 50 of 142) sorted by null

12 3 4 5 6

  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactOperations.java 124 * @param fullName The full name of the contact - typically from an edit form
126 * @param firstName The first name of the contact - can be null if fullName
128 * @param lastName The last name of the contact - can be null if fullName
132 public ContactOperations addName(String fullName, String firstName, String lastName) {
135 if (!TextUtils.isEmpty(fullName)) {
136 mValues.put(StructuredName.DISPLAY_NAME, fullName);
276 * @param fullName the new full name to store
285 String fullName) {
288 if (TextUtils.isEmpty(fullName)) {
296 if (!TextUtils.equals(existingFullName, fullName)) {
    [all...]
  /external/icu/icu4c/source/common/
locdispnames.cpp 65 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName,
77 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName,
105 length=uloc_getDisplayScript(fullName, displayLocale.fullName,
117 length=uloc_getDisplayScript(fullName, displayLocale.fullName,
145 length=uloc_getDisplayCountry(fullName, displayLocale.fullName,
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java 342 String fullName = clazz.getName();
344 return fullName.substring(fullName.lastIndexOf('.') + 1);
  /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java 344 String fullName = clazz.getName();
346 return fullName.substring(fullName.lastIndexOf('.') + 1);
  /art/test/674-hiddenapi/src-ex/
ChildClass.java 389 String fullName = "<init>" + signature;
401 throwDiscoveryException(klass, fullName, false, "getDeclaredConstructor()", canDiscover);
405 throwDiscoveryException(klass, fullName, false, "getDeclaredConstructors()", canDiscover);
410 klass, fullName, false, "getConstructor()", (canDiscover && isPublic));
415 klass, fullName, false, "getConstructors()", (canDiscover && isPublic));
421 throwDiscoveryException(klass, fullName, false, "JNI", canDiscover);
428 throwDiscoveryException(klass, fullName, false, "MethodHandles.lookup().findConstructor",
434 throwDiscoveryException(klass, fullName, false,
443 throwAccessException(klass, fullName, false, "invoke()");
446 throwAccessException(klass, fullName, false, "NewObjectA")
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
RawContact.java 178 public RawContact(String name, String fullName, String firstName, String lastName,
183 mFullName = fullName;
239 public static RawContact create(String fullName, String firstName, String lastName,
243 return new RawContact(null, fullName, firstName, lastName, cellPhone, officePhone,
  /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/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestPaths.java 198 public boolean check(DtdData dtdData, XPathParts parts, String fullName) {
208 + " \t;" + fullName);
219 + " \t;" + fullName);
229 + " \t;" + fullName);
333 String fullName = dir2 + "/" + file;
334 //logln(fullName);
335 for (Pair<String, String> pathValue : XMLFileReader.loadPathValues(fullName, new ArrayList<Pair<String, String>>(), true)) {
373 if (checkDeprecated.check(dtdData, parts, fullName)) {
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSDService.cpp 638 STDMETHODIMP CDNSSDService::QueryRecord(DNSSDFlags flags, ULONG ifIndex, BSTR fullname, DNSSDRRType rrtype, DNSSDRRClass rrclass, IDNSSDEventManager *eventManager, IDNSSDService **service)
668 ok = BSTRToUTF8( fullname, fullNameUTF8 );
740 STDMETHODIMP CDNSSDService::RegisterRecord(DNSSDFlags flags, ULONG ifIndex, BSTR fullName, DNSSDRRType rrtype, DNSSDRRClass rrclass, VARIANT rdata, ULONG ttl, IDNSSDEventManager* eventManager, IDNSSDRecord** record)
774 ok = BSTRToUTF8( fullName, fullNameUTF8 );
950 STDMETHODIMP CDNSSDService::ReconfirmRecord(DNSSDFlags flags, ULONG ifIndex, BSTR fullName, DNSSDRRType rrtype, DNSSDRRClass rrclass, VARIANT rdata)
970 ok = BSTRToUTF8( fullName, fullNameUTF8 );
1562 CComBSTR fullName;
1576 ok = UTF8ToBSTR( fullNameUTF8, fullName );
1620 eventManager->Fire_ServiceResolved( service, ( DNSSDFlags ) flags, ifIndex, fullName, hostName, ntohs( port ), record );
1748 CComBSTR fullName;
    [all...]
_IDNSSDEvents_CP.h 137 HRESULT Fire_ServiceResolved( IDNSSDService * service, DNSSDFlags flags, ULONG ifIndex, BSTR fullName, BSTR hostName, USHORT port, ITXTRecord * record)
158 avarParams[3] = fullName;
202 HRESULT Fire_QueryRecordAnswered( IDNSSDService * service, DNSSDFlags flags, ULONG ifIndex, BSTR fullName, DNSSDRRType rrtype, DNSSDRRClass rrclass, VARIANT rdata, ULONG ttl)
223 avarParams[4] = fullName;
  /external/grpc-grpc/src/csharp/Grpc.Core/
Method.cs 66 string FullName { get; }
81 readonly string fullName;
98 this.fullName = GetFullName(serviceName, name);
160 public string FullName
164 return this.fullName;
  /external/lzma/CPP/7zip/Archive/
SplitHandler.cpp 212 UString fullName;
213 if (!seqName.GetNextName(fullName))
216 HRESULT result = volumeCallback->GetStream(fullName, &nextStream);
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 98 // Note: Need to make sure we don't write more than kDNSServiceMaxDomainName (1009) bytes to fullName
104 char *const fullName,
111 char *fn = fullName;
112 char *const lim = fullName + 1005;
  /external/mockito/src/test/java/org/mockitousage/constructor/
CreatingMocksWithConstructorTest.java 274 String fullName() {
282 assertEquals("abstract null", thing.fullName());
289 assertEquals("abstract me", thing.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));
  /external/skia/src/sksl/
SkSLCPPCodeGenerator.cpp     [all...]
  /external/skqp/src/sksl/
SkSLCPPCodeGenerator.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSamplerTests.cpp 721 const std::string fullName = getFormatName(format);
723 DE_ASSERT(de::beginsWith(fullName, "VK_FORMAT_"));
725 return de::toLower(fullName.substr(10));
763 const std::string fullName = getComponentSwizzleName(componentSwizzle);
766 DE_ASSERT(de::beginsWith(fullName, prefix));
768 return de::toLower(fullName.substr(deStrnlen(prefix, -1)));
895 const std::string fullName = getSamplerAddressModeName(u);
896 DE_ASSERT(de::beginsWith(fullName, "VK_SAMPLER_ADDRESS_"));
899 caseName << de::toLower(fullName.substr(19));
    [all...]
  /external/dng_sdk/source/
dng_xmp_sdk.h 67 const char * fullName;
  /external/doclava/src/com/google/doclava/
AnnotationValueInfo.java 60 return ((TypeInfo) v).fullName() + ".class";
  /external/libcups/cups/
http-support.c 120 const char *fullName,
    [all...]
dest.c 112 char *fullName, /* Full name */
207 const char *fullName,
    [all...]
  /external/icu/icu4c/source/common/unicode/
locid.h     [all...]
  /external/skia/tools/debugger/
SkJsonWriteBuffer.cpp 13 SkString fullName = SkStringPrintf("%02d_%s", fCount++, type);
14 fWriter->appendName(fullName.c_str());
  /external/skqp/tools/debugger/
SkJsonWriteBuffer.cpp 13 SkString fullName = SkStringPrintf("%02d_%s", fCount++, type);
14 fWriter->appendName(fullName.c_str());

Completed in 458 milliseconds

12 3 4 5 6