/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Differ.java | 34 public void add (T aStr, T bStr) { in add() argument 35 addA(aStr); in add() 39 public void addA (T aStr) { in addA() argument 41 a[aCount++] = aStr; in addA()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Differ.java | 32 public void add (T aStr, T bStr) { in add() argument 33 addA(aStr); in add() 37 public void addA (T aStr) { in addA() argument 39 a[aCount++] = aStr; in addA()
|
/external/pcre/dist/ |
D | pcregexp.pas | 92 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean; in pcGrepMatch() 93 function pcGrepSub(WildCard, aStr, aRepl: string; AOptions:integer; ALocale : Pointer): string; in pcGrepSub() argument 95 function pcFastGrepMatch(WildCard, aStr: string): Boolean; in pcFastGrepMatch() 96 function pcFastGrepSub(WildCard, aStr, aRepl: string): string; in pcFastGrepSub() argument 768 function pcGrepMatch(WildCard, aStr: string; AOptions:integer; ALocale : Pointer): Boolean; in pcGrepMatch() 777 function pcGrepSub(WildCard, aStr, aRepl: string; AOptions:integer; ALocale : Pointer): string; in pcGrepSub() argument 789 function pcFastGrepMatch(WildCard, aStr: string): Boolean; in pcFastGrepMatch() 797 function pcFastGrepSub(WildCard, aStr, aRepl: string): string; in pcFastGrepSub() argument
|
/external/clang/test/Analysis/ |
D | retain-release-gc-only.m | 72 …butedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) ; 73 extern void CFAttributedStringSetAttribute(CFMutableAttributedStringRef aStr, CFRange range, CFStri…
|
D | retain-release-inline.m | 82 …butedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) ; 83 extern void CFAttributedStringSetAttribute(CFMutableAttributedStringRef aStr, CFRange range, CFStri…
|
D | retain-release.mm | 106 …butedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) ; 107 extern void CFAttributedStringSetAttribute(CFMutableAttributedStringRef aStr, CFRange range, CFStri…
|
D | retain-release.m | 115 …butedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) ; 116 extern void CFAttributedStringSetAttribute(CFMutableAttributedStringRef aStr, CFRange range, CFStri…
|
/external/guice/extensions/persist/lib/ |
D | log4j-1.2.14.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
D | log4j-1.2.14.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/clang/test/ARCMT/ |
D | objcmt-arc-cf-annotations.m | 127 …butedStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) ; 128 extern void CFAttributedStringSetAttribute(CFMutableAttributedStringRef aStr, CFRange range, CFStri…
|
D | objcmt-arc-cf-annotations.m.result | 133 …utableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFAttributedStringRef aStr) CF_RETURNS_RETAINE… 134 extern void CFAttributedStringSetAttribute(CFMutableAttributedStringRef aStr, CFRange range, CFStri…
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 2830 private void check_EC_GROUP(int type, String name, String pStr, String aStr, String bStr, in check_EC_GROUP() argument 2842 BigInteger a = new BigInteger(aStr, 16); in check_EC_GROUP()
|