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

<<41424344454647484950>>

  /bionic/libc/include/sys/
ipc.h 37 extern key_t ftok(const char* path, int id);
  /bionic/libc/kernel/common/linux/
keychord.h 26 __u16 id; member in struct:input_keychord
  /dalvik/hit/src/com/android/hit/
State.java 42 public Heap setHeapTo(int id, String name) {
43 Heap heap = mHeaps.get(id);
48 mHeaps.put(id, heap);
56 public Heap getHeap(int id) {
57 return mHeaps.get(id);
74 public final StackFrame getStackFrame(long id) {
75 return mCurrentHeap.getStackFrame(id);
103 public final void addInstance(long id, Instance instance) {
104 mCurrentHeap.addInstance(id, instance);
107 public final void addClass(long id, ClassObj theClass)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
keychord.h 23 __u16 id; member in struct:input_keychord
  /development/ndk/platforms/android-3/include/sys/
ipc.h 37 extern key_t ftok(const char* path, int id);
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarDisplayOptions.java 43 findViewById(R.id.toggle_home_as_up).setOnClickListener(this);
44 findViewById(R.id.toggle_show_home).setOnClickListener(this);
45 findViewById(R.id.toggle_use_logo).setOnClickListener(this);
46 findViewById(R.id.toggle_show_title).setOnClickListener(this);
47 findViewById(R.id.toggle_show_custom).setOnClickListener(this);
48 findViewById(R.id.toggle_navigation).setOnClickListener(this);
49 findViewById(R.id.cycle_custom_gravity).setOnClickListener(this);
50 findViewById(R.id.toggle_visibility).setOnClickListener(this);
81 case R.id.toggle_home_as_up:
84 case R.id.toggle_show_home
    [all...]
  /development/tools/findunused/
find_unused_resources.rb 16 @@layoutIdPattern = Regexp.new("android:id=\".*id/([_a-zA-Z0-9]*)\"")
24 Regexp.new("R.id.([_a-zA-Z0-9]+)"),
96 findAllOccurrences(re, line).each { |id|
97 @@globalJavaIdUses[id] = FilePosition.new(filename, file.lineno)
115 findAllOccurrences(@@stringIdPattern, line).each {|id|
116 strings[id] = FilePosition.new(filename, file.lineno)
118 findAllOccurrences(@@layoutIdPattern, line).each {|id|
119 layouts[id] = FilePosition.new(filename, file.lineno)
122 findAllOccurrences(re, line).each {|id|
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashRule.h 50 + (id)newANTLRHashRule;
51 + (id)newANTLRHashRuleWithLen:(NSInteger)aBuffSize;
52 - (id)init;
53 - (id)initWithLen:(NSInteger)aBuffSize;
ANTLRTokenRewriteStream.h 56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;
96 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to;
118 + (ANTLRTokenRewriteStream *)newANTLRTokenRewriteStream:(id<ANTLRTokenSource>) aTokenSource;
119 + (ANTLRTokenRewriteStream *)newANTLRTokenRewriteStream:(id<ANTLRTokenSource>) aTokenSource Channel:(NSInteger)aChannel;
121 - (id) init;
122 - (id)initWithTokenSource:(id<ANTLRTokenSource>)aTokenSource;
123 - (id)initWithTokenSource:(id<ANTLRTokenSource>)aTokenSource Channel:(NSInteger)aChannel
    [all...]
ANTLRTreeVisitorAction.h 41 - (id) init;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashRule.h 50 + (id)newANTLRHashRule;
51 + (id)newANTLRHashRuleWithLen:(NSInteger)aBuffSize;
52 - (id)init;
53 - (id)initWithLen:(NSInteger)aBuffSize;
ANTLRTokenRewriteStream.h 56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;
96 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to;
118 + (ANTLRTokenRewriteStream *)newANTLRTokenRewriteStream:(id<ANTLRTokenSource>) aTokenSource;
119 + (ANTLRTokenRewriteStream *)newANTLRTokenRewriteStream:(id<ANTLRTokenSource>) aTokenSource Channel:(NSInteger)aChannel;
121 - (id) init;
122 - (id)initWithTokenSource:(id<ANTLRTokenSource>)aTokenSource;
123 - (id)initWithTokenSource:(id<ANTLRTokenSource>)aTokenSource Channel:(NSInteger)aChannel
    [all...]
ANTLRTreeVisitorAction.h 41 - (id) init;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashRule.h 50 + (id)newANTLRHashRule;
51 + (id)newANTLRHashRuleWithLen:(NSInteger)aBuffSize;
52 - (id)init;
53 - (id)initWithLen:(NSInteger)aBuffSize;
ANTLRTokenRewriteStream.h 56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;
96 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to;
118 + (ANTLRTokenRewriteStream *)newANTLRTokenRewriteStream:(id<ANTLRTokenSource>) aTokenSource;
119 + (ANTLRTokenRewriteStream *)newANTLRTokenRewriteStream:(id<ANTLRTokenSource>) aTokenSource Channel:(NSInteger)aChannel;
121 - (id) init;
122 - (id)initWithTokenSource:(id<ANTLRTokenSource>)aTokenSource;
123 - (id)initWithTokenSource:(id<ANTLRTokenSource>)aTokenSource Channel:(NSInteger)aChannel
    [all...]
ANTLRTreeVisitorAction.h 41 - (id) init;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenRewriteStream.h 56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;
85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;
96 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to;
118 + (ANTLRTokenRewriteStream *)newANTLRTokenRewriteStream:(id<ANTLRTokenSource>) aTokenSource;
119 + (ANTLRTokenRewriteStream *)newANTLRTokenRewriteStream:(id<ANTLRTokenSource>) aTokenSource Channel:(NSInteger)aChannel;
121 - (id) init;
122 - (id)initWithTokenSource:(id<ANTLRTokenSource>)aTokenSource;
123 - (id)initWithTokenSource:(id<ANTLRTokenSource>)aTokenSource Channel:(NSInteger)aChannel
    [all...]
ANTLRTreeVisitorAction.h 41 - (id) init;
  /external/chromium/base/
foundation_utils_mac.h 27 static inline id CFTypeRefToNSObjectAutorelease(CFTypeRef cf_object) {
  /external/chromium/chrome/browser/extensions/
extension_sync_data.h 19 std::string id; member in struct:ExtensionSyncData
  /external/chromium/chrome/browser/notifications/
notification_delegate.h 33 // Returns unique id of the notification.
34 virtual std::string id() const = 0;
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller.h 46 - (id)initWithParentWindow:(NSWindow*)window
49 - (id)initWithParentWindow:(NSWindow*)window
54 - (IBAction)cancel:(id)sender;
55 - (IBAction)ok:(id)sender;
  /external/chromium/chrome/browser/ui/cocoa/
external_protocol_dialog.h 17 - (id)initWithGURL:(const GURL*)url;
focus_tracker.h 22 - (id)initWithWindow:(NSWindow*)window;
  /external/chromium/chrome/browser/ui/cocoa/notifications/
balloon_controller.h 62 - (id)initWithBalloon:(Balloon*)balloon;
65 - (IBAction)closeButtonPressed:(id)sender;
68 - (IBAction)optionsButtonPressed:(id)sender;
71 - (IBAction)permissionRevoked:(id)sender;

Completed in 1218 milliseconds

<<41424344454647484950>>