HomeSort by relevance Sort by last modified time
    Searched full:removeobjectforkey (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/base/ios/
device_util_unittest.mm 23 [defaults removeObjectForKey:@"ChromeClientID"];
24 [defaults removeObjectForKey:@"ChromiumClientID"];
25 [defaults removeObjectForKey:@"ClientIDGenerationHardwareType"];
73 [defaults removeObjectForKey:@"ChromeClientID"];
91 [defaults removeObjectForKey:@"ChromeClientID"];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableDictionary.h 45 - (void) removeObjectForKey:(id)aKey;
AMutableDictionary.m 162 - (void) removeObjectForKey:(id)aKey
  /external/clang/test/SemaObjC/
compare-qualified-id.m 15 @interface NSMutableDictionary : NSDictionary - (void)removeObjectForKey:(id)aKey; @end // expected-note {{receiver is instance of class declared here}}
  /external/clang/test/Analysis/
NSContainers.m 81 - (void)removeObjectForKey:(id)aKey;
152 [d removeObjectForKey:0]; // expected-warning {{Value argument to 'removeObjectForKey:' cannot be nil}}
268 [D removeObjectForKey:s]; // no warning
pr4209.m 31 @end @interface NSMutableDictionary : NSDictionary - (void)removeObjectForKey:(id)aKey;
retain-release-gc-only.m 135 @end @interface NSMutableDictionary : NSDictionary - (void)removeObjectForKey:(id)aKey;
retain-release-inline.m 139 @end @interface NSMutableDictionary : NSDictionary - (void)removeObjectForKey:(id)aKey;
retain-release.mm 162 @end @interface NSMutableDictionary : NSDictionary - (void)removeObjectForKey:(id)aKey;
retain-release.m 195 @interface NSMutableDictionary : NSDictionary - (void)removeObjectForKey:(id)aKey;
    [all...]
  /external/chromium_org/rlz/mac/lib/
rlz_value_store_mac.mm 86 [ProductDict(product) removeObjectForKey:kPingTimeKey];
130 [d removeObjectForKey:GetNSAccessPointName(access_point)];
159 [d removeObjectForKey:base::SysUTF8ToNSString(event_rlz)];
166 [ProductDict(product) removeObjectForKey:kProductEventKey];
189 [ProductDict(product) removeObjectForKey:kStatefulEventKey];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
TestDictionary.m 103 [testDict removeObjectForKey:@"a104"];
131 [testDict removeObjectForKey:@"a108"];
  /external/chromium_org/third_party/WebKit/Source/web/mac/
WebSubstringUtil.mm 92 [attrs removeObjectForKey:NSForegroundColorAttributeName];
96 [attrs removeObjectForKey:NSBackgroundColorAttributeName];
  /external/chromium_org/third_party/ocmock/OCMock/
OCPartialMockObject.m 38 [mockTable removeObjectForKey:[NSValue valueWithNonretainedObject:anObject]];
  /external/chromium_org/components/policy/core/common/
policy_loader_ios_unittest.mm 78 [[NSUserDefaults standardUserDefaults] removeObjectForKey:kConfigurationKey];
83 [[NSUserDefaults standardUserDefaults] removeObjectForKey:kConfigurationKey];
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_sheet_controller.mm 223 [g_sheetControllers removeObjectForKey:GetKeyForParentWindow(parentWindow_)];
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
browser_actions_controller.mm 569 [buttons_ removeObjectForKey:buttonKey];
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 302 getKeywordSelector(Ctx, "removeObjectForKey", nullptr);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_controller.mm     [all...]
  /external/clang/test/ARCMT/
objcmt-arc-cf-annotations.m 207 @interface NSMutableDictionary : NSDictionary - (void)removeObjectForKey:(id)aKey;
    [all...]
objcmt-arc-cf-annotations.m.result 213 @interface NSMutableDictionary : NSDictionary - (void)removeObjectForKey:(id)aKey;
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/bin/
clang 
clang++ 

Completed in 235 milliseconds