Home
last modified time | relevance | path

Searched defs:Insert (Results 1 – 25 of 78) sorted by relevance

1234

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp109 static bool IsSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, in IsSafeToMove()
138 MachineInstr *Insert = &MI; in runOnMachineFunction() local
/external/openfst/src/include/fst/
Dheap.h65 int Insert(const T& val) { in Insert() function
183 int Insert(const T& val, int i) { in Insert() function
/external/lldb/include/lldb/Core/
DFileSpecList.h195 Insert (size_t idx, const FileSpec &file) in Insert() function
DUniqueCStringMap.h95 Insert (const char *unique_cstr, const T& value) in Insert() function
102 Insert (const Entry &e) in Insert() function
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDIECollection.cpp22 DWARFDIECollection::Insert(const DWARFDebugInfoEntry *die) in Insert() function in DWARFDIECollection
DNameToDIE.cpp33 NameToDIE::Insert (const ConstString& name, uint32_t die_offset) in Insert() function in NameToDIE
DUniqueDWARFASTType.h145 Insert (const lldb_private::ConstString &name, in Insert() function
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
Dstorage_v1_client.py178 def Insert(self, request, global_params=None): member in StorageV1.BucketAccessControlsService
341 def Insert(self, request, global_params=None): member in StorageV1.BucketsService
542 def Insert(self, request, global_params=None): member in StorageV1.DefaultObjectAccessControlsService
705 def Insert(self, request, global_params=None): member in StorageV1.ObjectAccessControlsService
959 def Insert(self, request, global_params=None, upload=None, download=None): member in StorageV1.ObjectsService
/external/dng_sdk/source/
Ddng_string_list.cpp88 void dng_string_list::Insert (uint32 index, in Insert() function in dng_string_list
/external/libchrome/base/trace_event/
Dheap_profiler_type_name_deduplicator.cc26 int TypeNameDeduplicator::Insert(const char* type_name) { in Insert() function in base::trace_event::TypeNameDeduplicator
Dheap_profiler_stack_frame_deduplicator.cc27 int StackFrameDeduplicator::Insert(const StackFrame* beginFrame, in Insert() function in base::trace_event::StackFrameDeduplicator
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
Dstorage_v1_client.py154 def Insert(self, request, global_params=None): member in StorageV1.BucketAccessControlsService
317 def Insert(self, request, global_params=None): member in StorageV1.BucketsService
518 def Insert(self, request, global_params=None): member in StorageV1.DefaultObjectAccessControlsService
681 def Insert(self, request, global_params=None): member in StorageV1.ObjectAccessControlsService
935 def Insert(self, request, global_params=None, upload=None, download=None): member in StorageV1.ObjectsService
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_integer.inl349 genIUType const & Insert,
371 detail::tvec2<T, P> const & Insert,
385 detail::tvec3<T, P> const & Insert,
400 detail::tvec4<T, P> const & Insert,
/external/webrtc/webrtc/common_audio/
Dswap_queue.h120 bool Insert(T* input) WARN_UNUSED_RESULT { in Insert() function
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe.cc219 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
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs62 public void Insert( int index, object value ) in Insert() method in Antlr.Runtime.JavaExtensions.SubList
393 void IList<T>.Insert( int index, T item ) in Insert() method in Antlr.Runtime.JavaExtensions.SubList
/external/webrtc/webrtc/modules/audio_processing/vad/
Dvad_circular_buffer.cc61 void VadCircularBuffer::Insert(double value) { in Insert() function in webrtc::VadCircularBuffer
Dvad_circular_buffer_unittest.cc35 static void Insert(double value, in Insert() function
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp256 TerminatorInst *Insert = From->getTerminator(); in handleLoopCondition() local
265 Instruction *Insert; in handleLoopCondition() local
/external/v8/src/
Dcompilation-dependencies.cc43 void CompilationDependencies::Insert(DependentCode::DependencyGroup group, in Insert() function in v8::internal::CompilationDependencies
Didentity-map.cc35 IdentityMapBase::RawEntry IdentityMapBase::Insert(Object* key) { in Insert() function in v8::internal::IdentityMapBase
/external/v8/test/cctest/
Dtest-hashmap.cc49 void Insert(int x) { in Insert() function in IntSet
/external/v8/src/interpreter/
Dconstant-array-builder.cc124 size_t ConstantArrayBuilder::Insert(Handle<Object> object) { in Insert() function in v8::internal::interpreter::ConstantArrayBuilder
/external/lzma/CPP/Common/
DMyString.cpp595 void AString::Insert(unsigned index, const char *s) in Insert() function in AString
606 void AString::Insert(unsigned index, const AString &s) in Insert() function in AString
1059 void UString::Insert(unsigned index, const wchar_t *s) in Insert() function in UString
1070 void UString::Insert(unsigned index, const UString &s) in Insert() function in UString
/external/v8/src/heap/
Dslot-set.h40 void Insert(int slot_offset) { in Insert() function
276 void Insert(SlotType type, uint32_t host_offset, uint32_t offset) { in Insert() function

1234