/external/iptables/extensions/ |
libipt_recent.c | 73 struct ipt_recent_info *info = (struct ipt_recent_info *)(match)->data; local 76 strncpy(info->name,"DEFAULT",IPT_RECENT_NAME_LEN); 79 info->name[IPT_RECENT_NAME_LEN-1] = '\0'; 80 info->side = IPT_RECENT_SOURCE; 91 struct ipt_recent_info *info = (struct ipt_recent_info *)(*match)->data; local 98 info->check_set |= IPT_RECENT_SET; 99 if (invert) info->invert = 1; 108 info->check_set |= IPT_RECENT_CHECK; 109 if(invert) info->invert = 1; 118 info->check_set |= IPT_RECENT_UPDATE 182 struct ipt_recent_info *info = (struct ipt_recent_info *)match->data; local 204 struct ipt_recent_info *info = (struct ipt_recent_info *)match->data; local [all...] |
/external/bluetooth/glib/gio/ |
gfileinfo.c | 225 GFileInfo *info; local 229 info = G_FILE_INFO (object); 231 attrs = (GFileAttribute *)info->attributes->data; 232 for (i = 0; i < info->attributes->len; i++) 234 g_array_free (info->attributes, TRUE); 236 if (info->mask != NO_ATTRIBUTE_MASK) 237 g_file_attribute_matcher_unref (info->mask); 251 g_file_info_init (GFileInfo *info) 253 info->mask = NO_ATTRIBUTE_MASK; 254 info->attributes = g_array_new (FALSE, FALSE [all...] |
/external/e2fsprogs/lib/ss/ |
get_readline.c | 23 static void ss_release_readline(ss_data *info) 26 if (!info->readline_handle) 29 info->readline = 0; 30 info->add_history = 0; 31 info->redisplay = 0; 32 info->rl_completion_matches = 0; 33 dlclose(info->readline_handle); 34 info->readline_handle = 0; 45 ss_data *info = ss_info(sci_idx); local 50 if (info->readline_handle [all...] |
/external/tremolo/Tremolo/ |
floor1.c | 54 vorbis_info_floor1 *info=(vorbis_info_floor1 *)i; local 55 if(info){ 56 if(info->klass)_ogg_free(info->klass); 57 if(info->partitionclass)_ogg_free(info->partitionclass); 58 if(info->postlist)_ogg_free(info->postlist); 59 if(info->forward_index)_ogg_free(info->forward_index) 111 vorbis_info_floor1 *info=(vorbis_info_floor1 *)_ogg_calloc(1,sizeof(*info)); local 282 vorbis_info_floor1 *info=(vorbis_info_floor1 *)i; local 290 vorbis_info_floor1 *info=(vorbis_info_floor1 *)in; local 376 vorbis_info_floor1 *info=(vorbis_info_floor1 *)in; local [all...] |
/frameworks/base/awt/java/awt/ |
MouseDispatcher.java | 108 PointerInfo info = new PointerInfo(src, event.getLocalPos()); local 111 findEventSource(info); 115 dispatchButtonEvent(info, event); 119 dispatchMotionEvent(info, event); 128 // PointerInfo info = findComponentUnderPointer(); 130 // propagateEvent(info, AWTEvent.MOUSE_EVENT_MASK, 134 // Point pos = info.position; 189 // PointerInfo info = new PointerInfo(window, pointerPos); 191 // fall2Child(info); 193 // return info; [all...] |
/bootable/recovery/ |
roots.c | 79 RootInfo *info = &g_roots[i]; local 80 if (strncmp(info->name, root_path, len) == 0) { 81 return info; 110 const RootInfo *info = get_root_info_for_path(root_path); local 111 return info != NULL && info->filesystem == g_package_file; 118 const RootInfo *info = get_root_info_for_path(root_path); local 119 if (info == NULL || info->filesystem != g_package_file) { 125 size_t root_len = strlen(info->name) 148 const RootInfo *info = get_root_info_for_path(root_path); local 204 const RootInfo *info = get_root_info_for_path(root_path); local 214 const RootInfo *info = get_root_info_for_path(root_path); local 269 const RootInfo *info = get_root_info_for_path(root_path); local 300 const RootInfo *info = get_root_info_for_path(root_path); local 325 const RootInfo *info = get_root_info_for_path(root); local [all...] |
/build/tools/lsd/ |
cmdline.h | 8 int *info,
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/spi/ |
MidiDeviceProvider.java | 21 import javax.sound.midi.MidiDevice.Info; 25 public abstract MidiDevice getDevice(MidiDevice.Info info); 27 public abstract MidiDevice.Info[] getDeviceInfo(); 29 public boolean isDeviceSupported(MidiDevice.Info info) { 30 MidiDevice.Info[] devices = getDeviceInfo(); 31 for (Info element : devices) { 32 if (info.equals(element)) {
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/spi/ |
MixerProvider.java | 21 import javax.sound.sampled.Mixer.Info; 25 public abstract Mixer getMixer(Mixer.Info info); 27 public abstract Mixer.Info[] getMixerInfo(); 29 public boolean isMixerSupported(Mixer.Info info) { 30 Mixer.Info[] devices = getMixerInfo(); 31 for (Info element : devices) { 32 if (info.equals(element)) {
|
/external/bluetooth/glib/tests/bookmarks/ |
fail-03.xbel | 4 xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info" 9 <info> 13 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/> 16 </info>
|
/external/e2fsprogs/debian/attic/ |
e2fslibsg-dev.info | 4 FILE=libext2fs.info
|
/external/elfutils/ |
THANKS | 4 Alexander Larsson separate debug info
|
/external/skia/xcode/Simple/ |
SimpleTarget.xcconfig | 3 INFOPLIST_FILE = Info.plist;
|
/frameworks/base/libs/surfaceflinger/tests/resize/ |
resize.cpp | 44 Surface::SurfaceInfo info; local 45 surface->lock(&info); 46 ssize_t bpr = info.s * bytesPerPixel(info.format); 47 android_memset16((uint16_t*)info.bits, 0xF800, bpr*info.h); 50 surface->lock(&info); 51 android_memset16((uint16_t*)info.bits, 0x07E0, bpr*info.h);
|
/build/tools/apriori/ |
prelink_info.c | 21 prelink_info_t *info) 27 *prelink_addr = info->mmap_addr; 31 *prelink_addr = switch_endianness(info->mmap_addr); 52 prelink_info_t info; local 53 int num_read = read(fd, &info, nr); 55 "read(%d, &info, sizeof(prelink_info_t)): %s (%d)!\n", 57 FAILIF(num_read != sizeof(info), 58 "read(%d, &info, sizeof(prelink_info_t)): did not read %d bytes as " 60 fd, sizeof(info), num_read); 63 if (!strncmp(info.tag, "PRE ", 4)) 78 prelink_info_t info; local [all...] |
/build/tools/soslim/ |
prelink_info.c | 21 prelink_info_t *info) 27 *prelink_addr = info->mmap_addr; 31 *prelink_addr = switch_endianness(info->mmap_addr); 52 prelink_info_t info; local 53 int num_read = read(fd, &info, nr); 55 "read(%d, &info, sizeof(prelink_info_t)): %s (%d)!\n", 57 FAILIF(num_read != sizeof(info), 58 "read(%d, &info, sizeof(prelink_info_t)): did not read %d bytes as " 60 fd, sizeof(info), num_read); 63 if (!strncmp(info.tag, "PRE ", 4)) 78 prelink_info_t info; local [all...] |
/development/apps/Development/src/com/android/development/ |
AppPicker.java | 77 if (app.info != null) intent.setAction(app.info.packageName); 84 app.info != null ? app.info.packageName : null, waitForDebugger, true); 92 ApplicationInfo info; field in class:AppPicker.MyApplicationInfo 103 MyApplicationInfo info = new MyApplicationInfo(); local 104 info.info = pkgs.get(i); 105 info.label = info.info.loadLabel(getPackageManager()).toString() 109 MyApplicationInfo info = new MyApplicationInfo(); local [all...] |
/external/opencore/fileformats/mp4/composer/include/ |
textsampledescinfo.h | 55 PVA_FF_TextSampleDescInfo(PVA_FF_TextSampleDescInfo& info) 57 start_sample_num = info.start_sample_num; 58 sdindex = info.sdindex; 59 display_flags = info.display_flags; 60 hJust = info.hJust; 61 vJust = info.vJust; 63 oscl_memcpy(bkRgba, info.bkRgba, DEFAULT_RGB_ARRAY_SIZE); 64 top = info.top; 65 left = info.left; 66 bottom = info.bottom [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/ |
StoreTests.java | 35 Store.StoreInfo info = Store.StoreInfo.getStoreInfo(storeUri, getContext()); local 37 assertNotNull("storeInfo null", info); 38 assertNotNull("scheme null", info.mScheme); 39 assertNotNull("classname null", info.mClassName); 40 assertFalse(info.mPushSupported); 41 assertEquals(Email.VISIBLE_LIMIT_DEFAULT, info.mVisibleLimitDefault); 42 assertEquals(Email.VISIBLE_LIMIT_INCREMENT, info.mVisibleLimitIncrement); 53 Store.StoreInfo info = Store.StoreInfo.getStoreInfo(storeUri, getContext()); local 55 assertNotNull("storeInfo null", info); 56 assertNotNull("scheme null", info.mScheme) 72 Store.StoreInfo info = Store.StoreInfo.getStoreInfo(storeUri, getContext()); local 97 Store.StoreInfo info = Store.StoreInfo.getStoreInfo(storeUri, getContext()); local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit_1.c | 31 static void Blit1to1(SDL_BlitInfo *info) 41 width = info->d_width; 42 height = info->d_height; 43 src = info->s_pixels; 44 srcskip = info->s_skip; 45 dst = info->d_pixels; 46 dstskip = info->d_skip; 47 map = info->table; 77 static void Blit1to2(SDL_BlitInfo *info) 88 width = info->d_width [all...] |
SDL_blit_0.c | 29 static void BlitBto1(SDL_BlitInfo *info) 37 width = info->d_width; 38 height = info->d_height; 39 src = info->s_pixels; 40 srcskip = info->s_skip; 41 dst = info->d_pixels; 42 dstskip = info->d_skip; 43 map = info->table; 82 static void BlitBto2(SDL_BlitInfo *info) 91 width = info->d_width [all...] |
/hardware/msm7k/libgralloc-qsd8k/ |
framebuffer.cpp | 86 m->info.reserved[0] = 0x54445055; // "UPDT"; 87 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16); 88 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16); 112 0, 0, m->info.xres, m->info.yres, NULL); 115 m->info.activate = FB_ACTIVATE_VBL; 116 m->info.yoffset = offset / m->finfo.line_length; 117 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 130 0, 0, m->info.xres, m->info.yres 191 struct fb_var_screeninfo info; local [all...] |
/build/tools/isprelinked/ |
prelink_info.c | 21 prelink_info_t *info) 27 *prelink_addr = info->mmap_addr; 31 *prelink_addr = switch_endianness(info->mmap_addr); 52 prelink_info_t info; local 53 int num_read = read(fd, &info, nr); 55 "read(%d, &info, sizeof(prelink_info_t)): %s (%d)!\n", 57 FAILIF(num_read != sizeof(info), 58 "read(%d, &info, sizeof(prelink_info_t)): did not read %d bytes as " 60 fd, sizeof(info), num_read); 63 if (!strncmp(info.tag, "PRE ", 4)) [all...] |
/frameworks/base/native/graphics/jni/ |
bitmap.cpp | 21 AndroidBitmapInfo* info) { 31 if (info) { 32 info->width = bm->width(); 33 info->height = bm->height(); 34 info->stride = bm->rowBytes(); 35 info->flags = 0; 39 info->format = ANDROID_BITMAP_FORMAT_RGBA_8888; 42 info->format = ANDROID_BITMAP_FORMAT_RGB_565; 45 info->format = ANDROID_BITMAP_FORMAT_RGBA_4444; 48 info->format = ANDROID_BITMAP_FORMAT_A_8 [all...] |
/hardware/msm7k/libgralloc/ |
framebuffer.cpp | 82 m->info.reserved[0] = 0x54445055; // "UPDT"; 83 m->info.reserved[1] = (uint16_t)l | ((uint32_t)t << 16); 84 m->info.reserved[2] = (uint16_t)(l+w) | ((uint32_t)(t+h) << 16); 101 m->info.activate = FB_ACTIVATE_VBL; 102 m->info.yoffset = offset / m->finfo.line_length; 103 if (ioctl(m->framebuffer->fd, FBIOPUT_VSCREENINFO, &m->info) == -1) { 119 0, 0, m->info.xres, m->info.yres, 124 0, 0, m->info.xres, m->info.yres 171 struct fb_var_screeninfo info; local [all...] |