/external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/ |
SDL_syscdrom.c | 66 struct ioc_read_subchannel info; local 78 info.address_format = CD_MSF_FORMAT; 79 info.data_format = CD_CURRENT_POSITION; 80 info.data_len = 0; 81 info.data = NULL; 86 if ( (ioctl(cdfd, CDIOCREADSUBCHANNEL, &info) == 0) || 295 struct ioc_read_subchannel info; local 298 info.address_format = CD_MSF_FORMAT; 299 info.data_format = CD_CURRENT_POSITION; 300 info.track = 0 [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/ |
SDL_syscdrom.c | 69 struct ioc_read_subchannel info; local 81 info.address_format = CD_MSF_FORMAT; 82 info.data_format = CD_CURRENT_POSITION; 83 info.data_len = 0; 84 info.data = NULL; 89 if ( (ioctl(cdfd, CDIOCREADSUBCHANNEL, &info) == 0) || 304 struct ioc_read_subchannel info; local 307 info.address_format = CD_MSF_FORMAT; 308 info.data_format = CD_CURRENT_POSITION; 309 info.track = 0 [all...] |
/external/bison/doc/ |
Makefile.in | 78 INFO_DEPS = $(srcdir)/bison.info 229 .SUFFIXES: .dvi .html .info .pdf .ps .texinfo 260 .texinfo.info: 265 for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ 305 $(srcdir)/bison.info: bison.texinfo $(srcdir)/version.texi $(bison_TEXINFOS) 332 uninstall-info-am: 334 @if (install-info --version && \ 335 install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ 339 echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; [all...] |
/development/samples/Home/src/com/example/android/home/ |
Home.java | 290 ApplicationInfo info; local 307 info = getApplicationInfo(packageManager, intent); 308 if (info != null) { 309 info.intent = intent; 310 mFavorites.addFirst(info); 369 ApplicationInfo info = getApplicationInfo(manager, intent); local 370 if (info != null) { 371 info.intent = intent; 372 if (!mFavorites.contains(info)) { 373 recents.add(info); 389 final ApplicationInfo info = new ApplicationInfo(); local 502 ResolveInfo info = apps.get(i); local 616 final ApplicationInfo info = mApplications.get(position); local [all...] |
/packages/apps/Phone/src/com/android/phone/ |
BluetoothHeadsetService.java | 153 IncomingConnectionInfo info = (IncomingConnectionInfo)msg.obj; 165 ") connection from " + info.mRemoteDevice + "on channel " + 166 info.mRfcommChan); 170 priority = getPriority(info.mRemoteDevice); 174 headset = new HeadsetBase(mPowerManager, mAdapter, info.mRemoteDevice, 175 info.mSocketFd, info.mRfcommChan, null); 191 remoteHeadset = new BluetoothRemoteHeadset(type, info); 192 mRemoteHeadsets.put(info.mRemoteDevice, remoteHeadset); 196 info.mRemoteDevice.getAddress()) [all...] |
/external/bluetooth/glib/gobject/ |
gtype.c | 183 const GTypeInfo *info, 271 GInterfaceInfo *info; member in struct:_IFaceHolder 392 node_size += SIZEOF_FUNDAMENTAL_INFO; /* fundamental type info */ 785 const GTypeInfo *info) 794 (info->instance_size || info->n_preallocs || info->instance_init)) 807 (info->class_init || info->class_finalize || info->class_data | 2418 GTypeInfo info; local 3980 GTypeInfo info; local [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoDecoder.java | 39 * A decoder for the dex debug info state machine format. 44 /** encoded debug info */ 59 /** method descriptor of method this debug info is for */ 65 /** dex file this debug info will be stored in */ 86 * @param encoded encoded debug info 91 * @param ref method descriptor of method this debug info is for 92 * @param file dex file this debug info will be stored in 118 * no method has local variable info that looks like 202 * Decodes the debug info sequence. 209 "...while decoding debug info"); [all...] |
/external/chromium/third_party/icu/source/common/ |
ucmndata.c | 37 } else if(udh->info.isBigEndian==U_IS_BIG_ENDIAN) { 48 udata_getInfoSize(const UDataInfo *info) { 49 if(info==NULL) { 51 } else if(info->isBigEndian==U_IS_BIG_ENDIAN) { 53 return info->size; 56 uint16_t x=info->size; 242 udm->pHeader->info.isBigEndian==U_IS_BIG_ENDIAN && 243 udm->pHeader->info.charsetFamily==U_CHARSET_FAMILY) 248 else if (udm->pHeader->info.dataFormat[0]==0x43 && 249 udm->pHeader->info.dataFormat[1]==0x6d & [all...] |
/external/icu4c/common/ |
ucmndata.c | 37 } else if(udh->info.isBigEndian==U_IS_BIG_ENDIAN) { 48 udata_getInfoSize(const UDataInfo *info) { 49 if(info==NULL) { 51 } else if(info->isBigEndian==U_IS_BIG_ENDIAN) { 53 return info->size; 56 uint16_t x=info->size; 242 udm->pHeader->info.isBigEndian==U_IS_BIG_ENDIAN && 243 udm->pHeader->info.charsetFamily==U_CHARSET_FAMILY) 248 else if (udm->pHeader->info.dataFormat[0]==0x43 && 249 udm->pHeader->info.dataFormat[1]==0x6d & [all...] |
/external/skia/src/animator/ |
SkMemberInfo.cpp | 491 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, int* index) { 493 if (info->fType == SkType_BaseClassInfo) { 494 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName; 495 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index); 500 info++; 502 SkASSERT(info->fName); 503 SkASSERT(info->fType != SkType_BaseClassInfo); 508 return &info[*index]; 512 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, const char** matchPtr) { 514 if (info->fType == SkType_BaseClassInfo) [all...] |
/external/v8/src/ |
codegen.cc | 148 void CodeGenerator::MakeCodePrologue(CompilationInfo* info) { 169 info->function()->name()->ShortPrint(); 175 PrettyPrinter().PrintProgram(info->function())); 180 AstPrinter().PrintProgram(info->function())); 185 PrintF("%s", builder.BuildProgram(info->function())); 193 CompilationInfo* info) { 197 ZoneScopeInfo sinfo(info->scope()); 207 Handle<Script> script = info->script(); 208 FunctionLiteral* function = info->function(); 237 Handle<Code> CodeGenerator::MakeCode(CompilationInfo* info) { [all...] |
/external/webkit/WebCore/platform/android/ |
RenderThemeAndroid.cpp | 64 static SkCanvas* getCanvasFromInfo(const RenderObject::PaintInfo& info) 66 return info.context->platformContext()->mCanvas; 212 bool RenderThemeAndroid::paintCheckbox(RenderObject* obj, const RenderObject::PaintInfo& info, const IntRect& rect) 214 RenderSkinRadio::Draw(getCanvasFromInfo(info), obj->node(), rect, true); 218 bool RenderThemeAndroid::paintButton(RenderObject* obj, const RenderObject::PaintInfo& info, const IntRect& rect) 224 RenderSkinButton::Draw(getCanvasFromInfo(info), rect, RenderSkinAndroid::kDisabled); 227 info.context->platformContext()->storeButtonInfo(node, rect); 322 bool RenderThemeAndroid::paintRadio(RenderObject* obj, const RenderObject::PaintInfo& info, const IntRect& rect) 324 RenderSkinRadio::Draw(getCanvasFromInfo(info), obj->node(), rect, false); 355 bool RenderThemeAndroid::paintTextArea(RenderObject* obj, const RenderObject::PaintInfo& info, const IntRect& rect [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/ |
dis-asm.h | 115 INFO is a pointer to this struct. 119 struct disassemble_info *info); 123 MEMADDR is the address that we were trying to read. INFO is a 126 (int status, bfd_vma memaddr, struct disassemble_info *info); 130 (bfd_vma addr, struct disassemble_info *info); 140 (bfd_vma addr, struct disassemble_info * info); 146 (asymbol *, struct disassemble_info * info); 187 this information. This info is set each time an instruction is 193 char insn_info_valid; /* Branch info has been set. */ 301 Should only be called after initialising the info->arch field. * [all...] |
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesList.java | 117 AdapterView.AdapterContextMenuInfo info; local 119 info = (AdapterView.AdapterContextMenuInfo) menuInfo; 125 Cursor cursor = (Cursor) getListAdapter().getItem(info.position); 144 Integer.toString((int) info.id) )); 152 AdapterView.AdapterContextMenuInfo info; local 154 info = (AdapterView.AdapterContextMenuInfo) item.getMenuInfo(); 160 Uri noteUri = ContentUris.withAppendedId(getIntent().getData(), info.id);
|
/external/chromium/base/ |
mime_util_linux.cc | 131 // Checks to see if the icons in |info| matches |size| (in pixels). Returns 133 size_t MatchesSize(SubDirInfo* info, size_t size); 182 SubDirInfo* info = &info_array_[subdir_iter->second]; local 183 if (MatchesSize(info, size) == 0) { 195 SubDirInfo* info = &info_array_[subdir_iter->second]; local 196 int delta = abs(MatchesSize(info, size)); 314 size_t IconTheme::MatchesSize(SubDirInfo* info, size_t size) { 315 if (info->type == SubDirInfo::Fixed) { 316 return size - info->size; 317 } else if (info->type == SubDirInfo::Scalable) [all...] |
/external/chromium/third_party/icu/source/io/ |
sprintf.c | 51 const u_printf_spec_info *info, 62 if(info->fWidth != -1 && resultLen < info->fWidth) { 63 int32_t paddingLeft = info->fWidth - resultLen; 76 if(info->fLeft) { 78 u_memset(&output->str[outputPos + resultLen], info->fPadChar, paddingLeft); 83 u_memset(&output->str[outputPos], info->fPadChar, paddingLeft);
|
/external/grub/stage2/ |
mb_info.h | 59 /* Drive Info structure. */ 85 /* APM BIOS info. */ 100 * MultiBoot Info description 108 /* MultiBoot info version number */ 129 /* (a.out) Kernel symbol table info */ 153 /* Drive Info buffer */ 198 /* Is there drive info? */
|
/external/icu4c/io/ |
sprintf.c | 51 const u_printf_spec_info *info, 62 if(info->fWidth != -1 && resultLen < info->fWidth) { 63 int32_t paddingLeft = info->fWidth - resultLen; 76 if(info->fLeft) { 78 u_memset(&output->str[outputPos + resultLen], info->fPadChar, paddingLeft); 83 u_memset(&output->str[outputPos], info->fPadChar, paddingLeft);
|
/external/qemu/audio/ |
dsound_template.h | 63 struct audio_pcm_info *info, 118 if ((p1 && (blen1 & info->align)) || (p2 && (blen2 & info->align))) { 263 audio_pcm_init_info (&hw->info, &obt_as); 265 if (bc.dwBufferBytes & hw->info.align) { 268 bc.dwBufferBytes, hw->info.align + 1 271 hw->samples = bc.dwBufferBytes >> hw->info.shift;
|
/external/qemu/distrib/sdl-1.2.12/include/ |
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);
|
/external/skia/src/images/ |
SkMovie_gif.cpp | 32 virtual bool onGetInfo(Info*); 81 bool SkGIFMovie::onGetInfo(Info* info) 90 info->fDuration = dur; 91 info->fWidth = fGIF->SWidth; 92 info->fHeight = fGIF->SHeight; 93 info->fIsOpaque = false; // how to compute?
|
/external/webkit/JavaScriptCore/bytecode/ |
Instruction.h | 109 PolymorphicStubInfo& info = list[i]; local 111 ASSERT(info.base); 112 info.base->deref(); 114 if (info.u.proto) { 115 if (info.isChain) 116 info.u.chain->deref(); 118 info.u.proto->deref();
|
/external/webkit/JavaScriptCore/runtime/ |
RegExpPrototype.cpp | 48 const ClassInfo RegExpPrototype::info = { "RegExpPrototype", 0, 0, 0 }; member in class:JSC::RegExpPrototype 63 if (!thisValue.inherits(&RegExpObject::info)) 70 if (!thisValue.inherits(&RegExpObject::info)) 77 if (!thisValue.inherits(&RegExpObject::info)) 84 if (arg0.inherits(&RegExpObject::info)) { 104 if (!thisValue.inherits(&RegExpObject::info)) { 105 if (thisValue.inherits(&RegExpPrototype::info))
|
/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_database_SQLiteDebug.cpp | 59 struct mallinfo info = mspace_mallinfo(sqlite3_get_mspace()); local 60 struct mallinfo info = dlmallinfo(); local 61 return (jlong) info.usmblks; 77 struct mallinfo info = mspace_mallinfo(sqlite3_get_mspace()); local 78 return (jlong) info.uordblks; 87 struct mallinfo info = mspace_mallinfo(sqlite3_get_mspace()); local 88 return (jlong) info.fordblks;
|