HomeSort by relevance Sort by last modified time
    Searched full:front (Results 576 - 600 of 3374) sorted by null

<<21222324252627282930>>

  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 71 * Currently it is pretty simple, it manages only two buffers (the front and
246 // wait for a free non-front buffer
250 ALOG_ASSERT(self->buffers[index] != self->front, "");
286 self->front = static_cast<NativeBuffer*>(buffer);
  /frameworks/rs/
rsList.h 111 T& front() const { return *const_cast<T*>(first); } function in class:android::renderscript::List
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
hmm_base.c 146 /* Block is not the front block in its bin, so all we have to
153 /* Block is the front block in its bin, and there is at least
155 ** the front block. */
158 /* Block is the front block in its bin, but there is no other
  /libcore/luni/src/main/java/java/util/
ArrayDeque.java 173 * iterator becomes the first element, or <i>front</i> of the
189 * Inserts the specified element at the front of this deque.
219 * Inserts the specified element at the front of this deque.
461 * words, inserts the element at the front of this deque.
478 * @return the element at the front of this deque (which is the top
510 final int front = (i - h) & mask; local
514 if (front >= ((t - h) & mask))
518 if (front < back) {
520 System.arraycopy(elements, h, elements, h + 1, front);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
array 66 reference front();
67 const_reference front() const; // constexpr in C++14
188 _LIBCPP_INLINE_VISIBILITY reference front() {return __elems_[0];}
189 _LIBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR_AFTER_CXX11 const_reference front() const {return __elems_[0];}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
ctor_container_alloc.pass.cpp 54 assert(q.front() == d[i]);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/array/
at.pass.cpp 29 assert(c.front() == 5.5);
indexing.pass.cpp 29 assert(c.front() == 5.5);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
equal.pass.cpp 45 c2.front() = N+1;
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 53 * @param __item [in] Item to add to the front of the list
86 * @return Item that was removed from front of list; NULL if list empty
207 * @param __item [in] Item to add to the front of the list
231 * @return Item that was removed from front of list; NULL if list empty
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
stl_confix.h 47 /* common switches for EDG front-end */
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 149 reference front() { return cast_traits::to_value_type_ref(_M_impl.front()); } function in class:deque
151 const_reference front() const { return cast_traits::to_value_type_cref(_M_impl.front()); } function in class:deque
  /packages/apps/Contacts/src/com/android/contacts/widget/
FrameLayoutWithOverlay.java 41 /** After adding the View, bring the overlay to the front to ensure it's always on top. */
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
ControlPanelLayout.java 28 * the shutter button, thumbnail, front/back camera picker, and mode picker.
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
arguments_and_options.h 59 return it->second.front();
  /pdk/apps/TestingCamera/
AndroidManifest.xml 26 <uses-feature android:name="android.hardware.camera.front" android:required="false"/>
  /pdk/apps/TestingCamera2/
AndroidManifest.xml 36 android:name="android.hardware.camera.front"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
blktrace_api.h 39 __BLK_TA_FRONTMERGE, /* front merge to existing rq */
elfcore.h 26 * tacked on the front to prevent clashes with linux definitions,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/dvb/
dmx.h 47 DMX_IN_FRONTEND, /* Input from a front-end device. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
deque 317 front()
320 return _Base::front();
324 front() const
327 return _Base::front();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_policy/
lu_counter_metadata.hpp 48 /// A list-update metadata type that moves elements to the front of
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/
deque 262 front()
264 return _Base::front();
268 front() const
270 return _Base::front();
vector 307 front()
309 return _Base::front();
313 front() const
315 return _Base::front();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
blktrace_api.h 40 __BLK_TA_FRONTMERGE, /* front merge to existing rq */

Completed in 128 milliseconds

<<21222324252627282930>>