/build/tools/soslim/ |
common.h | 25 static inline void get_section_info(Elf_Scn *sect, section_info_t *info) 27 info->sect = sect; 28 info->data = elf_getdata(sect, 0); 29 info->hdr = elf32_getshdr(sect); 30 info->index = elf_ndxscn(sect);
|
/development/apps/Development/src/com/android/development/ |
PackageBrowser.java | 46 PackageInfo info; field in class:PackageBrowser.MyPackageInfo 61 MyPackageInfo info = new MyPackageInfo(); local 62 info.info = pkgs.get(i); 63 info.label = info.info.applicationInfo.loadLabel(getPackageManager()).toString(); 64 mPackageInfoList.add(info); 73 public void bindView(View view, MyPackageInfo info) { 77 icon.setImageDrawable(info.info.applicationInfo.loadIcon(getPackageManager())) 188 MyPackageInfo info = local [all...] |
/external/elfcopy/ |
common.h | 25 static inline void get_section_info(Elf_Scn *sect, section_info_t *info) 27 info->sect = sect; 28 info->data = elf_getdata(sect, 0); 29 info->hdr = elf32_getshdr(sect); 30 info->index = elf_ndxscn(sect);
|
/external/proguard/src/proguard/optimize/info/ |
ParameterUsageMarker.java | 21 package proguard.optimize.info; 222 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 223 if (info != null) 225 info.setParameterSize(parameterSize); 235 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 236 return info != null ? info.getParameterSize() : 0; 245 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 246 if (info != null) 248 info.setParameterUsed(variableIndex) 258 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 271 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local 282 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/ |
Xv.c | 114 XExtDisplayInfo *info = xv_find_display(dpy); local 118 XvCheckExtension(dpy, info, XvBadExtension); 132 *p_requestBase = info->codes->major_opcode; 133 *p_eventBase = info->codes->first_event; 134 *p_errorBase = info->codes->first_error; 149 XExtDisplayInfo *info = xv_find_display(dpy); local 165 XvCheckExtension(dpy, info, XvBadExtension); 310 XExtDisplayInfo *info = xv_find_display(dpy); local 324 XvCheckExtension(dpy, info, XvBadExtension); 432 XExtDisplayInfo *info = xv_find_display(dpy) local 472 XExtDisplayInfo *info = xv_find_display(dpy); local 511 XExtDisplayInfo *info = xv_find_display(dpy); local 550 XExtDisplayInfo *info = xv_find_display(dpy); local 584 XExtDisplayInfo *info = xv_find_display(dpy); local 607 XExtDisplayInfo *info = xv_find_display(dpy); local 637 XExtDisplayInfo *info = xv_find_display(dpy); local 660 XExtDisplayInfo *info = xv_find_display(dpy); local 683 XExtDisplayInfo *info = xv_find_display(dpy); local 708 XExtDisplayInfo *info = xv_find_display(dpy); local 734 XExtDisplayInfo *info = xv_find_display(dpy); local 775 XExtDisplayInfo *info = xv_find_display(dpy); local 812 XExtDisplayInfo *info = xv_find_display(dpy); local 867 XExtDisplayInfo *info = xv_find_display(dpy); local 940 XExtDisplayInfo *info = xv_find_display(dpy); local 1016 XExtDisplayInfo *info = xv_find_display(dpy); local 1074 XExtDisplayInfo *info = xv_find_display(dpy); local 1114 XExtDisplayInfo *info = xv_find_display(dpy); local [all...] |
/system/core/libnetutils/ |
dhcpclient.c | 131 static int ifc_configure(const char *ifname, dhcp_info *info) 135 if (ifc_set_addr(ifname, info->ipaddr)) { 136 printerr("failed to set ipaddr %s: %s\n", ipaddr(info->ipaddr), strerror(errno)); 139 if (ifc_set_mask(ifname, info->netmask)) { 140 printerr("failed to set netmask %s: %s\n", ipaddr(info->netmask), strerror(errno)); 143 if (ifc_create_default_route(ifname, info->gateway)) { 144 printerr("failed to set default route %s: %s\n", ipaddr(info->gateway), strerror(errno)); 149 property_set(dns_prop_name, info->dns1 ? ipaddr(info->dns1) : ""); 151 property_set(dns_prop_name, info->dns2 ? ipaddr(info->dns2) : "") 412 dhcp_info info; local [all...] |
/external/quake/quake/src/QW/client/ |
snd_mem.c | 101 wavinfo_t info; local 127 info = GetWavinfo (s->name, data, com_filesize); 128 if (info.channels != 1) 134 stepscale = (float)info.rate / shm->speed; 135 len = info.samples / stepscale; 137 len = len * info.width * info.channels; 143 sc->length = info.samples; 144 sc->loopstart = info.loopstart; 145 sc->speed = info.rate 252 wavinfo_t info; local [all...] |
/external/quake/quake/src/WinQuake/ |
snd_mem.cpp | 101 wavinfo_t info; local 127 info = GetWavinfo (s->name, data, com_filesize); 128 if (info.channels != 1) 134 stepscale = (float)info.rate / shm->speed; 135 len = (int) (info.samples / stepscale); 137 len = len * info.width * info.channels; 143 sc->length = info.samples; 144 sc->loopstart = info.loopstart; 145 sc->speed = info.rate 250 wavinfo_t info; local [all...] |
/external/iptables/extensions/ |
libip6t_ipv6header.c | 160 struct ip6t_ipv6header_info *info = (struct ip6t_ipv6header_info *)m->data; local 162 info->matchflags = 0x00; 163 info->invflags = 0x00; 164 info->modeflag = 0x00; 192 struct ip6t_ipv6header_info *info = (struct ip6t_ipv6header_info *)(*match)->data; local 203 if (! (info->matchflags = parse_header(argv[optind-1])) ) 207 info->invflags |= 0xFF; 216 info->modeflag |= 0xFF; 261 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data; local 264 if (info->matchflags || info->invflags) 286 const struct ip6t_ipv6header_info *info = (const struct ip6t_ipv6header_info *)match->data; local [all...] |
libipt_SET.c | 47 struct ipt_set_info_target *info = local 50 memset(info, 0, sizeof(struct ipt_set_info_target)); 51 info->add_set.index = 52 info->del_set.index = IP_SET_INVALID_ID; 58 struct ipt_set_info *info, const char *what) 60 if (info->flags[0]) 78 get_set_byname(argv[optind - 1], info); 79 parse_bindings(argv[optind], info); 119 print_target(const char *prefix, const struct ipt_set_info *info) 124 if (info->index == IP_SET_INVALID_ID 143 struct ipt_set_info_target *info = local 154 struct ipt_set_info_target *info = local [all...] |
libipt_addrtype.c | 88 struct ipt_addrtype_info *info = local 97 parse_types(argv[optind-1], &info->source); 99 info->invert_source = 1; 107 parse_types(argv[optind-1], &info->dest); 109 info->invert_dest = 1; 144 const struct ipt_addrtype_info *info = local 148 if (info->source) { 150 if (info->invert_source) 152 print_types(info->source); 154 if (info->dest) 165 const struct ipt_addrtype_info *info = local [all...] |
/external/bluetooth/glib/tests/bookmarks/ |
fail-08.xbel | 7 xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info" 12 <info> 16 </info>
|
fail-09.xbel | 7 xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info" 12 <info> 18 </info>
|
/external/webkit/WebCore/manual-tests/inspector/ |
console-call-line-numbers.html | 2 console.info("Test console.info"); 13 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=17234">Bug 17234: Inspector should link console.{log,warn,info,error} back to call site</a>.</p>
|
/external/webkit/WebCore/plugins/qt/ |
PluginDataQt.cpp | 45 PluginInfo* info = new PluginInfo; local 46 info->name = qplugin.name; 47 info->desc = qplugin.description; 57 info->mimes.append(mimeInfo); 60 m_plugins.append(info); 68 PluginInfo* info = new PluginInfo; local 71 info->name = package->name(); 72 info->file = package->fileName(); 73 info->desc = package->description(); 79 info->mimes.append(mime) [all...] |
/external/webkit/WebKitTools/DumpRenderTree/win/ |
PixelDumpSupportWin.cpp | 69 BITMAP info = {0}; local 70 GetObject(bitmap, sizeof(info), &info); 71 ASSERT(info.bmBitsPixel == 32); 75 CGContextRef context = CGBitmapContextCreate(info.bmBits, info.bmWidth, info.bmHeight, 8, 76 info.bmWidthBytes, colorSpace.get(), kCGBitmapByteOrder32Little | kCGImageAlphaPremultipliedFirst); 78 cairo_surface_t* image = cairo_image_surface_create_for_data((unsigned char*)info.bmBits, CAIRO_FORMAT_ARGB32, 79 info.bmWidth, info.bmHeight, info.bmWidthBytes); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
ActivityLaunchAction.java | 49 * @param info the {@link DelayedLaunchInfo} that contains launch details 54 public boolean doLaunchAction(DelayedLaunchInfo info, IDevice device) { 56 + (info.isDebugMode() ? " -D" //$NON-NLS-1$ 59 + info.getPackageName() + "/" //$NON-NLS-1$ 66 AdtPlugin.printToConsole(info.getProject(), msg); 68 // In debug mode, we need to add the info to the list of application monitoring 71 info.incrementAttemptCount(); 74 device.executeShellCommand(command, new AMReceiver(info, device, mLaunchController)); 78 if (info.isDebugMode() == false) { 84 AdtPlugin.printErrorToConsole(info.getProject(), "Launch error: timeout") [all...] |
/external/bluetooth/glib/gio/ |
gdesktopappinfo.c | 70 static gboolean g_desktop_app_info_ensure_saved (GDesktopAppInfo *info, 143 GDesktopAppInfo *info; local 145 info = G_DESKTOP_APP_INFO (object); 147 g_free (info->desktop_id); 148 g_free (info->filename); 149 g_free (info->name); 150 g_free (info->comment); 151 g_free (info->icon_name); 152 if (info->icon) 153 g_object_unref (info->icon) 206 GDesktopAppInfo *info; local 313 GDesktopAppInfo *info = NULL; local 408 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 452 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 460 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 485 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 493 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 501 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 509 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 979 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1088 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1098 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1169 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1436 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1553 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1572 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1674 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1688 GDesktopAppInfo *info = G_DESKTOP_APP_INFO (appinfo); local 1727 GDesktopAppInfo *info; local 1814 GDesktopAppInfo *info; local 1873 GAppInfo *info; local [all...] |
/device/samsung/crespo/alsa-lib/src/timer/ |
timer_local.h | 32 int (*info)(snd_timer_t *timer, snd_timer_info_t *info); member in struct:__anon1488 56 int (*info)(snd_timer_query_t *timer, snd_timer_ginfo_t *info); member in struct:__anon1489 57 int (*params)(snd_timer_query_t *timer, snd_timer_gparams_t *info); 58 int (*status)(snd_timer_query_t *timer, snd_timer_gstatus_t *info);
|
/frameworks/base/media/libstagefright/rtsp/ |
ARTPConnection.h | 86 status_t receive(StreamInfo *info, bool receiveRTP); 88 status_t parseRTP(StreamInfo *info, const sp<ABuffer> &buffer); 89 status_t parseRTCP(StreamInfo *info, const sp<ABuffer> &buffer); 90 status_t parseSR(StreamInfo *info, const uint8_t *data, size_t size); 91 status_t parseBYE(StreamInfo *info, const uint8_t *data, size_t size); 93 sp<ARTPSource> findSource(StreamInfo *info, uint32_t id);
|
/packages/apps/Contacts/src/com/android/contacts/ |
SplitAggregateView.java | 163 RawContactInfo info = rawContactInfos.get(rawContactId); local 164 if (info == null) { 165 info = new RawContactInfo(rawContactId); 166 rawContactInfos.put(rawContactId, info); 167 info.accountType = cursor.getString(SplitQuery.ACCOUNT_TYPE); 172 loadStructuredName(cursor, info); 174 loadPhoneNumber(cursor, info); 176 loadEmail(cursor, info); 178 loadNickname(cursor, info); 190 private void loadStructuredName(Cursor cursor, RawContactInfo info) { 245 final RawContactInfo info = getItem(position); local [all...] |
/external/iptables/libiptc/ |
libip4tc.c | 327 if (strcmp(h->info.name, "filter") == 0) { 328 assert(h->info.valid_hooks 334 assert(h->info.hook_entry[NF_IP_LOCAL_IN] == 0); 338 assert(h->info.hook_entry[NF_IP_FORWARD] == n); 342 assert(h->info.hook_entry[NF_IP_LOCAL_OUT] == n); 344 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT]; 345 } else if (strcmp(h->info.name, "nat") == 0) { 346 assert((h->info.valid_hooks 350 (h->info.valid_hooks 356 assert(h->info.hook_entry[NF_IP_PRE_ROUTING] == 0) [all...] |
/device/samsung/crespo/alsa-lib/src/seq/ |
seq_hw.c | 86 static int snd_seq_hw_system_info(snd_seq_t *seq, snd_seq_system_info_t * info) 89 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_SYSTEM_INFO, info) < 0) { 96 static int snd_seq_hw_get_client_info(snd_seq_t *seq, snd_seq_client_info_t * info) 99 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_GET_CLIENT_INFO, info) < 0) { 106 static int snd_seq_hw_set_client_info(snd_seq_t *seq, snd_seq_client_info_t * info) 109 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_SET_CLIENT_INFO, info) < 0) { 136 static int snd_seq_hw_get_port_info(snd_seq_t *seq, snd_seq_port_info_t * info) 139 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_GET_PORT_INFO, info) < 0) { 146 static int snd_seq_hw_set_port_info(snd_seq_t *seq, snd_seq_port_info_t * info) 149 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_SET_PORT_INFO, info) < 0) [all...] |
/external/e2fsprogs/debian/ |
comerr-dev.doc-base | 11 Index: /usr/share/doc/comerr-dev/html-info/com_err.html 12 Files: /usr/share/doc/comerr-dev/html-info/*.html
|
/external/nist-sip/java/javax/sip/message/ |
Request.java | 14 String INFO = "INFO";
|