Searched refs:id (Results 151 - 175 of 9147) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeIterator.h40 id<ANTLRTreeAdaptor> adaptor;
41 id<ANTLRTree> root;
42 id<ANTLRTree> tree;
44 id<ANTLRTree> up;
45 id<ANTLRTree> down;
46 id<ANTLRTree> eof;
51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
57 andTree:(id<ANTLRTre
[all...]
H A DANTLRMismatchedRangeException.h37 + (id) exceptionWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
38 - (id) initWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
H A DANTLRMismatchedTokenException.h44 + (id) newANTLRMismatchedTokenException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
45 + (id) newANTLRMismatchedTokenExceptionMissing:(NSInteger)expectedTokenType
46 Stream:(id<ANTLRIntStream>)anInput
47 Token:(id<ANTLRToken>)inserted;
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
49 + (id) newANTLRMismatchedTokenExceptionStream:(id<ANTLRIntStream>)anInput
52 - (id) initWithTokenTyp
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreeIterator.h40 id<ANTLRTreeAdaptor> adaptor;
41 id<ANTLRTree> root;
42 id<ANTLRTree> tree;
44 id<ANTLRTree> up;
45 id<ANTLRTree> down;
46 id<ANTLRTree> eof;
51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
57 andTree:(id<ANTLRTre
[all...]
H A DANTLRMismatchedRangeException.h37 + (id) exceptionWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
38 - (id) initWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
H A DANTLRMismatchedTokenException.h44 + (id) newANTLRMismatchedTokenException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
45 + (id) newANTLRMismatchedTokenExceptionMissing:(NSInteger)expectedTokenType
46 Stream:(id<ANTLRIntStream>)anInput
47 Token:(id<ANTLRToken>)inserted;
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
49 + (id) newANTLRMismatchedTokenExceptionStream:(id<ANTLRIntStream>)anInput
52 - (id) initWithTokenTyp
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeIterator.h40 id<ANTLRTreeAdaptor> adaptor;
41 id<ANTLRTree> root;
42 id<ANTLRTree> tree;
44 id<ANTLRTree> up;
45 id<ANTLRTree> down;
46 id<ANTLRTree> eof;
51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
57 andTree:(id<ANTLRTre
[all...]
H A DANTLRMismatchedRangeException.h37 + (id) exceptionWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
38 - (id) initWithRange:(NSRange) aRange stream:(id<ANTLRIntStream>) theInput;
H A DANTLRMismatchedTokenException.h44 + (id) newANTLRMismatchedTokenException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
45 + (id) newANTLRMismatchedTokenExceptionMissing:(NSInteger)expectedTokenType
46 Stream:(id<ANTLRIntStream>)anInput
47 Token:(id<ANTLRToken>)inserted;
48 + (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
49 + (id) newANTLRMismatchedTokenExceptionStream:(id<ANTLRIntStream>)anInput
52 - (id) initWithTokenTyp
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRRecognitionException.h35 id<ANTLRIntStream> input;
37 id<ANTLRToken> token;
38 id<ANTLRBaseTree> node;
44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
46 @property (retain, getter=getToken, setter=setToken:) id<ANTLRToken>token;
47 @property (retain, getter=getNode, setter=setNode:) id<ANTLRBaseTree>node;
52 + (id) newException;
53 + (id) newException:(id<ANTLRIntStream>) anInputStream;
54 - (id) ini
[all...]
H A DANTLRRuntimeException.h44 - (id) init;
45 - (id) init:(NSString *)aReason;
46 - (id) init:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
47 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason;
48 - (id) initWithName:(NSString *)aName reason:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
51 - (id) stackTrace:(NSException *)e;
58 + (id) newException;
59 + (id) newException:(NSString *)aReason;
60 + (id) newException:(NSString *)aReason userInfo:(NSDictionary *)aUserInfo;
62 - (id) ini
[all...]
H A DANTLRMismatchedTokenException.h44 + (id) newException:(NSInteger)expectedTokenType Stream:(id<ANTLRIntStream>)anInput;
45 + (id) newExceptionMissing:(NSInteger)expectedTokenType
46 Stream:(id<ANTLRIntStream>)anInput
47 Token:(id<ANTLRToken>)inserted;
48 + (id) newExceptionChar:(unichar)expectedCharacter Stream:(id<ANTLRIntStream>)anInput;
49 + (id) newExceptionStream:(id<ANTLRIntStream>)anInput
52 - (id) initWithTokenTyp
[all...]
/external/iproute2/lib/
H A Drt_names.c33 unsigned int id; member in struct:rtnl_hash_entry
48 int id; local
55 if (sscanf(p, "0x%x %s\n", &id, namebuf) != 2 &&
56 sscanf(p, "0x%x %s #", &id, namebuf) != 2 &&
57 sscanf(p, "%d %s\n", &id, namebuf) != 2 &&
58 sscanf(p, "%d %s #", &id, namebuf) != 2) {
65 if (id<0)
68 entry->id = id;
70 entry->next = hash[id
86 int id; local
140 rtnl_rtprot_n2a(int id, char *buf, int len) argument
156 rtnl_rtprot_a2n(__u32 *id, char *arg) argument
207 rtnl_rtscope_n2a(int id, char *buf, int len) argument
223 rtnl_rtscope_a2n(__u32 *id, char *arg) argument
270 rtnl_rtrealm_n2a(int id, char *buf, int len) argument
287 rtnl_rtrealm_a2n(__u32 *id, char *arg) argument
339 rtnl_rttable_n2a(__u32 id, char *buf, int len) argument
358 rtnl_rttable_a2n(__u32 *id, char *arg) argument
407 rtnl_dsfield_n2a(int id, char *buf, int len) argument
424 rtnl_dsfield_a2n(__u32 *id, char *arg) argument
472 rtnl_group_a2n(int *id, char *arg) argument
[all...]
/external/chromium_org/chrome/browser/
H A Dcommand_updater.cc31 bool CommandUpdater::SupportsCommand(int id) const {
32 return commands_.find(id) != commands_.end();
35 bool CommandUpdater::IsCommandEnabled(int id) const {
36 const CommandMap::const_iterator command(commands_.find(id));
42 bool CommandUpdater::ExecuteCommand(int id) { argument
43 return ExecuteCommandWithDisposition(id, CURRENT_TAB);
47 int id,
49 if (SupportsCommand(id) && IsCommandEnabled(id)) {
50 delegate_->ExecuteCommandWithDisposition(id, dispositio
46 ExecuteCommandWithDisposition( int id, WindowOpenDisposition disposition) argument
56 AddCommandObserver(int id, CommandObserver* observer) argument
60 RemoveCommandObserver(int id, CommandObserver* observer) argument
74 UpdateCommandEnabled(int id, bool enabled) argument
83 GetCommand(int id, bool create) argument
[all...]
/external/libhevc/common/
H A Dihevc_buf_mgr.c75 WORD32 id; local
80 for(id = 0; id < BUF_MGR_MAX_CNT; id++)
82 ps_buf_mgr->au4_status[id] = 0;
83 ps_buf_mgr->apv_ptr[id] = NULL;
149 * Pointer to the id of the free buffer
162 WORD32 id; local
166 for(id = 0; id < (WORD3
205 UWORD32 id; local
[all...]
/external/chromium_org/cc/output/
H A Dsoftware_frame_data.cc9 SoftwareFrameData::SoftwareFrameData() : id(0) {}
/external/chromium_org/chrome/browser/extensions/api/automation_internal/
H A Dautomation_action_adapter.h14 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/chrome/browser/resources/chromeos/chromevox/chromevox/messages/
H A Dspoken_message.js20 this.id = null;
/external/chromium_org/extensions/common/permissions/
H A Dpermission_message.cc13 PermissionMessage::ID id, const base::string16& message)
14 : id_(id),
19 PermissionMessage::ID id,
22 : id_(id),
12 PermissionMessage( PermissionMessage::ID id, const base::string16& message) argument
18 PermissionMessage( PermissionMessage::ID id, const base::string16& message, const base::string16& details) argument
/external/chromium_org/gpu/command_buffer/common/
H A Dcmd_buffer_common.cc28 int id = static_cast<int>(command_id); local
29 return (id >= 0 && id < kNumCommands) ? names[id] : "*unknown-command*";
/external/chromium_org/mojo/services/public/cpp/view_manager/
H A Dutil.h20 inline uint16_t HiWord(uint32_t id) { argument
21 return static_cast<uint16_t>((id >> 16) & 0xFFFF);
24 inline uint16_t LoWord(uint32_t id) { argument
25 return static_cast<uint16_t>(id & 0xFFFF);
/external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/
H A Dinjected.js14 // id: <a value that is passed back unchanged to the response for
31 // // id: <the id passed to the request>,
39 // // id: <the id passed to the request>,
53 var id = event.data.id;
54 console.log('sending message: id=' + id);
63 window.postMessage({id
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/credentialmanager/
H A DPlatformCredential.cpp10 PlatformCredential* PlatformCredential::create(const String& id, const String& name, const KURL& avatarURL) argument
12 return new PlatformCredential(id, name, avatarURL);
15 PlatformCredential::PlatformCredential(const String& id, const String& name, const KURL& avatarURL) argument
16 : m_id(id)
/external/chromium_org/third_party/webrtc/modules/media_file/interface/
H A Dmedia_file_defines.h26 // durationMs ms. id is the identifier for the MediaFile instance calling
28 virtual void PlayNotification(const int32_t id,
32 // durationMs ms. id is the identifier for the MediaFile instance calling
34 virtual void RecordNotification(const int32_t id,
38 // playing. id is the identifier for the MediaFile instance calling the
40 virtual void PlayFileEnded(const int32_t id) = 0;
43 // recording. id is the identifier for the MediaFile instance calling the
45 virtual void RecordFileEnded(const int32_t id) = 0;
/external/chromium_org/tools/gyp/test/mac/framework/TestFramework/
H A DObjCVectorInternal.h8 std::vector<id> v;

Completed in 397 milliseconds

1234567891011>>