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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/ocmock/OCMock/
OCMockRecorder.h 2 // $Id$
10 id signatureResolver;
15 - (id)initWithSignatureResolver:(id)anObject;
20 - (id)andReturn:(id)anObject;
21 - (id)andReturnValue:(NSValue *)aValue;
22 - (id)andThrow:(NSException *)anException;
23 - (id)andPost:(NSNotification *)aNotification;
24 - (id)andCall:(SEL)selector onObject:(id)anObject
    [all...]
OCMPassByRefSetter.h 2 // $Id$
10 id value;
13 - (id)initWithValue:(id)value;
15 - (id)value;
  /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, ...);
  /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/chrome/browser/managed_mode/
managed_user_theme.cc 25 bool ManagedUserTheme::GetColor(int id, SkColor* color) const {
26 switch (id) {
43 gfx::Image ManagedUserTheme::GetImageNamed(int id) {
44 if (!HasCustomImage(id))
47 if (id == IDR_THEME_FRAME)
48 id = IDR_MANAGED_USER_THEME_FRAME;
49 else if (id == IDR_THEME_FRAME_INACTIVE)
50 id = IDR_MANAGED_USER_THEME_FRAME_INACTIVE;
51 else if (id == IDR_THEME_TAB_BACKGROUND || id == IDR_THEME_TAB_BACKGROUND_V
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
id_allocator.cc 20 ResourceId id; local
23 id = *iter;
25 id = LastUsedId() + 1;
26 if (!id) {
28 id = FindFirstUnusedId();
31 MarkAsUsed(id);
32 return id;
36 ResourceId id; local
39 id = *iter;
41 id = desired_id
80 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/chrome/browser/sync/syncable/
syncable_id.cc 16 const Id kNullId; // Currently == root.
18 ostream& operator<<(ostream& out, const Id& id) {
19 out << id.s_;
23 StringValue* Id::ToValue() const {
27 string Id::GetServerId() const {
35 Id Id::CreateFromServerId(const string& server_id) {
36 Id id; local
45 Id id; local
56 Id id = *this; local
63 Id id; local
    [all...]
  /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/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/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 408 milliseconds

12 3 4 5 6 7 8 91011>>