HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 76 - 100 of 3745) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebCore/bindings/objc/
ObjCEventListener.h 40 static PassRefPtr<ObjCEventListener> wrap(id <DOMEventListener>);
52 static ObjCEventListener* find(id <DOMEventListener>);
54 ObjCEventListener(id <DOMEventListener>);
59 id <DOMEventListener> m_listener;
DOMCustomXPathNSResolver.h 42 static PassRefPtr<DOMCustomXPathNSResolver> create(id <DOMXPathNSResolver> customResolver) { return adoptRef(new DOMCustomXPathNSResolver(customResolver)); }
48 DOMCustomXPathNSResolver(id <DOMXPathNSResolver>);
49 id <DOMXPathNSResolver> m_customResolver; // DOMCustomXPathNSResolvers are always temporary, thus no need to GC protect the object.
  /frameworks/base/core/java/android/content/
ContentUris.java 30 * <p>This supports a common convention for content URIs where an ID is
45 * Appends the given ID to the end of the path.
47 * @param builder to append the ID to
48 * @param id to append
52 public static Uri.Builder appendId(Uri.Builder builder, long id) {
53 return builder.appendEncodedPath(String.valueOf(id));
57 * Appends the given ID to the end of the path.
60 * @param id to append
62 * @return a new URI with the given ID appended to the end of the path
64 public static Uri withAppendedId(Uri contentUri, long id) {
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_realm.h 16 u_int32_t id; member in struct:xt_realm_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_realm.h 16 u_int32_t id; member in struct:xt_realm_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_realm.h 16 u_int32_t id; member in struct:xt_realm_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_realm.h 16 u_int32_t id; member in struct:xt_realm_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_realm.h 16 u_int32_t id; member in struct:xt_realm_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter/
xt_realm.h 16 u_int32_t id; member in struct:xt_realm_info
  /external/webkit/WebKit/mac/WebView/
WebDelegateImplementationCaching.mm 75 typedef float (*ObjCMsgSendFPRet)(id, SEL, ...);
82 static inline id CallDelegate(WebView *self, id delegate, SEL selector)
90 } @catch(id exception) {
96 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object)
104 } @catch(id exception) {
110 static inline id CallDelegate(WebView *self, id delegate, SEL selector, NSRect rect
    [all...]
  /bionic/libc/kernel/common/linux/
ata.h 241 #define ata_id_is_ata(id) (((id)[0] & (1 << 15)) == 0)
242 #define ata_id_is_cfa(id) ((id)[0] == 0x848A)
243 #define ata_id_is_sata(id) ((id)[93] == 0)
244 #define ata_id_rahead_enabled(id) ((id)[85] & (1 << 6))
245 #define ata_id_wcache_enabled(id) ((id)[85] & (1 << 5)
    [all...]
  /development/ndk/platforms/android-3/include/linux/
ata.h 241 #define ata_id_is_ata(id) (((id)[0] & (1 << 15)) == 0)
242 #define ata_id_is_cfa(id) ((id)[0] == 0x848A)
243 #define ata_id_is_sata(id) ((id)[93] == 0)
244 #define ata_id_rahead_enabled(id) ((id)[85] & (1 << 6))
245 #define ata_id_wcache_enabled(id) ((id)[85] & (1 << 5)
    [all...]
  /external/libvpx/vpx_mem/include/nds/
vpx_mem_nds.h 22 void *vpx_mem_nds_alloc(osarena_id id, osheap_handle handle, size_t size, size_t align);
23 void vpx_mem_nds_free(osarena_id id, osheap_handle handle, void *mem);
24 int vpx_nds_alloc_heap(osarena_id id, u32 size);
  /external/libvpx/vpx_mem/ti_c6x/
vpx_mem_ti_6cx.c 20 void *vpx_mem_alloc(int id, size_t size, size_t align)
23 void *mem = (void *)mem_alloc(id, size, align);
30 "WARNING: mem_alloc returned 0 for id=%p size=%u align=%u.\n"
48 "ERROR: mem_alloc id=%p size=%u align=%u OUT OF MEMORY.\n"
57 (void)id;
64 void vpx_mem_free(int id, void *mem, size_t size)
73 "WARNING: 0 being free'd id=%p size=%u.\n"
75 id, size));
83 mem_free(id, mem, size);
85 (void)id;
    [all...]
  /external/webkit/WebCore/history/mac/
HistoryItemMac.mm 33 id HistoryItem::viewState() const
38 void HistoryItem::setViewState(id statePList)
40 id newState = [statePList copy];
45 id HistoryItem::getTransientProperty(const String& key) const
52 void HistoryItem::setTransientProperty(const String& key, id value)
62 m_transientProperties.set(new HashMap<String, RetainPtr<id> >);
  /external/webkit/WebKit/mac/Panels/
WebAuthenticationPanel.h 36 IBOutlet id mainLabel;
37 IBOutlet id panel;
38 IBOutlet id password;
39 IBOutlet id smallLabel;
40 IBOutlet id username;
41 IBOutlet id imageView;
42 IBOutlet id remember;
46 id callback;
51 -(id)initWithCallback:(id)cb selector:(SEL)sel
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebJavaScriptTextInputPanel.h 37 - (id)initWithPrompt:(NSString *)prompt text:(NSString *)text;
40 - (IBAction)pressedCancel:(id)sender;
41 - (IBAction)pressedOK:(id)sender;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ata.h 241 #define ata_id_is_ata(id) (((id)[0] & (1 << 15)) == 0)
242 #define ata_id_is_cfa(id) ((id)[0] == 0x848A)
243 #define ata_id_is_sata(id) ((id)[93] == 0)
244 #define ata_id_rahead_enabled(id) ((id)[85] & (1 << 6))
245 #define ata_id_wcache_enabled(id) ((id)[85] & (1 << 5)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ata.h 241 #define ata_id_is_ata(id) (((id)[0] & (1 << 15)) == 0)
242 #define ata_id_is_cfa(id) ((id)[0] == 0x848A)
243 #define ata_id_is_sata(id) ((id)[93] == 0)
244 #define ata_id_rahead_enabled(id) ((id)[85] & (1 << 6))
245 #define ata_id_wcache_enabled(id) ((id)[85] & (1 << 5)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ata.h 241 #define ata_id_is_ata(id) (((id)[0] & (1 << 15)) == 0)
242 #define ata_id_is_cfa(id) ((id)[0] == 0x848A)
243 #define ata_id_is_sata(id) ((id)[93] == 0)
244 #define ata_id_rahead_enabled(id) ((id)[85] & (1 << 6))
245 #define ata_id_wcache_enabled(id) ((id)[85] & (1 << 5)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ata.h 241 #define ata_id_is_ata(id) (((id)[0] & (1 << 15)) == 0)
242 #define ata_id_is_cfa(id) ((id)[0] == 0x848A)
243 #define ata_id_is_sata(id) ((id)[93] == 0)
244 #define ata_id_rahead_enabled(id) ((id)[85] & (1 << 6))
245 #define ata_id_wcache_enabled(id) ((id)[85] & (1 << 5)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ata.h 241 #define ata_id_is_ata(id) (((id)[0] & (1 << 15)) == 0)
242 #define ata_id_is_cfa(id) ((id)[0] == 0x848A)
243 #define ata_id_is_sata(id) ((id)[93] == 0)
244 #define ata_id_rahead_enabled(id) ((id)[85] & (1 << 6))
245 #define ata_id_wcache_enabled(id) ((id)[85] & (1 << 5)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ata.h 241 #define ata_id_is_ata(id) (((id)[0] & (1 << 15)) == 0)
242 #define ata_id_is_cfa(id) ((id)[0] == 0x848A)
243 #define ata_id_is_sata(id) ((id)[93] == 0)
244 #define ata_id_rahead_enabled(id) ((id)[85] & (1 << 6))
245 #define ata_id_wcache_enabled(id) ((id)[85] & (1 << 5)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MenuInflaterTest.java 110 assertTrue(menu.findItem(R.id.visible_item).isVisible());
111 assertEquals('a', menu.findItem(R.id.visible_item).getAlphabeticShortcut());
113 assertFalse(menu.findItem(R.id.hidden_item).isVisible());
114 assertEquals('b', menu.findItem(R.id.hidden_item).getAlphabeticShortcut());
116 assertEquals(R.id.hidden_group, menu.findItem(R.id.hidden_by_group).getGroupId());
117 assertFalse(menu.findItem(R.id.hidden_by_group).isVisible());
118 assertEquals('c', menu.findItem(R.id.hidden_by_group).getAlphabeticShortcut());
124 assertEquals("Start", menu.findItem(R.id.start).getTitle());
125 assertIconUsingDrawableRes((BitmapDrawable) menu.findItem(R.id.start).getIcon()
    [all...]
  /external/webkit/WebKit/mac/Misc/
WebNSObjectExtras.mm 35 id target;
36 id exception;
49 - (id)initWithTarget:(id)passedTarget
60 id exceptionToThrow = [exception autorelease];
66 id returnValue;
77 - (void)handleException:(id)passedException
91 } @catch (id exception) {
98 id value;
108 - (id)_webkit_invokeOnMainThrea
    [all...]

Completed in 1831 milliseconds

1 2 34 5 6 7 8 91011>>