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

12 3 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport/unit/
iter_test.cpp 153 CPPUNIT_CHECK( vvints.front() == lvref );
154 CPPUNIT_CHECK( lvints.front() == vvref );
161 int *pvvint = &vvints.front().front();
162 int *plvint = &lvints.front().front();
166 CPPUNIT_CHECK( pvvint == &lvints.front().front() );
167 CPPUNIT_CHECK( plvint == &vvints.front().front() );
    [all...]
config_test.cpp 72 int* pvect1Front = &vect1.front();
74 int* pvect2Front = &vect2.front();
79 CPPUNIT_ASSERT( pvect1Front == &vect2.front() );
80 CPPUNIT_ASSERT( pvect2Front == &vect1.front() );
82 CPPUNIT_ASSERT( pvect1Front != &vect2.front() );
83 CPPUNIT_ASSERT( pvect2Front != &vect1.front() );
  /external/libcxx/test/std/containers/sequences/list/
db_front.pass.cpp 12 // Call front() on empty container.
32 assert(c.front() == 0);
34 assert(c.front() == 0);
42 assert(c.front() == 0);
44 assert(c.front() == 0);
  /external/libcxx/test/std/containers/sequences/vector/
db_front.pass.cpp 12 // Call front() on empty container.
32 assert(c.front() == 0);
34 assert(c.front() == 0);
42 assert(c.front() == 0);
44 assert(c.front() == 0);
  /external/libcxx/test/std/strings/basic.string/string.access/
db_front.pass.cpp 12 // Call front() on empty container.
31 assert(s.front() == 0);
33 assert(s.front() == 0);
40 assert(s.front() == 0);
42 assert(s.front() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/
db_front.pass.cpp 12 // Call front() on empty container.
32 assert(c.front() == 0);
34 assert(c.front() == 0);
42 assert(c.front() == 0);
44 assert(c.front() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/
db_front.pass.cpp 12 // Call front() on empty container.
32 assert(c.front() == 0);
34 assert(c.front() == 0);
42 assert(c.front() == 0);
44 assert(c.front() == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.access/
db_front.pass.cpp 12 // Call front() on empty container.
31 assert(s.front() == 0);
33 assert(s.front() == 0);
40 assert(s.front() == 0);
42 assert(s.front() == 0);
  /external/eigen/test/
stddeque.cpp 24 v.front() = x;
25 w.front() = w.back();
26 VERIFY_IS_APPROX(w.front(), w.back());
53 v.front() = x;
54 w.front() = w.back();
55 VERIFY_IS_APPROX(w.front(), w.back());
82 v.front() = x;
83 w.front() = w.back();
84 VERIFY_IS_APPROX(w.front(), w.back());
stdlist.cpp 24 v.front() = x;
25 w.front() = w.back();
26 VERIFY_IS_APPROX(w.front(), w.back());
53 v.front() = x;
54 w.front() = w.back();
55 VERIFY_IS_APPROX(w.front(), w.back());
82 v.front() = x;
83 w.front() = w.back();
84 VERIFY_IS_APPROX(w.front(), w.back());
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_list_test.cc 37 CHECK_EQ(l->front(), i1);
41 CHECK_EQ(l->front(), i2);
45 CHECK_EQ(l->front(), i3);
49 CHECK_EQ(l->front(), i4);
53 CHECK_EQ(l->front(), i5);
57 CHECK_EQ(l->front(), i6);
81 CHECK_EQ(l.front(), x);
89 CHECK_EQ(l.front(), x);
98 CHECK_EQ(l.front(), z);
104 CHECK_EQ(l.front(), y)
    [all...]
  /external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
emplace.pass.cpp 68 assert(c.front().geti() == 2);
69 assert(c.front().getd() == 3.5);
74 assert(c.front().geti() == 2);
75 assert(c.front().getd() == 3.5);
82 assert(c.front().geti() == 2);
83 assert(c.front().getd() == 3.5);
95 assert(c.front().geti() == 2);
96 assert(c.front().getd() == 3.5);
101 assert(c.front().geti() == 2);
102 assert(c.front().getd() == 3.5)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/
emplace.pass.cpp 68 assert(c.front().geti() == 2);
69 assert(c.front().getd() == 3.5);
74 assert(c.front().geti() == 2);
75 assert(c.front().getd() == 3.5);
82 assert(c.front().geti() == 2);
83 assert(c.front().getd() == 3.5);
95 assert(c.front().geti() == 2);
96 assert(c.front().getd() == 3.5);
101 assert(c.front().geti() == 2);
102 assert(c.front().getd() == 3.5)
    [all...]
  /device/asus/fugu/libaudio/
alsa_utils.h 80 kSA_FLFR = (1 << 0), // Front Left/Right
82 kSA_FC = (1 << 2), // Front Center
85 kSA_FLCFRC = (1 << 5), // Front Left/Right Center
87 kSA_FLWFRW = (1 << 7), // Front Left/Right Wide
88 kSA_FLHFRH = (1 << 8), // Front Left/Right High
90 kSA_FCH = (1 << 10), // Front Center High
  /external/libcxx/test/std/containers/sequences/vector.bool/
emplace_back.pass.cpp 28 assert(c.front() == false);
31 assert(c.front() == false);
35 assert(c.front() == false);
45 assert(c.front() == false);
48 assert(c.front() == false);
52 assert(c.front() == false);
  /frameworks/av/media/libnbaio/
PipeReader.cpp 73 size_t front = mFront & (mPipe.mMaxFrames - 1); local
74 size_t red = mPipe.mMaxFrames - front;
79 memcpy(buffer, (char *) mPipe.mBuffer + (front * mFrameSize), red * mFrameSize);
81 if (CC_UNLIKELY(front + red == mPipe.mMaxFrames)) {
82 if (CC_UNLIKELY((count -= red) > front)) {
83 count = front;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
emplace_back.pass.cpp 28 assert(c.front() == false);
31 assert(c.front() == false);
35 assert(c.front() == false);
45 assert(c.front() == false);
48 assert(c.front() == false);
52 assert(c.front() == false);
  /ndk/tests/device/test-gnustl-full/unit/
config_test.cpp 72 int* pvect1Front = &vect1.front();
74 int* pvect2Front = &vect2.front();
79 CPPUNIT_ASSERT( pvect1Front == &vect2.front() );
80 CPPUNIT_ASSERT( pvect2Front == &vect1.front() );
82 CPPUNIT_ASSERT( pvect1Front != &vect2.front() );
83 CPPUNIT_ASSERT( pvect2Front != &vect1.front() );
  /external/libcxx/test/std/containers/sequences/list/list.modifiers/
emplace.pass.cpp 45 assert(c.front().geti() == 2);
46 assert(c.front().getd() == 3.5);
49 assert(c.front().geti() == 2);
50 assert(c.front().getd() == 3.5);
69 assert(c.front().geti() == 2);
70 assert(c.front().getd() == 3.5);
73 assert(c.front().geti() == 2);
74 assert(c.front().getd() == 3.5);
push_back_rvalue.pass.cpp 27 assert(l1.front() == MoveOnly(1));
30 assert(l1.front() == MoveOnly(1));
38 assert(l1.front() == MoveOnly(1));
41 assert(l1.front() == MoveOnly(1));
push_front_rvalue.pass.cpp 27 assert(l1.front() == MoveOnly(1));
30 assert(l1.front() == MoveOnly(2));
38 assert(l1.front() == MoveOnly(1));
41 assert(l1.front() == MoveOnly(2));
  /frameworks/native/data/etc/
android.hardware.camera.front.xml 17 <!-- This is the standard set of features for a front facing camera. -->
20 <feature name="android.hardware.camera.front" />
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
emplace.pass.cpp 45 assert(c.front().geti() == 2);
46 assert(c.front().getd() == 3.5);
49 assert(c.front().geti() == 2);
50 assert(c.front().getd() == 3.5);
69 assert(c.front().geti() == 2);
70 assert(c.front().getd() == 3.5);
73 assert(c.front().geti() == 2);
74 assert(c.front().getd() == 3.5);
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
push_front_const.pass.cpp 26 assert(c.front() == 1);
29 assert(c.front() == 3);
39 assert(c.front() == 1);
42 assert(c.front() == 3);
  /frameworks/compile/mclinker/include/mcld/Script/
StringList.h 45 const_reference front() const { return m_Tokens.front(); } function in class:mcld::StringList
46 reference front() { return m_Tokens.front(); } function in class:mcld::StringList

Completed in 768 milliseconds

12 3 4 5 6 7 8 91011>>