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

<<21222324252627282930>>

  /system/core/run-as/
package.h 37 extern int get_package_info(const char* packageName, PackageInfo* info);
  /external/chromium/third_party/icu/source/common/
udataswp.c 255 pHeader->info.sizeofUChar!=2
263 infoSize=ds->readUInt16(pHeader->info.size);
287 outHeader->info.isBigEndian = ds->outIsBigEndian;
288 outHeader->info.charsetFamily = ds->outCharset;
294 ds->swapArray16(ds, &pHeader->info.size, 4, &outHeader->info.size, pErrorCode);
383 pHeader->info.sizeofUChar!=2
389 inIsBigEndian=(UBool)pHeader->info.isBigEndian;
390 inCharset=pHeader->info.charsetFamily;
394 infoSize=pHeader->info.size
    [all...]
  /external/esd/include/
esd.h 65 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
66 ESD_PROTO_ALL_INFO, /* get all info (server info, players, samples) */
200 esd_format_t format; /* magic int with the format info */
216 esd_format_t format; /* magic int with the format info */
231 esd_format_t format; /* magic int with the format info */
270 /* print all info to stdout */
284 /* call to update the info structure with new information, and call callbacks */
285 esd_info_t *esd_update_info( int esd, esd_info_t *info,
289 /* release all memory allocated for the esd info structure *
    [all...]
  /external/grub/stage2/
common.c 249 /* Get the drive info. */
261 struct drive_info *info = (struct drive_info *) addr; local
280 info->drive_number = drive;
281 info->drive_mode = ((geom.flags & BIOSDISK_FLAG_LBA_EXTENSION)
283 info->drive_cylinders = geom.cylinders;
284 info->drive_heads = geom.heads;
285 info->drive_sectors = geom.sectors;
291 info->size = addr - (unsigned long) info;
292 mbi.drives_length += info->size
    [all...]
  /external/icu4c/common/
udataswp.c 255 pHeader->info.sizeofUChar!=2
263 infoSize=ds->readUInt16(pHeader->info.size);
287 outHeader->info.isBigEndian = ds->outIsBigEndian;
288 outHeader->info.charsetFamily = ds->outCharset;
294 ds->swapArray16(ds, &pHeader->info.size, 4, &outHeader->info.size, pErrorCode);
383 pHeader->info.sizeofUChar!=2
389 inIsBigEndian=(UBool)pHeader->info.isBigEndian;
390 inCharset=pHeader->info.charsetFamily;
394 infoSize=pHeader->info.size
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
SDL_syscdrom.c 320 cdrom_subch_data_t info; local
347 SDL_memset(&info, 0x00, sizeof(info));
348 info.subch_command.data_format = CDROM_SUBCH_CURRENT_POSITION;
351 devctlret=devctl(cdrom->id, DCMD_CAM_CDROMSUBCHNL, &info, sizeof(info), NULL);
400 switch (info.current_position.header.audio_status)
418 if (info.current_position.data_format == CDROM_LEADOUT)
437 *position = MSF_TO_FRAMES(info.current_position.addr.msf.minute,
438 info.current_position.addr.msf.second
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
PathCG.cpp 91 static void copyClosingSubpathsApplierFunction(void* info, const CGPathElement* element)
93 CGMutablePathRef path = static_cast<CGMutablePathRef>(info);
253 static void CGPathToCFStringApplierFunction(void* info, const CGPathElement *element)
255 CFMutableStringRef string = static_cast<CFMutableStringRef>(info);
309 void* info; member in struct:WebCore::PathApplierInfo
313 static void CGPathApplierToPathApplier(void *info, const CGPathElement *element)
315 PathApplierInfo* pinfo = (PathApplierInfo*)info;
338 pinfo->function(pinfo->info, &pelement);
341 void Path::apply(void* info, PathApplierFunction function) const
344 pinfo.info = info
    [all...]
  /frameworks/base/core/java/android/pim/
ContactsAsyncHelper.java 78 public CallerInfo info; field in class:ContactsAsyncHelper.WorkerArgs
240 public static final void updateImageViewWithContactPhotoAsync(CallerInfo info, Context context,
243 updateImageViewWithContactPhotoAsync (info, DEFAULT_TOKEN, null, null, context,
254 public static final void updateImageViewWithContactPhotoAsync(CallerInfo info, int token,
258 // in case the source caller info is null, the URI will be null as well.
278 args.info = info;
317 if (args.info != null) {
318 args.info.cachedPhoto = (Drawable) args.result;
327 if (args.info != null)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AgendaByDayAdapter.java 103 // If we have no row info, mAgendaAdapter returns the view.
170 public void changeCursor(DayAdapterInfo info) {
171 calculateDays(info);
172 mAgendaAdapter.changeCursor(info.cursor);
203 MultipleDayInfo info = iter.next(); local
206 if (info.mEndDay < currentDay) {
217 rowInfo.add(new RowInfo(TYPE_MEETING, info.mPosition));
252 MultipleDayInfo info = iter.next(); local
255 if (info.mEndDay < currentDay) {
266 rowInfo.add(new RowInfo(TYPE_MEETING, info.mPosition))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/descriptors/
XmlDescriptors.java 270 for (ViewClassInfo info : prefs) {
271 ElementDescriptor desc = convertPref(info);
280 for (ViewClassInfo info : prefGroups) {
281 ElementDescriptor desc = convertPref(info);
284 if (info.getFullClassName() == SdkConstants.CLASS_PREFERENCES) {
324 private ElementDescriptor convertPref(ViewClassInfo info) {
325 String xml_name = info.getShortClassName();
326 String tooltip = info.getJavaDoc();
333 info.getAttributes(),
337 for (ViewClassInfo link = info.getSuperClass()
    [all...]
  /build/tools/lsd/
main.c 26 macro INFO() in multiple compilation unites. */
39 /* Do not issue INFO() statements before you call get_options() to set
  /build/tools/soslim/
symfilter.c 34 INFO("Opening symbol-filter file %s...\n", name);
41 INFO("Symbol-filter file %s is %zd bytes long...\n",
56 INFO("Memory-mapped symbol-filter file at %p\n", filter->mmap);
72 INFO("Hash table size 0x%lx, data size 0x%lx.\n",
76 INFO("Hash table file offset: 0x%x\n", filter->hash.hdr->sh_offset);
87 INFO("Building symbol list...\n");
180 INFO("FILTER-SYMBOL: [%s] [%d bytes]\n",
194 INFO("Destroying symbol list...\n");
  /development/host/windows/usb/api/
adb_endpoint_object.cpp 41 bool AdbEndpointObject::GetEndpointInformation(AdbEndpointInformation* info) {
47 return parent_interface()->GetEndpointInformation(endpoint_index(), info);
  /development/ndk/platforms/android-8/include/android/
bitmap.h 50 * If the call fails, the info parameter will be ignored
53 AndroidBitmapInfo* info);
  /development/ndk/platforms/android-9/include/android/
bitmap.h 49 * If the call fails, the info parameter will be ignored
52 AndroidBitmapInfo* info);
  /device/samsung/crespo/alsa-lib/src/rawmidi/
rawmidi_local.h 30 int (*info)(snd_rawmidi_t *rawmidi, snd_rawmidi_info_t *info); member in struct:__anon1483
  /device/samsung/crespo/alsa-utils/alsactl/init/
00main 9 ENV{CMD}=="info", INCLUDE="info", GOTO="00main_end"
  /external/apache-http/src/org/apache/commons/logging/
Log.java 30 * <li>info</li>
105 * <p> Is info logging currently enabled? </p>
109 * when the log level is more than info. </p>
111 * @return true if info is enabled in the underlying logger.
178 * <p> Log a message with info log level. </p>
182 public void info(Object message); method in interface:Log
186 * <p> Log an error with info log level. </p>
191 public void info(Object message, Throwable t); method in interface:Log
  /external/chromium/base/
image_util.h 43 // Fills a vector of ImageSectionsData containing name/size info
50 // Fills a vector if ImageSectionsData containing name/size info
string_split.cc 21 DLOG(INFO) << "cannot parse key from line: " << line;
30 DLOG(INFO) << "cannot parse value from line: " << line;
  /external/chromium/net/proxy/
proxy_resolver_js_bindings.h 47 // - Send script error messages to LOG(INFO)
48 // - Send script alert()s to LOG(INFO)
  /external/dnsmasq/contrib/Suse/
rc.dnsmasq-suse 5 ### BEGIN INIT INFO
12 ### END INIT INFO
  /external/elfutils/tests/
ChangeLog 32 * show-die-info.c: Likewise.
33 * run-show-die-info.sh: Adjust expected output.
  /external/grub/docs/
grub.8 64 .B info
69 .B info grub
  /external/icu4c/tools/toolutil/
toolutil.cpp 85 static WIN32_FIND_DATAA info; local
86 HANDLE file=FindFirstFileA(pathname, &info);
88 if(info.cAlternateFileName[0]!=0) {
93 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1);
94 uprv_memcpy(info.cFileName, pathname, basename-pathname);
96 pathname=info.cFileName;

Completed in 875 milliseconds

<<21222324252627282930>>