HomeSort by relevance Sort by last modified time
    Searched full:info (Results 1051 - 1075 of 4990) sorted by null

<<41424344454647484950>>

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c 62 * SDIO Host Controller info
82 /* driver info, initialized when bcmsdh_register is called */
196 /* allocate SDIO Host Controller state info */
229 /* chain SDIO Host Controller info together */
285 /* release SDIO Host Controller info */
321 * SDIO Host Controller pci driver info
422 /* allocate SDIO Host Controller state info */
461 /* chain SDIO Host Controller info together */
506 /* 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...]
  /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...]
  /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/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/opencore/nodes/common/include/
pvmf_track_level_info_extension.h 55 * Retrieves the list of all available tracks from a source node as a list of track info. The returned
56 * track info list is needed to call other methods from this extension interface.
58 * @param aTracks, a reference to a vector of PVMFTrackInfo which will be filled in with track info
115 * by GetAvailableTracks() function. The synchronization sample info would be returned for the track
122 * function will put info on all synchronization samples for the specified track in aList.
135 * by GetAvailableTracks() function. The synchronization sample info would be returned for the track
  /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;
  /external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py 198 _logger.info("Using cache directory '%s'." % self.directory)
209 _logger.info("Getting '%s' from cache." % url)
229 _logger.info("Downloading: %s" % url)
249 _logger.info("Downloaded %d bytes." % size)
296 _logger.info("binding: %s -> %s subpath: %s" % (package_name, url, zip_subpath))
313 logger.setLevel(logging.INFO)
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uexception.cpp 34 void exception::info (string& msgbuf, const char*) const throw() function in class:ustl::exception
67 info (buf);
85 void bad_alloc::info (string& msgbuf, const char* fmt) const throw() function in class:ustl::bad_alloc
143 void libc_exception::info (string& msgbuf, const char* fmt) const throw() function in class:ustl::libc_exception
190 void file_exception::info (string& msgbuf, const char* fmt) const throw() function in class:ustl::file_exception
267 void stream_bounds_exception::info (string& msgbuf, const char* fmt) const throw() function in class:ustl::stream_bounds_exception
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java 683 AvdInfo info = avds[index]; local
687 mSdkLog.printf(" Name: %s\n", info.getName());
688 mSdkLog.printf(" Path: %s\n", info.getPath());
691 IAndroidTarget target = info.getTarget();
703 Map<String, String> properties = info.getProperties();
728 for (AvdInfo info : badAvds) {
732 mSdkLog.printf(" Name: %s\n", info.getName() == null ? "--" : info.getName());
733 mSdkLog.printf(" Path: %s\n", info.getPath() == null ? "--" : info.getPath())
772 AvdInfo info = avdManager.getAvd(avdName, false \/*validAvdOnly*\/); local
871 AvdInfo info = avdManager.getAvd(avdName, false \/*validAvdOnly*\/); local
891 AvdInfo info = avdManager.getAvd(avdName, true \/*validAvdOnly*\/); local
    [all...]
  /external/iptables/libiptc/
libiptc.c 135 STRUCT_GETINFO info; variable
258 if ((h->info.valid_hooks & (1 << i))
259 && iptcb_get_entry(h, h->info.hook_entry[i]) == e)
778 strcpy(h->info.name, tablename);
800 STRUCT_GETINFO info; local
818 s = sizeof(info);
820 strcpy(info.name, tablename);
821 if (getsockopt(sockfd, TC_IPPROTO, SO_GET_INFO, &info, &s) < 0) {
830 info.valid_hooks, info.num_entries, info.size)
    [all...]

Completed in 431 milliseconds

<<41424344454647484950>>