Searched refs:id (Results 226 - 250 of 4846) sorted by relevance

1234567891011>>

/external/clang/test/ARCMT/Inputs/
H A Dtest.h6 static inline void part1(id p) {
12 static inline void part2(id p) {
/external/clang/test/ARCMT/Inputs/with space/
H A Dtest.h6 static inline void part1(id p) {
12 static inline void part2(id p) {
/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h10 } *id; typedef in typeref:struct:objc_object
11 @protocol NSObject - (BOOL)isEqual:(id)object; @end
13 +(id)alloc;
14 +(id)new;
15 -(id)init;
16 -(id)autorelease;
17 -(id)copy;
19 -(id)retain;
/external/clang/test/Modules/Inputs/
H A DMethodPoolBSub.h4 - (id)method6;
/external/doclava/res/assets/templates/
H A Dlists.cs3 ?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>", deprecated:"<?cs var:page.deprecated ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
/external/elfutils/src/
H A Dversionhash.c30 #define COMPARE(a, b) strcmp ((a)->id, (b)->id)
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DOriginalKey.java13 private final String id; field in class:OriginalKey
16 public OriginalKey(String id, Key signature) { argument
17 this.id = id;
32 if (!id.equals(that.id)) {
44 int result = id.hashCode();
51 messageDigest.update(id.getBytes(STRING_CHARSET_NAME));
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
H A Dcopy.pass.cpp14 // class thread::id
16 // id(const id&) = default;
23 std::thread::id id0;
24 std::thread::id id1 = id0;
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dselect_on_container_copy_construction.pass.cpp31 int id; member in struct:A
32 explicit A(int i = 0) : id(i) {}
41 int id; member in struct:B
42 explicit B(int i = 0) : id(i) {}
54 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0);
58 assert(std::allocator_traits<A<int> >::select_on_container_copy_construction(a).id == 0);
63 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100);
67 assert(std::allocator_traits<B<int> >::select_on_container_copy_construction(b).id == 100);
/external/libmojo/mojo/public/cpp/bindings/
H A Dpipe_control_message_handler_delegate.h17 virtual bool OnPeerAssociatedEndpointClosed(InterfaceId id) = 0;
18 virtual bool OnAssociatedEndpointClosedBeforeSent(InterfaceId id) = 0;
/external/proguard/src/proguard/evaluation/value/
H A DIdentifiedArrayReferenceValue.java34 private final int id; field in class:IdentifiedArrayReferenceValue
44 int id)
49 this.id = id;
143 this.id == ((IdentifiedArrayReferenceValue)object).id;
151 id;
157 return super.toString() + '#' + id;
40 IdentifiedArrayReferenceValue(String type, Clazz referencedClass, IntegerValue arrayLength, ValueFactory valuefactory, int id) argument
H A DIdentifiedReferenceValue.java34 private final int id; field in class:IdentifiedReferenceValue
44 int id)
49 this.id = id;
143 this.id == ((IdentifiedReferenceValue)object).id;
151 id;
157 return super.toString()+'#'+id;
40 IdentifiedReferenceValue(String type, Clazz referencedClass, boolean mayBeNull, ValueFactory valuefactory, int id) argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
H A DContainer.java21 private String id; field in class:Container
38 if (id != null && !id.equals(c.id)) {
66 return id;
69 public void setId(String id) { argument
70 this.id = id;
/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCAudioSource.h36 - (id)init __attribute__(
H A DRTCAudioTrack.h35 - (id)init __attribute__(
H A DRTCVideoSource.h35 - (id)init __attribute__(
/external/webrtc/webrtc/modules/video_capture/external/
H A Dvideo_capture_external.cc19 const int32_t id,
22 new RefCountImpl<VideoCaptureImpl>(id);
18 Create( const int32_t id, const char* deviceUniqueIdUTF8) argument
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonToken.h47 __strong id<ANTLRCharStream> input;
52 + (id<ANTLRToken>)INVALID_TOKEN;
54 + (id<ANTLRToken>) newToken;
55 + (id<ANTLRToken>) newToken:(id<ANTLRCharStream>)anInput
60 + (id<ANTLRToken>) newToken:(ANTLRTokenType)aType;
61 + (id<ANTLRToken>) newToken:(NSInteger)tokenType Text:(NSString *)tokenText;
62 + (id<ANTLRToken>) newTokenWithToken:(ANTLRCommonToken *)fromToken;
63 + (id<ANTLRToken>) eofToken;
64 + (id<ANTLRToke
[all...]
/external/clang/test/ARCMT/
H A DCommon.h28 NS_INLINE NS_RETURNS_RETAINED id NSMakeCollectable(CFTypeRef CF_CONSUMED cf) NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
31 - (BOOL)isEqual:(id)object;
33 - (id)retain NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
36 - (id)autorelease NS_AUTOMATED_REFCOUNT_UNAVAILABLE;
40 - (id)init;
42 + (id)new;
43 + (id)alloc;
48 - (id)copy;
49 - (id)mutableCopy;
61 + (void)addObject:(id)anObjec
[all...]
/external/tcpdump/
H A Dsend-ack.awk32 id = endSeq
33 if (! timeOf[id])
34 timeOf[id] = tim
48 if (++timesSent[id] > 1)
49 printf " (%.2f) [%d]", tim - timeOf[id], timesSent[id]
54 id = $7
57 flag, $5, id
62 printf " (%.2f)", tim - timeOf[id]
63 if (++timesAcked[id] >
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRCommonTreeNodeStream.h40 id root;
43 id <ANTLRTokenStream> tokens;
61 @property (retain, getter=getTokens,setter=setTokens:) id<ANTLRTokenStream> tokens;
65 + (ANTLRCommonTreeNodeStream *) newANTLRCommonTreeNodeStream:(id<ANTLRTreeAdaptor>)anAdaptor Tree:(ANTLRCommonTree *)theTree;
67 - (id) initWithTree:(ANTLRCommonTree *)theTree;
69 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)adaptor Tree:(ANTLRCommonTree *)theTree;
76 - (id) nextElement;
78 - (BOOL) isEOF:(id<ANTLRTree>) o;
81 - (id) getTreeSourc
[all...]
H A DANTLRMismatchedSetException.h37 + (id) exceptionWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
38 - (id) initWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
H A DANTLRMismatchedTreeNodeException.h38 + (id) newANTLRMismatchedTreeNodeException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
39 - (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRCommonTreeNodeStream.h40 id root;
43 id <ANTLRTokenStream> tokens;
61 @property (retain, getter=getTokens,setter=setTokens:) id<ANTLRTokenStream> tokens;
65 + (ANTLRCommonTreeNodeStream *) newANTLRCommonTreeNodeStream:(id<ANTLRTreeAdaptor>)anAdaptor Tree:(ANTLRCommonTree *)theTree;
67 - (id) initWithTree:(ANTLRCommonTree *)theTree;
69 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)adaptor Tree:(ANTLRCommonTree *)theTree;
76 - (id) nextElement;
78 - (BOOL) isEOF:(id<ANTLRTree>) o;
81 - (id) getTreeSourc
[all...]
H A DANTLRMismatchedSetException.h37 + (id) exceptionWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
38 - (id) initWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;

Completed in 550 milliseconds

1234567891011>>