HomeSort by relevance Sort by last modified time
    Searched full:back (Results 876 - 900 of 15918) sorted by null

<<31323334353637383940>>

  /external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp 107 folderIndex != extractFolderInfoVector.Back().FolderIndex
109 || volumeIndex != extractFolderInfoVector.Back().VolumeIndex
121 extractFolderInfoVector.Back().UnpackSize = unpackSize;
124 CExtractFolderInfo &efi = extractFolderInfoVector.Back();
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.cpp 67 sizePointers.Add(&sizes.Back());
89 RINOK(_streamBinders.Back().CreateEvents());
104 _coders.Back().Coder = coder;
110 _coders.Back().Coder2 = coder;
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.h 63 IInArchive *GetArchive() const { return Arcs.Back().Archive; }
  /external/lzma/CPP/Common/
MyVector.h 71 const T& Back() const { return operator[](_size - 1); }
72 T& Back() { return operator[](_size - 1); }
203 T& Back() { return operator[](_size - 1); }
204 const T& Back() const { return operator[](_size - 1); }
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.text 90 back.
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.text 90 back.
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.txt 90 back.
  /external/mesa3d/docs/
RELNOTES-3.2.1 16 The GLU tessellator has been reverted back to the version included
  /external/mockito/src/org/mockito/internal/configuration/
GlobalConfiguration.java 24 //back door for testing
  /external/oprofile/module/x86/
op_apic.c 147 printk(KERN_ERR "oprofile: no suitable local APIC. Falling back to RTC mode.\n");
167 /* PHE must be cleared after unmasking by a back-to-back write,
232 "mobile P6. Falling back to RTC mode.\n");
  /external/proguard/examples/annotations/examples/
NativeCallBack.java 26 * Suppose this method is called back from the above native method.
  /external/qemu/android/
hw-control.h 37 /* used to register a new hw-control back-end */
  /external/qemu/android/protocol/
fb-updates.h 24 * This message forces the Core to send a full display update back to the UI. */
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_PeepEvents.3 13 If \fBaction\fR is \fBSDL_ADDEVENT\fP, up to \fBnumevents\fR events will be added to the back of the event queue\&.
  /external/skia/dm/
README 17 recording and playing back an SkPicture gives the same result as direct
  /external/skia/src/core/
SkClipStack.cpp 432 Element* element = (Element*)fDeque.back();
451 Element* element = (Element*)fDeque.back();
465 Element* element = (Element*)fDeque.back();
530 // Use reverse iterator instead of back because Rect path may need previous
562 element = (Element*) fDeque.back();
566 ((Element*) fDeque.back())->updateBoundAndGenID(element);
575 Element* element = (Element*)fDeque.back();
598 element = (Element*) fDeque.back();
602 ((Element*) fDeque.back())->updateBoundAndGenID(element);
607 Element* element = (Element*) fDeque.back();
730 const Element* back = static_cast<const Element*>(fDeque.back()); local
    [all...]
  /external/skia/src/gpu/
GrAllocPool.h 31 * Releases the most recently allocated bytes back to allocpool.
  /external/skia/src/pathops/
SkOpSpan.h 29 bool fLoop; // set when a cubic loops back to this point
  /external/skia/src/ports/
SkFontConfigParser_android.h 25 * The FontFamily data structure is created during parsing and handed back to
  /external/sonivox/jet_tools/JetCreator/
JetStatusEvent.py 31 """Used for posting events out of play thread back to UI"""
  /external/stlport/stlport/stl/
_queue.h 98 reference back() { return c.back(); } function in class:queue
99 const_reference back() const { return c.back(); } function in class:queue
  /external/valgrind/main/helgrind/tests/
tc22_exit_w_lock.c 15 /* This one exits in the normal way, by joining back */
  /external/valgrind/main/memcheck/tests/
err_disable2.c 15 // happening behind its back, and that 'c' is definitely
  /frameworks/av/include/media/stagefright/
BufferProducerWrapper.h 25 // Can't use static_cast to cast a RefBase back to an IGraphicBufferProducer,
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Export.h 54 #define M4CB_EXPORT_TYPE /**< Call back */

Completed in 1881 milliseconds

<<31323334353637383940>>