OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:back
(Results
951 - 975
of
15918
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons/
ctor_default.pass.cpp
27
assert(q.
back
() == 2);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++/
post.pass.cpp
28
assert(c.
back
() == 0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter/
test.pass.cpp
27
assert(c.
back
() == 0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++/
post.pass.cpp
28
assert(c.
back
() == 0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++/
post.pass.cpp
28
assert(c.
back
() == 0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter/
test.pass.cpp
27
assert(c.
back
() == 0);
/ndk/sources/cxx-stl/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
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
general.hpp
15
// This implementation works on Comeau and GCC, all the way
back
to
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
enable_if.hpp
41
// enable_if falls
back
to always enabled. See comments
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/
vector0.hpp
23
#include <boost/mpl/vector/aux_/
back
.hpp>
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScreenNail.java
33
// This is only used by TileImageView to
back
up the tiles not yet loaded.
/packages/apps/Mms/src/org/w3c/dom/smil/
ElementParallelTimeContainer.java
19
* in which multiple elements can play
back
at the same time. It may have to
/packages/apps/Music/src/com/android/music/
SharedPreferencesCompat.java
26
* falling
back
to commit when apply isn't available.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityViewSinglePane.java
29
* Finishes the containing activity on
BACK
, even if input method is showing.
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NowOrLater.java
39
*
back
depends on the implementation.
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Platform.java
45
* put it
back
in the threadlocal, we just keep going and grow as needed.
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Platform.java
45
* put it
back
in the threadlocal, we just keep going and grow as needed.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
shmbuf.h
6
* Note extra padding because this structure is passed
back
and forth
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tiocl.h
28
/* these two don't return a value: they write it
back
in the type */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
shmbuf.h
6
* Note extra padding because this structure is passed
back
and forth
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tiocl.h
28
/* these two don't return a value: they write it
back
in the type */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
shmbuf.h
6
* Note extra padding because this structure is passed
back
and forth
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
tiocl.h
28
/* these two don't return a value: they write it
back
in the type */
/prebuilts/ndk/5/sources/cxx-stl/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
/prebuilts/ndk/6/sources/cxx-stl/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
Completed in 255 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>