Searched refs:forKey (Results 1 - 19 of 19) sorted by relevance

/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DCssSchemaTest.java55 assertSame(key, CssSchema.DISALLOWED, CssSchema.DEFAULT.forKey(key));
62 CssSchema.Property property = CssSchema.DEFAULT.forKey(propName);
86 assertSame(key, custom.forKey(key), CssSchema.DEFAULT.forKey(key));
89 CssSchema.Property cssFloat = custom.forKey("float");
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DST.stg153 - (STAttrMap *) setObject:(id)aValue forKey:(NS*)String attrName
155 [super setObject:value forKey:attrName];
158 - (STAttrMap *) setObjectWithInt:(NSInteger)value forKey:(NSString *)attrName
160 [super setObject:[NSNumber numberWithInteger:value] forKey:attrName];
185 - (STAttrMap *) setObject:(id)value forKey:(NSString *)attrName;
186 - (STAttrMap *) setObjectWithInt:(NSInteger)value forKey:(NSString *)attrName;
221 - (STAttrMap *) setObject:(id)value forKey:(NSString *)attrName;
222 - (STAttrMap *) setObjectWithInt:(NSInteger)value forKey:(NSString *)attrName;
239 - (STAttrMap *) setObject:(id)aValue forKey:(NSString *)aAttrName
241 [super setObject:aValue forKey
[all...]
/external/protobuf/objectivec/
H A DGPBDictionary.h53 forKey:(uint32_t)key;
73 - (void)setValue:(uint32_t)value forKey:(uint32_t)key;
88 forKey:(uint32_t)key;
108 - (void)setValue:(int32_t)value forKey:(uint32_t)key;
123 forKey:(uint32_t)key;
143 - (void)setValue:(uint64_t)value forKey:(uint32_t)key;
158 forKey:(uint32_t)key;
178 - (void)setValue:(int64_t)value forKey:(uint32_t)key;
193 forKey:(uint32_t)key;
213 - (void)setValue:(BOOL)value forKey
[all...]
H A DGPBDictionary_PackagePrivate.h79 //% forKey:(GPBGenericValue *)key
133 forKey:(GPBGenericValue *)key
196 forKey:(GPBGenericValue *)key
259 forKey:(GPBGenericValue *)key
322 forKey:(GPBGenericValue *)key
385 forKey:(GPBGenericValue *)key
448 forKey:(GPBGenericValue *)key
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DMissingBindingSuggestions.java33 static ImmutableList<String> forKey(BindingGraph topLevelGraph, BindingKey key) { method in class:MissingBindingSuggestions
H A DBindingGraphValidator.java816 for (String suggestion : MissingBindingSuggestions.forKey(topLevelGraph, bindingKey)) {
/external/google-breakpad/src/client/ios/
H A DBreakpadController.h96 - (void)addUploadParameter:(NSString*)value forKey:(NSString*)key;
/external/google-breakpad/src/client/mac/sender/
H A Duploader.h83 - (void)addServerParameter:(id)value forKey:(NSString *)key;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DAMutableDictionary.h44 - (void) setObject:(id)obj forKey:(id)aKey;
/external/webrtc/webrtc/modules/video_capture/ios/
H A Drtc_video_capture_ios_objc.mm68 [NSDictionary dictionaryWithObject:val forKey:key];
/external/libchrome/base/mac/
H A Dsdk_forward_declarations.h454 - (void)setUserInfoObject:(id)objectOrNil forKey:(NSString*)key;
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssSchema.java128 Property forKey(String propertyName) { method in class:CssSchema
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 555 milliseconds