/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
MobileApple80211.c | 69 CFDictionaryRef *info) = NULL; 72 CFDictionaryRef *info) 74 return __Apple80211GetInfoCopy(handle, info); 117 CFDictionaryRef *info) = 121 CFStringRef password, CFDictionaryRef *info) 123 return __Apple80211AssociateAndCopyInfo(handle, bss, password, info);
|
/frameworks/base/core/java/android/net/ |
InterfaceConfiguration.java | 71 InterfaceConfiguration info = new InterfaceConfiguration(); 72 info.hwAddr = in.readString(); 73 info.ipAddr = in.readInt(); 74 info.netmask = in.readInt(); 75 info.interfaceFlags = in.readString(); 76 return info;
|
/device/samsung/crespo/alsa-utils/alsactl/ |
state.c | 185 snd_ctl_elem_info_t *info, snd_config_t *comment) 195 if (snd_ctl_elem_info_is_tlv_writable(info)) { 211 snd_tlv_get_dB_range(db, snd_ctl_elem_info_get_min(info), 212 snd_ctl_elem_info_get_max(info), 224 snd_ctl_elem_info_t *info; local 235 snd_ctl_elem_info_alloca(&info); 236 snd_ctl_elem_info_set_id(info, id); 237 err = snd_ctl_elem_info(handle, info); 239 error("Cannot read control info '%s': %s", id_str(id), snd_strerror(err)); 243 if (snd_ctl_elem_info_is_inactive(info) || 538 snd_ctl_card_info_t *info; local 1131 snd_ctl_elem_info_t *info; local 1398 snd_ctl_card_info_t *info; local 1447 snd_ctl_elem_info_t *info; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86vm/ |
XF86VMode.c | 106 XExtDisplayInfo *info = find_display (dpy); local 108 if (XextHasExtension(info)) { 109 *event_basep = info->codes->first_event; 110 *error_basep = info->codes->first_error; 123 XExtDisplayInfo *info = find_display (dpy); local 127 XF86VidModeCheckExtension (dpy, info, False); 131 req->reqType = info->codes->major_opcode; 150 XExtDisplayInfo *info = find_display(dpy); local 153 XF86VidModeCheckExtension(dpy, info, False); 157 req->reqType = info->codes->major_opcode 169 XExtDisplayInfo *info = find_display(dpy); local 190 XExtDisplayInfo *info = find_display (dpy); local 221 XExtDisplayInfo *info = find_display (dpy); local 298 XExtDisplayInfo *info = find_display (dpy); local 462 XExtDisplayInfo *info = find_display (dpy); local 574 XExtDisplayInfo *info = find_display (dpy); local 638 XExtDisplayInfo *info = find_display (dpy); local 700 XExtDisplayInfo *info = find_display (dpy); local 771 XExtDisplayInfo *info = find_display (dpy); local 793 XExtDisplayInfo *info = find_display (dpy); local 882 XExtDisplayInfo *info = find_display (dpy); local 904 XExtDisplayInfo *info = find_display (dpy); local 1005 XExtDisplayInfo *info = find_display (dpy); local 1058 XExtDisplayInfo *info = find_display (dpy); local 1083 XExtDisplayInfo *info = find_display (dpy); local 1136 XExtDisplayInfo *info = find_display (dpy); local 1166 XExtDisplayInfo *info = find_display (dpy); local 1200 XExtDisplayInfo *info = find_display (dpy); local [all...] |
/external/chromium/third_party/icu/source/i18n/ |
currpinf.cpp | 74 CurrencyPluralInfo::CurrencyPluralInfo(const CurrencyPluralInfo& info) 75 : UObject(info), 79 *this = info; 84 CurrencyPluralInfo::operator=(const CurrencyPluralInfo& info) { 85 if (this == &info) { 92 copyHash(info.fPluralCountToCurrencyUnitPattern, 100 if (info.fPluralRules) { 101 fPluralRules = info.fPluralRules->clone(); 105 if (info.fLocale) { 106 fLocale = info.fLocale->clone() [all...] |
/external/icu4c/i18n/ |
currpinf.cpp | 74 CurrencyPluralInfo::CurrencyPluralInfo(const CurrencyPluralInfo& info) 75 : UObject(info), 79 *this = info; 84 CurrencyPluralInfo::operator=(const CurrencyPluralInfo& info) { 85 if (this == &info) { 92 copyHash(info.fPluralCountToCurrencyUnitPattern, 100 if (info.fPluralRules) { 101 fPluralRules = info.fPluralRules->clone(); 105 if (info.fLocale) { 106 fLocale = info.fLocale->clone() [all...] |
/external/v8/src/arm/ |
fast-codegen-arm.cc | 73 info()->receiver()->Lookup(*name, &lookup); 75 ASSERT(lookup.holder() == *info()->receiver()); 77 Handle<Map> map(Handle<HeapObject>::cast(info()->receiver())->map()); 119 info()->receiver()->Lookup(*name, &lookup); 121 ASSERT(lookup.holder() == *info()->receiver()); 123 Handle<Map> map(Handle<HeapObject>::cast(info()->receiver())->map()); 157 info()->AddBailout(accumulator1(), scratch0()); // Left, right. 162 Label* bailout = info()->AddBailout(scratch0(), accumulator0()); 167 Label* bailout = info()->AddBailout(accumulator1(), accumulator0()); 190 Label* bailout_to_beginning = info()->AddBailout() [all...] |
/external/webkit/WebCore/platform/graphics/win/ |
GraphicsContextCGWin.cpp | 44 BITMAP info; local 46 GetObject(bitmap, sizeof(info), &info); 47 ASSERT(info.bmBitsPixel == 32); 50 CGContextRef context = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8, 51 info.bmWidthBytes, deviceRGB, bitmapInfo); 55 CGContextTranslateCTM(context, 0, info.bmHeight); 90 BITMAP info; local [all...] |
/device/samsung/crespo/alsa-lib/test/ |
timer.c | 83 snd_timer_info_t *info; local 89 snd_timer_info_alloca(&info); 145 if ((err = snd_timer_info(handle, info)) < 0) { 146 fprintf(stderr, "timer info %i (%s)\n", err, snd_strerror(err)); 149 printf("Timer info:\n"); 150 printf(" slave = %s\n", snd_timer_info_is_slave(info) ? "yes" : "no"); 151 printf(" card = %i\n", snd_timer_info_get_card(info)); 152 printf(" id = '%s'\n", snd_timer_info_get_id(info)); 153 printf(" name = '%s'\n", snd_timer_info_get_name(info)); 154 printf(" average resolution = %li\n", snd_timer_info_get_resolution(info)); [all...] |
/external/chromium/net/url_request/ |
request_tracker.h | 100 RecentRequestInfo info; local 101 request->GetInfoForTracker(&info); 104 // Paranoia check: truncate |info.original_url| if it is really big. 105 const std::string& spec = info.original_url.possibly_invalid_spec(); 107 info.original_url = GURL(spec.substr(0, kMaxGraveyardURLSize)); 110 if (ShouldInsertIntoGraveyard(info)) { 112 InsertIntoGraveyard(info); 150 bool ShouldInsertIntoGraveyard(const RecentRequestInfo& info) { 153 return graveyard_filter_func_(info.original_url); 156 void InsertIntoGraveyard(const RecentRequestInfo& info) { [all...] |
/external/qemu/ |
bt-vhci.c | 31 struct HCIInfo *info; member in struct:bt_vhci_s 61 s->info->cmd_send(s->info, pkt, pktlen); 71 s->info->acl_send(s->info, pkt, pktlen); 81 s->info->sco_send(s->info, pkt, pktlen); 139 void bt_vhci_init(struct HCIInfo *info) 162 s->info = info ?: qemu_next_hci() [all...] |
/frameworks/base/cmds/runtime/ |
SignalHandler.cpp | 68 ssize_t i = mOwner.mChildHandlers.indexOfKey(entry.info.si_pid); 76 LOGD("SIGCHLD: pid=%d, handle index=%d", entry.info.si_pid, i); 79 int res = waitpid(entry.info.si_pid, NULL, WNOHANG); 82 entry.info.si_pid); 84 ch.handler(entry.info.si_pid, ch.userData); 87 LOGW("Unhandled SIGCHLD for pid %d", entry.info.si_pid); 197 void SignalHandler::sigAction(int signum, siginfo_t* info, void*) 210 info->si_signo, info->si_errno, info->si_code [all...] |
/external/jpeg/ |
jmemdos.c | 233 * pub/msdos/microsoft/xms20.arc and pub/msdos/info/limems41.zip. 243 read_file_store (j_common_ptr cinfo, backing_store_ptr info, 247 if (jdos_seek(info->handle.file_handle, file_offset)) 252 if (jdos_read(info->handle.file_handle, buffer_address, 259 write_file_store (j_common_ptr cinfo, backing_store_ptr info, 263 if (jdos_seek(info->handle.file_handle, file_offset)) 268 if (jdos_write(info->handle.file_handle, buffer_address, 275 close_file_store (j_common_ptr cinfo, backing_store_ptr info) 277 jdos_close(info->handle.file_handle); /* close the file */ 278 remove(info->temp_name); /* delete the file * [all...] |
/development/tools/idegen/src/ |
Log.java | 26 info(message); 30 static void info(String message) { method in class:Log
|
/external/bluetooth/glib/gobject/ |
gtypeplugin.h | 59 * @g_type: the #GType whose info is completed 60 * @info: the #GTypeInfo struct to fill in 67 GTypeInfo *info, 74 * @interface_type: the #GType of the interface whose info is completed 75 * @info: the #GInterfaceInfo to fill in 82 GInterfaceInfo *info); 125 GTypeInfo *info, 130 GInterfaceInfo *info);
|
/external/chromium/net/base/ |
fixed_host_resolver.cc | 32 int FixedHostResolver::Resolve(const RequestInfo& info, 42 addresses->SetPort(info.port());
|
/external/chromium/net/http/ |
http_response_info.cc | 19 // The version of the response info used when persisting response info. 25 // This bit is set if the response info has a cert at the end. 28 // This bit is set if the response info has a security-bits field (security 32 // This bit is set if the response info has a cert status at the end. 35 // This bit is set if the response info has vary header data. 66 DLOG(ERROR) << "unexpected response info version: " << version; 86 // read ssl-info
|
/external/chromium/third_party/icu/source/io/ |
uprintf.c | 47 const u_printf_spec_info *info, 55 if(info->fWidth != -1 && resultLen < info->fWidth) { 57 if(info->fLeft) { 59 for(i = 0; i < info->fWidth - resultLen; ++i) { 60 written += u_file_write(&info->fPadChar, 1, output); 66 for(i = 0; i < info->fWidth - resultLen; ++i) { 67 written += u_file_write(&info->fPadChar, 1, output);
|
/external/grub/docs/ |
grub-md5-crypt.8 | 25 .B info 30 .B info grub-md5-crypt
|
grub-terminfo.8 | 22 .B info 27 .B info grub-terminfo
|
mbchk.1 | 20 .B info 25 .B info mbchk
|
/external/icu4c/io/ |
uprintf.c | 47 const u_printf_spec_info *info, 55 if(info->fWidth != -1 && resultLen < info->fWidth) { 57 if(info->fLeft) { 59 for(i = 0; i < info->fWidth - resultLen; ++i) { 60 written += u_file_write(&info->fPadChar, 1, output); 66 for(i = 0; i < info->fWidth - resultLen; ++i) { 67 written += u_file_write(&info->fPadChar, 1, output);
|
/external/iptables/extensions/ |
libip6t_2connmark.c | 113 struct ipt_connmark_info *info = (struct ipt_connmark_info *)match->data; local 116 if (info->invert) 118 print_mark(info->mark, info->mask, numeric); 125 struct ipt_connmark_info *info = (struct ipt_connmark_info *)match->data; local 127 if (info->invert) 131 print_mark(info->mark, info->mask, 0);
|
libip6t_2mark.c | 103 struct ip6t_mark_info *info = (struct ip6t_mark_info *)match->data; local 107 if (info->invert) 110 print_mark(info->mark, info->mask, numeric); 117 struct ip6t_mark_info *info = (struct ip6t_mark_info *)match->data; local 119 if (info->invert) 123 print_mark(info->mark, info->mask, 0);
|
libipt_2connmark.c | 113 struct ipt_connmark_info *info = (struct ipt_connmark_info *)match->data; local 116 if (info->invert) 118 print_mark(info->mark, info->mask, numeric); 125 struct ipt_connmark_info *info = (struct ipt_connmark_info *)match->data; local 127 if (info->invert) 131 print_mark(info->mark, info->mask, 0);
|