HomeSort by relevance Sort by last modified time
    Searched full:info (Results 201 - 225 of 5694) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/openssl/crypto/pkcs7/
doc 6 Use this to setup a signer info
10 Add a signer info to the content.
  /external/proguard/src/proguard/optimize/info/
NoSideEffectMethodMarker.java 21 package proguard.optimize.info;
39 // A visitor info flag to indicate the visitor accepter is being kept,
68 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
69 if (info != null)
71 info.setNoSideEffects();
87 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method); local
88 return info != null &&
89 info.hasNoSideEffects();
  /external/bluetooth/bluez/gdbus/
mainloop.c 39 #define info(fmt...) macro
96 struct watch_info *info = data; local
99 dbus_connection_ref(info->conn);
106 dbus_watch_handle(info->watch, flags);
108 dbus_connection_unref(info->conn);
115 struct watch_info *info = data; local
117 if (info->id > 0) {
118 g_source_remove(info->id);
119 info->id = 0;
122 dbus_connection_unref(info->conn)
132 struct watch_info *info; local
    [all...]
  /external/libffi/testsuite/lib/
target-libpath.exp 56 if { [info exists GCC_EXEC_PREFIX] && ![info exists env(GCC_EXEC_PREFIX)] } {
71 if [info exists env(LD_LIBRARY_PATH)] {
75 if [info exists env(LD_RUN_PATH)] {
79 if [info exists env(SHLIB_PATH)] {
83 if [info exists env(LD_LIBRARYN32_PATH)] {
87 if [info exists env(LD_LIBRARY64_PATH)] {
91 if [info exists env(LD_LIBRARY_PATH_32)] {
95 if [info exists env(LD_LIBRARY_PATH_64)] {
99 if [info exists env(DYLD_LIBRARY_PATH)]
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AgendaWindowAdapter.java 288 DayAdapterInfo info = getAdapterInfoByPosition(position); local
289 if (info != null) {
290 return info.dayAdapter.getItemViewType(position - info.offset);
299 DayAdapterInfo info = getAdapterInfoByPosition(position); local
300 if (info != null) {
301 return info.dayAdapter.isEnabled(position - info.offset);
314 DayAdapterInfo info = getAdapterInfoByPosition(position); local
315 if (info != null)
330 DayAdapterInfo info = getAdapterInfoByPosition(position); local
355 DayAdapterInfo info = getAdapterInfoByPosition(position); local
376 DayAdapterInfo info = getAdapterInfoByTime(time); local
422 DayAdapterInfo info = getAdapterInfoByPosition(position); local
515 DayAdapterInfo info; local
813 DayAdapterInfo info = pruneAdapterInfo(data.queryType); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_blit_A.c 65 static void BlitNto1SurfaceAlpha(SDL_BlitInfo *info)
67 int width = info->d_width;
68 int height = info->d_height;
69 Uint8 *src = info->s_pixels;
70 int srcskip = info->s_skip;
71 Uint8 *dst = info->d_pixels;
72 int dstskip = info->d_skip;
73 Uint8 *palmap = info->table;
74 SDL_PixelFormat *srcfmt = info->src;
75 SDL_PixelFormat *dstfmt = info->dst
    [all...]
  /device/samsung/crespo/alsa-lib/src/hwdep/
hwdep.c 332 * \param info returned pointer
338 int snd_hwdep_info_malloc(snd_hwdep_info_t **info)
340 assert(info);
341 *info = calloc(1, sizeof(snd_hwdep_info_t));
342 if (!*info)
349 * \param info pointer to the snd_hwdep_info_t structure to free
354 void snd_hwdep_info_free(snd_hwdep_info_t *info)
356 assert(info);
357 free(info);
384 * \param info pointer to a snd_hwdep_info_t structur
    [all...]
  /external/iptables/extensions/
libip6t_HL.c 37 struct ip6t_HL_info *info = (struct ip6t_HL_info *) (*target)->data; local
60 info->mode = IP6T_HL_SET;
69 info->mode = IP6T_HL_DEC;
78 info->mode = IP6T_HL_INC;
86 info->hop_limit = value;
102 const struct ip6t_HL_info *info = local
105 switch (info->mode) {
117 printf("%u ", info->hop_limit);
123 const struct ip6t_HL_info *info = local
127 switch (info->mode)
    [all...]
libipt_TTL.c 37 struct ipt_TTL_info *info = (struct ipt_TTL_info *) (*target)->data; local
60 info->mode = IPT_TTL_SET;
69 info->mode = IPT_TTL_DEC;
78 info->mode = IPT_TTL_INC;
86 info->ttl = value;
102 const struct ipt_TTL_info *info = local
105 switch (info->mode) {
117 printf("%u ", info->ttl);
123 const struct ipt_TTL_info *info = local
127 switch (info->mode)
    [all...]
  /external/iptables/libiptc/
libip6tc.c 275 if (strcmp(h->info.name, "filter") == 0) {
276 assert(h->info.valid_hooks
282 assert(h->info.hook_entry[NF_IP6_LOCAL_IN] == 0);
286 assert(h->info.hook_entry[NF_IP6_FORWARD] == n);
290 assert(h->info.hook_entry[NF_IP6_LOCAL_OUT] == n);
292 user_offset = h->info.hook_entry[NF_IP6_LOCAL_OUT];
293 } else if (strcmp(h->info.name, "nat") == 0) {
294 assert((h->info.valid_hooks
298 (h->info.valid_hooks
304 assert(h->info.hook_entry[NF_IP6_PRE_ROUTING] == 0)
    [all...]
  /external/chromium/net/tools/fetch/
http_listen_socket.cc 116 HttpServerRequestInfo* info = new HttpServerRequestInfo(); local
130 info->method = buffer;
134 info->url = GURL(buffer);
149 DCHECK(info->headers.find(header_name) == info->headers.end());
150 info->headers[header_name] = header_value;
167 return info;
169 delete info;
175 delete info;
212 void HttpListenSocket::Respond(HttpServerResponseInfo* info,
    [all...]
  /external/quake/quake/src/WinQuake/
dos_v2.cpp 137 _go32_dpmi_seginfo info; local
147 info.size = (size+15) / 16;
148 rc = _go32_dpmi_allocate_dos_memory(&info);
154 seginfo[i] = info;
155 return real2ptr((int) info.rm_segment << 4);
186 _go32_dpmi_seginfo info; local
195 info.pm_offset = (int) handler;
196 _go32_dpmi_allocate_iret_wrapper(&info);
199 _go32_dpmi_set_protected_mode_interrupt_vector(intr, &info);
238 __dpmi_meminfo info; local
249 __dpmi_meminfo info; local
    [all...]
snd_sun.cpp 38 static audio_info_t info; variable
76 if (ioctl(audio_fd, AUDIO_GETINFO, &info) < 0) {
92 AUDIO_INITINFO(&info);
97 info.play.encoding = AUDIO_ENCODING_LINEAR;
98 info.play.sample_rate = 11025;
99 info.play.channels = 2;
100 info.play.precision = 16;
102 if (ioctl(audio_fd, AUDIO_SETINFO, &info) < 0) {
103 info.play.encoding = AUDIO_ENCODING_LINEAR;
104 info.play.sample_rate = 11025
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutInfo.java 71 public ShortcutInfo(ShortcutInfo info) {
72 super(info);
73 title = info.title.toString();
74 intent = new Intent(info.intent);
75 if (info.iconResource != null) {
77 iconResource.packageName = info.iconResource.packageName;
78 iconResource.resourceName = info.iconResource.resourceName;
80 mIcon = info.mIcon; // TODO: should make a copy here. maybe we don't need this ctor at all
81 customIcon = info.customIcon;
85 public ShortcutInfo(ApplicationInfo info) {
    [all...]
  /device/samsung/crespo/libaudio2/
alsa_mixer.c 64 struct snd_ctl_elem_info *info; member in struct:mixer_ctl
70 struct snd_ctl_elem_info *info; member in struct:mixer
85 unsigned max = mixer->ctl[n].info->value.enumerated.items;
94 if (mixer->info)
95 free(mixer->info);
122 mixer->info = calloc(elist.count, sizeof(struct snd_ctl_elem_info));
123 if (!mixer->ctl || !mixer->info)
138 struct snd_ctl_elem_info *ei = mixer->info + n;
142 mixer->ctl[n].info = ei;
181 struct snd_ctl_elem_info *ei = mixer->info + n
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xinerama/
Xinerama.c 84 XExtDisplayInfo *info = find_display (dpy); local
86 if (XextHasExtension(info)) {
87 *event_basep = info->codes->first_event;
88 *error_basep = info->codes->first_error;
102 XExtDisplayInfo *info = find_display (dpy); local
106 PanoramiXCheckExtension (dpy, info, 0);
110 req->reqType = info->codes->major_opcode;
137 XExtDisplayInfo *info = find_display (dpy); local
141 PanoramiXCheckExtension (dpy, info, 0);
145 req->reqType = info->codes->major_opcode
166 XExtDisplayInfo *info = find_display (dpy); local
196 XExtDisplayInfo *info = find_display (dpy); local
250 XExtDisplayInfo *info = find_display (dpy); local
277 XExtDisplayInfo *info = find_display (dpy); local
    [all...]
  /device/samsung/crespo/alsa-lib/src/rawmidi/
rawmidi.c 472 * \param info returned pointer
478 int snd_rawmidi_info_malloc(snd_rawmidi_info_t **info)
480 assert(info);
481 *info = calloc(1, sizeof(snd_rawmidi_info_t));
482 if (!*info)
489 * \param info pointer to the snd_rawmidi_info_t structure to free
494 void snd_rawmidi_info_free(snd_rawmidi_info_t *info)
496 assert(info);
497 free(info);
513 * \param info pointer to a snd_rawmidi_info_t structur
    [all...]
  /device/samsung/crespo/alsa-lib/src/control/
control.c 229 * \param info Card info pointer
232 int snd_ctl_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info)
234 assert(ctl && info);
235 return ctl->ops->card_info(ctl, info);
254 * \param info CTL element id/information pointer
257 int snd_ctl_elem_info(snd_ctl_t *ctl, snd_ctl_elem_info_t *info)
259 assert(ctl && info && (info->id.name[0] || info->id.numid))
276 snd_ctl_elem_info_t *info; local
316 snd_ctl_elem_info_t *info; local
350 snd_ctl_elem_info_t *info; local
370 snd_ctl_elem_info_t *info; local
422 snd_ctl_elem_info_t *info = NULL; local
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_rate_linear.c 330 static int linear_init(void *obj, snd_pcm_rate_info_t *info)
334 rate->get_idx = snd_pcm_linear_get_index(info->in.format, SND_PCM_FORMAT_S16);
335 rate->put_idx = snd_pcm_linear_put_index(SND_PCM_FORMAT_S16, info->out.format);
336 if (info->in.rate < info->out.rate) {
337 if (info->in.format == info->out.format && info->in.format == SND_PCM_FORMAT_S16)
343 if (info->in.format == info->out.format && info->in.format == SND_PCM_FORMAT_S16
    [all...]
  /device/samsung/crespo/alsa-lib/src/seq/
seqmid.c 230 snd_seq_client_info_t info; local
233 if ((err = snd_seq_get_client_info(seq, &info)) < 0)
235 strncpy(info.name, name, sizeof(info.name) - 1);
236 return snd_seq_set_client_info(seq, &info);
249 snd_seq_client_info_t info; local
252 if ((err = snd_seq_get_client_info(seq, &info)) < 0)
254 snd_seq_client_info_event_filter_add(&info, event_type);
255 return snd_seq_set_client_info(seq, &info);
268 snd_seq_client_pool_t info; local
287 snd_seq_client_pool_t info; local
306 snd_seq_client_pool_t info; local
351 snd_seq_client_pool_t info; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 65 BluetoothOppTransferInfo info = new BluetoothOppTransferInfo(); local
69 info.mID = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare._ID));
70 info.mStatus = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.STATUS));
71 info.mDirection = cursor.getInt(cursor
73 info.mTotalBytes = cursor.getInt(cursor
75 info.mCurrentBytes = cursor.getInt(cursor
77 info.mTimeStamp = cursor.getLong(cursor
79 info.mDestAddr = cursor.getString(cursor
82 info.mFileName = cursor.getString(cursor
84 if (info.mFileName == null)
    [all...]
  /build/core/combo/
javac.mk 22 $(info CUSTOM_JAVA_COMPILER=eclipse)
30 $(info CUSTOM_JAVA_COMPILER=openjdk)
36 #$(info HOST_JAVAC=$(HOST_JAVAC))
37 #$(info TARGET_JAVAC=$(TARGET_JAVAC))
  /dalvik/libdex/
sha1.h 2 * See "sha1.c" for author info.
  /device/samsung/crespo/alsa-utils/alsactl/init/
help 7 PRINT=" info Print all available hardware identification\n"
  /external/bluetooth/glib/tests/bookmarks/
fail-05.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>

Completed in 2661 milliseconds

1 2 3 4 5 6 7 891011>>