Searched refs:sref (Results 1 – 9 of 9) sorted by relevance
/external/libdrm/nouveau/ |
D | pushbuf.c | 437 pushbuf_refn_fail(struct nouveau_pushbuf *push, int sref, int srel) in pushbuf_refn_fail() argument 443 kref = krec->buffer + sref; in pushbuf_refn_fail() 444 while (krec->nr_buffer-- > sref) { in pushbuf_refn_fail() 450 krec->nr_buffer = sref; in pushbuf_refn_fail() 461 int sref = krec->nr_buffer; in pushbuf_refn() local 473 pushbuf_refn_fail(push, sref, krec->nr_reloc); in pushbuf_refn() 493 int sref, srel, ret; in pushbuf_validate() local 499 sref = krec->nr_buffer; in pushbuf_validate() 525 pushbuf_refn_fail(push, sref, srel); in pushbuf_validate()
|
/external/clang/test/ARCMT/ |
D | nonobjc-to-objc-cast-2.m | 15 CFStringRef sref; field 25 return sref; 30 …return sref; // expected-error {{implicit conversion of C pointer type 'CFStringRef' (aka 'const s…
|
D | nonobjc-to-objc-cast.m | 24 CFStringRef sref; field 58 return sref;
|
D | nonobjc-to-objc-cast.m.result | 24 CFStringRef sref; 58 return (__bridge id)(sref);
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/ |
D | MacKeyboard.cpp | 178 CGEventSourceRef sref = CGEventSourceCreate(kCGEventSourceStateHIDSystemState); in getAsString() local 179 CGEventRef ref = CGEventCreateKeyboardEvent(sref, deviceKeycode, true); in getAsString()
|
D | CocoaKeyboard.mm | 103 CGEventSourceRef sref = CGEventSourceCreate(kCGEventSourceStateHIDSystemState); 104 CGEventRef ref = CGEventCreateKeyboardEvent(sref, deviceKeycode, true);
|
/external/webrtc/webrtc/base/ |
D | proxydetect.cc | 1085 SecKeychainSearchRef sref; in p_putPasswordInProxyInfo() local 1088 &attrList, &sref); in p_putPasswordInProxyInfo() 1093 oss = SecKeychainSearchCopyNext(sref, &iref); in p_putPasswordInProxyInfo()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 1116 struct pipe_stencil_ref sref; in set_stencil_ref() local 1117 sref.ref_value[0] = stencil_ref; in set_stencil_ref() 1118 sref.ref_value[1] = stencil_ref; in set_stencil_ref() 1119 pipe->set_stencil_ref(pipe, &sref); in set_stencil_ref()
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/ |
D | cocoa.diff | 1007 + CGEventSourceRef sref = CGEventSourceCreate(kCGEventSourceStateHIDSystemState); 1008 + CGEventRef ref = CGEventCreateKeyboardEvent(sref, deviceKeycode, true); 2198 + CGEventSourceRef sref = CGEventSourceCreate(kCGEventSourceStateHIDSystemState); 2199 + CGEventRef ref = CGEventCreateKeyboardEvent(sref, deviceKeycode, true);
|