/external/libffi/man/ |
Makefile.in | 337 info: info-am 339 info-am: 349 install-info: install-info-am 383 dvi-am html html-am info info-am install install-am \ 386 install-info install-info-am install-man install-man3 \
|
/frameworks/base/libs/surfaceflinger_client/ |
SurfaceComposerClient.cpp | 218 DisplayID dpy, DisplayInfo* info) 226 info->w = dcblk->w; 227 info->h = dcblk->h; 228 info->orientation = dcblk->orientation; 229 info->xdpi = dcblk->xdpi; 230 info->ydpi = dcblk->ydpi; 231 info->fps = dcblk->fps; 232 info->density = dcblk->density; 233 return getPixelFormatInfo(dcblk->format, &(info->pixelFormatInfo));
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdh_linux.c | 62 * SDIO Host Controller info 86 /* driver info, initialized when bcmsdh_register is called */ 206 /* allocate SDIO Host Controller state info */ 243 /* chain SDIO Host Controller info together */ 299 /* release SDIO Host Controller info */ 335 * SDIO Host Controller pci driver info 437 /* allocate SDIO Host Controller state info */ 476 /* chain SDIO Host Controller info together */ 521 /* release SDIO Host Controller info */
|
/system/core/run-as/ |
package.c | 372 get_package_info(const char* pkgName, PackageInfo *info) 380 info->uid = 0; 381 info->isDebuggable = 0; 382 info->dataDir[0] = '\0'; 425 info->uid = (uid_t) uid; 435 info->isDebuggable = 0; 438 info->isDebuggable = 1; 455 string_copy(info->dataDir, sizeof info->dataDir, p, q - p);
|
/external/dbus/dbus/ |
dbus-sysdeps.c | 586 * Frees the members of info 587 * (but not info itself) 588 * @param info the user info struct 591 _dbus_user_info_free (DBusUserInfo *info) 593 dbus_free (info->group_ids); 594 dbus_free (info->username); 595 dbus_free (info->homedir); 599 * Frees the members of info (but not info itself) [all...] |
dbus-sysdeps.h | 201 dbus_bool_t _dbus_user_info_fill (DBusUserInfo *info, 204 dbus_bool_t _dbus_user_info_fill_uid (DBusUserInfo *info, 207 void _dbus_user_info_free (DBusUserInfo *info); 209 dbus_bool_t _dbus_group_info_fill (DBusGroupInfo *info, 212 dbus_bool_t _dbus_group_info_fill_gid (DBusGroupInfo *info, 215 void _dbus_group_info_free (DBusGroupInfo *info);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_cursor.c | 568 SDL_BlitInfo info; local 577 info.s_pixels = SDL_cursor->save[1]; 578 info.s_width = w; 579 info.s_height = h; 580 info.s_skip = 0; 581 info.d_pixels = SDL_cursor->save[0]; 582 info.d_width = w; 583 info.d_height = h; 584 info.d_skip = 0; 585 info.aux_data = screen->map->sw_data->aux_data [all...] |
/external/qemu/elff/ |
dwarf_cu.cc | 469 Dwarf_AddressInfo* info) {
513 return set_source_info(&state, info);
564 return set_source_info(&state, info);
579 return set_source_info(&state, info);
624 return set_source_info(&state, info);
639 return set_source_info(&state, info);
685 return set_source_info(&state, info);
691 return set_source_info(&state, info);
742 Dwarf_AddressInfo* info) {
743 info->line_number = state->line_; [all...] |
/device/samsung/crespo/alsa-lib/src/ |
Makefile.in | 100 html-recursive info-recursive install-data-recursive \ 101 install-exec-recursive install-info-recursive \ 103 pdf-recursive ps-recursive uninstall-info-recursive \ 325 libasound_la_LDFLAGS = -version-info $(COMPATNUM) $(VSYMS) $(SYMFUNCS) $(LDFLAGS_NOUNDEFINED) 439 uninstall-info-am: 664 info: info-recursive 666 info-am: 672 install-info: install-info-recursiv [all...] |
/external/bison/ |
Makefile | 83 html-recursive info-recursive install-data-recursive \ 84 install-exec-recursive install-info-recursive \ 86 pdf-recursive ps-recursive uninstall-info-recursive \ 223 infodir = ${prefix}/info 301 uninstall-info-am: 647 info: info-recursive 649 info-am: 655 install-info: install-info-recursiv [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | 1238 ApplicationInfo info = local 2603 Bundle info = new Bundle(); local 2891 StringBuilder info = mStringBuilder; local 6263 ApplicationInfo info local 6894 Bundle info = new Bundle(); local 7099 ApplicationInfo info = pm.getApplicationInfo(pkg, 0); local 8439 ActivityManager.RunningServiceInfo info = local 8494 ActivityManager.RunningServiceInfo info = local 11065 ResolveInfo info = local [all...] |
/bootable/bootloader/legacy/arch_msm7k/ |
hsusb.c | 127 item->info = INFO_BYTES(req->length) | INFO_IOC | INFO_ACTIVE; 132 ept->head->info = 0; 158 if(item->info & 0xff) { 162 ept->num, ept->in ? "in" : "out", item->info, item->page0); 164 actual = req->length - ((item->info >> 16) & 0x7fff); 406 ept->head->info = INFO_ACTIVE;
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
RssService.java | 90 mLogger.info("RssService created"); 126 mLogger.info("last checked time:" + mLastCheckedTime.toString() + " Next checked time: " + nextCheckTime.toString()); 141 mLogger.info("Querying Rss feeds..."); 166 mLogger.info("RSS Feed " + url + ":\n " + rssFeed); 212 mLogger.info("pubDate: " + m.group()); 226 mLogger.info("URL is:" + url.toString());
|
/external/bluetooth/bluez/tools/ |
ciptool.c | 226 inquiry_info *info = NULL; local 247 num_rsp = hci_inquiry(dev_id, length, num_rsp, NULL, &info, flags); 250 memcpy(class, (info+i)->dev_class, 3); 252 bacpy(&dst, &(info+i)->bdaddr); 259 bt_free(info); 267 bt_free(info);
|
/external/bluetooth/glib/gio/ |
glocalfile.c | 908 get_filesystem_readonly (GFileInfo *info, 921 g_file_info_set_attribute_boolean (info, G_FILE_ATTRIBUTE_FILESYSTEM_READONLY, 927 g_file_info_set_attribute_boolean (info, G_FILE_ATTRIBUTE_FILESYSTEM_READONLY, TRUE); 943 GFileInfo *info; local 990 _("Error getting filesystem info: %s"), 995 info = g_file_info_new (); 1010 g_file_info_set_attribute_uint64 (info, G_FILE_ATTRIBUTE_FILESYSTEM_FREE, (guint64)li.QuadPart); 1013 g_file_info_set_attribute_uint64 (info, G_FILE_ATTRIBUTE_FILESYSTEM_FREE, block_size * statfs_buffer.f_bavail); 1027 g_file_info_set_attribute_uint64 (info, G_FILE_ATTRIBUTE_FILESYSTEM_SIZE, (guint64)li.QuadPart); 1030 g_file_info_set_attribute_uint64 (info, G_FILE_ATTRIBUTE_FILESYSTEM_SIZE, block_size * statfs_buffer.f_blocks) 1189 GFileInfo *info; local [all...] |
/external/chromium/third_party/icu/source/test/perf/convperf/ |
convperf.h | 188 /* get the charset info */ 242 /* get the charset info */ 305 /* get the charset info */ 361 /* get the charset info */ 415 /* get the charset info */ 470 /* get the charset info */
|
/external/e2fsprogs/ext2ed/ |
ext2ed.h | 357 extern int init_dir_info (struct struct_file_info *info); 378 struct struct_file_info search_dir_entries (int (*action) (struct struct_file_info *info),int *status); 379 int action_count (struct struct_file_info *info); 382 int action_name (struct struct_file_info *info); 383 int action_entry_num (struct struct_file_info *info); 384 int action_show (struct struct_file_info *info);
|
/external/elfutils/tests/ |
Makefile | 17 SOURCES = arextract.c arsymtest.c asm-tst1.c asm-tst2.c asm-tst3.c asm-tst4.c asm-tst5.c asm-tst6.c asm-tst7.c asm-tst8.c asm-tst9.c ecp.c get-aranges.c get-files.c get-lines.c get-pubnames.c hash.c msg_tst.c newfile.c newscn.c saridx.c scnnames.c sectiondump.c show-abbrev.c show-die-info.c showptable.c test-nlist.c update1.c update2.c update3.c update4.c 45 test-nlist$(EXEEXT) show-die-info$(EXEEXT) get-files$(EXEEXT) \ 154 show_die_info_SOURCES = show-die-info.c 155 show_die_info_OBJECTS = show-die-info.$(OBJEXT) 187 scnnames.c sectiondump.c show-abbrev.c show-die-info.c \ 195 show-die-info.c showptable.c test-nlist.c update1.c update2.c \ 290 infodir = ${prefix}/info 313 run-show-die-info.sh run-get-files.sh run-get-lines.sh \ 322 run-show-die-info.sh run-get-files.sh run-get-lines.sh \ 479 show-die-info$(EXEEXT): $(show_die_info_OBJECTS) $(show_die_info_DEPENDENCIES) [all...] |
/external/icu4c/test/perf/convperf/ |
convperf.h | 188 /* get the charset info */ 242 /* get the charset info */ 305 /* get the charset info */ 361 /* get the charset info */ 415 /* get the charset info */ 470 /* get the charset info */
|
/external/libxml2/ |
xmlmodule.c | 341 * beos api info: http://www.beunited.org/bebook/The%20Kernel%20Kit/Images.html 353 * beos api info: http://www.beunited.org/bebook/The%20Kernel%20Kit/Images.html 372 * beos api info: http://www.beunited.org/bebook/The%20Kernel%20Kit/Images.html 394 * os2 api info: http://www.edm2.com/os2api/Dos/DosLoadModule.html 415 * os2 api info: http://www.edm2.com/os2api/Dos/DosFreeModule.html 427 * os2 api info: http://www.edm2.com/os2api/Dos/DosQueryProcAddr.html
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/ |
SDL_syscdrom.cc | 44 /* Constants to help us get at the SCSI table-of-contents info */ 52 /* Constants to help us get at the SCSI position info */ 86 device_geometry info; local 97 if ( ioctl(cdfd, B_GET_GEOMETRY, &info) == B_NO_ERROR ) { 98 if ( info.device_type == B_CD ) { 154 struct ide_ctrl_info info; local
|
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/ |
SDL_ggivideo.c | 201 this->info.current_w = mode.virt.x; 202 this->info.current_h = mode.virt.y; 211 /* Now we try to get the DirectBuffer info, which determines whether 228 this->info.wm_available = 0; 229 this->info.hw_available = 1; 230 this->info.video_mem = db->buffer.plb.stride * mode.virt.y;
|
/external/skia/src/animator/ |
SkDrawExtraPathEffect.cpp | 450 const SkMemberInfo* info = NULL; local 453 info = SkDrawShape1DPathEffect::fInfo; 456 info = SkDrawShape2DPathEffect::fInfo; 459 info = SkDrawComposePathEffect::fInfo; 462 info = SkDrawCornerPathEffect::fInfo; 467 return info;
|
/external/webkit/WebCore/bindings/js/ |
JSSVGPODTypeWrapper.h | 324 static unsigned hash(const CacheInfo& info) 326 return StringImpl::computeHash(reinterpret_cast<const UChar*>(&info), sizeof(CacheInfo) / sizeof(UChar)); 384 CacheInfo info(creator, getter, setter); 385 pair<typename WrapperMap::iterator, bool> result = wrapperMap().add(info, 0); 396 CacheInfo info(creator, getter, setter); 397 wrapperMap().remove(info);
|
/external/webkit/WebCore/plugins/win/ |
PluginPackageWin.cpp | 44 static String getVersionInfo(const LPVOID versionInfoData, const String& info) 48 String subInfo = "\\StringfileInfo\\040904E4\\" + info; 182 VS_FIXEDFILEINFO* info; 184 if (!VerQueryValue(versionInfoData.get(), TEXT("\\"), (LPVOID*) &info, &infoSize) || infoSize < sizeof(VS_FIXEDFILEINFO)) 186 m_moduleVersion.leastSig = info->dwFileVersionLS; 187 m_moduleVersion.mostSig = info->dwFileVersionMS;
|