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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 42 unsigned ID;
70 unsigned id = Opt.getID(); local
71 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
72 return OptionInfos[id - 1];
87 /// \return The option, or null for the INVALID option id.
91 const char *getOptionName(OptSpecifier id) const {
92 return getInfo(id).Name;
96 unsigned getOptionKind(OptSpecifier id) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Option/
OptTable.h 49 unsigned ID;
77 unsigned id = Opt.getID(); local
78 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
79 return OptionInfos[id - 1];
94 /// \return The option, or null for the INVALID option id.
98 const char *getOptionName(OptSpecifier id) const {
99 return getInfo(id).Name;
103 unsigned getOptionKind(OptSpecifier id) const
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Option/
OptTable.h 49 unsigned ID;
77 unsigned id = Opt.getID(); local
78 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
79 return OptionInfos[id - 1];
94 /// \return The option, or null for the INVALID option id.
98 const char *getOptionName(OptSpecifier id) const {
99 return getInfo(id).Name;
103 unsigned getOptionKind(OptSpecifier id) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 42 unsigned ID;
70 unsigned id = Opt.getID(); local
71 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
72 return OptionInfos[id - 1];
87 /// \return The option, or null for the INVALID option id.
91 const char *getOptionName(OptSpecifier id) const {
92 return getInfo(id).Name;
96 unsigned getOptionKind(OptSpecifier id) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
OptTable.h 49 unsigned ID;
77 unsigned id = Opt.getID(); local
78 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
79 return OptionInfos[id - 1];
94 /// \return The option, or null for the INVALID option id.
98 const char *getOptionName(OptSpecifier id) const {
99 return getInfo(id).Name;
103 unsigned getOptionKind(OptSpecifier id) const
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
OptTable.h 49 unsigned ID;
77 unsigned id = Opt.getID(); local
78 assert(id > 0 && id - 1 < getNumOptions() && "Invalid Option ID.");
79 return OptionInfos[id - 1];
94 /// \return The option, or null for the INVALID option id.
98 const char *getOptionName(OptSpecifier id) const {
99 return getInfo(id).Name;
103 unsigned getOptionKind(OptSpecifier id) const
    [all...]
  /external/iproute2/lib/
rt_names.c 34 unsigned int id; member in struct:rtnl_hash_entry
37 static int fread_id_name(FILE *fp, int *id, char *namebuf)
50 if (sscanf(p, "0x%x %s\n", id, namebuf) != 2 &&
51 sscanf(p, "0x%x %s #", id, namebuf) != 2 &&
52 sscanf(p, "%d %s\n", id, namebuf) != 2 &&
53 sscanf(p, "%d %s #", id, namebuf) != 2) {
67 int id; local
75 while ((ret = fread_id_name(fp, &id, &namebuf[0]))) {
83 if (id < 0)
87 entry->id = id
98 int id; local
    [all...]
  /external/webrtc/webrtc/base/
window.h 43 static WindowId Cast(uint64_t id) {
45 return WindowId(reinterpret_cast<WindowId::WindowT>(id));
47 return WindowId(static_cast<WindowId::WindowT>(id));
51 static uint64_t Format(const WindowT& id) {
53 return static_cast<uint64_t>(reinterpret_cast<uintptr_t>(id));
55 return static_cast<uint64_t>(id);
60 WindowId(const WindowT& id) : id_(id) {} // NOLINT
61 const WindowT& id() const { return id_; } function in class:rtc::WindowId
64 return id_ == other.id();
96 const DesktopT& id() const { return id_; } function in class:rtc::DesktopId
    [all...]
windowpicker.h 24 WindowDescription(const WindowId& id, const std::string& title)
25 : id_(id), title_(title) {
27 const WindowId& id() const { return id_; } function in class:rtc::WindowDescription
28 void set_id(const WindowId& id) { id_ = id; }
40 DesktopDescription(const DesktopId& id, const std::string& title)
41 : id_(id), title_(title), primary_(false) {
43 const DesktopId& id() const { return id_; } function in class:rtc::DesktopDescription
44 void set_id(const DesktopId& id) { id_ = id; }
    [all...]
  /external/adhd/cras/src/server/
buffer_share.h 13 unsigned int id; member in struct:id_offset
33 /* Adds an ID that shares the buffer. */
34 int buffer_share_add_id(struct buffer_share *mix, unsigned int id, void *data);
36 /* Removes an ID that shares the buffer. */
37 int buffer_share_rm_id(struct buffer_share *mix, unsigned int id);
40 int buffer_share_offset_update(struct buffer_share *mix, unsigned int id,
50 * The amount by which the user given by id is ahead of the current write
54 unsigned int id);
57 * Gets the data pointer for given id.
60 unsigned int id);
    [all...]
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-objc-dealloc.h 3 #define nil ((id)0)
7 - (BOOL)isEqual:(id)object;
14 - (id)init;
15 - (id)retain;
21 - (void)cancelPerformSelectorsWithTarget:(id)target;
26 - (void)removeObserver:(id)observer;
  /external/clang/test/FixIt/
fixit-multiple-selector-warnings.m 8 - (id) compare: (char) arg1;
13 - (id) compare: (id) arg1;
  /frameworks/base/core/java/android/os/
IProgressListener.aidl 23 void onStarted(int id, in Bundle extras);
24 void onProgress(int id, int progress, in Bundle extras);
25 void onFinished(int id, in Bundle extras);
  /art/test/923-monitors/src/art/
Test923.java 49 private static void simpleTests(long id) {
50 unlock(id); // Should fail.
52 lock(id);
53 unlock(id);
54 unlock(id); // Should fail.
56 lock(id);
57 lock(id);
58 unlock(id);
59 unlock(id);
60 unlock(id); // Should fail
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
sparse_table.cpp 24 bool SparseTable::contains(const int id) const {
25 const int readingPos = getPosInIndexTable(id);
26 if (id < 0 || mIndexTableBuffer->getTailPosition() <= readingPos) {
33 uint32_t SparseTable::get(const int id) const {
34 const int indexTableReadingPos = getPosInIndexTable(id);
36 const int contentTableReadingPos = getPosInContentTable(id, index);
39 AKLOGE("contentTableReadingPos(%d) is invalid. id: %d, index: %d",
40 contentTableReadingPos, id, index);
47 bool SparseTable::set(const int id, const uint32_t value) {
48 const int posInIndexTable = getPosInIndexTable(id);
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldbuildid.c 1 /* ldbuildid.c - Build Id support routines
56 /* ID is in string form (hex). Count the bytes. */
57 const char *id = style + 2; local
61 if (ISXDIGIT (id[0]) && ISXDIGIT (id[1]))
64 id += 2;
66 else if (*id == '-' || *id == ':')
67 ++id;
73 } while (*id != '\0')
138 const char *id = style + 2; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugTokenStream.h 36 id<ANTLRDebugEventListener> debugListener;
37 id<ANTLRTokenStream> input;
42 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream debugListener:(id<ANTLRDebugEventListener>)debugger;
44 - (id<ANTLRDebugEventListener>) debugListener;
45 - (void) setDebugListener: (id<ANTLRDebugEventListener>) aDebugListener;
47 - (id<ANTLRTokenStream>) getInput;
48 - (void) setInput:(id<ANTLRTokenStream>)aTokenStream;
51 - (id<ANTLRToken>) getToken:(NSInteger)index
    [all...]
ANTLRPtrBuffer.h 43 id *ptrBuffer;
50 @property (retain, getter=getPtrBuffer, setter=setPtrBuffer:) id *ptrBuffer;
57 -(id)init;
58 -(id)initWithLen:(NSInteger)cnt;
62 - (id) copyWithZone:(NSZone *)aZone;
74 - (id *)getPtrBuffer;
75 - (void)setPtrBuffer:(id *)np;
79 - (void) push:(id) v;
80 - (id) pop;
81 - (id) peek
    [all...]
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...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugTokenStream.h 36 id<ANTLRDebugEventListener> debugListener;
37 id<ANTLRTokenStream> input;
42 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream debugListener:(id<ANTLRDebugEventListener>)debugger;
44 - (id<ANTLRDebugEventListener>) debugListener;
45 - (void) setDebugListener: (id<ANTLRDebugEventListener>) aDebugListener;
47 - (id<ANTLRTokenStream>) getInput;
48 - (void) setInput:(id<ANTLRTokenStream>)aTokenStream;
51 - (id<ANTLRToken>) getToken:(NSInteger)index
    [all...]
ANTLRPtrBuffer.h 43 id *ptrBuffer;
50 @property (retain, getter=getPtrBuffer, setter=setPtrBuffer:) id *ptrBuffer;
57 -(id)init;
58 -(id)initWithLen:(NSInteger)cnt;
62 - (id) copyWithZone:(NSZone *)aZone;
74 - (id *)getPtrBuffer;
75 - (void)setPtrBuffer:(id *)np;
79 - (void) push:(id) v;
80 - (id) pop;
81 - (id) peek
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugTokenStream.h 36 id<ANTLRDebugEventListener> debugListener;
37 id<ANTLRTokenStream> input;
42 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream debugListener:(id<ANTLRDebugEventListener>)debugger;
44 - (id<ANTLRDebugEventListener>) debugListener;
45 - (void) setDebugListener: (id<ANTLRDebugEventListener>) aDebugListener;
47 - (id<ANTLRTokenStream>) getInput;
48 - (void) setInput:(id<ANTLRTokenStream>)aTokenStream;
51 - (id<ANTLRToken>) getToken:(NSInteger)index
    [all...]
ANTLRPtrBuffer.h 43 id *ptrBuffer;
50 @property (retain, getter=getPtrBuffer, setter=setPtrBuffer:) id *ptrBuffer;
57 -(id)init;
58 -(id)initWithLen:(NSInteger)cnt;
62 - (id) copyWithZone:(NSZone *)aZone;
74 - (id *)getPtrBuffer;
75 - (void)setPtrBuffer:(id *)np;
79 - (void) push:(id) v;
80 - (id) pop;
81 - (id) peek
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugTokenStream.h 36 id<ANTLRDebugEventListener> debugListener;
37 id<ANTLRTokenStream> input;
42 - (id) initWithTokenStream:(id<ANTLRTokenStream>)theStream debugListener:(id<ANTLRDebugEventListener>)debugger;
44 - (id<ANTLRDebugEventListener>) debugListener;
45 - (void) setDebugListener: (id<ANTLRDebugEventListener>) aDebugListener;
47 - (id<ANTLRTokenStream>) input;
48 - (void) setInput:(id<ANTLRTokenStream>)aTokenStream;
51 - (id<ANTLRToken>) getToken:(NSInteger)index
    [all...]
ANTLRLookaheadStream.h 43 id prevElement;
44 id eof;
47 @property (readwrite, retain, getter=getEof, setter=setEof:) id eof;
52 @property (retain) id prevElement;
54 - (id) initWithEOF:(id) obj;
55 - (id) nextElement;
56 - (id) remove;
60 - (id) LT:(NSInteger) i;
61 - (id) LB:(NSInteger) i
    [all...]

Completed in 1659 milliseconds

<<11121314151617181920>>