/external/perfetto/src/traced/probes/filesystem/ |
D | lru_inode_cache.cc | 34 void LRUInodeCache::Insert(InodeKey k, InodeMapValue v) { in Insert() function in perfetto::LRUInodeCache 39 void LRUInodeCache::Insert(typename MapType::iterator map_it, in Insert() function in perfetto::LRUInodeCache
|
D | range_tree.cc | 32 void RangeTree::Insert(Inode inode, RangeTree::DataType value) { in Insert() function in perfetto::RangeTree
|
/external/v8/src/interpreter/ |
D | constant-array-builder.cc | 223 size_t ConstantArrayBuilder::Insert(Smi smi) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder 231 size_t ConstantArrayBuilder::Insert(double number) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder 242 size_t ConstantArrayBuilder::Insert(const AstRawString* raw_string) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder 250 size_t ConstantArrayBuilder::Insert(AstBigInt bigint) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder 258 size_t ConstantArrayBuilder::Insert(const Scope* scope) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 227 static MachineInstr *GetVRegDef(unsigned Reg, const MachineInstr *Insert, in GetVRegDef() 276 static bool IsSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, in IsSafeToMove() 437 MachineInstr *Insert, LiveIntervals &LIS, in MoveForSingleUse() 478 MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, in RematerializeCheapDef() 538 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in MoveAndTeeForMultiUse() 591 explicit TreeWalkerState(MachineInstr *Insert) { in TreeWalkerState() 672 void MaybeCommute(MachineInstr *Insert, TreeWalkerState &TreeWalker, in MaybeCommute() 724 MachineInstr *Insert = &*MII; in runOnMachineFunction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRegStackify.cpp | 264 static MachineInstr *GetVRegDef(unsigned Reg, const MachineInstr *Insert, in GetVRegDef() 313 static bool IsSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, in IsSafeToMove() 472 MachineInstr *Insert, LiveIntervals &LIS, in MoveForSingleUse() 513 MachineBasicBlock::instr_iterator Insert, LiveIntervals &LIS, in RematerializeCheapDef() 573 MachineInstr *Insert, LiveIntervals &LIS, WebAssemblyFunctionInfo &MFI, in MoveAndTeeForMultiUse() 626 explicit TreeWalkerState(MachineInstr *Insert) { in TreeWalkerState() 707 void MaybeCommute(MachineInstr *Insert, TreeWalkerState &TreeWalker, in MaybeCommute() 759 MachineInstr *Insert = &*MII; in runOnMachineFunction() local
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | recent_request_ids.cc | 31 bool RecentRequestIds::Insert(int64 request_id) { in Insert() function in tensorflow::RecentRequestIds
|
/external/puffin/src/ |
D | puff_writer.cc | 27 bool BufferPuffWriter::Insert(const PuffData& pd) { in Insert() function in puffin::BufferPuffWriter
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_attachnodelist.cpp | 32 bool CXFA_AttachNodeList::Insert(CXFA_Node* pNewNode, CXFA_Node* pBeforeNode) { in Insert() function in CXFA_AttachNodeList
|
D | cxfa_arraynodelist.cpp | 30 bool CXFA_ArrayNodeList::Insert(CXFA_Node* pNewNode, CXFA_Node* pBeforeNode) { in Insert() function in CXFA_ArrayNodeList
|
/external/tensorflow/tensorflow/compiler/jit/graphcycles/ |
D | ordered_set.h | 37 bool Insert(T value) { in Insert() function
|
D | ordered_set_test.cc | 25 TEST(OrderedSetTest, Insert) { in TEST() argument
|
/external/perfetto/src/trace_processor/tables/ |
D | macros_internal.h | 51 IdAndRow Insert(const Row&) { PERFETTO_FATAL("Should not be called"); } in Insert() function
|
/external/dng_sdk/source/ |
D | dng_string_list.cpp | 88 void dng_string_list::Insert (uint32 index, in Insert() function in dng_string_list
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | compilation_cache.cc | 40 ExecutionHandle CompilationCache::Insert( in Insert() function in xla::CompilationCache
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tensor_conversion.cc | 56 void TFE_TensorHandleCache::Insert(PyObject* value, tensorflow::DataType dtype, in Insert() function in tensorflow::TFE_TensorHandleCache
|
/external/python/apitools/samples/storage_sample/storage_v1/ |
D | storage_v1_client.py | 108 def Insert(self, request, global_params=None): member in StorageV1.BucketAccessControlsService 300 def Insert(self, request, global_params=None): member in StorageV1.BucketsService 554 def Insert(self, request, global_params=None): member in StorageV1.DefaultObjectAccessControlsService 720 def Insert(self, request, global_params=None): member in StorageV1.NotificationsService 834 def Insert(self, request, global_params=None): member in StorageV1.ObjectAccessControlsService 1095 def Insert(self, request, global_params=None, upload=None, download=None): member in StorageV1.ObjectsService
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 291 TerminatorInst *Insert = From->getTerminator(); in handleLoopCondition() local 302 Instruction *Insert; in handleLoopCondition() local 315 Instruction *Insert = Cond == BoolTrue ? in handleLoopCondition() local
|
/external/libchrome/base/sampling_heap_profiler/ |
D | lock_free_address_hash_set.cc | 30 void LockFreeAddressHashSet::Insert(void* key) { in Insert() function in base::LockFreeAddressHashSet
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | MetadataTest.cs | 127 public void Insert() in Insert() method in Grpc.Core.Tests.MetadataTest
|
/external/v8/src/utils/ |
D | identity-map.h | 138 void Insert(Handle<Object> key, V v) { Insert(*key, v); } in Insert() function 139 void Insert(Object key, V v) { in Insert() function
|
/external/bcc/src/cc/ |
D | bpffs_table.cc | 53 bool BpfFsTableStorage::Insert(const string &name, TableDesc &&desc) { return false; } in Insert() function in ebpf::BpfFsTableStorage
|
/external/tensorflow/tensorflow/lite/experimental/ruy/ |
D | prepacked_cache.cc | 36 void PrepackedCache::Insert(const CacheKey &key, in Insert() function in ruy::PrepackedCache
|
/external/v8/src/heap/ |
D | slot-set.cc | 21 void TypedSlots::Insert(SlotType type, uint32_t offset) { in Insert() function in v8::internal::TypedSlots
|
/external/webrtc/webrtc/common_audio/ |
D | swap_queue.h | 120 bool Insert(T* input) WARN_UNUSED_RESULT { in Insert() function
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe.cc | 219 void LinkedSet::Insert(uint16_t sequence_number, in Insert() function in webrtc::testing::bwe::LinkedSet 242 void LinkedSet::Insert(PacketIdentifierNode packet_identifier) { in Insert() function in webrtc::testing::bwe::LinkedSet
|