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

<<21222324252627282930>>

  /external/libvpx/examples/includes/geshi/docs/api/geshi/core/
_geshi.php.html 15 <div class="info-box">
16 <div class="info-box-title">Description</div>
23 <div class="info-box-body">
24 <!-- ========== Info from phpDoc block ========= -->
38 <div class="info-box">
39 <div class="info-box-title">Classes</div>
46 <div class="info-box-body">
69 <div class="info-box">
70 <div class="info-box-title">Constants</div>
77 <div class="info-box-body">
    [all...]
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 30 #define INFO(...) \
38 INFO("assertion failed at file %s, line %d, function %s:",
40 INFO("%s", expr);
46 INFO("assertion failed at file %s, line %d, function %s:",
48 INFO("(expected) %s != (actual) %d", expr, actual);
229 INFO("%s", __func__);
241 INFO("%s", __func__);
243 INFO("data type = %d, size = %d", msgType, dataSize);
267 INFO("waitNotify: %d, %d, %d", msgType, op, count);
279 INFO("waitData: %d, %d, %d", msgType, op, count)
    [all...]
  /external/qemu/audio/
audio.c 679 static int audio_pcm_info_eq (struct audio_pcm_info *info, struct audsettings *as)
701 return info->freq == as->freq
702 && info->nchannels == as->nchannels
703 && info->sign == sign
704 && info->bits == bits
705 && info->swap_endianness == (as->endianness != AUDIO_HOST_ENDIANNESS);
708 void audio_pcm_init_info (struct audio_pcm_info *info, struct audsettings *as)
733 info->freq = as->freq;
734 info->bits = bits;
735 info->sign = sign
    [all...]
fmodaudio.c 107 hw->samples << hw->info.shift,
119 if ((len1 & hw->info.align) || (len2 & hw->info.align)) {
121 len1, len2, hw->info.align + 1);
125 if ((len1 + len2) - (hw->samples << hw->info.shift)) {
127 len1 + len2, hw->samples << hw->info.shift);
131 audio_pcm_info_clear_buf (&hw->info, p1, hw->samples);
160 dst = advance (dst, src_len1 << hw->info.shift);
180 struct audio_pcm_info *info,
193 pos << info->shift
    [all...]
  /device/samsung/crespo/libaudio/
AudioHardwareALSA.cpp 1906 mixer_info_t *info = mixerMasterProp[i].mInfo = new mixer_info_t; local
1946 mixer_info_t *info = mixerProp[j][i].mInfo = new mixer_info_t; local
2004 mixer_info_t *info = mixerMasterProp[SND_PCM_STREAM_PLAYBACK].mInfo; local
2023 mixer_info_t *info = mixerMasterProp[SND_PCM_STREAM_CAPTURE].mInfo; local
2045 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo; local
2068 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_CAPTURE].mInfo; local
2091 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_CAPTURE].mInfo; local
2117 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_CAPTURE].mInfo; local
2135 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo; local
2161 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo; local
2188 snd_ctl_elem_info_t *info; local
2240 snd_ctl_elem_info_t *info; local
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8LocationCustom.cpp 62 void V8Location::hashAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
65 v8::Handle<v8::Object> holder = info.Holder();
85 void V8Location::hostAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
88 v8::Handle<v8::Object> holder = info.Holder();
105 void V8Location::hostnameAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
108 v8::Handle<v8::Object> holder = info.Holder();
122 void V8Location::hrefAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
125 v8::Handle<v8::Object> holder = info.Holder();
142 void V8Location::pathnameAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info)
145 v8::Handle<v8::Object> holder = info.Holder()
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_decode_header.cpp 39 mp3Header *info,
43 mp3Header *info, structure holding the parsed mp3 header info
116 mp3Header *info,
151 info->version_x = MPEG_2_5;
154 info->version_x = MPEG_2;
157 info->version_x = MPEG_1;
160 info->version_x = INVALID_VERSION;
165 info->layer_description = 4 - ((temp << 13) >> 30); /* 2 */
166 info->error_protection = !((temp << 15) >> 31); /* 1 *
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
ARTPConnection.cpp 188 StreamInfo *info = &*--mStreams.end(); local
192 info->mRTPSocket = s;
194 info->mRTCPSocket = s;
199 info->mIsInjected = injected;
203 info->mSessionDesc = static_cast<ASessionDescription *>(obj.get());
205 CHECK(msg->findSize("index", &info->mIndex));
206 CHECK(msg->findMessage("notify", &info->mNotifyMsg));
208 info->mNumRTCPPacketsReceived = 0;
209 info->mNumRTPPacketsReceived = 0;
210 memset(&info->mRemoteRTCPAddr, 0, sizeof(info->mRemoteRTCPAddr))
662 StreamInfo &info = *it++; local
    [all...]
  /external/webkit/WebCore/rendering/
RenderLineBoxList.cpp 171 RenderObject::PaintInfo info(paintInfo);
173 info.outlineObjects = &outlineObjects;
198 int top = min(curr->topVisibleOverflow(), curr->root()->selectionTop()) - renderer->maximalOutlineSize(info.phase);
199 int bottom = curr->bottomVisibleOverflow() + renderer->maximalOutlineSize(info.phase);
203 if (yPos < info.rect.bottom() && yPos + h > info.rect.y())
204 curr->paint(info, tx, ty);
207 if (info.phase == PaintPhaseOutline || info.phase == PaintPhaseSelfOutline || info.phase == PaintPhaseChildOutlines)
    [all...]
InlineBox.cpp 171 RenderObject::PaintInfo info(paintInfo);
172 info.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
173 renderer()->paint(info, tx, ty);
175 info.phase = PaintPhaseChildBlockBackgrounds;
176 renderer()->paint(info, tx, ty);
177 info.phase = PaintPhaseFloat;
178 renderer()->paint(info, tx, ty);
179 info.phase = PaintPhaseForeground;
180 renderer()->paint(info, tx, ty);
181 info.phase = PaintPhaseOutline
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 105 public void bindAppWidget(LauncherAppWidgetInfo info);
289 static void deleteUserFolderContentsFromDatabase(Context context, UserFolderInfo info) {
292 cr.delete(LauncherSettings.Favorites.getContentUri(info.id, false), null, null);
294 LauncherSettings.Favorites.CONTAINER + "=" + info.id, null);
673 ShortcutInfo info; local
695 info = getShortcutInfo(manager, intent, context, c, iconIndex,
698 info = getShortcutInfo(c, context, iconTypeIndex,
703 if (info != null) {
704 updateSavedIcon(context, info, c, iconIndex);
706 info.intent = intent
1301 final ShortcutInfo info = new ShortcutInfo(); local
1358 final ShortcutInfo info = new ShortcutInfo(); local
1428 final ShortcutInfo info = infoFromShortcutIntent(context, data); local
1465 final ShortcutInfo info = new ShortcutInfo(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 124 for (ViewClassInfo info : views) {
125 ElementDescriptor desc = convertView(info, infoDescMap);
136 for (ViewClassInfo info : layouts) {
137 ElementDescriptor desc = convertView(info, infoDescMap);
172 * @param info The {@link ViewClassInfo} to convert into a new {@link ViewElementDescriptor}.
177 ViewClassInfo info,
179 String xml_name = info.getShortClassName();
180 String tooltip = info.getJavaDoc();
200 info.getAttributes(),
204 for (ViewClassInfo link = info.getSuperClass()
368 ViewClassInfo info = entry.getKey(); local
    [all...]
  /system/core/toolbox/
schedtop.c 97 struct thread_info *info; local
99 info = get_item(&processes);
101 info = get_item(&threads);
102 info->pid = pid;
103 info->tid = tid;
111 if(sscanf(line, "%llu %llu %u", &info->exec_time, &info->delay_time, &info->run_count) != 3)
114 proc_info->exec_time += info->exec_time;
115 proc_info->delay_time += info->delay_time
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/mint/
SDL_syscdrom.c 76 struct cdrom_subchnl info; local
104 info.cdsc_format = CDROM_MSF;
105 if ( (Metaioctl(i, METADOS_IOCTL_MAGIC, CDROMSUBCHNL, &info) == 0) || ERRNO_TRAYEMPTY(errno) ) {
223 struct cdrom_subchnl info; local
225 info.cdsc_format = CDROM_MSF;
226 if ( SDL_SYS_CDioctl(cdrom->id, CDROMSUBCHNL, &info) < 0 ) {
233 switch (info.cdsc_audiostatus) {
251 if ( info.cdsc_trk == CDROM_LEADOUT ) {
265 info.cdsc_absaddr.msf.minute,
266 info.cdsc_absaddr.msf.second
    [all...]
  /external/v8/src/
frame-element.h 31 #include "number-info.h"
57 // Copied elements do not have number info. Instead
67 inline void set_number_info(NumberInfo::Type info) {
68 // Copied elements do not have number info. Instead
72 value_ = value_ | NumberInfoField::encode(info);
91 static FrameElement MemoryElement(NumberInfo::Type info) {
92 FrameElement result(MEMORY, no_reg, SYNCED, info);
99 NumberInfo::Type info) {
100 return FrameElement(REGISTER, reg, is_synced, info);
213 NumberInfo::Type info) {
    [all...]
  /external/kernel-headers/original/linux/
fb.h 342 struct fb_cmap cmap; /* color map info */
476 struct fb_cmap_user cmap; /* color map info */
521 struct fb_info *info; member in struct:fb_event
551 void (*writeio)(struct fb_info *info, void __iomem *dst, void *src, unsigned int size);
552 void (*readio) (struct fb_info *info, void *dst, void __iomem *src, unsigned int size);
567 int (*fb_open)(struct fb_info *info, int user);
568 int (*fb_release)(struct fb_info *info, int user);
578 int (*fb_check_var)(struct fb_var_screeninfo *var, struct fb_info *info);
580 /* set the video mode according to info->var */
581 int (*fb_set_par)(struct fb_info *info);
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 129 def log_dashed_string(text, platform, logging_level=logging.INFO):
144 logging.info(msg)
166 logging.info('Html directory: "%s"', html_directory)
170 logging.info('Deleted file at html directory: "%s"', html_directory)
233 logging.info('')
246 logging.info('')
267 output, return_code = run_shell_with_return_code(['svn', 'info'],
288 logging.info('Total number of tests needing rebaselining '
294 logging.info(' %d: %s', test_no, test)
322 logging.info('Latest revision: "%s"', revisions[len(revisions) - 1]
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 42 free(me->info); me->info = NULL;
68 /* data needed for info field */
87 me->info = (char *) malloc(3+9+1+8+2+6+4+2+7+12+8+16+2 + 100);
88 if (me->info)
91 sprintf(me->info,
92 "%s" /* info separator start */
104 "%s" /* info separator end */
129 /* info separator end */
133 /* we succeed if we could allocate the info string *
    [all...]
  /bionic/libdl/
libdl.c 24 int dladdr(void *addr, Dl_info *info) { return 0; }
32 int dl_iterate_phdr(int (*cb)(void *info, void *size, void *data),
  /device/samsung/crespo/alsa-lib/src/hwdep/
hwdep_local.h 30 int (*info)(snd_hwdep_t *hwdep, snd_hwdep_info_t *info); member in struct:__anon1427
  /external/bluetooth/glib/gmodule/
gmodule-beos.c 87 image_info info; local
92 status = get_next_image_info (0, &cookie, &info);
94 return (gpointer) info.id;
111 image_info info; local
119 if (get_image_info ((image_id) handle, &info) != B_OK)
122 name = g_strdup (info.name);
137 image_info info; local
145 status = get_image_info (id, &info);
  /external/bluetooth/glib/tests/bookmarks/
fail-06.xbel 7 xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"
15 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
  /external/chromium/net/base/
host_resolver.cc 26 int SingleRequestHostResolver::Resolve(const HostResolver::RequestInfo& info,
39 info, addresses, transient_callback, &request, load_log);
ssl_info.h 15 // SSL connection info.
37 // Bitmask of status info of |cert|, representing, for example, known errors
  /external/chromium/net/third_party/nss/ssl/
sslt.h 138 /* server authentication info */
141 /* key exchange algorithm info */
144 /* session info */
153 /* compression method info */
165 /* server authentication info */
169 /* key exchange algorithm info */
173 /* symmetric encryption info */
180 /* MAC info */

Completed in 326 milliseconds

<<21222324252627282930>>