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

1 2 34 5 6 7 8 91011>>

  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_nat_rule.h 16 struct ip_nat_info *info);
20 struct ip_nat_info *info,
25 struct ip_nat_info *info,
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /external/iptables/extensions/
libipt_statistic.c 34 static struct xt_statistic_info *info; variable in typeref:struct:xt_statistic_info
44 info = (void *)(*match)->data;
47 info->flags |= XT_STATISTIC_INVERT;
54 info->mode = XT_STATISTIC_MODE_RANDOM;
56 info->mode = XT_STATISTIC_MODE_NTH;
68 info->u.random.probability = 0x80000000 * prob;
75 &info->u.nth.every) == -1)
78 if (info->u.nth.every == 0)
80 info->u.nth.every--;
87 &info->u.nth.packet) == -1
144 struct xt_statistic_info *info = (struct xt_statistic_info *)match->data; local
154 struct xt_statistic_info *info = (struct xt_statistic_info *)match->data; local
    [all...]
libipt_2set.c 44 struct ipt_set_info_match *info = local
48 memset(info, 0, sizeof(struct ipt_set_info_match));
60 struct ipt_set_info *info = &myinfo->match_set; local
64 if (info->flags[0])
70 info->flags[0] |= IPSET_MATCH_INV;
83 get_set_byname(argv[optind - 1], info);
84 parse_bindings(argv[optind], info);
85 DEBUGP("parse: set index %u\n", info->index);
108 print_match(const char *prefix, const struct ipt_set_info *info)
113 get_set_byid(setname, info->index)
133 struct ipt_set_info_match *info = local
143 struct ipt_set_info_match *info = local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 100 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
102 XDGACheckExtension (dpy, info, False);
104 switch((wire->u.u.type & 0x7f) - info->codes->first_event) {
149 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
151 if (XextHasExtension(info)) {
152 *event_basep = info->codes->first_event;
153 *error_basep = info->codes->first_error;
166 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
170 XDGACheckExtension (dpy, info, False);
174 req->reqType = info->codes->major_opcode
204 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
224 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
264 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
304 xXDGAModeInfo info; local
385 xXDGAModeInfo info; local
449 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
472 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
492 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
516 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
545 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
576 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
602 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
625 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
649 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
676 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
    [all...]
  /system/core/fastboot/
usbtest.c 50 int printifc(usb_ifc_info *info)
53 info->dev_class, info->dev_subclass, info->dev_protocol,
54 info->dev_vendor, info->dev_product);
56 info->ifc_class, info->ifc_subclass, info->ifc_protocol,
57 info->has_bulk_in ? " in" : ""
    [all...]
  /development/apps/Development/src/com/android/development/
PackageSummary.java 89 PackageInfo info = null; local
91 info = pm.getPackageInfo(mPackageName,
99 if (info != null) {
100 mPackage.setText(info.packageName);
103 if (info.applicationInfo != null) {
105 pm.getApplicationIcon(info.applicationInfo));
106 label = info.applicationInfo.nonLocalizedLabel;
107 appClass = info.applicationInfo.className;
108 if (info.applicationInfo.enabled) {
111 if ((info.applicationInfo.flags&ApplicationInfo.FLAG_SYSTEM) == 0)
    [all...]
  /external/webkit/WebCore/html/
HTMLFormCollection.cpp 69 if (info()->current && info()->position == index)
70 return info()->current;
72 if (info()->hasLength && info()->length <= index)
75 if (!info()->current || info()->position > index) {
76 info()->current = 0;
77 info()->position = 0;
78 info()->elementsArrayPosition = 0
    [all...]
  /development/simulator/wrapsim/
Log.h 11 * Log debug info.
  /external/bluetooth/bluez/lib/
Makefile.am 5 libbluetooth_la_LDFLAGS = -version-info 5:7:2
  /external/bluetooth/glib/tests/bookmarks/
fail-04.xbel 7 xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"
12 <info>
16 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
19 </info>
  /external/iptables/include/linux/netfilter_ipv4/
ipt_NFQUEUE.h 11 /* target info */
ipt_SAME.h 10 unsigned char info; member in struct:ipt_same_info
  /external/kernel-headers/original/linux/netfilter/
xt_NFQUEUE.h 11 /* target info */
  /external/skia/src/animator/
SkGetCondensedInfo.cpp 72 const SkMemberInfo* info = SkMemberInfo::Find(type, matchPtr); local
73 SkASSERT(info);
74 return info;
79 const SkMemberInfo* info = gInfoTables[lookup]; local
80 if (info->fType == SkType_BaseClassInfo) {
81 int baseTypeLookup = info->fOffset;
87 info++;
89 SkASSERT(info->fType != SkType_BaseClassInfo);
92 int index = _searchByName(&info->fName, count, strings, match);
95 return &info[index]
100 const SkMemberInfo* info = gInfoTables[lookup]; local
    [all...]
  /external/sqlite/dist/
version 2 at checkin http://www.sqlite.org/src/info/82dd61fccf
  /external/tcpdump/
TODO 3 3. search for version info
  /external/webkit/WebCore/manual-tests/NPN_Invoke/English.lproj/
Localized.r 3 // Plugin info
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 48 BITMAP info; local
49 if (!GetObject(bitmap, sizeof(info), &info))
52 ASSERT(info.bmBitsPixel == 32);
54 surface = cairo_image_surface_create_for_data((unsigned char*)info.bmBits,
56 info.bmWidth,
57 info.bmHeight,
58 info.bmWidthBytes);
99 BITMAP info; local
100 GetObject(bitmap, sizeof(info), &info)
    [all...]
  /external/webkit/WebKit/gtk/tests/
testhittestresult.c 36 TestInfo* info; member in struct:__anon6564
42 TestInfo* info; local
44 info = g_slice_new(TestInfo);
45 info->data = g_strdup(data);
46 info->flag = flag;
48 return info;
52 test_info_destroy(TestInfo* info)
54 g_free(info->data);
55 g_slice_free(TestInfo, info);
63 fixture->info = (TestInfo*)data
79 TestInfo* info = (TestInfo*)data; local
102 TestInfo* info = (TestInfo*)data; local
    [all...]

Completed in 184 milliseconds

1 2 34 5 6 7 8 91011>>