HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 301 - 325 of 20383) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRewriteRuleElementStream.h 31 id single;
43 id<ANTLRTreeAdaptor> treeAdaptor;
51 @property (retain, getter=GetTreeAdaptor, setter=SetTreeAdaptor:) id<ANTLRTreeAdaptor> treeAdaptor;
53 + (ANTLRRewriteRuleElementStream*) newANTLRRewriteRuleElementStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor
55 + (ANTLRRewriteRuleElementStream*) newANTLRRewriteRuleElementStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor
57 element:(id)anElement;
58 + (ANTLRRewriteRuleElementStream*) newANTLRRewriteRuleElementStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor
62 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescripti (…)
    [all...]
ANTLRUniqueIDMap.h 47 + (id)newANTLRUniqueIDMap;
48 + (id)newANTLRUniqueIDMapWithLen:(NSInteger)aHashSize;
50 - (id)init;
51 - (id)initWithLen:(NSInteger)cnt;
61 - (id)getNode:(id<ANTLRTree>)aNode;
62 - (void)putID:(id)anID Node:(id<ANTLRTree>)aNode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRewriteRuleElementStream.h 31 id single;
43 id<ANTLRTreeAdaptor> treeAdaptor;
51 @property (retain, getter=GetTreeAdaptor, setter=SetTreeAdaptor:) id<ANTLRTreeAdaptor> treeAdaptor;
53 + (ANTLRRewriteRuleElementStream*) newANTLRRewriteRuleElementStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor
55 + (ANTLRRewriteRuleElementStream*) newANTLRRewriteRuleElementStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor
57 element:(id)anElement;
58 + (ANTLRRewriteRuleElementStream*) newANTLRRewriteRuleElementStream:(id<ANTLRTreeAdaptor>)aTreeAdaptor
62 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescription;
63 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)aTreeAdaptor description:(NSString *)anElementDescripti (…)
    [all...]
ANTLRUniqueIDMap.h 47 + (id)newANTLRUniqueIDMap;
48 + (id)newANTLRUniqueIDMapWithLen:(NSInteger)aHashSize;
50 - (id)init;
51 - (id)initWithLen:(NSInteger)cnt;
61 - (id)getNode:(id<ANTLRTree>)aNode;
62 - (void)putID:(id)anID Node:(id<ANTLRTree>)aNode;
  /external/libhevc/common/
ihevc_buf_mgr.c 77 WORD32 id; local
82 for(id = 0; id < BUF_MGR_MAX_CNT; id++)
84 ps_buf_mgr->au4_status[id] = 0;
85 ps_buf_mgr->apv_ptr[id] = NULL;
119 /* Check if buffer ID is within allowed range */
125 /* Check if the current ID is being used to hold some other buffer */
151 * Pointer to the id of the free buffer
164 WORD32 id; local
209 UWORD32 id; local
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/common/
plat_gicv3.c 65 * the id of the pending interrupt. The type of interrupt depends upon the
66 * id value as follows.
67 * 1. id = PENDING_G1S_INTID (1020) is reported as a S-EL1 interrupt
68 * 2. id = PENDING_G1NS_INTID (1021) is reported as a Non-secure interrupt.
69 * 3. id = GIC_SPURIOUS_INTERRUPT (1023) is reported as an invalid interrupt
71 * 4. All other interrupt id's are reported as EL3 interrupt.
104 * This function returns the type of the interrupt `id`, depending on how
107 uint32_t plat_ic_get_interrupt_type(uint32_t id)
110 return gicv3_get_interrupt_type(id, plat_my_core_pos());
115 * the processing of the interrupt corresponding to the `id` ha
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/
sym_ids.c 78 the right half of an arc id. It is NOT sorted according
93 struct sym_id *id;
96 id = (struct sym_id *) xmalloc (sizeof (*id) + len + 1);
97 memset (id, 0, sizeof (*id));
99 id->spec = (char *) id + sizeof (*id);
100 strcpy (id->spec, spec)
92 struct sym_id *id; local
279 struct sym_id *id; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRUniqueIDMap.h 47 + (id)newANTLRUniqueIDMap;
48 + (id)newANTLRUniqueIDMapWithLen:(NSInteger)aHashSize;
50 - (id)init;
51 - (id)initWithLen:(NSInteger)cnt;
61 - (id)getNode:(id<ANTLRTree>)aNode;
62 - (void)putID:(id)anID Node:(id<ANTLRTree>)aNode;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUniqueIDMap.h 47 + (id)newANTLRUniqueIDMap;
48 + (id)newANTLRUniqueIDMapWithLen:(NSInteger)aHashSize;
50 - (id)init;
51 - (id)initWithLen:(NSInteger)cnt;
61 - (id)getNode:(id<ANTLRBaseTree>)aNode;
62 - (void)putID:(id)anID Node:(id<ANTLRBaseTree>)aNode;
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
bug2527974.css 10 ul[id$=foo] label:hover {yo: yo;
bug2527974.css.min 1 /*! $LastChangedRevision: 81 $ $LastChangedDate: 2009-05-27 17:41:02 +0100 (Wed, 27 May 2009) $ */body{yo:cats}ul[id$=foo] label:hover{yo:yo
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/
bug2527974.out.b 1 /*! $LastChangedRevision: 81 $ $LastChangedDate: 2009-05-27 17:41:02 +0100 (Wed, 27 May 2009) $ */body{yo:cats}ul[id$=foo] label:hover{yo:yo
  /external/clang/test/ARCMT/Inputs/
test.h 6 static inline void part1(id p) {
12 static inline void part2(id p) {
  /external/clang/test/ARCMT/Inputs/with space/
test.h 6 static inline void part1(id p) {
12 static inline void part2(id p) {
  /external/clang/test/Analysis/inlining/
InlineObjCInstanceMethod.h 10 } *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/
MethodPoolBSub.h 4 - (id)method6;
  /external/elfutils/src/
versionhash.c 30 #define COMPARE(a, b) strcmp ((a)->id, (b)->id)
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
OriginalKey.java 13 private final String id; field in class:OriginalKey
16 public OriginalKey(String id, Key signature) {
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/
copy.pass.cpp 14 // class thread::id
16 // id(const id&) = default;
23 std::thread::id id0;
24 std::thread::id id1 = id0;
  /external/proguard/src/proguard/evaluation/value/
IdentifiedArrayReferenceValue.java 27 * identified by a unique ID.
34 private final int id; field in class:IdentifiedArrayReferenceValue
38 * Creates a new array reference value with the given ID.
44 int id)
49 this.id = id;
143 this.id == ((IdentifiedArrayReferenceValue)object).id;
151 id;
157 return super.toString() + '#' + id;
    [all...]
IdentifiedReferenceValue.java 27 * unique ID.
34 private final int id; field in class:IdentifiedReferenceValue
38 * Creates a new reference value with the given ID.
44 int id)
49 this.id = id;
143 this.id == ((IdentifiedReferenceValue)object).id;
151 id;
157 return super.toString()+'#'+id;
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
Container.java 21 private String id; field in class:Container
38 if (id != null && !id.equals(c.id)) {
66 return id;
69 public void setId(String id) {
70 this.id = id;
  /external/tensorflow/tensorflow/core/graph/
tensor_id.cc 44 TensorId id; local
46 id.first = StringPiece(base, p - base);
47 id.second = index;
50 id.first = StringPiece(base + 1);
51 id.second = Graph::kControlSlot;
53 id.first = name;
54 id.second = 0;
56 return id;
  /external/webrtc/talk/app/webrtc/objc/public/
RTCAudioSource.h 36 - (id)init __attribute__(
RTCAudioTrack.h 35 - (id)init __attribute__(

Completed in 785 milliseconds

<<11121314151617181920>>