/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
AMutableDictionary.h | 43 - (id) objectForKey:(id)aKey; 44 - (void) setObject:(id)obj forKey:(id)aKey; 45 - (void) removeObjectForKey:(id)aKey;
|
ACBTree.h | 34 + (ACBKey *)newKeyWithKStr:(NSString *)aKey; 36 - (id) initWithKStr:(NSString *)aKey;
|
/external/skia/src/gpu/ |
GrProgramDesc.h | 70 const uint32_t* aKey = this->asKey(); 73 if (aKey[i] != bKey[i]) { 92 const uint32_t* aKey = a.asKey(); 95 if (aKey[i] != bKey[i]) { 96 return aKey[i] < bKey[i] ? true : false;
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
UResourceBundle.java | 481 * @param aKey a key associated with the wanted resource 485 public UResourceBundle get(String aKey) { 486 UResourceBundle obj = findTopLevel(aKey); 491 + aKey, this.getClass().getName(), aKey); 500 * @param aKey the key associated with the wanted resource 507 protected UResourceBundle findTopLevel(String aKey) { 512 UResourceBundle obj = res.handleGet(aKey, null, this); 756 * @param aKey the key string of the resource to be fetched 763 protected UResourceBundle handleGet(String aKey, HashMap<String, String> aliasesVisited [all...] |
LocaleData.java | 193 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception 194 ICUResourceBundle stringBundle = (ICUResourceBundle) bundle.get(aKey);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
UResourceBundle.java | 503 * @param aKey a key associated with the wanted resource 508 public UResourceBundle get(String aKey) { 509 UResourceBundle obj = findTopLevel(aKey); 514 + aKey, this.getClass().getName(), aKey); 523 * @param aKey the key associated with the wanted resource 530 protected UResourceBundle findTopLevel(String aKey) { 535 UResourceBundle obj = res.handleGet(aKey, null, this); 794 * @param aKey the key string of the resource to be fetched 802 protected UResourceBundle handleGet(String aKey, HashMap<String, String> aliasesVisited [all...] |
LocaleData.java | 203 final String aKey = exemplarSetTypes[extype]; // will throw an out-of-bounds exception 204 ICUResourceBundle stringBundle = (ICUResourceBundle) bundle.get(aKey);
|
/external/protobuf/objectivec/ |
GPBDictionary.h | 75 - (void)removeValueForKey:(uint32_t)aKey; 110 - (void)removeValueForKey:(uint32_t)aKey; 145 - (void)removeValueForKey:(uint32_t)aKey; 180 - (void)removeValueForKey:(uint32_t)aKey; 215 - (void)removeValueForKey:(uint32_t)aKey; 250 - (void)removeValueForKey:(uint32_t)aKey; 285 - (void)removeValueForKey:(uint32_t)aKey; 351 - (void)removeValueForKey:(uint32_t)aKey; 386 - (void)removeObjectForKey:(uint32_t)aKey; 421 - (void)removeValueForKey:(int32_t)aKey; [all...] |
/libcore/ojluni/src/main/java/java/security/ |
Identity.java | 265 private boolean keyEquals(PublicKey aKey, PublicKey anotherKey) { 266 String aKeyFormat = aKey.getFormat(); 273 return java.util.Arrays.equals(aKey.getEncoded(),
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ResourceBundleWrapper.java | 55 protected Object handleGetObject(String aKey){ 60 obj = current.bundle.getObject(aKey); 69 +", key "+aKey, 71 aKey);
|
ICUResourceBundle.java | 335 public ICUResourceBundle findTopLevel(String aKey) { 336 return (ICUResourceBundle) super.findTopLevel(aKey); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ResourceBundleWrapper.java | 53 protected Object handleGetObject(String aKey){ 58 obj = current.bundle.getObject(aKey); 67 +", key "+aKey, 69 aKey);
|
ICUResourceBundle.java | 331 public ICUResourceBundle findTopLevel(String aKey) { 332 return (ICUResourceBundle) super.findTopLevel(aKey); [all...] |
/external/clang/test/SemaCXX/ |
return-noreturn.cpp | 117 void test_PR9380(const PR9380& aKey) { 118 const PR9380& flatKey = PR9380_B(aKey);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
Keyboard.java | 211 public boolean hasKey(@Nonnull final Key aKey) { 212 if (mKeyCache.indexOfValue(aKey) >= 0) { 217 if (key == aKey) {
|
/prebuilts/tools/common/m2/repository/net/sf/jopt-simple/jopt-simple/4.9/ |
jopt-simple-4.9.jar | |
/prebuilts/tools/common/offline-m2/net/sf/jopt-simple/jopt-simple/4.9/ |
jopt-simple-4.9.jar | |
/external/guice/core/test/com/google/inject/spi/ |
SpiBindingsTest.java | 157 final Key<String> aKey = Key.get(String.class, Names.named("a")); 163 bind(aKey).to(bKey); 172 assertEquals(aKey, binding.getKey());
|
/external/guice/extensions/multibindings/test/com/google/inject/multibindings/ |
OptionalBinderTest.java | [all...] |
MultibinderTest.java | 717 Key<String> aKey = Key.get(String.class, Names.named("A_string")); 719 bind(aKey).toInstance("A"); 723 multibinder.addBinding().to(aKey); [all...] |
/external/icu/icu4c/source/common/ |
uresbund.cpp | [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
HashMapTest.java | 459 MyKey aKey = new MyKey(); 460 assertNull(objmap.put(aKey, "value")); 463 assertEquals("value", objmap.get(aKey));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
plistlib.py | 50 print pl["aKey"]
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
plistlib.py | 50 print pl["aKey"]
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
plistlib.py | 50 print pl["aKey"]
|