/external/clang/test/SemaObjC/ |
D | gcc-cast-ext.m | 3 typedef struct _NSRange { } NSRange; typedef 20 + (id)bookmarkWithFileReference:(PBXFileReference *)fileRef gylphRange:(NSRange)range anchor:(NSStr… 22 NSRange r = (NSRange)range; argument 23 …return [[[self alloc] initWithFileReference:fileRef gylphRange:(NSRange)range anchor:(NSString *)h…
|
D | method-conflict.m | 18 NSRange; typedef 19 @interface NSValue (NSValueRangeExtensions) + (NSValue *)valueWithRange:(NSRange)range; argument 21 …AttributedString : NSAttributedString - (void)replaceCharactersInRange:(NSRange)range withString:… argument
|
D | objc-boxed-expressions-nsvalue.m | 31 } NSRange; 75 NSRange ns_range;
|
D | interface-scope-2.m | 28 NSRange; typedef 33 - (void)replaceCharactersInRange:(NSRange)range withString:(NSString *)aString; argument
|
/external/cronet/base/ios/ |
D | ns_range.h | 11 inline bool operator==(NSRange lhs, NSRange rhs) { 16 inline bool operator!=(NSRange lhs, NSRange rhs) {
|
/external/antlr/runtime/ObjC/Framework/ |
D | MismatchedRangeException.h | 34 NSRange range; 37 @property (assign) NSRange range; 39 + (id) newException:(NSRange) aRange stream:(id<IntStream>) theInput; 40 - (id) initWithRange:(NSRange) aRange stream:(id<IntStream>) theInput;
|
D | CommonTokenStream.h | 78 - (NSArray *) tokensInRange:(NSRange)aRange; 79 - (NSArray *) tokensInRange:(NSRange)aRange inBitSet:(ANTLRBitSet *)aBitSet; 80 - (NSArray *) tokensInRange:(NSRange)aRange withTypes:(NSArray *)tokenTypes; 81 - (NSArray *) tokensInRange:(NSRange)aRange withType:(NSInteger)tokenType;
|
D | MismatchedRangeException.m | 35 + (id) newException:(NSRange) aRange stream:(id<IntStream>) theInput 40 - (id) initWithRange:(NSRange) aRange stream:(id<IntStream>) theInput argument
|
D | CommonTokenStream.m | 236 - (NSArray *) tokensInRange:(NSRange)aRange 248 - (NSArray *) tokensInRange:(NSRange)aRange inBitSet:(ANTLRBitSet *)aBitSet argument 274 - (NSArray *) tokensInRange:(NSRange)aRange withTypes:(NSArray *)tokenTypes 282 - (NSArray *) tokensInRange:(NSRange)aRange withType:(NSInteger)tokenType argument
|
D | CharStream.h | 38 - (NSString *) substringWithRange:(NSRange) theRange;
|
/external/clang/test/Rewriter/ |
D | rewrite-constructor-init.mm | 10 } NSRange; typedef 12 static __inline NSRange NSMakeRange(NSUInteger loc, NSUInteger len) { 13 NSRange r; 20 __block NSRange previousRange = NSMakeRange(0, 0);
|
D | rewrite-modern-struct-ivar-1.mm | 10 } NSRange; typedef 14 NSRange _ranges[0]; 25 NSRange _range; 38 …ange = (( other ->bar.x) ? &( other ->_internal._singleRange._range) : ((NSRange *)(&(((_NSRangeIn…
|
D | objc-modern-StretAPI-2.mm | 12 } NSRange; 16 - (NSRange)rangeAtIndex:(NSUInteger)rangeIndex; 26 NSRange range = [iset rangeAtIndex:ridx];
|
/external/cronet/testing/ |
D | gtest_mac.h | 66 const NSRange& expected, 67 const NSRange& actual); 73 const NSRange& expected, 74 const NSRange& actual);
|
D | gtest_mac.mm | 121 const NSRange& expected, 122 const NSRange& actual) { 133 const NSRange& expected, 134 const NSRange& actual) {
|
/external/libchrome/ui/gfx/range/ |
D | range.h | 22 typedef struct _NSRange NSRange; typedef 50 explicit Range(const NSRange& range); 114 Range& operator=(const NSRange& range); 118 NSRange ToNSRange() const;
|
/external/clang/test/CodeGenObjC/Inputs/ |
D | nsvalue-boxed-expressions-support.h | 12 } NSRange; typedef 61 NSRange getRange();
|
/external/clang/test/Analysis/ |
D | uninit-ps-rdar6145427.m | 20 typedef struct _NSPoint {} NSRange; typedef 22 + (NSValue *)valueWithRange:(NSRange)range; argument
|
D | method-arg-decay.m | 23 NSRange; typedef 24 @interface NSValue (NSValueRangeExtensions) + (NSValue *)valueWithRange:(NSRange)range; argument 62 …tring (StringUtilities) - (NSString *) trimToLength:(NSInteger)length preserveRange:(NSRange)range; argument
|
D | delegates.m | 59 typedef struct _NSRange {} NSRange; typedef 73 …Result)compare:(NSString *)string options:(NSStringCompareOptions)mask range:(NSRange)compareRange; argument 74 …t)compare:(NSString *)string options:(NSStringCompareOptions)mask range:(NSRange)compareRange loca… argument
|
D | dead-stores.m | 15 typedef struct _NSPoint {} NSRange; typedef 16 @interface NSValue (NSValueRangeExtensions) + (NSValue *)valueWithRange:(NSRange)range; argument
|
D | NSString.m | 69 typedef struct _NSRange {} NSRange; typedef 83 …Result)compare:(NSString *)string options:(NSStringCompareOptions)mask range:(NSRange)compareRange; argument 84 …t)compare:(NSString *)string options:(NSStringCompareOptions)mask range:(NSRange)compareRange loca… argument 112 NSComparisonResult f4(NSString* s, NSStringCompareOptions op, NSRange R) { 117 NSComparisonResult f5(NSString* s, NSStringCompareOptions op, NSRange R) {
|
/external/llvm/test/Transforms/LoopRotate/ |
D | crash.ll | 101 %struct.NSRange = type { i64, i64 } 112 … %struct.NSRange null( %struct.NSObject* null, %struct._message_ref_t* @"\01L_OBJC_MESSAGE_REF_26"… 116 %mrv_gr125 = extractvalue %struct.NSRange %tmp123, 1 ; <i64> [#uses=0]
|
/external/clang/test/SemaObjCXX/ |
D | objc-boxed-expressions-nsvalue.mm | 31 } NSRange; 77 NSRange ns_range;
|
/external/cronet/base/mac/ |
D | foundation_util.h | 354 NSRange* range_out); in CF_TO_NS_MUTABLE_CAST_DECL() 372 BASE_EXPORT extern std::ostream& operator<<(std::ostream& o, NSRange);
|