/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/ |
XF86DGA2.c | 100 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 102 XDGACheckExtension (dpy, info, False); 104 switch((wire->u.u.type & 0x7f) - info->codes->first_event) { 149 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 151 if (XextHasExtension(info)) { 152 *event_basep = info->codes->first_event; 153 *error_basep = info->codes->first_error; 166 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 170 XDGACheckExtension (dpy, info, False); 174 req->reqType = info->codes->major_opcode 204 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 224 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 264 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 304 xXDGAModeInfo info; local 385 xXDGAModeInfo info; local 449 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 472 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 492 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 516 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 545 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 576 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 602 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 625 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 649 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local 676 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local [all...] |
/external/quake/quake/src/WinQuake/ |
dos_v2.cpp | 137 _go32_dpmi_seginfo info;
local 147 info.size = (size+15) / 16;
148 rc = _go32_dpmi_allocate_dos_memory(&info);
154 seginfo[i] = info;
155 return real2ptr((int) info.rm_segment << 4);
186 _go32_dpmi_seginfo info;
local 195 info.pm_offset = (int) handler;
196 _go32_dpmi_allocate_iret_wrapper(&info);
199 _go32_dpmi_set_protected_mode_interrupt_vector(intr, &info);
238 __dpmi_meminfo info;
local 249 __dpmi_meminfo info; local [all...] |
snd_sun.cpp | 38 static audio_info_t info; variable 76 if (ioctl(audio_fd, AUDIO_GETINFO, &info) < 0) { 92 AUDIO_INITINFO(&info); 97 info.play.encoding = AUDIO_ENCODING_LINEAR; 98 info.play.sample_rate = 11025; 99 info.play.channels = 2; 100 info.play.precision = 16; 102 if (ioctl(audio_fd, AUDIO_SETINFO, &info) < 0) { 103 info.play.encoding = AUDIO_ENCODING_LINEAR; 104 info.play.sample_rate = 11025 [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
ShortcutInfo.java | 76 public ShortcutInfo(ShortcutInfo info) { 77 super(info); 78 title = info.title.toString(); 79 intent = new Intent(info.intent); 80 if (info.iconResource != null) { 82 iconResource.packageName = info.iconResource.packageName; 83 iconResource.resourceName = info.iconResource.resourceName; 85 mIcon = info.mIcon; // TODO: should make a copy here. maybe we don't need this ctor at all 86 customIcon = info.customIcon; 90 public ShortcutInfo(ApplicationInfo info) { [all...] |
/development/apps/Development/src/com/android/development/ |
PackageSummary.java | 89 PackageInfo info = null; local 91 info = pm.getPackageInfo(mPackageName, 99 if (info != null) { 100 mPackage.setText(info.packageName); 103 if (info.applicationInfo != null) { 105 pm.getApplicationIcon(info.applicationInfo)); 106 label = info.applicationInfo.nonLocalizedLabel; 107 appClass = info.applicationInfo.className; 108 if (info.applicationInfo.enabled) { 111 if ((info.applicationInfo.flags&ApplicationInfo.FLAG_SYSTEM) == 0) [all...] |
/development/tools/idegen/src/ |
Stopwatch.java | 26 Log.info(label + ": " + (now - last) + "ms");
|
/external/emma/core/java12/com/vladium/emma/rt/ |
RTCoverageDataPersister.java | 46 final boolean info = log.atINFO (); 48 final long start = info ? System.currentTimeMillis () : 0; 57 if (info) 61 log.info ("runtime coverage data " + (merge ? "merged into" : "written to") + " [" + outFile.getAbsolutePath () + "] {in " + (end - start) + " ms}");
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_SAME.h | 10 unsigned char info; member in struct:ipt_same_info
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
pvmp3_mpeg2_get_scale_data.h | 92 mp3Header *info,
|
pvmp3_mpeg2_get_scale_factors.h | 93 mp3Header *info,
|
pvmp3_reorder.h | 91 mp3Header *info,
|
/external/proguard/src/proguard/classfile/attribute/ |
UnknownAttribute.java | 35 public byte[] info; field in class:UnknownAttribute 52 byte[] info) 57 this.info = info;
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxmouse.c | 63 GR_WINDOW_INFO info ; local 68 GrGetWindowInfo (SDL_Window, & info) ; 69 GrMoveCursor (info.x + x, info.y + y) ;
|
/external/qemu/hw/ |
goldfish_memlog.c | 31 unsigned info[8]; variable 38 info[offset / 4] = val; 42 sprintf(buf,"%08x %08x\n", info[0], info[1]);
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8DocumentLocationCustom.cpp | 35 v8::Handle<v8::Value> V8Document::locationAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 37 Document* document = V8Document::toNative(info.Holder()); 45 void V8Document::locationAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 47 Document* document = V8Document::toNative(info.Holder());
|
V8HTMLFrameElementCustom.cpp | 44 void V8HTMLFrameElement::srcAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 46 HTMLFrameElement* frame = V8HTMLFrameElement::toNative(info.Holder()); 55 void V8HTMLFrameElement::locationAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 57 HTMLFrameElement* frame = V8HTMLFrameElement::toNative(info.Holder());
|
/external/webkit/WebCore/platform/graphics/cg/ |
PatternCG.cpp | 37 static void patternCallback(void* info, CGContextRef context) 39 CGImageRef platformImage = static_cast<Image*>(info)->getCGImageRef(); 48 static void patternReleaseCallback(void* info) 50 static_cast<Image*>(info)->deref();
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_mpeg2_get_scale_data.h | 92 mp3Header *info,
|
pvmp3_mpeg2_get_scale_factors.h | 93 mp3Header *info,
|
pvmp3_reorder.h | 91 mp3Header *info,
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/ |
FieldContext.java | 46 public FieldContext(InputConnection conn, EditorInfo info, 49 addEditorInfoToBundle(info, mFieldInfo); 62 private static void addEditorInfoToBundle(EditorInfo info, Bundle bundle) { 63 if (info == null) { 67 bundle.putString(LABEL, safeToString(info.label)); 68 bundle.putString(HINT, safeToString(info.hintText)); 69 bundle.putString(PACKAGE_NAME, safeToString(info.packageName)); 70 bundle.putInt(FIELD_ID, info.fieldId); 71 bundle.putString(FIELD_NAME, safeToString(info.fieldName)); 72 bundle.putInt(INPUT_TYPE, info.inputType) [all...] |
/bionic/libdl/ |
libdl.c | 24 int dladdr(void *addr, Dl_info *info) { return 0; } 32 int dl_iterate_phdr(int (*cb)(void *info, void *size, void *data),
|
/dalvik/libcore/security/src/main/java/java/security/ |
AuthProvider.java | 43 * @param info 46 protected AuthProvider(String name, double version, String info) { 47 super(name, version, info);
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/pkcs10/ |
CertificationRequest.java | 44 private CertificationRequestInfo info; field in class:CertificationRequest 55 public CertificationRequest(CertificationRequestInfo info, 57 this.info = info; 64 private CertificationRequest(CertificationRequestInfo info, 66 this(info, algId, signature); 78 * @return Returns the info. 81 return info; 105 CertificationRequestInfo.ASN1, // info 123 values[0] = certReq.info; [all...] |
/dalvik/libcore/support/src/test/java/tests/resources/Package/ |
hyts_package.jar | |