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

  /external/clang/test/ARCMT/
objcmt-instancetype.m 30 + (id)arrayWithObject:(id)anObject;
44 + (id)arrayWithObject:(id)anObject {
objcmt-instancetype.m.result 30 + (instancetype)arrayWithObject:(id)anObject;
44 + (instancetype)arrayWithObject:(id)anObject {
objcmt-subscripting-unavailable.m 19 + (id)arrayWithObject:(id)anObject;
65 arr = [NSArray arrayWithObject:str];
objcmt-subscripting-literals.m 33 + (id)arrayWithObject:(id)anObject;
104 arr = [NSArray arrayWithObject:str];
152 [mdict setObject:[dict objectForKey:@"key1"] forKey:[dict objectForKey:[NSArray arrayWithObject:@"arrkey"]]];
177 arr = [NSArray arrayWithObject:globStr];
objcmt-subscripting-unavailable.m.result 19 + (id)arrayWithObject:(id)anObject;
objcmt-subscripting-literals-in-arc.m 33 + (id)arrayWithObject:(id)anObject;
objcmt-subscripting-literals-in-arc.m.result 33 + (id)arrayWithObject:(id)anObject;
objcmt-subscripting-literals.m.result 33 + (id)arrayWithObject:(id)anObject;
objcmt-arc-cf-annotations.m 178 + (id)arrayWithObject:(id)anObject;
    [all...]
objcmt-arc-cf-annotations.m.result 184 + (instancetype)arrayWithObject:(id)anObject;
    [all...]
  /external/clang/test/SemaObjC/
cocoa-api-usage.m 26 + (id)arrayWithObject:(id)anObject;
cocoa-api-usage.m.fixed 26 + (id)arrayWithObject:(id)anObject;
  /external/clang/lib/AST/
NSAPI.cpp 101 Sel = Ctx.Selectors.getUnarySelector(&Ctx.Idents.get("arrayWithObject"));
  /external/tensorflow/tensorflow/contrib/lite/examples/ios/camera/
CameraExampleViewController.mm 409 [candidateLabels sortedArrayUsingDescriptors:[NSArray arrayWithObject:sort]];
  /external/tensorflow/tensorflow/examples/ios/camera/
CameraExampleViewController.mm 483 sortedArrayUsingDescriptors:[NSArray arrayWithObject:sort]];
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDAppClient.m 164 _iceServers = [NSMutableArray arrayWithObject:[self defaultSTUNServer]];
  /external/protobuf/objectivec/Tests/
GPBMessageTests.m     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 265 ArrayWithObjectSel = getKeywordSelector(Ctx, "arrayWithObject", nullptr);
    [all...]
  /external/google-styleguide/
objcguide.md 656 NSArray<Frog *> *frogs = [NSArray<Frog *> arrayWithObject:frog];
    [all...]
  /external/clang/test/Analysis/
objc-arc.m 32 + (id)arrayWithObject:(id)anObject;
    [all...]
retain-release.m 166 + (id)arrayWithObject:(id)anObject;
    [all...]
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]

Completed in 1366 milliseconds