Searched defs:Insert (Results 1 - 25 of 94) sorted by relevance

1234

/external/perfetto/src/traced/probes/filesystem/
H A Drange_tree.cc32 void RangeTree::Insert(Inode inode, RangeTree::DataType value) { function in class:perfetto::RangeTree
H A Dlru_inode_cache.cc30 Insert(map_it, std::move(list_entry->first), std::move(list_entry->second));
34 void LRUInodeCache::Insert(InodeKey k, InodeMapValue v) { function in class:perfetto::LRUInodeCache
36 return Insert(it, std::move(k), std::move(v));
39 void LRUInodeCache::Insert(typename MapType::iterator map_it, function in class:perfetto::LRUInodeCache
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcompilation_cache.cc27 std::shared_ptr<Executable> CompilationCache::Insert( function in class:xla::CompilationCache
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dexternal_constant_pool.cc29 void ExternalConstantPool::Insert(string name, const Literal& literal, function in class:xla::cpu::ExternalConstantPool
/external/dng_sdk/source/
H A Ddng_string_list.cpp88 void dng_string_list::Insert (uint32 index, function in class:dng_string_list
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_arraynodelist.cpp33 bool CXFA_ArrayNodeList::Insert(CXFA_Node* pNewNode, CXFA_Node* pBeforeNode) { function in class:CXFA_ArrayNodeList
H A Dcxfa_attachnodelist.cpp32 bool CXFA_AttachNodeList::Insert(CXFA_Node* pNewNode, CXFA_Node* pBeforeNode) { function in class:CXFA_AttachNodeList
/external/puffin/src/
H A Dpuff_writer.cc27 bool BufferPuffWriter::Insert(const PuffData& pd, Error* error) { function in class:puffin::BufferPuffWriter
/external/libmojo/mojo/public/cpp/bindings/
H A Dmap_traits_stl.h48 static bool Insert(std::map<K, V>& input, const K& key, V&& value) { function in struct:mojo::MapTraits
52 static bool Insert(std::map<K, V>& input, const K& key, const V& value) { function in struct:mojo::MapTraits
98 static bool Insert(std::unordered_map<K, V>& input, IK&& key, IV&& value) { function in struct:mojo::MapTraits
H A Dmap_traits_wtf_hash_map.h50 static bool Insert(WTF::HashMap<K, V>& input, IK&& key, IV&& value) { function in struct:mojo::MapTraits
/external/webrtc/webrtc/modules/audio_processing/vad/
H A Dvad_circular_buffer_unittest.cc29 circular_buffer->Insert(n);
35 static void Insert(double value, function in namespace:webrtc
39 circular_buffer->Insert(value);
43 Insert(0.0, num_zeros, circular_buffer);
60 circular_buffer->Insert(n);
83 Insert(push_val, k, circular_buffer.get());
84 circular_buffer->Insert(0);
103 Insert(push_val, num_non_zero_elements, circular_buffer.get());
107 circular_buffer->Insert(0);
116 Insert(push_va
[all...]
H A Dvad_circular_buffer.cc61 void VadCircularBuffer::Insert(double value) { function in class:webrtc::VadCircularBuffer
/external/compiler-rt/lib/asan/
H A Dasan_memory_profile.cc35 void Insert(u32 id, uptr size) { function in class:__asan::HeapProfile
81 hp->Insert(id, cv.UsedSize());
/external/libchrome/base/trace_event/
H A Dheap_profiler_stack_frame_deduplicator.cc34 int StackFrameDeduplicator::Insert(const StackFrame* beginFrame, function in class:base::trace_event::StackFrameDeduplicator
H A Dheap_profiler_type_name_deduplicator.cc64 int TypeNameDeduplicator::Insert(const char* type_name) { function in class:base::trace_event::TypeNameDeduplicator
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTArray.h107 int Insert(const unsigned int pos, const T& addT) function in class:CPVRTArray
140 // Insert our new element
/external/tensorflow/tensorflow/core/platform/cloud/
H A Dexpiring_lru_cache.h44 /// Insert `value` with key `key`. This will replace any previous entry with
46 void Insert(const string& key, const T& value) { function in class:tensorflow::ExpiringLRUCache
/external/v8/src/
H A Dcompilation-dependencies.cc43 void CompilationDependencies::Insert(DependentCode::DependencyGroup group, function in class:v8::internal::CompilationDependencies
113 Insert(DependentCode::kTransitionGroup, map);
122 Insert(DependentCode::kPrototypeCheckGroup, map);
149 Insert(DependentCode::kAllocationSiteTransitionChangedGroup, site);
H A Dsplay-tree-inl.h22 bool SplayTree<Config, Allocator>::Insert(const Key& key, function in class:v8::internal::SplayTree
37 // Insert the new node.
202 // Insert the original right child as the right child of the new
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs62 public void Insert( int index, object value ) method in class:Antlr.Runtime.JavaExtensions.SubList
281 void IList.Insert( int index, object value )
393 void IList<T>.Insert( int index, T item ) method in class:Antlr.Runtime.JavaExtensions.SubList
/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs441 public void Insert(int index, T item) method in class:Google.Protobuf.Collections.RepeatedField
553 void IList.Insert(int index, object value)
555 Insert(index, (T) value);
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dast.py62 def Insert(self, item): member in class:NodeListBase
/external/perf_data_converter/src/
H A Dintervalmap.h98 void Insert(uint64 start, uint64 limit, const V& value);
117 Insert(start, limit, value);
184 Insert(point, larger_limit, iter->second.value);
206 void IntervalMap<V>::Insert(uint64 start, uint64 limit, const V& value) { function in class:perftools::IntervalMap
/external/tensorflow/tensorflow/core/kernels/
H A Dgpu_utils.h64 void Insert(const Parameters& params, const Config& config) { function in class:tensorflow::AutoTuneMap
/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dcloud_storage.py359 def Insert(bucket, remote_path, local_path, publicly_readable=False): function

Completed in 1686 milliseconds

1234