HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 26 - 50 of 18697) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
builtin_objc_msgSend.c 8 } *id; typedef in typeref:struct:objc_object
12 extern id objc_msgSend(id self, SEL op, ...);
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsic.java 28 ScriptIntrinsic(long id, RenderScript rs) {
29 super(id, rs);
30 if (id == 0) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRLinkBase.h 40 + (id<ANTLRLinkList>)newANTLRLinkBase;
41 + (id<ANTLRLinkList>)newANTLRLinkBase:(id<ANTLRLinkList>)np Prev:(id<ANTLRLinkList>)pp;
45 - (id<ANTLRLinkList>) append:(id<ANTLRLinkList>)node;
46 - (id<ANTLRLinkList>) insert:(id<ANTLRLinkList>)node;
48 - (id<ANTLRLinkList>) getfNext;
49 - (void) setFNext:(id<ANTLRLinkList>)np
    [all...]
ANTLRTreeAdaptor.h 38 - (id)dupNode:(id)aNode; // copies just the node
39 - (id)dupTree:(id)aTree; // copies the entire subtree, recursively
45 - (id) emptyNode;
61 - (id) errorNode:(id<ANTLRTokenStream>)anInput
62 From:(id<ANTLRToken>)aStartToken
63 To:(id<ANTLRToken>)aStopToken
67 - (BOOL) isNil:(id)aTree
    [all...]
ANTLRMapElement.h 37 id node;
40 @property (retain, getter=getNode, setter=setNode:) id node;
42 + (id) newANTLRMapElement;
43 + (id) newANTLRMapElementWithName:(NSString *)aName Type:(NSInteger)aTType;
44 + (id) newANTLRMapElementWithNode:(NSInteger)aTType Node:(id)aNode;
45 + (id) newANTLRMapElementWithName:(NSString *)aName Node:(id)aNode;
46 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2
    [all...]
ANTLRRewriteRuleNodeStream.h 36 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNodeStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
37 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNodeStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
38 + (ANTLRRewriteRuleNodeStream *) newANTLRRewriteRuleNode:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription elements:(NSArray *)theElements;
40 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
41 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription element:(id)anElement;
42 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescripti (…)
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
id_allocator.cc 21 ResourceId id; local
24 id = *iter;
26 id = LastUsedId() + 1;
27 if (!id) {
29 id = FindFirstUnusedId();
32 MarkAsUsed(id);
33 return id;
37 ResourceId id; local
40 id = *iter;
42 id = desired_id
81 ResourceId id = 1; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRLinkBase.h 36 + (id<ANTLRLinkList>)newANTLRLinkBase;
37 + (id<ANTLRLinkList>)newANTLRLinkBase:(id<ANTLRLinkList>)np Prev:(id<ANTLRLinkList>)pp;
41 - (id<ANTLRLinkList>) append:(id<ANTLRLinkList>)node;
42 - (id<ANTLRLinkList>) insert:(id<ANTLRLinkList>)node;
44 - (id<ANTLRLinkList>) getfNext;
45 - (void) setFNext:(id<ANTLRLinkList>)np
    [all...]
ANTLRMapElement.h 37 id node;
40 @property (retain, getter=getNode, setter=setNode:) id node;
42 + (id) newANTLRMapElement;
43 + (id) newANTLRMapElementWithName:(NSString *)aName Type:(NSInteger)aTType;
44 + (id) newANTLRMapElementWithNode:(NSInteger)aTType Node:(id)aNode;
45 + (id) newANTLRMapElementWithName:(NSString *)aName Node:(id)aNode;
46 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRLinkBase.h 36 + (id<ANTLRLinkList>)newANTLRLinkBase;
37 + (id<ANTLRLinkList>)newANTLRLinkBase:(id<ANTLRLinkList>)np Prev:(id<ANTLRLinkList>)pp;
41 - (id<ANTLRLinkList>) append:(id<ANTLRLinkList>)node;
42 - (id<ANTLRLinkList>) insert:(id<ANTLRLinkList>)node;
44 - (id<ANTLRLinkList>) getfNext;
45 - (void) setFNext:(id<ANTLRLinkList>)np
    [all...]
ANTLRMapElement.h 37 id node;
40 @property (retain, getter=getNode, setter=setNode:) id node;
42 + (id) newANTLRMapElement;
43 + (id) newANTLRMapElementWithName:(NSString *)aName Type:(NSInteger)aTType;
44 + (id) newANTLRMapElementWithNode:(NSInteger)aTType Node:(id)aNode;
45 + (id) newANTLRMapElementWithName:(NSString *)aName Node:(id)aNode;
46 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRLinkBase.h 36 + (id<ANTLRLinkList>)newANTLRLinkBase;
37 + (id<ANTLRLinkList>)newANTLRLinkBase:(id<ANTLRLinkList>)np Prev:(id<ANTLRLinkList>)pp;
41 - (id<ANTLRLinkList>) append:(id<ANTLRLinkList>)node;
42 - (id<ANTLRLinkList>) insert:(id<ANTLRLinkList>)node;
44 - (id<ANTLRLinkList>) getfNext;
45 - (void) setFNext:(id<ANTLRLinkList>)np
    [all...]
ANTLRMapElement.h 37 id node;
40 @property (retain, getter=getNode, setter=setNode:) id node;
42 + (id) newANTLRMapElement;
43 + (id) newANTLRMapElementWithName:(NSString *)aName Type:(NSInteger)aTType;
44 + (id) newANTLRMapElementWithNode:(NSInteger)aTType Node:(id)aNode;
45 + (id) newANTLRMapElementWithName:(NSString *)aName Node:(id)aNode;
46 + (id) newANTLRMapElementWithObj1:(id)anObj1 Obj2:(id)anObj2
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/automation_internal/
automation_action_adapter.h 14 virtual void DoDefault(int32 id) = 0;
17 virtual void Focus(int32 id) = 0;
21 virtual void MakeVisible(int32 id) = 0;
25 virtual void SetSelection(int32 id, int32 start, int32 end) = 0;
  /external/chromium_org/content/public/browser/
file_descriptor_info.h 13 // that is been created and allows to associate that file with a specific ID.
18 FileDescriptorInfo(int id, const base::FileDescriptor& file_descriptor)
19 : id(id),
23 int id; member in struct:content::FileDescriptorInfo
  /external/chromium_org/sync/syncable/
syncable_id.cc 17 ostream& operator<<(ostream& out, const Id& id) {
18 out << id.s_;
22 base::StringValue* Id::ToValue() const {
26 string Id::GetServerId() const {
34 Id Id::CreateFromServerId(const string& server_id) {
35 Id id; local
37 id.s_ = "r"
44 Id id; local
55 Id id = *this; local
62 Id id; local
    [all...]
  /external/chromium_org/third_party/ocmock/OCMock/
OCMPassByRefSetter.h 2 // $Id$
10 id value;
13 - (id)initWithValue:(id)value;
15 - (id)value;
  /external/clang/test/Modules/Inputs/
weird_objc.h 1 typedef struct objc_object { void *super; int wibble; } *id; typedef in typeref:struct:objc_object
MethodPoolBSub2.h 2 - (id)method6;
  /external/libcxx/test/thread/thread.threads/thread.thread.this/
get_id.pass.cpp 12 // thread::id this_thread::get_id();
19 std::thread::id id = std::this_thread::get_id(); local
20 assert(id != std::thread::id());
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_sysmutex_c.h 28 pthread_mutex_t id; member in struct:SDL_mutex
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.this/
get_id.pass.cpp 12 // thread::id this_thread::get_id();
19 std::thread::id id = std::this_thread::get_id(); local
20 assert(id != std::thread::id());
  /external/clang/test/PCH/Inputs/
typo.h 4 + (id)alloc;
  /external/clang/test/SemaCXX/
cxx0x-constexpr-const.cpp 4 constexpr int id(int x) { return x; } function
8 int (*idp)(int) = id;
  /external/clang/test/SemaObjC/Inputs/
arc-system-header.h 1 static inline void *test0(id x) {
5 static inline void **test1(__strong id* x) {
14 id *field;
19 id *field1;
20 __strong id *field2;
25 id field;
41 @property id *prop;
50 static inline void *test8(id ptr) {

Completed in 2067 milliseconds

12 3 4 5 6 7 8 91011>>