Searched refs:id (Results 476 - 500 of 9147) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dqueryobj.h38 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) argument
41 _mesa_HashLookup(ctx->Query.QueryObjects, id);
54 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) argument
/external/chromium_org/third_party/webrtc/base/
H A Dmacwindowpicker.h22 virtual bool IsVisible(const WindowId& id);
23 virtual bool MoveToFront(const WindowId& id);
26 virtual bool GetDesktopDimensions(const DesktopId& id, int* width,
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Daudio_device_utility_android.cc23 AudioDeviceUtilityAndroid::AudioDeviceUtilityAndroid(const int32_t id) : argument
24 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), _id(id)
26 WEBRTC_TRACE(kTraceMemory, kTraceAudioDevice, id,
/external/chromium_org/third_party/webrtc/modules/audio_device/ios/
H A Daudio_device_utility_ios.cc18 AudioDeviceUtilityIOS::AudioDeviceUtilityIOS(const int32_t id) argument
21 _id(id),
23 WEBRTC_TRACE(kTraceMemory, kTraceAudioDevice, id,
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_device_utility_linux.cc18 AudioDeviceUtilityLinux::AudioDeviceUtilityLinux(const int32_t id) : argument
19 _critSect(*CriticalSectionWrapper::CreateCriticalSection()), _id(id)
21 WEBRTC_TRACE(kTraceMemory, kTraceAudioDevice, id,
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_utility_mac.cc18 AudioDeviceUtilityMac::AudioDeviceUtilityMac(const int32_t id) : argument
20 _id(id)
22 WEBRTC_TRACE(kTraceMemory, kTraceAudioDevice, id,
/external/doclava/res/assets/templates/components/
H A Dsearch_box.cs3 <div id="search" >
4 <div id="searchForm">
10 <input id="search_autocomplete" class="gsc-input" type="text" size="33" autocomplete="off"
17 <div id="search_filtered_div" class="no-display">
18 <table id="search_filtered" cellspacing=0>
23 <input type="submit" value="Search" title="search" id="search-button" class="gsc-search-button" />
/external/libcxx/test/depr/depr.lib.binders/
H A Dtest_func.h21 explicit test_func(int id) : id_(id) {} argument
23 int id() const {return id_;} function in class:test_func
/external/mesa3d/src/mesa/main/
H A Dqueryobj.h38 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) argument
41 _mesa_HashLookup(ctx->Query.QueryObjects, id);
54 _mesa_lookup_query_object(struct gl_context *ctx, GLuint id) argument
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRMismatchedNotSetException.h43 - (ANTLRMismatchedNotSetException *)newANTLRMismatchedNotSetException:(id<ANTLRIntStream>)anInput
46 - (id) init;
47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)expecting;
H A DANTLRRuleMapElement.h44 - (id) init;
45 - (id) initWithAnIndex:(NSNumber *)anIdx;
46 - (id) initWithAnIndex:(NSNumber *)anIdx RuleNum:(NSNumber *)aRuleNum;
48 - (id) copyWithZone:(NSZone *)aZone;
H A DANTLRSymbolStack.h48 - (id)init;
58 -(id)init;
59 -(id)initWithLen:(NSInteger)cnt;
63 - (id) copyWithZone:(NSZone *)aZone;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRMismatchedNotSetException.h43 - (ANTLRMismatchedNotSetException *)newANTLRMismatchedNotSetException:(id<ANTLRIntStream>)anInput
46 - (id) init;
47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)expecting;
H A DANTLRRuleMapElement.h44 - (id) init;
45 - (id) initWithAnIndex:(NSNumber *)anIdx;
46 - (id) initWithAnIndex:(NSNumber *)anIdx RuleNum:(NSNumber *)aRuleNum;
48 - (id) copyWithZone:(NSZone *)aZone;
H A DANTLRSymbolStack.h48 - (id)init;
58 -(id)init;
59 -(id)initWithLen:(NSInteger)cnt;
63 - (id) copyWithZone:(NSZone *)aZone;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRMismatchedNotSetException.h43 - (ANTLRMismatchedNotSetException *)newANTLRMismatchedNotSetException:(id<ANTLRIntStream>)anInput
46 - (id) init;
47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)expecting;
H A DANTLRRuleMapElement.h44 - (id) init;
45 - (id) initWithAnIndex:(NSNumber *)anIdx;
46 - (id) initWithAnIndex:(NSNumber *)anIdx RuleNum:(NSNumber *)aRuleNum;
48 - (id) copyWithZone:(NSZone *)aZone;
H A DANTLRSymbolStack.h48 - (id)init;
58 -(id)init;
59 -(id)initWithLen:(NSInteger)cnt;
63 - (id) copyWithZone:(NSZone *)aZone;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCommonTreeNodeStream.h40 __strong id root;
43 __strong id <ANTLRTokenStream> tokens;
61 @property (retain, getter=getTokens,setter=setTokens:) id<ANTLRTokenStream> tokens;
66 + (ANTLRCommonTreeNodeStream *) newANTLRCommonTreeNodeStream:(id<ANTLRTreeAdaptor>)anAdaptor Tree:(ANTLRCommonTree *)theTree;
68 - (id) initWithTree:(ANTLRCommonTree *)theTree;
70 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)adaptor Tree:(ANTLRCommonTree *)theTree;
77 - (id) nextElement;
79 - (BOOL) isEOF:(id<ANTLRBaseTree>) obj;
82 - (id) getTreeSourc
[all...]
H A DANTLRFileStream.h41 + (id) newANTLRFileStream:(NSString*) fileName;
42 + (id) newANTLRFileStream:(NSString *)aFileName encoding:(NSStringEncoding)encoding;
43 - (id) init:(NSString *) aFileName;
44 - (id) init:(NSString *) aFileName encoding:(NSStringEncoding)encoding;
H A DANTLRMismatchedNotSetException.h43 - (ANTLRMismatchedNotSetException *)newException:(id<ANTLRIntStream>)anInput
46 - (id) init;
47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(NSString *)expecting;
H A DANTLRRuleMapElement.h44 - (id) init;
45 - (id) initWithAnIndex:(NSNumber *)anIdx;
46 - (id) initWithAnIndex:(NSNumber *)anIdx RuleNum:(NSNumber *)aRuleNum;
48 - (id) copyWithZone:(NSZone *)aZone;
H A DANTLRSymbolStack.h48 - (id)init;
58 -(id)init;
59 -(id)initWithLen:(NSInteger)cnt;
63 - (id) copyWithZone:(NSZone *)aZone;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1ObjectIdentifier.java39 String id = getId(), stemId = stem.getId();
40 return id.length() > stemId.length() && id.charAt(stemId.length()) == '.' && id.startsWith(stemId);
/external/chromium_org/cc/resources/
H A Dui_resource_request.cc10 UIResourceId id)
11 : type_(type), id_(id) {}
14 UIResourceId id,
16 : type_(type), id_(id), bitmap_(new UIResourceBitmap(bitmap)) {}
9 UIResourceRequest(UIResourceRequestType type, UIResourceId id) argument
13 UIResourceRequest(UIResourceRequestType type, UIResourceId id, const UIResourceBitmap& bitmap) argument

Completed in 5462 milliseconds

<<11121314151617181920>>