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

1 2 3 4 5

  /external/proguard/src/proguard/obfuscate/
MemberNameCollector.java 95 String otherName = (String)nameMap.get(newName);
96 if (otherName == null ||
98 name.compareTo(otherName) < 0)
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstMemberRef.java 83 CstUtf8 otherName = otherMember.nat.getName();
85 return thisName.compareTo(otherName);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstMemberRef.java 83 CstString otherName = otherMember.nat.getName();
85 return thisName.compareTo(otherName);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstMemberRef.java 83 CstString otherName = otherMember.nat.getName();
85 return thisName.compareTo(otherName);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java 24 * otherName [0] OtherName,
34 * OtherName ::= SEQUENCE {
49 public static final int otherName = 0;
127 * For x400Address, otherName and ediPartyName there is no common string
189 case otherName:
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SPVerifier.java 33 public static final int OtherName = 0;
290 if (name.getAsn1Class() == Asn1Class.Context && name.getTag() == OtherName) {
291 Asn1Constructed otherName = (Asn1Constructed) name;
292 Iterator<Asn1Object> children = otherName.getChildren().iterator();
  /external/icu/icu4c/source/common/
unames.cpp 98 const char *otherName;
331 const char *otherName) {
336 const char *origOtherName = otherName;
371 if((char)c!=*otherName++) {
388 if((char)c!=*otherName++) {
395 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) {
407 if((char)c!=*otherName++) {
416 return (UBool)(*otherName==0);
623 const char *otherName=((FindName *)context)->otherName;
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/boringssl/src/include/openssl/
x509v3.h 163 } OTHERNAME;
185 OTHERNAME *otherName; /* otherName */
545 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
547 OPENSSL_EXPORT int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.2/
lint-checks-23.0.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.0/
lint-checks-23.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.3/
lint-checks-23.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.1.4/
lint-checks-23.1.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.0/
lint-checks-23.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.1/
lint-checks-23.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.2/
lint-checks-23.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.4/
lint-checks-23.2.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.2.5/
lint-checks-23.2.5.jar 

Completed in 638 milliseconds

1 2 3 4 5