HomeSort by relevance Sort by last modified time
    Searched refs:front (Results 176 - 199 of 199) sorted by null

1 2 3 4 5 6 78

  /ndk/sources/android/stlport/stlport/stl/
_slist.h 437 reference front() { return *begin(); } function in class:slist
438 const_reference front() const { return *begin(); } function in class:slist
_vector.h 205 reference front() { return *begin(); } function in class:vector
206 const_reference front() const { return *begin(); } function in class:vector
_deque.h 458 reference front() { return *this->_M_start; } function in class:deque
464 const_reference front() const { return *this->_M_start; } function in class:deque
    [all...]
_rope.h 1535 _CharT front() const { function in class:rope
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rmepsilon.h 186 visited_[visited_states_.front()] = false;
  /frameworks/base/include/private/opengles/
gl_context.h 326 material_t front; member in struct:android::gl::lighting_t
  /external/stlport/stlport/stl/
_deque.h 458 reference front() { return *this->_M_start; } function in class:deque
464 const_reference front() const { return *this->_M_start; } function in class:deque
    [all...]
_rope.h 1535 _CharT front() const { function in class:rope
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /external/blktrace/doc/
blktrace.tex 548 \item[F -- front merge] Same as the back merge, except this io ends
636 F & IO front merged with request on queue \\ \hline
708 \item[F -- front merge]
    [all...]
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js 874 elem = elem.replace(/(<(\w+)[^>]*?)\/>/g, function(all, front, tag){
877 front + "></" + tag + ">";
    [all...]
concat-jquery-mootools-prototype.js 874 elem = elem.replace(/(<(\w+)[^>]*?)\/>/g, function(all, front, tag){
877 front + "></" + tag + ">";
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 631 boolean front = true;
635 front = false;
638 if (!front) {
645 front = true;
    [all...]
  /external/chromium/net/base/
cookie_monster_unittest.cc     [all...]
  /frameworks/base/media/libstagefright/matroska/
mkvparser.cpp     [all...]
  /dalvik/docs/
prettify.js 396 // calculate how much space we need in front of this part
    [all...]
  /ndk/build/core/
definitions.mk 633 # Strip any 'lib' prefix in front of a given string.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h 36 /* In order for the format checking to accept the C++ front end
52 In order for the format checking to accept the C++ front end diagnostic \
405 name lookup consists simply of pulling off the node at the front
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.h 36 /* In order for the format checking to accept the C++ front end
52 In order for the format checking to accept the C++ front end diagnostic \
405 name lookup consists simply of pulling off the node at the front
    [all...]
  /system/core/libacc/
acc.cpp 95 inline E& front() { function in class:acc::Vector
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 690 milliseconds

1 2 3 4 5 6 78