/external/llvm/test/CodeGen/X86/ |
2011-06-12-FastAllocSpill.ll | 12 %1 = type opaque 13 %2 = type opaque
|
/external/llvm/test/Transforms/SimplifyCFG/ |
2006-08-03-Crash.ll | 7 %struct.eh_status = type opaque 11 %struct.initial_value_struct = type opaque 12 %struct.lang_decl = type opaque 13 %struct.lang_type = type opaque 14 %struct.language_function = type opaque 21 %struct.temp_slot = type opaque 30 %struct.varasm_status = type opaque 32 %union.tree_ann_d = type opaque
|
/external/pcre/doc/ |
pcre_exec.3 | 65 \fIstudy_data\fP Opaque data from \fBpcre_study()\fP 68 \fIcallout_data\fP Opaque data passed back to callouts
|
/external/qemu/android/ |
audio-test.c | 30 testAudio_audio_callback(void* opaque, int free) 32 TestAudio* ta = opaque;
|
hw-sensors.c | 217 static void _hwSensorClient_tick(void* opaque); 247 _hwSensorClient_recv( void* opaque, uint8_t* msg, int msglen, 250 HwSensorClient* cl = opaque; 256 _hwSensorClient_close( void* opaque ) 258 HwSensorClient* cl = opaque; 283 _hwSensorClient_tick( void* opaque ) 285 HwSensorClient* cl = opaque; 442 _hwSensorClient_save( QEMUFile* f, QemudClient* client, void* opaque ) 444 HwSensorClient* sc = opaque; 453 _hwSensorClient_load( QEMUFile* f, QemudClient* client, void* opaque ) [all...] |
/external/qemu/android/protocol/ |
fb-updates-proxy.c | 191 static void proxyFb_update(void* opaque, int x, int y, int w, int h); 243 * opaque - ProxyFramebuffer instance. 246 _proxyFb_io_fun(void* opaque, int fd, unsigned events) 249 _proxyFb_io_read((ProxyFramebuffer*)opaque); 251 _proxyFb_io_write((ProxyFramebuffer*)opaque); 269 dul->opaque = ret; 305 proxyFb_update(void* opaque, int x, int y, int w, int h) 307 ProxyFramebuffer* proxy_fb = opaque;
|
ui-commands-proxy.c | 102 * opaque - UICmdProxy instance. 105 _uiCmdProxy_io_func(void* opaque, int fd, unsigned events) 107 UICmdProxy* uicmd = (UICmdProxy*)opaque; 144 _uiCmdProxy_brightness_change_callback(void* opaque,
|
/external/qemu/android/skin/ |
composer.h | 36 char isOpaque; /* flag: TRUE iff the region is opaque */ 40 typedef void (*SkinPlateDrawFunc)( void* user, SkinRegion* region, SkinPos* apos, SkinViewport* viewport, int opaque );
|
/external/qemu/hw/ |
msmouse.c | 33 static void msmouse_event(void *opaque, 36 CharDriverState *chr = (CharDriverState *)opaque;
|
/frameworks/base/docs/html/resources/articles/ |
window-bg-speed.jd | 35 example of an application that always draws a full screen opaque picture:</p> 37 <div style="text-align: center;"><img src="images/window_background.png" alt="An opaque user interface doesn't need a window background"></div> 46 background drawable. Since the user interface is entirely opaque, drawing the 73 <code>WebView</code> or any other full screen opaque view.</p> 75 <p><strong>Opaque views and Android</strong>: this optimization is currently 77 drawing of views hidden by opaque children. The main reason why this 79 opaque views in Android applications. This is however something that I 120 an activity with an opaque UI or a custom background, remember to change the
|
/frameworks/base/graphics/java/android/graphics/ |
PixelFormat.java | 34 /** System chooses an opaque format (no alpha bits required) */ 35 public static final int OPAQUE = -1;
|
/system/core/libnetutils/ |
dhcpmsg.h | 87 #define OPT_CLASS_ID 60 /* n <opaque> */ 88 #define OPT_CLIENT_ID 61 /* n <opaque> */
|
/external/qemu/ |
net-android.c | 372 void *opaque) 385 vc->opaque = opaque; 414 VLANClientState *qemu_find_vlan_client(VLANState *vlan, void *opaque) 419 if ((*pvc)->opaque == opaque) 742 void* opaque ) 745 opaque = opaque; 751 void* opaque ) [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
chrome_browser_window.mm | 18 // needs to be not opaque.
|
/external/chromium/net/base/ |
ssl_cert_request_info.h | 38 // opaque DistinguishedName<1..2^16-1>;
|
/external/elfutils/libasm/ |
libasm.h | 23 /* Opaque type for the assembler context descriptor. */ 26 /* Opaque type for a section. */ 29 /* Opaque type for a section group. */ 32 /* Opaque type for a symbol. */
|
/external/llvm/test/CodeGen/ARM/ |
uint64tof64.ll | 4 %struct.__sFILEX = type opaque
|
/external/llvm/test/CodeGen/Generic/ |
nested-select.ll | 5 %typedef.tree = type opaque
|
/external/llvm/test/FrontendC/ |
2002-07-14-MiscListTests.c | 7 // Test opaque structure support. the list type is defined later
|
/external/llvm/test/Linker/ |
partial-type-refinement-link.ll | 13 %"pair<P*,AU*>" = type opaque
|
partial-type-refinement.ll | 15 %"pair<P*,AU*>" = type opaque
|
testlink2.ll | 9 %Ty2 = type opaque
|
/external/llvm/test/Transforms/GVN/ |
2007-07-26-PhiErasure.ll | 5 %struct.__sFILEX = type opaque
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Challenge.java | 50 private static String OPAQUE = ParameterNames.OPAQUE; 121 * get the Opaque field 125 return (String) authParams.getValue(OPAQUE);
|
/external/qemu/android/utils/ |
dll.h | 15 /* Opaque type to model a dynamic library handle */
|