HomeSort by relevance Sort by last modified time
    Searched full:info (Results 426 - 450 of 5694) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11wm.c 577 /* If 'info' is the right version, this function fills it and returns 1.
593 int X11_GetWMInfo(_THIS, SDL_SysWMinfo *info)
595 if ( info->version.major <= SDL_MAJOR_VERSION ) {
596 info->subsystem = SDL_SYSWM_X11;
597 info->info.x11.display = SDL_Display;
598 info->info.x11.window = SDL_Window;
599 if ( SDL_VERSIONNUM(info->version.major,
600 info->version.minor
    [all...]
  /external/qemu/
shaper.c 337 _packet_SYN_flags( const void* _data, size_t size, Session info )
368 info->protocol = data[9];
369 info->src_ip = (data[12] << 24) | (data[13] << 16) | (data[14] << 8) | data[15];
370 info->dst_ip = (data[16] << 24) | (data[17] << 16) | (data[18] << 8) | data[19];
376 info->src_port = (unsigned short)((data[0] << 8) | data[1]);
377 info->dst_port = (unsigned short)((data[2] << 8) | data[3]);
398 netdelay_lookup_session( NetDelay delay, Session info )
408 if (node->src_ip == info->src_ip &&
409 node->dst_ip == info->dst_ip &&
410 node->src_port == info->src_port &
511 SessionRec info[1]; local
    [all...]
  /external/speex/include/speex/
speex_stereo.h 51 float balance; /**< Left/right balance info */
71 /** Transforms a stereo frame into a mono frame and stores intensity stereo info in 'bits' */
74 /** Transforms a stereo frame into a mono frame and stores intensity stereo info in 'bits' */
77 /** Transforms a mono frame into a stereo frame using intensity stereo info */
80 /** Transforms a mono frame into a stereo frame using intensity stereo info */
83 /** Callback handler for intensity stereo info */
  /external/webkit/WebCore/bindings/v8/custom/
V8NamedNodeMapCustom.cpp 44 v8::Handle<v8::Value> V8NamedNodeMap::indexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info)
47 NamedNodeMap* imp = V8NamedNodeMap::toNative(info.Holder());
55 v8::Handle<v8::Value> V8NamedNodeMap::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
59 v8::Handle<v8::Value> value = info.Holder()->GetRealNamedPropertyInPrototypeChain(name);
64 if (info.Holder()->HasRealNamedCallbackProperty(name))
68 NamedNodeMap* imp = V8NamedNodeMap::toNative(info.Holder());
  /external/webkit/WebCore/platform/haiku/
RenderThemeHaiku.cpp 110 bool RenderThemeHaiku::paintCheckbox(RenderObject*, const RenderObject::PaintInfo& info, const IntRect& intRect)
112 if (info.context->paintingDisabled())
117 BView* view = info.context->platformContext();
142 bool RenderThemeHaiku::paintRadio(RenderObject*, const RenderObject::PaintInfo& info, const IntRect& intRect)
144 if (info.context->paintingDisabled())
149 BView* view = info.context->platformContext();
  /external/webkit/WebCore/platform/qt/
FileSystemQt.cpp 65 QFileInfo info(path);
66 result = info.size();
67 return info.exists();
72 QFileInfo info(path);
73 result = info.lastModified().toTime_t();
74 return info.exists();
  /external/zlib/contrib/
README.contrib 28 gcc_gvmat64/by Gilles Vollant <info@winimage.com>
48 masmx64/ by Gilles Vollant <info@winimage.com>
53 masmx86/ by Gilles Vollant <info@winimage.com>
58 minizip/ by Gilles Vollant <info@winimage.com>
70 testzlib/ by Gilles Vollant <info@winimage.com>
76 vstudio/ by Gilles Vollant <info@winimage.com>
  /frameworks/base/libs/binder/
IMemory.cpp 394 heap_info_t& info = mHeapCache.editValueAt(i); local
397 binder.get(), info.heap.get(),
398 static_cast<BpMemoryHeap*>(info.heap.get())->mSize,
399 static_cast<BpMemoryHeap*>(info.heap.get())->mHeapId,
400 info.count);
401 android_atomic_inc(&info.count);
402 return info.heap;
404 heap_info_t info; local
405 info.heap = interface_cast<IMemoryHeap>(binder);
406 info.count = 1
458 const heap_info_t& info = mHeapCache.valueAt(i); local
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
PolicyQualifierInfo.java 66 * Returns a ASN.1 DER encoded copy of policy qualifier info.
68 * @return a ASN.1 DER encoded copy of policy qualifier info.
77 * Returns the identifier (an OID) of this policy qualifier info.
79 * @return the identifier of this policy qualifier info.
87 * qualifier info.
90 * qualifier info.
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CRLImpl.java 67 // To speed up access to the info, the following fields
92 // if crl is indirect, this field holds an info about how
139 * method documentation for more info
152 * method documentation for more info
160 * method documentation for more info
171 * method documentation for more info
182 * method documentation for more info
190 * method documentation for more info
236 * method documentation for more info
291 * method documentation for more info
    [all...]
  /packages/providers/CalendarProvider/res/values/
strings.xml 42 <!-- Caption on secret calendar info -->
43 <string name="calendar_info">Calendar info</string>
45 <!-- Error message for secret calendar info -->
48 <!-- No calendars message for secret calendar info -->
51 <!-- Event count message for secret calendar info -->
54 <!-- Event and dirty event count message for secret calendar info -->
  /build/tools/apriori/
apriori.c 64 INFO("\t%02d: data = %p, hdr = { offset = %8lld, size = %lld }, "
79 INFO("section offset dump for new ELF\n");
83 INFO("\nsection offset dump for original ELF\n");
89 INFO("section offset dump for new ELF\n");
151 INFO("Creating new ELF sections.\n");
186 INFO("\tsection %02d: [%-30s] created\n",
200 INFO("\tsection [%s] (old offset %lld, old size %lld) "
228 /* Allocate the section-header-info buffer. */
229 INFO("Allocating section-header info structure (%d) bytes...\n"
1490 shdr_info_t *info = source->shdr_info + i; local
    [all...]
  /device/samsung/crespo/alsa-lib/src/timer/
timer.c 445 * \param info returned pointer
451 int snd_timer_info_malloc(snd_timer_info_t **info)
453 assert(info);
454 *info = calloc(1, sizeof(snd_timer_info_t));
455 if (!*info)
462 * \param info pointer to the snd_timer_info_t structure to free
467 void snd_timer_info_free(snd_timer_info_t *info)
469 assert(info);
470 free(info);
486 * \param info pointer to #snd_timer_info_t structur
    [all...]
  /external/bluetooth/glib/gio/tests/
live-g-file.c 292 test_attributes (struct StructureItem item, GFileInfo * info)
303 has_attr = g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_TYPE);
305 ftype = g_file_info_get_file_type (info);
313 g_file_info_get_attribute_uint32 (info,
322 g_file_info_get_attribute_boolean (info,
331 g_file_info_get_attribute_boolean (info,
337 name = g_file_info_get_name (info);
341 display_name = g_file_info_get_display_name (info);
347 edit_name = g_file_info_get_edit_name (info);
356 g_file_info_get_attribute_string (info,
389 GFileInfo *info; local
486 GFileInfo *info; local
573 GFileInfo *info; local
1028 GFileInfo *info; local
    [all...]
  /external/skia/src/animator/
SkAnimator.cpp 204 const SkMemberInfo* info = SkDisplayType::GetMembers(fMaker, element->getType(), NULL); local
205 return (SkElementType) SkDisplayType::Find(fMaker, info);
215 const SkMemberInfo* info = element->getMember(field); local
216 return (const SkMemberInfo*) info;
225 const SkMemberInfo* info = (const SkMemberInfo*) ai; local
226 return (SkFieldType) info->getType();
237 const SkMemberInfo* info = (const SkMemberInfo*) ai; local
238 SkASSERT(info->fType == SkType_Array);
239 return info->getArrayValue(element, index, operand);
319 int32_t SkAnimator::getInt(const SkDisplayable* element, const SkMemberInfo* info) {
374 const SkMemberInfo* info = (const SkMemberInfo*) ai; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 91 // Views related to cache info
143 // Refresh size info
144 mState.requestSize(mAppEntry.info.packageName);
187 if ((mAppEntry.info.flags&(ApplicationInfo.FLAG_SYSTEM
194 if (mAppEntry.info.manageSpaceActivityName != null) {
227 } else if ((mAppEntry.info.flags & ApplicationInfo.FLAG_EXTERNAL_STORAGE) != 0) {
234 moveDisable = !mCanBeOnSdCardChecker.check(mAppEntry.info);
245 mUpdatedSysApp = (mAppEntry.info.flags & ApplicationInfo.FLAG_UPDATED_SYSTEM_APP) != 0;
250 if ((mAppEntry.info.flags & ApplicationInfo.FLAG_SYSTEM) != 0) {
261 intent.setPackage(mAppEntry.info.packageName)
    [all...]
  /bionic/libc/unistd/
wait.c 32 extern int __waitid(idtype_t which, id_t id, siginfo_t *info, int options, struct rusage *ru);
49 int waitid(idtype_t which, id_t id, siginfo_t *info, int options)
52 return __waitid(which, id, info, options, NULL);
  /development/host/windows/usb/api/
adb_interface_enum.cpp 59 bool AdbInterfaceEnumObject::Next(AdbInterfaceInfo* info, ULONG* size) {
81 if ((NULL == info) || (*size < entry.GetFlatSize())) {
88 entry.Save(info);
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 239 AdbEndpointInformation* info) {
245 if (NULL == info) {
265 info->max_packet_size = pipe_info.MaximumPacketSize;
266 info->max_transfer_size = 0xFFFFFFFF;
267 info->endpoint_address = pipe_info.PipeId;
268 info->polling_interval = pipe_info.Interval;
269 info->setting_index = interface_number();
272 info->endpoint_type = AdbEndpointTypeControl;
276 info->endpoint_type = AdbEndpointTypeIsochronous;
280 info->endpoint_type = AdbEndpointTypeBulk;
    [all...]
  /development/tools/axl/
log.py 46 def info(self, *logstrs): member in class:Log
53 # default to info
54 log = info
  /external/e2fsprogs/lib/ss/
requests.c 29 register ss_data *info = ss_info(sci_idx); local
30 printf("%s version %s\n", info->subsystem_name,
31 info->subsystem_version);
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxwm.c 47 int NX_GetWMInfo (_THIS, SDL_SysWMinfo * info)
51 if (info -> version.major <= SDL_MAJOR_VERSION) {
52 info -> window = SDL_Window ;
  /external/skia/src/xml/
SkXMLPullParser.cpp 118 void SkXMLPullParser::getAttributeInfo(int index, AttrInfo* info)
122 if (info)
123 *info = fCurr.fAttrInfos[index];
  /external/webkit/JavaScriptCore/runtime/
DateInstance.h 40 static JS_EXPORTDATA const ClassInfo info; member in class:JSC::DateInstance
67 virtual const ClassInfo* classInfo() const { return &info; }
76 ASSERT(asObject(value)->inherits(&DateInstance::info));
StringObject.h 44 virtual const ClassInfo* classInfo() const { return &info; }
45 static const JS_EXPORTDATA ClassInfo info; member in class:JSC::StringObject
63 ASSERT(asObject(value)->inherits(&StringObject::info));

Completed in 532 milliseconds

<<11121314151617181920>>