/art/test/ParallelGC/ |
ParallelGC.java | 34 private final int id; field in class:ParallelGC 36 private ParallelGC(int id) { 37 this.id = id; 44 System.out.print(id);
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRBaseMapElement.h | 41 + (id) newANTLRBaseMapElement; 42 + (id) newANTLRBaseMapElementWithIndex:(NSNumber *)anIdx; 43 - (id) init; 44 - (id) initWithAnIndex:(NSNumber *)anIdx; 46 - (id) copyWithZone:(NSZone *)aZone;
|
ANTLRParseTree.h | 37 id<ANTLRToken> payload; 45 + (ANTLRParseTree *)newANTLRParseTree:(id<ANTLRToken>)label; 46 - (id)initWithLabel:(id<ANTLRToken>)label; 48 - (id<ANTLRTree>)dupNode;
|
ANTLRFastQueue.h | 46 + (id) newANTLRFastQueue; 48 - (id) init; 50 - (id) copyWithZone:(NSZone *)aZone; 53 - (id) remove; 54 - (void) addObject:(id) o; 57 - (id) head; 58 - (id) objectAtIndex:(NSInteger) i;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRBaseMapElement.h | 41 + (id) newANTLRBaseMapElement; 42 + (id) newANTLRBaseMapElementWithIndex:(NSNumber *)anIdx; 43 - (id) init; 44 - (id) initWithAnIndex:(NSNumber *)anIdx; 46 - (id) copyWithZone:(NSZone *)aZone;
|
ANTLRParseTree.h | 37 id<ANTLRToken> payload; 45 + (ANTLRParseTree *)newANTLRParseTree:(id<ANTLRToken>)label; 46 - (id)initWithLabel:(id<ANTLRToken>)label; 48 - (id<ANTLRTree>)dupNode;
|
ANTLRFastQueue.h | 46 + (id) newANTLRFastQueue; 48 - (id) init; 50 - (id) copyWithZone:(NSZone *)aZone; 53 - (id) remove; 54 - (void) addObject:(id) o; 57 - (id) head; 58 - (id) objectAtIndex:(NSInteger) i;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRBaseMapElement.h | 41 + (id) newANTLRBaseMapElement; 42 + (id) newANTLRBaseMapElementWithIndex:(NSNumber *)anIdx; 43 - (id) init; 44 - (id) initWithAnIndex:(NSNumber *)anIdx; 46 - (id) copyWithZone:(NSZone *)aZone;
|
ANTLRParseTree.h | 37 id<ANTLRToken> payload; 45 + (ANTLRParseTree *)newANTLRParseTree:(id<ANTLRToken>)label; 46 - (id)initWithLabel:(id<ANTLRToken>)label; 48 - (id<ANTLRTree>)dupNode;
|
ANTLRFastQueue.h | 46 + (id) newANTLRFastQueue; 48 - (id) init; 50 - (id) copyWithZone:(NSZone *)aZone; 53 - (id) remove; 54 - (void) addObject:(id) o; 57 - (id) head; 58 - (id) objectAtIndex:(NSInteger) i;
|
/external/chromium_org/chrome/browser/themes/ |
custom_theme_supplier.cc | 20 bool CustomThemeSupplier::GetTint(int id, color_utils::HSL* hsl) const { 24 bool CustomThemeSupplier::GetColor(int id, SkColor* color) const { 28 bool CustomThemeSupplier::GetDisplayProperty(int id, int* result) const { 32 gfx::Image CustomThemeSupplier::GetImageNamed(int id) { 42 bool CustomThemeSupplier::HasCustomImage(int id) const {
|
/external/chromium_org/content/renderer/ |
active_notification_tracker.h | 32 void UnregisterNotification(int id); 33 bool GetId(const WebKit::WebNotification& notification, int& id); 34 bool GetNotification(int id, WebKit::WebNotification* notification); 39 void OnPermissionRequestComplete(int id); 40 WebKit::WebNotificationPermissionCallback* GetCallback(int id);
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
macdeviceinfo.cc | 35 if (device.id.size() < 2 * id_size) { 39 // The last characters of device id is a concatenation of VID and then PID. 40 const size_t vid_location = device.id.size() - 2 * id_size; 41 std::string id_vendor = device.id.substr(vid_location, id_size); 42 const size_t pid_location = device.id.size() - id_size; 43 std::string id_product = device.id.substr(pid_location, id_size);
|
/external/libmtp/examples/ |
trexist.c | 34 uint32_t id; local 39 // We need track ID 45 // Sanity check song ID 46 id = strtoul(argv[1], &endptr, 10); 50 } else if ( ! id ) { 51 fprintf(stderr, "bad song id %u\n", id); 62 printf("%s\n", LIBMTP_Track_Exists(device, id) ? "Yes" : "No");
|
delfile.c | 45 uint32_t id = parse_path (path,files,folders); local 47 if (id > 0) { 48 printf("Deleting %s which has item_id:%d\n",path,id); 50 ret = LIBMTP_Delete_Object(device, id); 83 uint32_t id; local 88 // Sanity check song ID 89 id = strtoul(argv[i], &endptr, 10); 92 id = 0; 96 id = parse_path (argv[i],files,folders); 98 id = 0 [all...] |
/external/skia/tools/skpdiff/ |
SkDifferentPixelsMetric.h | 32 virtual void deleteDiff(int id) SK_OVERRIDE; 33 virtual bool isFinished(int id) SK_OVERRIDE; 34 virtual double getResult(int id) SK_OVERRIDE; 35 virtual int getPointsOfInterestCount(int id) SK_OVERRIDE; 36 virtual SkIPoint* getPointsOfInterest(int id) SK_OVERRIDE;
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
PEPItem.java | 35 String id; field in class:PEPItem 43 public PEPItem(String id) { 45 this.id = id; 73 * <message id="MlIpV-4" to="gato1@gato.home" from="gato3@gato.home/Smack"> 86 buf.append("<").append(getElementName()).append(" id=\"").append(id).append("\">");
|
/external/chromium_org/ui/message_center/ |
message_center_impl.cc | 32 PopupTimer::PopupTimer(const std::string& id, 35 : id_(id), 87 void PopupTimersController::StartTimer(const std::string& id, 89 PopupTimerCollection::iterator iter = popup_timers_.find(id); 96 PopupTimer* timer = new PopupTimer(id, timeout, AsWeakPtr()); 99 popup_timers_[id] = timer; 109 void PopupTimersController::ResetTimer(const std::string& id, 111 CancelTimer(id); 112 StartTimer(id, timeout); 115 void PopupTimersController::PauseTimer(const std::string& id) { 281 const std::string& id = notification->id(); local 386 std::string id = (*iter)->id(); local 400 std::string id = (*iter)->id(); local [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
AMutableArray.h | 18 __strong id *ptrBuffer; 21 + (id) newArray; 22 + (id) arrayWithCapacity:(NSInteger)size; 24 - (id) init; 25 - (id) initWithCapacity:(NSInteger)size; 26 - (id) copyWithZone:(NSZone *)aZone; 28 - (void) addObject:(id)anObject; 30 - (id) objectAtIndex:(NSInteger)anIdx; 31 - (void) insertObject:(id)anObject atIndex:(NSInteger)anIdx; 35 - (void) replaceObjectAtIndex:(NSInteger)idx withObject:(id)obj [all...] |
ANTLRFastQueue.h | 46 + (id) newANTLRFastQueue; 48 - (id) init; 50 - (id) copyWithZone:(NSZone *)aZone; 53 - (id) remove; 54 - (void) addObject:(id) obj; 58 - (id) head; 59 - (id) objectAtIndex:(NSUInteger) i;
|
ANTLRInputStream.h | 18 + (id) newANTLRInputStream; 19 + (id) newANTLRInputStream:(NSFileHandle *)anInput; 20 + (id) newANTLRInputStream:(NSFileHandle *)anInput size:(NSInteger)theSize; 21 + (id) newANTLRInputStream:(NSFileHandle *)anInput encoding:(NSStringEncoding)theEncoding; 22 + (id) newANTLRInputStream:(NSFileHandle *)anInput 26 - (id) init; 27 - (id) initWithInput:(NSFileHandle *)anInput
|
/external/chromium_org/cc/animation/ |
animation_registrar.cc | 22 AnimationRegistrar::GetAnimationControllerForId(int id) { 24 if (!ContainsKey(all_animation_controllers_, id)) { 25 to_return = LayerAnimationController::Create(id); 27 all_animation_controllers_[id] = to_return.get(); 29 to_return = all_animation_controllers_[id]; 36 active_animation_controllers_[controller->id()] = controller; 41 if (ContainsKey(active_animation_controllers_, controller->id())) 42 active_animation_controllers_.erase(controller->id()); 47 all_animation_controllers_[controller->id()] = controller; 52 if (ContainsKey(all_animation_controllers_, controller->id())) [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
url_drop_target.h | 25 - (id)initWithView:(NSView<URLDropTarget>*)view; 30 - (NSDragOperation)draggingEntered:(id<NSDraggingInfo>)sender; 31 - (NSDragOperation)draggingUpdated:(id<NSDraggingInfo>)sender; 32 - (void)draggingExited:(id<NSDraggingInfo>)sender; 33 - (BOOL)performDragOperation:(id<NSDraggingInfo>)sender; 42 - (id<URLDropTargetController>)urlDropController; 46 - (NSDragOperation)draggingEntered:(id<NSDraggingInfo>)sender; 47 - (NSDragOperation)draggingUpdated:(id<NSDraggingInfo>)sender; 48 - (void)draggingExited:(id<NSDraggingInfo>)sender; 49 - (BOOL)performDragOperation:(id<NSDraggingInfo>)sender [all...] |
/external/chromium_org/third_party/ocmock/OCMock/ |
OCMConstraint.h | 2 // $Id$ 11 + (id)constraint; 12 - (BOOL)evaluate:(id)value; 18 + (id)constraintWithSelector:(SEL)aSelector onObject:(id)anObject; 19 + (id)constraintWithSelector:(SEL)aSelector onObject:(id)anObject withValue:(id)aValue; 36 id testValue; 53 BOOL (^block)(id); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
Match.java | 68 * @param generateId whether an id should be generated if one is missing 75 String id = edge.id; local 76 if (id == null || id.length() == -1) { 79 id = "<generated>"; 81 // Must generate an id on the fly! 84 id = edge.node.getStringAttr(ANDROID_URI, ATTR_ID); 85 if (id == null || id.length() == 0) [all...] |