/external/chromium_org/crypto/ |
D | rsa_private_key.cc | 77 content.push_front(kRsaAlgorithmIdentifier[i - 1]); in Export() 102 content.push_front(kRsaAlgorithmIdentifier[i - 1]); in ExportPublicKeyInfo() 207 data->push_front(0x00); in PrependIntegerImpl() 278 data->push_front(val[start + num_bytes]); in PrependBytes() 286 data->push_front(static_cast<uint8>(size)); in PrependLength() 290 data->push_front(static_cast<uint8>(size & 0xFF)); in PrependLength() 295 data->push_front(0x80 | num_bytes); in PrependLength() 303 output->push_front(type); in PrependTypeHeaderAndLength() 312 output->push_front(0); in PrependBitString() 316 output->push_front((uint8) kBitStringTag); in PrependBitString()
|
/external/chromium/crypto/ |
D | rsa_private_key.cc | 77 content.push_front(kRsaAlgorithmIdentifier[i - 1]); in Export() 103 content.push_front(kRsaAlgorithmIdentifier[i - 1]); in ExportPublicKeyInfo() 210 data->push_front(0x00); in PrependIntegerImpl() 284 data->push_front(val[start + num_bytes]); in PrependBytes() 292 data->push_front(static_cast<uint8>(size)); in PrependLength() 296 data->push_front(static_cast<uint8>(size & 0xFF)); in PrependLength() 301 data->push_front(0x80 | num_bytes); in PrependLength() 309 output->push_front(type); in PrependTypeHeaderAndLength() 318 output->push_front(0); in PrependBitString() 322 output->push_front((uint8) kBitStringTag); in PrependBitString()
|
/external/skia/tests/ |
D | DequeTest.cpp | 109 *(int*)deq.push_front() = i; in TestSub() 152 *(int*)deq.push_front() = 5; in TestSub() 154 *(int*)deq.push_front() = 6; in TestSub() 156 *(int*)deq.push_front() = 7; in TestSub() 158 *(int*)deq.push_front() = 8; in TestSub()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_list_test.cc | 86 l.push_front(x); in TEST() 94 l.push_front(x); in TEST() 95 l.push_front(y); in TEST() 96 l.push_front(z); in TEST()
|
/external/chromium_org/content/browser/renderer_host/ |
D | renderer_frame_manager.cc | 22 hidden_frames_.push_front(frame); in AddFrame() 38 hidden_frames_.push_front(frame); in SetFrameVisibility()
|
/external/stlport/test/unit/ |
D | deque_test.cpp | 56 d.push_front(1); in deque1() 282 dint.push_front(2); in erase() 284 dint.push_front(1); in erase() 286 dint.push_front(0); in erase() 302 dint.push_front(0); in erase()
|
D | alg_test.cpp | 219 intsl.push_front(1); in find_first_of_test() 220 intsl.push_front(2); in find_first_of_test() 249 intl.push_front(1); in find_first_of_test() 250 intl.push_front(2); in find_first_of_test()
|
D | list_test.cpp | 28 CPPUNIT_TEST(push_front); 43 void push_front(); 256 void ListTest::push_front() in push_front() function in ListTest 266 l.push_front( 0 ); in push_front()
|
/external/chromium_org/ui/base/gtk/ |
D | g_object_destructor_filo.cc | 33 handler_map_[object].push_front(hook); in Connect() 35 iter->second.push_front(hook); in Connect()
|
/external/chromium_org/content/renderer/media/ |
D | video_capture_impl_manager.cc | 36 devices_[id]->clients.push_front(handler); in AddDevice() 83 clients.push_front(handler); in Device()
|
/external/stlport/test/eh/ |
D | test_slist.cpp | 61 testSList.push_front( x ); in test_slist() 62 testSList2.push_front( TestClass() ); in test_slist()
|
D | test_push_front.h | 36 c.push_front( _value_type() ); in operator()
|
/external/stlport/stlport/stl/debug/ |
D | _deque.h | 256 void push_front(const value_type& __t = _Tp()) { 258 void push_front(const value_type& __t) { 261 _M_non_dbg_impl.push_front(__t); 265 void push_front() { in push_front() function 267 _M_non_dbg_impl.push_front(); in push_front()
|
/external/chromium_org/ui/base/accelerators/ |
D | accelerator_manager.cc | 30 targets.push_front(target); in Register() 40 targets.push_front(target); in Register()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | socketpool.cc | 66 active_.push_front(*it); in RequestConnectedStream() 76 active_.push_front(ConnectedStream(remote, stream)); in RequestConnectedStream() 96 cached_.push_front(*it); in ReturnConnectedStream()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Reg2Mem.cpp | 99 WorkList.push_front(&*iib); in INITIALIZE_PASS_DEPENDENCY() 117 WorkList.push_front(&*iib); in INITIALIZE_PASS_DEPENDENCY()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | socketpool.cc | 66 active_.push_front(*it); in RequestConnectedStream() 76 active_.push_front(ConnectedStream(remote, stream)); in RequestConnectedStream() 96 cached_.push_front(*it); in ReturnConnectedStream()
|
/external/chromium_org/ui/message_center/views/ |
D | bounded_label.cc | 222 lines_widths_.push_front(width); in GetCachedLines() 233 lines_widths_.push_front(width); in SetCachedLines() 243 size_widths_and_lines_.push_front(width_and_lines); in GetCachedSize() 255 size_widths_and_lines_.push_front(width_and_lines); in SetCachedSize()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 549 PD.getActivePath().push_front(C); in GenerateMinimalPathDiagnostic() 612 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece( in GenerateMinimalPathDiagnostic() 664 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece( in GenerateMinimalPathDiagnostic() 670 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece( in GenerateMinimalPathDiagnostic() 682 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece( in GenerateMinimalPathDiagnostic() 704 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece( in GenerateMinimalPathDiagnostic() 727 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece( in GenerateMinimalPathDiagnostic() 734 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece( in GenerateMinimalPathDiagnostic() 746 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece( in GenerateMinimalPathDiagnostic() 754 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece( in GenerateMinimalPathDiagnostic() [all …]
|
/external/stlport/stlport/stl/pointers/ |
D | _deque.h | 274 void push_front(const value_type& __t = _STLP_DEFAULT_CONSTRUCTED(value_type)) 276 void push_front(const value_type& __t) 278 { _M_impl.push_front(cast_traits::to_storage_type_cref(__t)); } 282 void push_front() { _M_impl.push_front(); }
|
D | _slist.h | 208 void push_front(const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type)) 210 void push_front(const value_type& __x) 212 { _M_impl.push_front(cast_traits::to_storage_type_cref(__x)); } 215 void push_front() { _M_impl.push_front();} in push_front() function
|
/external/chromium_org/cc/base/ |
D | scoped_ptr_deque.h | 89 void push_front(scoped_ptr<T> item) { in push_front() function 90 data_.push_front(item.release()); in push_front()
|
/external/webrtc/src/system_wrappers/source/ |
D | list_stl.cc | 88 list_.push_front(item); in PushFront() 95 list_.push_front(item); in PushFront()
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | migration_errors_test.cc | 304 migration_list.push_front(MakeSet(syncer::NIGORI)); in IN_PROC_BROWSER_TEST_F() 378 migration_list.push_front(MakeSet(syncer::THEMES)); in IN_PROC_BROWSER_TEST_F() 389 migration_list.push_front(MakeSet(syncer::THEMES)); in IN_PROC_BROWSER_TEST_F()
|
/external/eigen/Eigen/src/StlSupport/ |
D | StdDeque.h | 102 void push_front(const value_type& x) in push_front() function 103 { deque_base::push_front(x); } in push_front()
|