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

123

/external/dng_sdk/source/
H A Ddng_string_list.cpp88 void dng_string_list::Insert (uint32 index, function in class:dng_string_list
/external/libchrome/base/trace_event/
H A Dheap_profiler_type_name_deduplicator.cc26 int TypeNameDeduplicator::Insert(const char* type_name) { function in class:base::trace_event::TypeNameDeduplicator
H A Dheap_profiler_stack_frame_deduplicator.cc27 int StackFrameDeduplicator::Insert(const StackFrame* beginFrame, function in class:base::trace_event::StackFrameDeduplicator
/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/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp102 // Test whether it's safe to move Def to just before Insert. Note that this
109 static bool IsSafeToMove(const MachineInstr *Def, const MachineInstr *Insert, argument
111 assert(Def->getParent() == Insert->getParent());
113 MachineBasicBlock::const_iterator D(Def), I(Insert);
138 MachineInstr *Insert = &MI; local
140 if (Insert->getOpcode() == TargetOpcode::PHI)
145 if (Insert->getOpcode() == TargetOpcode::INLINEASM)
151 for (MachineOperand &Op : reverse(Insert->uses())) {
163 ImposeStackInputOrdering(Insert);
207 if (!IsSafeToMove(Def, Insert, A
[all...]
/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 Didentity-map.cc28 IdentityMapBase::RawEntry IdentityMapBase::Insert(Object* key) { function in class:v8::internal::IdentityMapBase
97 result = Insert(key);
104 result = Insert(key);
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
H A Deffects.h96 if (!this->Insert(var, &locator)) {
110 if (!this->Insert(var, &locator)) {
152 self.Insert(var, &locator);
203 bool Insert(Var var, Locator* locator) { function in class:v8::internal::EffectsBase
205 return map_->Insert(var, locator);
275 bool Insert(Var var, Locator* locator);
293 bool NestedEffectsBase<Var, kNoVar>::Insert(Var var, Locator* locator) { function in class:v8::internal::NestedEffectsBase
295 if (!node_->effects.Insert(var, locator)) return false;
H A Dtransitions.cc16 void TransitionArray::Insert(Handle<Map> map, Handle<Name> name, function in class:v8::internal::TransitionArray
/external/v8/test/cctest/
H A Dtest-hashmap.cc49 void Insert(int x) { function in class:IntSet
98 set.Insert(1);
99 set.Insert(2);
100 set.Insert(3);
103 set.Insert(2);
104 set.Insert(3);
128 // Insert a long series of values.
137 set.Insert(x);
/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/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
H A Dstorage_v1_client.py99 'Insert': base_api.ApiMethodInfo(
178 def Insert(self, request, global_params=None): member in class:StorageV1.BucketAccessControlsService
187 config = self.GetMethodConfig('Insert')
262 'Insert': base_api.ApiMethodInfo(
341 def Insert(self, request, global_params=None): member in class:StorageV1.BucketsService
350 config = self.GetMethodConfig('Insert')
463 'Insert': base_api.ApiMethodInfo(
542 def Insert(self, request, global_params=None): member in class:StorageV1.DefaultObjectAccessControlsService
551 config = self.GetMethodConfig('Insert')
626 'Insert'
705 def Insert(self, request, global_params=None): member in class:StorageV1.ObjectAccessControlsService
959 def Insert(self, request, global_params=None, upload=None, download=None): member in class:StorageV1.ObjectsService
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
H A Dstorage_v1_client.py75 'Insert': base_api.ApiMethodInfo(
154 def Insert(self, request, global_params=None): member in class:StorageV1.BucketAccessControlsService
163 config = self.GetMethodConfig('Insert')
238 'Insert': base_api.ApiMethodInfo(
317 def Insert(self, request, global_params=None): member in class:StorageV1.BucketsService
326 config = self.GetMethodConfig('Insert')
439 'Insert': base_api.ApiMethodInfo(
518 def Insert(self, request, global_params=None): member in class:StorageV1.DefaultObjectAccessControlsService
527 config = self.GetMethodConfig('Insert')
602 'Insert'
681 def Insert(self, request, global_params=None): member in class:StorageV1.ObjectAccessControlsService
935 def Insert(self, request, global_params=None, upload=None, download=None): member in class:StorageV1.ObjectsService
[all...]
/external/v8/src/interpreter/
H A Dconstant-array-builder.cc99 size_t ConstantArrayBuilder::Insert(Handle<Object> object) { function in class:v8::internal::interpreter::ConstantArrayBuilder
/external/chromium-trace/catapult/catapult_base/catapult_base/
H A Dcloud_storage.py267 def Insert(bucket, remote_path, local_path, publicly_readable=False): function
/external/v8/src/compiler/
H A Dloop-peeling.cc118 void Insert(Node* original, Node* copy) { function in struct:v8::internal::compiler::Peeling
130 Insert(node, graph->NewNode(node->op(), node->InputCount(), &inputs[0]));
219 peeling.Insert(node, node->InputAt(kAssumedLoopEntryIndex));
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe.cc51 received_packets_.Insert(media_packet.sequence_number(),
219 void LinkedSet::Insert(uint16_t sequence_number, function in class:webrtc::testing::bwe::LinkedSet
242 void LinkedSet::Insert(PacketIdentifierNode packet_identifier) { function in class:webrtc::testing::bwe::LinkedSet
243 Insert(packet_identifier.sequence_number, packet_identifier.send_time_ms,
/external/llvm/lib/Target/AMDGPU/
H A DSIAnnotateControlFlow.cpp256 TerminatorInst *Insert = From->getTerminator(); local
257 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert);
265 Instruction *Insert; local
267 Insert = Parent->getTerminator();
269 Insert = L->getHeader()->getFirstNonPHIOrDbgOrLifetime();
272 return CallInst::Create(IfBreak, Args, "", Insert);
/external/lzma/CPP/Common/
H A DMyString.cpp587 void AString::Insert(unsigned index, char c)
595 void AString::Insert(unsigned index, const char *s) function in class:AString
606 void AString::Insert(unsigned index, const AString &s) function in class:AString
671 Insert(pos, newString);
1051 void UString::Insert(unsigned index, wchar_t c)
1059 void UString::Insert(unsigned index, const wchar_t *s) function in class:UString
1070 void UString::Insert(unsigned index, const UString &s) function in class:UString
1135 Insert(pos, newString);
H A DMyVector.h202 void Insert(unsigned index, const T item) function in class:CRecordVector
293 Insert(right, item);
312 Insert(right, item);
468 void Insert(unsigned index, const T& item) { _v.Insert(index, new T(item)); } function in class:CObjectVector
473 _v.Insert(index, p);
576 Insert(right, item);
599 Insert(right, item);
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtbuf.cpp249 void CFDE_TxtEdtBuf::Insert(int32_t nPos, function in class:CFDE_TxtEdtBuf
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dedit.cpp110 FWL_ERR CFWL_Edit::Insert(int32_t nStart, function in class:CFWL_Edit
115 return static_cast<IFWL_Edit*>(m_pIface)->Insert(nStart, lpText, nLen);
/external/chromium-trace/catapult/telemetry/telemetry/testing/
H A Dsystem_stub.py196 def Insert(self, bucket, remote_path, local_path): member in class:CloudStorageModuleStub

Completed in 855 milliseconds

123