HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 726 - 750 of 1780) sorted by null

<<21222324252627282930>>

  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_syswm.h 104 } info; member in struct:SDL_SysWMinfo
208 * It fills the structure pointed to by 'info' with custom information and
210 * the version member of the 'info' structure is invalid, it returns 0.
213 * SDL_SysWMInfo info;
214 * SDL_VERSION(&info.version);
215 * if ( SDL_GetWMInfo(&info) ) { ... }
217 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_syswm.h 104 } info; member in struct:SDL_SysWMinfo
208 * It fills the structure pointed to by 'info' with custom information and
210 * the version member of the 'info' structure is invalid, it returns 0.
213 * SDL_SysWMInfo info;
214 * SDL_VERSION(&info.version);
215 * if ( SDL_GetWMInfo(&info) ) { ... }
217 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_syswm.h 96 } info; member in struct:SDL_SysWMinfo
188 * It fills the structure pointed to by 'info' with custom information and
190 * the version member of the 'info' structure is invalid, it returns 0.
193 * SDL_SysWMInfo info;
194 * SDL_VERSION(&info.version);
195 * if ( SDL_GetWMInfo(&info) ) { ... }
197 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
  /prebuilt/windows/sdl/include/SDL/
SDL_syswm.h 104 } info; member in struct:SDL_SysWMinfo
196 * It fills the structure pointed to by 'info' with custom information and
198 * the version member of the 'info' structure is invalid, it returns 0.
201 * SDL_SysWMInfo info;
202 * SDL_VERSION(&info.version);
203 * if ( SDL_GetWMInfo(&info) ) { ... }
205 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c 221 struct iw_request_info *info,
228 struct iw_request_info *info,
236 struct iw_request_info *info,
481 struct iw_request_info *info,
507 struct iw_request_info *info,
539 struct iw_request_info *info,
565 struct iw_request_info *info,
608 struct iw_request_info *info,
649 struct iw_request_info *info,
798 struct iw_request_info *info,
5803 struct iw_request_info info; local
    [all...]
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 90 mLogger.info("RssService created");
126 mLogger.info("last checked time:" + mLastCheckedTime.toString() + " Next checked time: " + nextCheckTime.toString());
141 mLogger.info("Querying Rss feeds...");
166 mLogger.info("RSS Feed " + url + ":\n " + rssFeed);
212 mLogger.info("pubDate: " + m.group());
226 mLogger.info("URL is:" + url.toString());
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 159 AdapterView.AdapterContextMenuInfo info; local
161 info = (AdapterView.AdapterContextMenuInfo) menuInfo;
167 Cursor cursor = (Cursor) getListAdapter().getItem(info.position);
182 AdapterView.AdapterContextMenuInfo info; local
184 info = (AdapterView.AdapterContextMenuInfo) item.getMenuInfo();
193 Uri noteUri = ContentUris.withAppendedId(getIntent().getData(), info.id);
  /external/dbus/dbus/
dbus-sysdeps.h 201 dbus_bool_t _dbus_user_info_fill (DBusUserInfo *info,
204 dbus_bool_t _dbus_user_info_fill_uid (DBusUserInfo *info,
207 void _dbus_user_info_free (DBusUserInfo *info);
209 dbus_bool_t _dbus_group_info_fill (DBusGroupInfo *info,
212 dbus_bool_t _dbus_group_info_fill_gid (DBusGroupInfo *info,
215 void _dbus_group_info_free (DBusGroupInfo *info);
  /external/dhcpcd/
common.c 220 static struct mach_timebase_info info = { 0, 0 }; local
226 if (mach_timebase_info(&info) == KERN_SUCCESS) {
227 factor = (double)info.numer / (double)info.denom;
233 if ((info.denom != 1 || info.numer != 1) && factor != 0.0)
  /external/e2fsprogs/ext2ed/
ext2ed.h 357 extern int init_dir_info (struct struct_file_info *info);
378 struct struct_file_info search_dir_entries (int (*action) (struct struct_file_info *info),int *status);
379 int action_count (struct struct_file_info *info);
382 int action_name (struct struct_file_info *info);
383 int action_entry_num (struct struct_file_info *info);
384 int action_show (struct struct_file_info *info);
  /external/jpeg/
transupp.c 569 jpeg_transform_info *info)
575 if (info->force_grayscale &&
579 info->num_components = 1;
582 info->num_components = srcinfo->num_components;
585 switch (info->transform) {
598 SIZEOF(jvirt_barray_ptr) * info->num_components);
599 for (ci = 0; ci < info->num_components; ci++) {
620 SIZEOF(jvirt_barray_ptr) * info->num_components);
621 for (ci = 0; ci < info->num_components; ci++) {
633 info->workspace_coef_arrays = coef_arrays
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
avcsampleentry.cpp 250 uint8* info = (uint8*)(oscl_malloc(sizeof(uint8) * len)); local
251 if (!info)
253 uint8* destPtr = info;
262 OSCL_FREE(info);
279 OSCL_FREE(info);
289 _decoderSpecificInfo->setInfo(info);
  /external/qemu/audio/
audio_int.h 74 struct audio_pcm_info info; member in struct:HWVoiceOut
92 struct audio_pcm_info info; member in struct:HWVoiceIn
110 struct audio_pcm_info info; member in struct:SWVoiceOut
128 struct audio_pcm_info info; member in struct:SWVoiceIn
217 void audio_pcm_init_info (struct audio_pcm_info *info, struct audsettings *as);
218 void audio_pcm_info_clear_buf (struct audio_pcm_info *info, void *buf, int len);
  /external/qemu/distrib/sdl-1.2.12/src/audio/dsp/
SDL_dspaudio.c 317 { audio_buf_info info; local
318 ioctl(audio_fd, SNDCTL_DSP_GETOSPACE, &info);
319 fprintf(stderr, "fragments = %d\n", info.fragments);
320 fprintf(stderr, "fragstotal = %d\n", info.fragstotal);
321 fprintf(stderr, "fragsize = %d\n", info.fragsize);
322 fprintf(stderr, "bytes = %d\n", info.bytes);
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes.c 118 struct DimensionInfo info; local
120 if(GetDisplayInfoData(h,(char *)&info,sizeof(struct DimensionInfo),DTAG_DIMS,NULL))
126 if( SDL_modelist[i]->w == (info.Nominal.MaxX+1) &&
127 SDL_modelist[i]->h == (info.Nominal.MaxY+1) )
147 SDL_modelist[nmodes-1]->w = info.Nominal.MaxX+1;
148 SDL_modelist[nmodes-1]->h = info.Nominal.MaxY+1;
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbmatrox.c 232 if ( ! this->info.blit_hw_A ) {
237 if ( ! this->info.blit_hw_CC ) {
258 this->info.blit_fill = 1;
262 this->info.blit_hw = 1;
267 this->info.blit_hw_CC = 1;
276 this->info.blit_hw_A = 1;
  /external/skia/src/animator/
SkDisplayApply.cpp 119 const SkMemberInfo * info = animator->fFieldInfo; local
121 SkASSERT(info != NULL);
122 SkDisplayTypes type = (SkDisplayTypes) info->fType;
134 executor->executeFunction(target, info->functionIndex(), typedValues, info->getType(), NULL);
138 scriptValue.fType = info->getType();
139 target->setProperty(info->propertyIndex(), scriptValue);
152 // SkASSERT(type == SkType_ARGB || type == SkType_String ||info->isSettable());
154 info->setString(target, values->fString);
156 target->setReference(info, values->fDisplayable)
464 const SkMemberInfo* info = animate->fFieldInfo; local
745 const SkMemberInfo * info = animate->fFieldInfo; local
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ElementsTreeOutline.js 921 var info = {title: "", hasChildren: hasChildren}
    [all...]
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 44 static String getVersionInfo(const LPVOID versionInfoData, const String& info)
48 String subInfo = "\\StringfileInfo\\040904E4\\" + info;
182 VS_FIXEDFILEINFO* info;
184 if (!VerQueryValue(versionInfoData.get(), TEXT("\\"), (LPVOID*) &info, &infoSize) || infoSize < sizeof(VS_FIXEDFILEINFO))
186 m_moduleVersion.leastSig = info->dwFileVersionLS;
187 m_moduleVersion.mostSig = info->dwFileVersionMS;
  /external/webkit/WebKitTools/wx/build/
build_utils.py 91 size = long(urlobj.info().getheader('Content-Length'))
113 Logs.info('Ensuring wxWebKit dependencies are up-to-date.')
129 Logs.info('downloading deps package')
179 if os.system("git-svn info") == 0:
180 info = commands.getoutput("git-svn info ../..")
182 info = commands.getoutput("svn info")
184 for line in info.split("\n"):
  /frameworks/base/core/java/android/widget/
HeaderViewListAdapter.java 41 // Used as a placeholder in case the provided info views are indeed null.
87 for (ListView.FixedViewInfo info : infos) {
88 if (!info.isSelectable) {
98 ListView.FixedViewInfo info = mHeaderViewInfos.get(i); local
99 if (info.view == v) {
115 ListView.FixedViewInfo info = mFooterViewInfos.get(i); local
116 if (info.view == v) {
  /frameworks/base/core/jni/
android_os_Debug.cpp 64 struct mallinfo info = mallinfo(); local
65 return (jlong) info.usmblks;
74 struct mallinfo info = mallinfo(); local
75 return (jlong) info.uordblks;
84 struct mallinfo info = mallinfo(); local
85 return (jlong) info.fordblks;
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uexception.cpp 34 void exception::info (string& msgbuf, const char*) const throw() function in class:ustl::exception
67 info (buf);
85 void bad_alloc::info (string& msgbuf, const char* fmt) const throw() function in class:ustl::bad_alloc
143 void libc_exception::info (string& msgbuf, const char* fmt) const throw() function in class:ustl::libc_exception
190 void file_exception::info (string& msgbuf, const char* fmt) const throw() function in class:ustl::file_exception
267 void stream_bounds_exception::info (string& msgbuf, const char* fmt) const throw() function in class:ustl::stream_bounds_exception
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps2D.java 94 final ApplicationInfo info = getItem(position); local
100 // if (!info.filtered) {
101 // info.icon = Utilities.createIconThumbnail(info.icon, getContext());
102 // info.filtered = true;
107 Log.d(TAG, "icon bitmap = " + info.iconBitmap
108 + " density = " + info.iconBitmap.getDensity());
110 info.iconBitmap.setDensity(Bitmap.DENSITY_NONE);
111 textView.setCompoundDrawablesWithIntrinsicBounds(null, new BitmapDrawable(info.iconBitmap), null, null);
112 textView.setText(info.title)
    [all...]
  /sdk/emulator/mksdcard/
mksdcard.c 57 static Byte s_fsinfo_sector [ BYTES_PER_SECTOR ]; /* FS Info sector */
109 boot_sector_init( Bytes boot, Bytes info, Wide disk_size, const char* label )
156 POKEW( info + 0, 0x41615252 );
157 POKEW( info + 484, 0x61417272 );
158 POKEW( info + 488, free_count ); /* number of free clusters */
159 POKEW( info + 492, 3 ); /* next free clusters, 0-1 reserved, 2 is used for the root dir */
160 POKEW( info + 508, 0xAA550000 );

Completed in 328 milliseconds

<<21222324252627282930>>