HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 851 - 875 of 1780) sorted by null

<<31323334353637383940>>

  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.c 213 this->info.current_w = si.cols ;
214 this->info.current_h = si.rows ;
461 GR_WINDOW_INFO info ; local
471 GrGetWindowInfo (SDL_Window, & info) ;
472 x = si.xpos - info.x ;
473 y = si.ypos - info.y ;
474 if (x >= 0 && x <= info.width && y >= 0 && y <= info.height) {
  /external/qemu/hw/
qdev.h 76 typedef void (*qdev_initfn)(DeviceState *dev, DeviceInfo *info);
90 void qdev_register(DeviceInfo *info);
  /external/v8/src/x64/
virtual-frame-x64.cc 196 void VirtualFrame::EmitPush(Register reg, NumberInfo::Type info) {
198 elements_.Add(FrameElement::MemoryElement(info));
204 void VirtualFrame::EmitPush(const Operand& operand, NumberInfo::Type info) {
206 elements_.Add(FrameElement::MemoryElement(info));
212 void VirtualFrame::EmitPush(Immediate immediate, NumberInfo::Type info) {
214 elements_.Add(FrameElement::MemoryElement(info));
230 NumberInfo::Type info = NumberInfo::kUnknown; local
232 info = NumberInfo::kSmi;
234 info = NumberInfo::kHeapNumber;
236 elements_.Add(FrameElement::MemoryElement(info));
    [all...]
  /external/webkit/WebCore/platform/graphics/
Path.h 96 typedef void (*PathApplierFunction)(void* info, const PathElement*);
147 void apply(void* info, PathApplierFunction) const;
  /external/webkit/WebCore/platform/graphics/cg/
GradientCG.cpp 48 static void gradientCallback(void* info, const CGFloat* in, CGFloat* out)
51 static_cast<const Gradient*>(info)->getColor(*in, &r, &g, &b, &a);
  /external/webkit/WebCore/platform/graphics/wince/
PathWince.cpp 131 void Path::apply(void* info, PathApplierFunction function) const
133 m_path->apply(info, function);
  /external/webkit/WebCore/platform/network/mac/
NetworkStateNotifierMac.cpp 79 void NetworkStateNotifier::dynamicStoreCallback(SCDynamicStoreRef, CFArrayRef, void* info)
81 NetworkStateNotifier* notifier = static_cast<NetworkStateNotifier*>(info);
  /external/webkit/WebCore/platform/text/cf/
StringImplCF.cpp 41 static const void* retain(const void* info)
43 return info;
  /external/webkit/WebKit/android/plugins/
ANPSoundInterface.cpp 61 static void callbackProc(int event, void* user, void* info) {
69 src = reinterpret_cast<android::AudioTrack::Buffer*>(info);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Apple80211.h 57 WirelessError WirelessGetInfo(WirelessRef ref, WirelessInfo *info);
58 WirelessError WirelessGetInfo2(WirelessRef ref, WirelessInfo2 *info);
  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 33 extern "C" void get_malloc_leak_info(uint8_t** info, size_t* overallSize,
36 extern "C" void free_malloc_leak_info(uint8_t* info);
52 * Retrieve the native heap information and the info from /proc/<self>/maps,
59 // get the info in /proc/[pid]/map
126 // free the info up!
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_mpeg2_get_scale_data.cpp 41 mp3Header *info, mp3 header information
130 mp3Header *info,
148 if ((((info->mode_ext &1)) && (ch == 1)))
pvmp3_mpeg2_stereo_proc.cpp 76 mp3Header *info mp3 header info
225 mp3Header *info)
240 int32 i_stereo = (info->mode == MPG_MD_JOINT_STEREO) &&
241 (info->mode_ext & 0x1);
243 int32 ms_stereo = (info->mode == MPG_MD_JOINT_STEREO) &&
244 (info->mode_ext & 0x2);
258 sfreq = info->version_x + (info->version_x << 1);
259 sfreq += info->sampling_frequency
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
module.h 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
module.h 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
module.h 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
module.h 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
module.h 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
module.h 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info)
  /packages/apps/Email/src/org/apache/james/mime4j/
Log.java 72 public void info(Object message) { method in class:Log
77 public void info(Object message, Throwable t) { method in class:Log
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContext3DMac.cpp 500 bool GraphicsContext3D::getActiveAttrib(WebGLProgram* program, unsigned long index, ActiveInfo& info)
516 info.name = String(name, nameLength);
517 info.type = type;
518 info.size = size;
522 bool GraphicsContext3D::getActiveUniform(WebGLProgram* program, unsigned long index, ActiveInfo& info)
538 info.name = String(name, nameLength);
539 info.type = type;
540 info.size = size;
1013 GLchar* info = (GLchar*) fastMalloc(length); local
1014 if (!info)
1046 GLchar* info = (GLchar*) fastMalloc(length); local
1065 GLchar* info = (GLchar*) fastMalloc(length); local
    [all...]
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 538 StructureStubInfo& info = m_codeBlock->structureStubInfo(i); local
539 info.callReturnLocation = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].callReturnLocation);
540 info.hotPathBegin = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].hotPathBegin);
545 CallLinkInfo& info = m_codeBlock->callLinkInfo(i); local
546 info.ownerCodeBlock = m_codeBlock;
547 info.callReturnLocation = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].callReturnLocation);
548 info.hotPathBegin = patchBuffer.locationOf(m_callStructureStubCompilationInfo[i].hotPathBegin);
549 info.hotPathOther = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].hotPathOther);
555 MethodCallLinkInfo& info = m_codeBlock->methodCallLinkInfo(i); local
556 info.structureLabel = patchBuffer.locationOf(m_methodCallCompilationInfo[i].structureToCompare)
    [all...]
  /external/bluetooth/glib/tests/
sequence-test.c 125 check_integrity (SequenceInfo *info)
131 g_sequence_check (info->sequence);
133 if (g_sequence_get_length (info->sequence) != info->n_items)
135 g_sequence_get_length (info->sequence), info->n_items);
136 g_assert (info->n_items == g_queue_get_length (info->queue));
137 g_assert (g_sequence_get_length (info->sequence) == info->n_items)
    [all...]
  /external/elfcopy/
dwarf.c 31 #define printf INFO
1852 DWARF2_Internal_LineInfo info; local
    [all...]
  /frameworks/base/services/java/com/android/server/
PackageManagerService.java 302 // Mapping from instrumentation class names to info about them.
306 // Mapping from permission names to info about them.
4461 final PackageParser.ServiceIntentInfo info = (PackageParser.ServiceIntentInfo)filter; local
6124 PackageRemovedInfo info = new PackageRemovedInfo(); local
    [all...]

Completed in 510 milliseconds

<<31323334353637383940>>