/external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/ |
SDL_syscdrom.c | 122 struct cdrom_subchnl info; local 134 info.cdsc_format = CDROM_MSF; 137 if ( (ioctl(cdfd, CDROMSUBCHNL, &info) == 0) || 454 struct cdrom_subchnl info; local 456 info.cdsc_format = CDROM_MSF; 457 if ( ioctl(cdrom->id, CDROMSUBCHNL, &info) < 0 ) { 464 switch (info.cdsc_audiostatus) { 481 if ( info.cdsc_trk == CDROM_LEADOUT ) { 495 info.cdsc_absaddr.msf.minute, 496 info.cdsc_absaddr.msf.second [all...] |
/external/v8/src/ |
jump-target.cc | 156 NumberInfo::Type info = NumberInfo::kUninitialized; local 161 info = NumberInfo::kUnknown; 163 info = NumberInfo::Combine(info, element.number_info()); 167 info = NumberInfo::Combine(info, 185 || info != NumberInfo::kUninitialized); 192 // Set combined number info. 193 entry_frame_->elements_[i].set_number_info(info); 219 // Set combined number info [all...] |
/external/webkit/JavaScriptCore/jit/ |
JIT.cpp | 538 StructureStubInfo& info = m_codeBlock->structureStubInfo(i); local 539 info.callReturnLocation = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].callReturnLocation); 540 info.hotPathBegin = patchBuffer.locationOf(m_propertyAccessCompilationInfo[i].hotPathBegin); 545 CallLinkInfo& info = m_codeBlock->callLinkInfo(i); local 546 info.ownerCodeBlock = m_codeBlock; 547 info.callReturnLocation = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].callReturnLocation); 548 info.hotPathBegin = patchBuffer.locationOf(m_callStructureStubCompilationInfo[i].hotPathBegin); 549 info.hotPathOther = patchBuffer.locationOfNearCall(m_callStructureStubCompilationInfo[i].hotPathOther); 555 MethodCallLinkInfo& info = m_codeBlock->methodCallLinkInfo(i); local 556 info.structureLabel = patchBuffer.locationOf(m_methodCallCompilationInfo[i].structureToCompare) [all...] |
/external/webkit/WebCore/platform/image-decoders/jpeg/ |
JPEGImageDecoder.cpp | 352 jpeg_decompress_struct* info() { return &m_info; } function in class:WebCore::JPEGImageReader 487 jpeg_decompress_struct* info = m_reader->info(); local 490 while (info->output_scanline < info->output_height) { 493 int sourceY = info->output_scanline; 495 if (jpeg_read_scanlines(info, samples, 1) != 1) 501 int width = m_scaled ? m_scaledColumns.size() : info->output_width; 503 JSAMPLE* jsample = *samples + (m_scaled ? m_scaledColumns[x] : x) * ((info->out_color_space == JCS_RGB) ? 3 : 4); 504 if (info->out_color_space == JCS_RGB [all...] |
/development/scripts/app_engine_server/ |
memcache_zipserve.py | 127 #logging.info('==========================EXCEPTION: NO LANG COOKIE FOUND, USING [%s]', langName) 128 logging.info('==========================REQ INIT name [%s] langName [%s] resetLangCookie [%s]', reqUri, langName, resetLangCookie) 146 logging.info(' Content URI is [%s]...', contentUri) 152 # logging.info(' Handling a MISMATCHED intl request') 162 # logging.info(' Request being handled as clean: [%s]', name) 175 # logging.info(' Handling an invalid intl request...') 195 # logging.info(' >>>> isCleanUrl name [%s] langName [%s] isValidIntl [%s]', name, langName, isValidIntl) 225 # logging.info('--->PREPROCESSING REDIRECT [%s] to [%s] with langName [%s]', name, uri, langName) 250 logging.info('-->>REDIRECTING %s to %s', name, uri) 284 logging.info('PROCESSING %s langName [%s] isValidIntl [%s] resetLang [%s]', [all...] |
/external/bison/examples/ |
Makefile.in | 80 html-recursive info-recursive install-data-recursive \ 81 install-exec-recursive install-info-recursive \ 83 pdf-recursive ps-recursive uninstall-info-recursive \ 247 uninstall-info-am: 466 info: info-recursive 468 info-am: 474 install-info: install-info-recursive 496 uninstall-am: uninstall-info-a [all...] |
/external/elfutils/ |
Makefile.in | 58 html-recursive info-recursive install-data-recursive \ 59 install-exec-recursive install-info-recursive \ 61 pdf-recursive ps-recursive uninstall-info-recursive \ 242 uninstall-info-am: 557 info: info-recursive 559 info-am: 565 install-info: install-info-recursive 589 uninstall-am: uninstall-info-a [all...] |
/external/grub/ |
Makefile.in | 57 html-recursive info-recursive install-data-recursive \ 58 install-exec-recursive install-info-recursive \ 60 pdf-recursive ps-recursive uninstall-info-recursive \ 244 uninstall-info-am: 552 info: info-recursive 554 info-am: 560 install-info: install-info-recursive 584 uninstall-am: uninstall-info-a [all...] |
/external/opencore/fileformats/mp4/parser/src/ |
trackfragmentatom.cpp | 536 frgptr += pgau->info[i].len; 537 if (pgau->info[i].len != 0) 652 pgau->info[s].len = tempSize; 654 pgau->info[s].ts_delta = tsDelta; 655 pgau->info[s].ts = currTSBase; 660 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "TrackFragmentAtom::getNextNSamples- pgau->info[%d].len =%d", s, pgau->info[s].len)); 661 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "TrackFragmentAtom::getNextNSamples- pgau->info[%d].ts_delta =%d", s, pgau->info[s].ts_delta)); 662 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "TrackFragmentAtom::getNextNSamples- pgau->info[%d].ts =%d", s, pgau->info[s].ts)) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
SDL_sysevents.c | 604 MINMAXINFO *info; local 653 info = (MINMAXINFO *)lParam; 654 info->ptMaxSize.x = width; 655 info->ptMaxSize.y = height; 656 info->ptMaxPosition.x = x; 657 info->ptMaxPosition.y = y; 658 info->ptMinTrackSize.x = width; 659 info->ptMinTrackSize.y = height; 660 info->ptMaxTrackSize.x = width; 661 info->ptMaxTrackSize.y = height 892 OSVERSIONINFO info; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
NewProjectWizard.java | 396 IMainInfo info = mMainPage.getMainInfo(); local 399 final IProject project = workspace.getRoot().getProject(info.getProjectName()); 403 mPackageName = info.getPackageName(); 406 parameters.put(PARAM_PROJECT, info.getProjectName()); 410 parameters.put(PARAM_IS_NEW_PROJECT, info.isNewProject()); 411 parameters.put(PARAM_SRC_FOLDER, info.getSourceFolder()); 412 parameters.put(PARAM_SDK_TARGET, info.getSdkTarget()); 413 parameters.put(PARAM_MIN_SDK_VERSION, info.getMinSdkVersion()); 415 if (info.isCreateActivity()) { 418 String activityName = info.getActivityName() 455 TestInfo info = mTestPage.getTestInfo(); local [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/ |
as.info | 1 This is ../.././gas/doc/as.info, produced by makeinfo version 4.8 from 4 START-INFO-DIR-ENTRY 7 END-INFO-DIR-ENTRY 22 File: as.info, Node: Top, Next: Overview, Up: (dir) 49 File: as.info, Node: Overview, Next: Invoking, Prev: Top, Up: Top 435 See the info pages for documentation of the CRIS-specific options. 816 See the info pages for documentation of the MMIX-specific options. 899 File: as.info, Node: Manual, Next: GNU Assembler, Up: Overview 921 File: as.info, Node: GNU Assembler, Next: Object Formats, Prev: Manual, Up: Overview 946 File: as.info, Node: Object Formats, Next: Command Line, Prev: GNU Assembler, Up: Overvie [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/info/ |
as.info | 1 This is ../.././gas/doc/as.info, produced by makeinfo version 4.8 from 4 START-INFO-DIR-ENTRY 7 END-INFO-DIR-ENTRY 22 File: as.info, Node: Top, Next: Overview, Up: (dir) 49 File: as.info, Node: Overview, Next: Invoking, Prev: Top, Up: Top 435 See the info pages for documentation of the CRIS-specific options. 816 See the info pages for documentation of the MMIX-specific options. 899 File: as.info, Node: Manual, Next: GNU Assembler, Up: Overview 921 File: as.info, Node: GNU Assembler, Next: Object Formats, Prev: Manual, Up: Overview 946 File: as.info, Node: Object Formats, Next: Command Line, Prev: GNU Assembler, Up: Overvie [all...] |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/ |
as.info | 1 This is ../.././gas/doc/as.info, produced by makeinfo version 4.8 from 4 START-INFO-DIR-ENTRY 7 END-INFO-DIR-ENTRY 22 File: as.info, Node: Top, Next: Overview, Up: (dir) 49 File: as.info, Node: Overview, Next: Invoking, Prev: Top, Up: Top 435 See the info pages for documentation of the CRIS-specific options. 816 See the info pages for documentation of the MMIX-specific options. 899 File: as.info, Node: Manual, Next: GNU Assembler, Up: Overview 921 File: as.info, Node: GNU Assembler, Next: Object Formats, Prev: Manual, Up: Overview 946 File: as.info, Node: Object Formats, Next: Command Line, Prev: GNU Assembler, Up: Overvie [all...] |
gdb.info | 1 This is gdb.info, produced by makeinfo version 4.8 from 4 INFO-DIR-SECTION Software development 5 START-INFO-DIR-ENTRY 7 END-INFO-DIR-ENTRY 32 File: gdb.info, Node: Top, Next: Summary, Prev: (dir), Up: (dir) 90 File: gdb.info, Node: Summary, Next: Sample Session, Prev: Top, Up: Top 136 File: gdb.info, Node: Free Software, Next: Contributors, Up: Summary 243 File: gdb.info, Node: Contributors, Prev: Free Software, Up: Summary 411 File: gdb.info, Node: Sample Session, Next: Invocation, Prev: Summary, Up: Top 622 File: gdb.info, Node: Invocation, Next: Commands, Prev: Sample Session, Up: To [all...] |
/external/webkit/WebCore/bindings/v8/custom/ |
V8DOMWindowCustom.cpp | 172 v8::Handle<v8::Value> V8DOMWindow::eventAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 174 v8::Handle<v8::Object> holder = V8DOMWrapper::lookupDOMWrapper(V8DOMWindow::GetTemplate(), info.This()); 193 void V8DOMWindow::eventAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 195 v8::Handle<v8::Object> holder = V8DOMWrapper::lookupDOMWrapper(V8DOMWindow::GetTemplate(), info.This()); 211 v8::Handle<v8::Value> V8DOMWindow::cryptoAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 217 void V8DOMWindow::locationAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 219 DOMWindow* imp = V8DOMWindow::toNative(info.Holder()); 224 void V8DOMWindow::openerAccessorSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 226 DOMWindow* imp = V8DOMWindow::toNative(info.Holder()); 242 info.Holder()->Delete(name) [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/ |
as.info | 1 This is as.info, produced by makeinfo version 4.8 from as.texinfo. 3 START-INFO-DIR-ENTRY 6 END-INFO-DIR-ENTRY 21 File: as.info, Node: Top, Next: Overview, Up: (dir) 51 File: as.info, Node: Overview, Next: Invoking, Prev: Top, Up: Top 454 See the info pages for documentation of the CRIS-specific options. 853 See the info pages for documentation of the MMIX-specific options. 940 File: as.info, Node: Manual, Next: GNU Assembler, Up: Overview 962 File: as.info, Node: GNU Assembler, Next: Object Formats, Prev: Manual, Up: Overview 987 File: as.info, Node: Object Formats, Next: Command Line, Prev: GNU Assembler, Up: Overvie [all...] |
gdb.info | 1 This is gdb.info, produced by makeinfo version 4.8 from 4 INFO-DIR-SECTION Software development 5 START-INFO-DIR-ENTRY 7 END-INFO-DIR-ENTRY 32 File: gdb.info, Node: Top, Next: Summary, Prev: (dir), Up: (dir) 90 File: gdb.info, Node: Summary, Next: Sample Session, Prev: Top, Up: Top 136 File: gdb.info, Node: Free Software, Next: Contributors, Up: Summary 243 File: gdb.info, Node: Contributors, Prev: Free Software, Up: Summary 411 File: gdb.info, Node: Sample Session, Next: Invocation, Prev: Summary, Up: Top 622 File: gdb.info, Node: Invocation, Next: Commands, Prev: Sample Session, Up: To [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/ |
as.info | 1 This is as.info, produced by makeinfo version 4.8 from as.texinfo. 3 START-INFO-DIR-ENTRY 6 END-INFO-DIR-ENTRY 21 File: as.info, Node: Top, Next: Overview, Up: (dir) 51 File: as.info, Node: Overview, Next: Invoking, Prev: Top, Up: Top 454 See the info pages for documentation of the CRIS-specific options. 853 See the info pages for documentation of the MMIX-specific options. 940 File: as.info, Node: Manual, Next: GNU Assembler, Up: Overview 962 File: as.info, Node: GNU Assembler, Next: Object Formats, Prev: Manual, Up: Overview 987 File: as.info, Node: Object Formats, Next: Command Line, Prev: GNU Assembler, Up: Overvie [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/ |
as.info | 1 This is as.info, produced by makeinfo version 4.8 from as.texinfo. 3 START-INFO-DIR-ENTRY 6 END-INFO-DIR-ENTRY 21 File: as.info, Node: Top, Next: Overview, Up: (dir) 51 File: as.info, Node: Overview, Next: Invoking, Prev: Top, Up: Top 454 See the info pages for documentation of the CRIS-specific options. 853 See the info pages for documentation of the MMIX-specific options. 940 File: as.info, Node: Manual, Next: GNU Assembler, Up: Overview 962 File: as.info, Node: GNU Assembler, Next: Object Formats, Prev: Manual, Up: Overview 987 File: as.info, Node: Object Formats, Next: Command Line, Prev: GNU Assembler, Up: Overvie [all...] |
gdb.info | 1 This is gdb.info, produced by makeinfo version 4.8 from 4 INFO-DIR-SECTION Software development 5 START-INFO-DIR-ENTRY 7 END-INFO-DIR-ENTRY 32 File: gdb.info, Node: Top, Next: Summary, Prev: (dir), Up: (dir) 90 File: gdb.info, Node: Summary, Next: Sample Session, Prev: Top, Up: Top 136 File: gdb.info, Node: Free Software, Next: Contributors, Up: Summary 243 File: gdb.info, Node: Contributors, Prev: Free Software, Up: Summary 411 File: gdb.info, Node: Sample Session, Next: Invocation, Prev: Summary, Up: Top 622 File: gdb.info, Node: Invocation, Next: Commands, Prev: Sample Session, Up: To [all...] |
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/ |
gdb.info | 1 This is gdb.info, produced by makeinfo version 4.8 from 4 INFO-DIR-SECTION Software development 5 START-INFO-DIR-ENTRY 7 END-INFO-DIR-ENTRY 32 File: gdb.info, Node: Top, Next: Summary, Prev: (dir), Up: (dir) 90 File: gdb.info, Node: Summary, Next: Sample Session, Prev: Top, Up: Top 136 File: gdb.info, Node: Free Software, Next: Contributors, Up: Summary 243 File: gdb.info, Node: Contributors, Prev: Free Software, Up: Summary 411 File: gdb.info, Node: Sample Session, Next: Invocation, Prev: Summary, Up: Top 622 File: gdb.info, Node: Invocation, Next: Commands, Prev: Sample Session, Up: To [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/ |
as.info | 1 This is as.info, produced by makeinfo version 4.8 from 4 START-INFO-DIR-ENTRY 7 END-INFO-DIR-ENTRY 22 File: as.info, Node: Top, Next: Overview, Up: (dir) 52 File: as.info, Node: Overview, Next: Invoking, Prev: Top, Up: Top 455 See the info pages for documentation of the CRIS-specific options. 854 See the info pages for documentation of the MMIX-specific options. 941 File: as.info, Node: Manual, Next: GNU Assembler, Up: Overview 963 File: as.info, Node: GNU Assembler, Next: Object Formats, Prev: Manual, Up: Overview 988 File: as.info, Node: Object Formats, Next: Command Line, Prev: GNU Assembler, Up: Overvie [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/ |
gdb.info | 1 This is gdb.info, produced by makeinfo version 4.8 from 4 INFO-DIR-SECTION Software development 5 START-INFO-DIR-ENTRY 7 END-INFO-DIR-ENTRY 32 File: gdb.info, Node: Top, Next: Summary, Prev: (dir), Up: (dir) 90 File: gdb.info, Node: Summary, Next: Sample Session, Prev: Top, Up: Top 136 File: gdb.info, Node: Free Software, Next: Contributors, Up: Summary 243 File: gdb.info, Node: Contributors, Prev: Free Software, Up: Summary 411 File: gdb.info, Node: Sample Session, Next: Invocation, Prev: Summary, Up: Top 622 File: gdb.info, Node: Invocation, Next: Commands, Prev: Sample Session, Up: To [all...] |
/development/host/windows/usb/legacy/driver/ |
android_usb_device_object.cpp | 361 // Retrieve the pipe along with the pipe info
600 // Copy requested info into output buffer and complete request
630 // Copy requested info into output buffer and complete request
662 // Copy requested info into output buffer and complete request
742 // Copy endpoint info to the output
[all...] |