HomeSort by relevance Sort by last modified time
    Searched full:selector (Results 876 - 900 of 2495) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/ocmock/OCMock/
OCMRealObjectForwarder.m 16 SEL invocationSelector = [anInvocation selector];
20 if([invocationTarget isProxy] && (class_getInstanceMethod([invocationTarget class], @selector(realObject))))
OCProtocolMockObject.m 48 - (BOOL)respondsToSelector:(SEL)selector
50 return ([self methodSignatureForSelector:selector] != nil);
  /external/chromium_org/ui/base/cocoa/
find_pasteboard.mm 30 selector:@selector(loadTextFromPasteboard:)
  /external/iproute2/man/man8/
ip-xfrm.8 49 .IR SELECTOR " ] [ " LIMIT-LIST " ]"
141 .IR SELECTOR " :="
192 .I SELECTOR
215 .RI "{ " SELECTOR " | "
231 .RI "[ " SELECTOR " ]"
252 .IR SELECTOR " :="
444 .IR SELECTOR
491 .IR SELECTOR
  /external/skia/tools/
LazyDecodeBitmap.cpp 29 // Simple cache selector to choose between a purgeable cache for large images and the standard one
63 // Only use the cache selector if there is a purgeable image cache to use for large
  /frameworks/base/core/res/res/color/
secondary_text_dark.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
27 </selector>
secondary_text_holo_dark.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
27 </selector>
  /frameworks/base/core/res/res/drawable/
btn_keyboard_key_ics.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
42 </selector>
btn_radio.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
35 </selector>
gallery_item_background.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
57 </selector>
item_background.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
29 </selector>
item_background_activated_holo_dark.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
27 </selector>
item_background_holo_dark.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
26 </selector>
item_background_holo_light.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
26 </selector>
list_selector_background.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
28 </selector>
list_selector_background_light.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
28 </selector>
list_selector_holo_dark.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
27 </selector>
list_selector_holo_light.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
28 </selector>
  /frameworks/base/packages/DocumentsUI/res/drawable/
item_background.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
32 </selector>
  /frameworks/support/v7/appcompat/res/drawable/
abc_item_background_holo_dark.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
26 </selector>
abc_item_background_holo_light.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
26 </selector>
abc_list_selector_holo_dark.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
27 </selector>
abc_list_selector_holo_light.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android">
28 </selector>
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
MockAbstractSelector.java 21 import java.nio.channels.Selector;
85 public Selector wakeup() {
  /libcore/luni/src/main/java/java/nio/channels/
SelectionKey.java 21 * selector for which the channel is registered.
97 * another ongoing call to a method of this selector has finished. The
98 * reason is that it is synchronizing on the key set of the selector. After
101 * selector.
213 * Gets the selector for which this key's channel is registered.
215 * @return the related selector.
217 public abstract Selector selector(); method in class:SelectionKey

Completed in 523 milliseconds

<<31323334353637383940>>