HomeSort by relevance Sort by last modified time
    Searched full:dictionarywithobject (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/test/ARCMT/
objcmt-subscripting-literals.m 61 + (id)dictionaryWithObject:(id)object forKey:(id)key;
106 dict = [NSDictionary dictionaryWithObject:arr forKey:str];
121 o = [NSDictionary dictionaryWithObject:[NSDictionary dictionary] forKey:@"key"];
169 dict = [NSDictionary dictionaryWithObject:str forKey:globStr];
170 dict = [NSDictionary dictionaryWithObject:globStr forKey:str];
objcmt-subscripting-unavailable.m 38 + (id)dictionaryWithObject:(id)object forKey:(id)key;
68 dict = [NSDictionary dictionaryWithObject:arr forKey:str];
objcmt-subscripting-unavailable.m.result 38 + (id)dictionaryWithObject:(id)object forKey:(id)key;
objcmt-instancetype.m 72 + (id)dictionaryWithObject:(id)object forKey:(id)key;
objcmt-instancetype.m.result 72 + (instancetype)dictionaryWithObject:(id)object forKey:(id)key;
objcmt-subscripting-literals-in-arc.m 61 + (id)dictionaryWithObject:(id)object forKey:(id)key;
objcmt-subscripting-literals-in-arc.m.result 61 + (id)dictionaryWithObject:(id)object forKey:(id)key;
objcmt-subscripting-literals.m.result 61 + (id)dictionaryWithObject:(id)object forKey:(id)key;
  /external/clang/test/Analysis/
NSContainers.m 74 + (id)dictionaryWithObject:(id)object forKey:(id <NSCopying>)key;
166 return [NSDictionary dictionaryWithObject:0 forKey:key]; // expected-warning {{Value argument to 'dictionaryWithObject:forKey:' cannot be nil}}
169 return [NSDictionary dictionaryWithObject:obj forKey:0]; // expected-warning {{Key argument to 'dictionaryWithObject:forKey:' cannot be nil}}
  /external/chromium_org/content/shell/tools/plugin/
PluginObjectMac.mm 74 setStyle:[NSDictionary dictionaryWithObject:actions forKey:@"actions"]];
89 setStyle:[NSDictionary dictionaryWithObject:actions forKey:@"actions"]];
  /external/chromium_org/ui/gfx/
canvas_unittest_mac.mm 28 [NSDictionary dictionaryWithObject:native_font
  /external/chromium_org/content/common/mac/
attributed_string_coder_unittest.mm 25 return [NSDictionary dictionaryWithObject:font forKey:NSFontAttributeName];
attributed_string_coder.mm 107 return [NSDictionary dictionaryWithObject:font forKey:NSFontAttributeName];
  /external/clang/test/SemaObjC/
cocoa-api-usage.m 49 + (id)dictionaryWithObject:(id)object forKey:(id)key;
cocoa-api-usage.m.fixed 49 + (id)dictionaryWithObject:(id)object forKey:(id)key;
  /external/chromium_org/chrome/common/
service_process_util_mac.mm 255 [NSDictionary dictionaryWithObject:GetServiceProcessLaunchDSocketEnvVar()
258 [NSDictionary dictionaryWithObject:socket
277 dictionaryWithObject:[NSNumber numberWithBool:NO]
  /external/chromium_org/chrome/browser/mac/
dock.mm 310 [NSDictionary dictionaryWithObject:url_dict
313 [NSDictionary dictionaryWithObject:new_tile_data
keystone_glue_unittest.mm 62 NSDictionary* dictionary = [NSDictionary dictionaryWithObject:yesNumber
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_drag_drop_cocoa.mm 102 [NSDictionary dictionaryWithObject:[NSFont systemFontOfSize:
  /external/chromium_org/chrome/browser/ui/cocoa/
styled_text_field_unittest.mm 97 [NSDictionary dictionaryWithObject:[field_ font]
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_corewlan_mac.mm 108 [NSDictionary dictionaryWithObject:[NSNumber numberWithBool:NO]
  /external/chromium_org/content/browser/renderer_host/
text_input_client_mac_unittest.mm 201 [NSDictionary dictionaryWithObject:[NSColor purpleColor]
  /external/chromium_org/ui/gfx/test/
ui_cocoa_test_helper.mm 87 [NSDictionary dictionaryWithObject:@"0.01" forKey:@"NSWindowResizeTime"];
  /external/chromium_org/third_party/webrtc/modules/video_capture/ios/
rtc_video_capture_ios_objc.mm 67 [NSDictionary dictionaryWithObject:val forKey:key];
  /external/chromium_org/ui/base/cocoa/
menu_controller.mm 185 [NSDictionary dictionaryWithObject:font_list->GetPrimaryFont().

Completed in 469 milliseconds

1 2