Searched refs:Add (Results 101 - 125 of 1065) sorted by relevance

1234567891011>>

/external/v8/test/cctest/
H A Dtest-array-list.cc24 array = ArrayList::Add(array, handle(Smi::FromInt(100), isolate));
27 array = ArrayList::Add(array, handle(Smi::FromInt(200), isolate),
H A Dtest-threads.cc76 threads.Add(newThread);
78 refs.Add(i::ThreadId::Invalid());
H A Dtest-slots-buffer.cc27 buffer->Add(HeapObject::RawField(*array, FixedArray::kHeaderSize));
81 buffer->Add(field_smi);
89 buffer->Add(field_new_space);
100 buffer->Add(field_old_space_object_non_evacuation);
111 buffer->Add(valid_field);
/external/v8/test/unittests/compiler/
H A Dlive-range-builder.h27 TestRangeBuilder& Add(int start, int end) { function in class:v8::internal::compiler::TestRangeBuilder
38 return Add(start, end).Build();
/external/valgrind/none/tests/scripts/
H A Dshell.stderr.exp5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
/external/dng_sdk/source/
H A Ddng_preview.cpp105 directory.Add (&fApplicationNameTag);
112 directory.Add (&fApplicationVersionTag);
119 directory.Add (&fSettingsNameTag);
126 directory.Add (&fSettingsDigestTag);
133 directory.Add (&fColorSpaceTag);
140 directory.Add (&fDateTimeTag);
147 directory.Add (&fRawToPreviewGainTag);
154 directory.Add (&fCacheVersionTag);
303 directory.Add (&fCoefficientsTag);
308 directory.Add (
[all...]
H A Ddng_mosaic_info.cpp64 void Add (const dng_point &delta,
77 void dng_bilinear_kernel::Add (const dng_point &delta, function in class:dng_bilinear_kernel
105 // Add element to list.
625 kernel.Add (dng_point (0, 0), 1.0f);
654 kernel.Add (dng_point (-1, 0), 0.25f);
655 kernel.Add (dng_point ( 0, -1), 0.25f);
656 kernel.Add (dng_point ( 0, 1), 0.25f);
657 kernel.Add (dng_point ( 1, 0), 0.25f);
668 kernel.Add (dng_point (-1, 0), 0.5f);
669 kernel.Add (dng_poin
[all...]
/external/google-breakpad/src/processor/
H A Dminidump_unittest.cc148 dump.Add(&stream);
184 dump.Add(&memory);
235 dump.Add(&stack);
236 dump.Add(&context);
237 dump.Add(&thread);
314 dump.Add(&stack);
315 dump.Add(&context);
316 dump.Add(&thread);
357 dump.Add(&stack);
358 dump.Add(
[all...]
H A Dsynth_minidump.cc340 Dump &Dump::Add(SynthMinidump::Section *section) { function in class:google_breakpad::SynthMinidump::Dump
346 Dump &Dump::Add(Stream *stream) { function in class:google_breakpad::SynthMinidump::Dump
347 Add(static_cast<SynthMinidump::Section *>(stream));
353 Dump &Dump::Add(Memory *memory) { function in class:google_breakpad::SynthMinidump::Dump
354 // Add the memory contents themselves to the file.
355 Add(static_cast<SynthMinidump::Section *>(memory));
361 memory_list_.Add(&descriptor);
365 Dump &Dump::Add(Thread *thread) { function in class:google_breakpad::SynthMinidump::Dump
366 thread_list_.Add(thread);
370 Dump &Dump::Add(Modul function in class:google_breakpad::SynthMinidump::Dump
[all...]
/external/webrtc/webrtc/video/
H A Dsend_statistics_proxy.cc270 uma_container_->key_frame_counter_.Add(encoded_image._frameType ==
280 uma_container_->quality_limited_frame_counter_.Add(downscaled);
282 uma_container_->quality_downscales_counter_.Add(
288 uma_container_->bw_limited_frame_counter_.Add(bw_limited);
290 uma_container_->bw_resolutions_disabled_counter_.Add(
301 uma_container_->sent_width_counter_.Add(
303 uma_container_->sent_height_counter_.Add(
320 uma_container_->input_width_counter_.Add(width);
321 uma_container_->input_height_counter_.Add(height);
326 uma_container_->encode_time_counter_.Add(encode_time_m
402 void SendStatisticsProxy::SampleCounter::Add(int sample) { function in class:webrtc::SendStatisticsProxy::SampleCounter
413 void SendStatisticsProxy::BoolSampleCounter::Add(bool sample) { function in class:webrtc::SendStatisticsProxy::BoolSampleCounter
[all...]
/external/skia/src/gpu/glsl/
H A DGrGLSL_impl.h40 inline Self GrGLSLExpr<Self>::Add(T0 in0, T1 in1) { function in class:GrGLSLExpr
104 return GrGLSLExpr1::Add(in0, in1);
144 return GrGLSLExpr4::Add(in0, in1);
156 return GrGLSLExpr4::Add(in0, in1);
168 return GrGLSLExpr4::Add(in0, in1);
/external/v8/src/parsing/
H A Dpattern-rewriter.cc121 block_->statements()->Add(
168 names_->Add(name, zone());
227 arguments->Add(
233 arguments->Add(value, zone());
244 // Add language mode.
247 arguments->Add(factory()->NewNumberLiteral(language_mode,
256 arguments->Add(value, zone());
269 block_->statements()->Add(
285 // Add break location for destructured sub-pattern.
289 block_->statements()->Add(
[all...]
/external/v8/src/
H A Dsmall-pointer-list.h39 list->Add(single_value(), zone);
63 void Add(T* pointer, Zone* zone) { function in class:v8::internal::SmallPointerList
71 list->Add(single_value(), zone);
72 list->Add(pointer, zone);
77 list()->Add(pointer, zone);
H A Dcode-stubs.cc453 state.Add(NULL_TYPE);
455 state.Add(UNDEFINED);
460 state.Add(GENERIC);
463 state.Add(GENERIC);
465 state.Add(MONOMORPHIC_MAP);
523 void Add(const char* s) { function in class:v8::internal::SimpleListPrinter
541 if (s.IsEmpty()) p.Add("None");
542 if (s.Contains(CompareNilICStub::UNDEFINED)) p.Add("Undefined");
543 if (s.Contains(CompareNilICStub::NULL_TYPE)) p.Add("Null");
544 if (s.Contains(CompareNilICStub::MONOMORPHIC_MAP)) p.Add("MonomorphicMa
[all...]
H A Dframes.cc793 functions->Add(function());
806 functions->Add(summary);
1015 frames->Add(summary);
1114 functions->Add(JSFunction::cast(function));
1165 accumulator->Add((mode == OVERVIEW) ? "%5d: " : "[%d]: ", index);
1179 accumulator->Add(os.str().c_str());
1197 if (IsConstructor()) accumulator->Add("new ");
1209 accumulator->Add(" [");
1217 accumulator->Add(":%d", line);
1221 accumulator->Add("
[all...]
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp225 /// \brief Add SourceLocation information the specified record.
230 /// \brief Add SourceLocation information the specified record.
238 /// \brief Add CharSourceRange information the specified record.
429 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID.
430 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line.
431 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column.
432 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset;
455 Abbrev->Add(BitCodeAbbrevOp(RECORD_VERSION));
456 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32));
473 Abbrev->Add(BitCodeAbbrevO
[all...]
H A DTestModuleFileExtension.cpp28 Abv->Add(BitCodeAbbrevOp(FIRST_EXTENSION_RECORD_ID));
29 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // # of characters
30 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Blob)); // message
/external/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc155 __ Add(current_input_offset(),
169 __ Add(w10, w10, by);
174 __ Add(to_advance, to_advance, by);
178 __ Add(to_advance, to_advance,
192 __ Add(x10, code_pointer(), Operand(w10, UXTW));
214 __ Add(w10, current_input_offset(), Operand(-char_size()));
222 __ Add(w10, current_input_offset(),
247 __ Add(characters_address,
251 __ Add(characters_address, characters_address, cp_offset * char_size());
270 __ Add(backtrack_stackpointe
[all...]
/external/llvm/lib/Fuzzer/
H A DFuzzerMutate.cpp31 void Add(Mutator M) { Mutators.push_back(M); } function in struct:fuzzer::MutationDispatcher::Impl
33 Add({&MutationDispatcher::Mutate_EraseByte, "EraseByte"});
34 Add({&MutationDispatcher::Mutate_InsertByte, "InsertByte"});
35 Add({&MutationDispatcher::Mutate_ChangeByte, "ChangeByte"});
36 Add({&MutationDispatcher::Mutate_ChangeBit, "ChangeBit"});
37 Add({&MutationDispatcher::Mutate_ShuffleBytes, "ShuffleBytes"});
38 Add({&MutationDispatcher::Mutate_ChangeASCIIInteger, "ChangeASCIIInt"});
39 Add({&MutationDispatcher::Mutate_CrossOver, "CrossOver"});
43 Add({&MutationDispatcher::Mutate_AddWordFromDictionary, "AddFromDict"});
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.cpp98 FileSizes.Add(_fileInfo.Size);
99 FileNames.Add(name);
100 inFile->FileNameIndex = FileNames_WasUsed.Add(true);
/external/sonivox/jet_tools/JetCreator/
H A DJetAudition.py96 hMuteButs.Add(self.btnMuteAll, 1, wx.EXPAND)
97 hMuteButs.Add(self.btnUnMuteAll, 1, wx.EXPAND)
98 hMuteButs.Add(self.btnMuteOrg, 1, wx.EXPAND)
100 vMuteButs.Add(self.trackList, 1, wx.EXPAND)
101 vMuteButs.Add((-1, 5))
102 vMuteButs.Add(hMuteButs, 0, wx.EXPAND)
107 hSegButs.Add(self.btnQueue, 1, wx.EXPAND)
108 hSegButs.Add(self.btnCancelNQueue, 1, wx.EXPAND)
110 vSegButs.Add(self.segList, 1, wx.EXPAND)
111 vSegButs.Add((
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen-dce.cc17 worklist->Add(instr, zone());
25 worklist->Add(input, zone());
86 worklist.Add(phi, zone());
/external/clang/lib/Serialization/
H A DASTWriter.cpp683 Abv->Add(BitCodeAbbrevOp(serialization::TYPE_EXT_QUAL));
684 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Type
685 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 3)); // Quals
690 Abv->Add(BitCodeAbbrevOp(serialization::TYPE_FUNCTION_PROTO));
692 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // ReturnType
693 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // NoReturn
694 Abv->Add(BitCodeAbbrevOp(0)); // HasRegParm
695 Abv->Add(BitCodeAbbrevOp(0)); // RegParm
696 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // CC
697 Abv->Add(BitCodeAbbrevO
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DListStack`1.cs95 Add(item);
/external/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h37 Registry.Add(this);

Completed in 958 milliseconds

1234567891011>>