HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 1001 - 1025 of 14488) sorted by null

<<41424344454647484950>>

  /art/runtime/verifier/
reg_type_cache-inl.h 38 inline const art::verifier::RegType& RegTypeCache::GetFromId(uint16_t id) const {
39 DCHECK_LT(id, entries_.size());
40 RegType* result = entries_[id];
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseStack.h 52 - (id)init;
53 - (id)initWithLen:(NSInteger)cnt;
57 - (id) copyWithZone:(NSZone *)aZone;
ANTLRIntArray.h 42 - (id) init;
43 - (id) initWithLen:(NSInteger)aLen;
47 - (id) copyWithZone:(NSZone *)aZone;
ANTLRRuleStack.h 47 -(id)init;
48 -(id)initWithLen:(NSInteger)cnt;
52 - (id) copyWithZone:(NSZone *)aZone;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseStack.h 52 - (id)init;
53 - (id)initWithLen:(NSInteger)cnt;
57 - (id) copyWithZone:(NSZone *)aZone;
ANTLRIntArray.h 42 - (id) init;
43 - (id) initWithLen:(NSInteger)aLen;
47 - (id) copyWithZone:(NSZone *)aZone;
ANTLRRuleStack.h 47 -(id)init;
48 -(id)initWithLen:(NSInteger)cnt;
52 - (id) copyWithZone:(NSZone *)aZone;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseStack.h 52 - (id)init;
53 - (id)initWithLen:(NSInteger)cnt;
57 - (id) copyWithZone:(NSZone *)aZone;
ANTLRIntArray.h 42 - (id) init;
43 - (id) initWithLen:(NSInteger)aLen;
47 - (id) copyWithZone:(NSZone *)aZone;
ANTLRRuleStack.h 47 -(id)init;
48 -(id)initWithLen:(NSInteger)cnt;
52 - (id) copyWithZone:(NSZone *)aZone;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseStack.h 52 - (id)init;
53 - (id)initWithLen:(NSInteger)cnt;
57 - (id) copyWithZone:(NSZone *)aZone;
ANTLRRuleStack.h 47 -(id)init;
48 -(id)initWithLen:(NSInteger)cnt;
52 - (id) copyWithZone:(NSZone *)aZone;
  /external/chromium/chrome/browser/sessions/
session_command.h 15 // SessionCommand contains a command id and arbitrary chunk of data. The id
33 // Creates a session command with the specified id. This allocates a buffer
35 SessionCommand(id_type id, size_type size);
38 // id whose contents is populated from the contents of pickle.
39 SessionCommand(id_type id, const Pickle& pickle);
46 id_type id() const { return id_; } function in class:SessionCommand
  /external/chromium/chrome/browser/ui/cocoa/
page_info_bubble_controller.h 22 // The certificate ID for the page, 0 if the page is not over HTTPS.
32 - (id)initWithPageInfoModel:(PageInfoModel*)model
39 - (IBAction)showCertWindow:(id)sender;
42 - (IBAction)showHelpPage:(id)sender;
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 38 id<TabContentsControllerDelegate> delegate_; // weak
43 - (id)initWithContents:(TabContents*)contents
44 delegate:(id<TabContentsControllerDelegate>)delegate;
  /external/chromium_org/cc/debug/
traced_value.h 21 static scoped_ptr<base::Value> CreateIDRef(const void* id);
23 base::DictionaryValue* dict, const char* object_name, const void* id);
28 const void* id);
  /external/chromium_org/cc/layers/
picture_image_layer_impl.h 15 int id) {
16 return make_scoped_ptr(new PictureImageLayerImpl(tree_impl, id));
33 PictureImageLayerImpl(LayerTreeImpl* tree_impl, int id);
  /external/chromium_org/chrome/browser/sessions/
session_command.h 14 // SessionCommand contains a command id and arbitrary chunk of data. The id
33 // Creates a session command with the specified id. This allocates a buffer
35 SessionCommand(id_type id, size_type size);
38 // id whose contents is populated from the contents of pickle.
39 SessionCommand(id_type id, const Pickle& pickle);
46 id_type id() const { return id_; } function in class:SessionCommand
  /external/chromium_org/chrome/browser/ui/app_list/search/
chrome_search_result.h 49 const std::string& id() const { return id_; } function in class:app_list::ChromeSearchResult
53 void set_id(const std::string& id) { id_ = id; }
  /external/chromium_org/chrome/browser/ui/cocoa/
login_prompt_cocoa.h 23 - (id)initWithLoginHandler:(LoginHandlerMac*)handler;
24 - (IBAction)loginPressed:(id)sender;
25 - (IBAction)cancelPressed:(id)sender;
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_controller_target.h 16 - (void)selectTab:(id)sender;
17 - (void)closeTab:(id)sender;
32 - (id<TabDraggingEventTarget>)dragController;
  /external/chromium_org/content/browser/renderer_host/
gtk_plugin_container_manager.h 28 GtkWidget* CreatePluginContainer(gfx::PluginWindowHandle id);
31 void DestroyPluginContainer(gfx::PluginWindowHandle id);
39 GtkWidget* MapIDToWidget(gfx::PluginWindowHandle id);
  /external/chromium_org/media/midi/
midi_port_info.cc 15 : id(in_id),
23 : id(info.id),
  /external/chromium_org/ppapi/shared_impl/
id_assignment.h 34 template <typename T> inline bool CheckIdType(T id, PPIdType type) {
38 if (type == PP_ID_TYPE_RESOURCE && !id)
41 return (id & mask) == type;
  /external/chromium_org/third_party/icu/source/common/
locbased.cpp 17 const char* id = getLocaleID(type, status); local
18 return Locale((id != 0) ? id : "");

Completed in 826 milliseconds

<<41424344454647484950>>