HomeSort by relevance Sort by last modified time
    Searched refs:front (Results 76 - 100 of 734) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Target/X86/
X86GOT.cpp 41 m_pLast = llvm::cast<X86_32GOTEntry>(&m_SectionData->front());
72 m_pLast = llvm::cast<X86_64GOTEntry>(&m_SectionData->front());
  /frameworks/ex/variablespeed/jni/
decode_buffer.cc 51 delete[] data_.front();
66 data_.push_back(data_.front());
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/deque/deque.capacity/
access.pass.cpp 18 // reference front();
19 // const_reference front() const;
56 assert(c.front() == 0);
65 assert(c.front() == 0);
  /packages/apps/Nfc/nci/jni/
DataQueue.cpp 52 tHeader* header = mQueue.front ();
113 ** Description: Retrieve and remove data from the front of the queue.
125 tHeader* header = mQueue.front ();
  /external/chromium/net/base/
filter_unittest.cc 74 EXPECT_EQ(Filter::FILTER_TYPE_SDCH, encoding_types.front());
82 EXPECT_EQ(Filter::FILTER_TYPE_GZIP, encoding_types.front());
176 EXPECT_EQ(Filter::FILTER_TYPE_GZIP, encoding_types.front());
194 EXPECT_EQ(Filter::FILTER_TYPE_GZIP, encoding_types.front());
203 EXPECT_EQ(Filter::FILTER_TYPE_GZIP, encoding_types.front());
261 EXPECT_EQ(Filter::FILTER_TYPE_GZIP, encoding_types.front());
270 EXPECT_EQ(Filter::FILTER_TYPE_GZIP, encoding_types.front());
279 EXPECT_EQ(Filter::FILTER_TYPE_GZIP, encoding_types.front());
289 EXPECT_EQ(Filter::FILTER_TYPE_GZIP, encoding_types.front());
310 EXPECT_EQ(Filter::FILTER_TYPE_GZIP, encoding_types.front());
    [all...]
test_root_certs.cc 51 return Add(root_certs.front());
  /external/chromium/chrome/browser/history/
thumbnail_database_unittest.cc 157 EXPECT_EQ(url, icon_mapping.front().page_url);
158 EXPECT_EQ(id, icon_mapping.front().icon_id);
178 EXPECT_EQ(url, icon_mapping.front().page_url);
179 EXPECT_EQ(id, icon_mapping.front().icon_id);
183 EXPECT_TRUE(db.UpdateIconMapping(icon_mapping.front().mapping_id, new_id));
188 EXPECT_EQ(url, icon_mapping.front().page_url);
189 EXPECT_EQ(new_id, icon_mapping.front().icon_id);
190 EXPECT_NE(id, icon_mapping.front().icon_id);
215 EXPECT_EQ(icon_mapping.front().icon_type, TOUCH_ICON);
332 EXPECT_EQ(url, icon_mapping.front().page_url)
    [all...]
  /external/chromium/crypto/
rsa_private_key_win.cc 87 memcpy(dest, &pki.modulus()->front(), pki.modulus()->size());
89 memcpy(dest, &pki.prime1()->front(), pki.prime1()->size());
91 memcpy(dest, &pki.prime2()->front(), pki.prime2()->size());
93 memcpy(dest, &pki.exponent1()->front(), pki.exponent1()->size());
95 memcpy(dest, &pki.exponent2()->front(), pki.exponent2()->size());
97 memcpy(dest, &pki.coefficient()->front(), pki.coefficient()->size());
99 memcpy(dest, &pki.private_exponent()->front(),
signature_creator_win.cc 48 if (!CryptSignHash(hash_object_, AT_SIGNATURE, NULL, 0, &temp.front(),
  /external/chromium/net/websockets/
websocket_frame_handler.cc 37 scoped_refptr<IOBufferWithSize> buffer = pending_buffers_.front();
62 scoped_refptr<IOBufferWithSize> front_buffer = pending_buffers_.front();
69 next_buffer = pending_buffers_.front();
  /external/chromium/chrome/browser/password_manager/
ie7_password.cc 59 reinterpret_cast<const PasswordEntry*>(&data.front());
72 const uint8* ptr = &data.front();
118 input.pbData = const_cast<unsigned char*>(&data.front());
132 memcpy(&decrypted_data.front(), output.pbData, output.cbData);
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog_queue.cc 62 AppModalDialog* dialog = app_modal_dialog_queue_.front();
  /external/clang/include/clang/AST/
CXXInheritance.h 190 CXXBasePath& front() { return Paths.front(); } function in class:clang::CXXBasePaths
191 const CXXBasePath& front() const { return Paths.front(); } function in class:clang::CXXBasePaths
  /external/clang/lib/Serialization/
GeneratePCH.cpp 49 Out->write((char *)&Buffer.front(), Buffer.size());
  /external/llvm/include/llvm/ADT/
MapVector.h 67 std::pair<KeyT, ValueT> &front() { return Vector.front(); } function in class:llvm::MapVector
68 const std::pair<KeyT, ValueT> &front() const { return Vector.front(); } function in class:llvm::MapVector
  /external/llvm/include/llvm/IR/
BasicBlock.h 204 inline const Instruction &front() const { return InstList.front(); } function in class:llvm::BasicBlock
205 inline Instruction &front() { return InstList.front(); } function in class:llvm::BasicBlock
  /external/skia/tests/
DequeTest.cpp 16 REPORTER_ASSERT(reporter, NULL == deq.front());
22 REPORTER_ASSERT(reporter, NULL != deq.front());
25 REPORTER_ASSERT(reporter, deq.back() == deq.front());
27 REPORTER_ASSERT(reporter, deq.back() != deq.front());
104 // test pushing on the front
  /external/stlport/test/unit/
swap_test.cpp 114 CPPUNIT_CHECK( v1.front().v == 1 || v1.front().v == 2 );
116 CPPUNIT_CHECK( v2.front().v == 1 || v2.front().v == 2 );
  /frameworks/compile/mclinker/include/mcld/
Module.h 115 LDSection* front() { return m_SectionTable.front(); } function in class:mcld::Module
116 const LDSection* front() const { return m_SectionTable.front(); } function in class:mcld::Module
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.spec/
equal.pass.cpp 43 c2.front() = N+1;
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/list/list.capacity/
resize_size.pass.cpp 32 assert(l.front() == 2);
  /ndk/tests/device/test-gnustl-full/unit/
swap_test.cpp 114 CPPUNIT_CHECK( v1.front().v == 1 || v1.front().v == 2 );
116 CPPUNIT_CHECK( v2.front().v == 1 || v2.front().v == 2 );
  /ndk/tests/device/test-stlport/unit/
swap_test.cpp 114 CPPUNIT_CHECK( v1.front().v == 1 || v1.front().v == 2 );
116 CPPUNIT_CHECK( v2.front().v == 1 || v2.front().v == 2 );
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.cpp 40 DicNode *topDicNode = &dicNodesList.front();
  /external/ceres-solver/internal/ceres/
detect_structure.cc 54 if (row.cells.front().block_id >= num_eliminate_blocks) {
57 const int e_block_id = row.cells.front().block_id;

Completed in 1083 milliseconds

1 2 34 5 6 7 8 91011>>