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

1234567891011>>

/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/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp331 tempBuffers.Add(tempBuffer);
332 tempBufferSpecs.Add(tempBufferSpec);
426 outStreamPointers.Add(outStreamSizeCount);
430 outStreamPointers.Add(tempBuffers[i - 1]);
438 packSizes.Add(outStreamSizeCountSpec->GetSize());
444 packSizes.Add(inOutTempBuffer.GetDataSize());
460 coderUnpackSizes.Add(streamSize);
502 _options.Methods.Add(method);
506 _bindInfo.Coders.Add(coderStreamsInfo);
508 _bindInfo.PackStreams.Add(
[all...]
H A D7zFolderInStream.cpp70 Processed.Add(isProcessed);
71 Sizes.Add(_pos);
72 CRCs.Add(CRC_GET_DIGEST(_crc));
/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 Duri.cc55 buffer->Add(value);
57 buffer->Add(unibrow::Utf16::LeadSurrogate(value));
58 buffer->Add(unibrow::Utf16::TrailSurrogate(value));
77 buffer->Add('%');
83 buffer->Add(first);
84 buffer->Add(second);
86 buffer->Add(decoded);
129 buffer->Add(code);
165 one_byte_buffer->Add(code);
244 buffer->Add('
[all...]
/external/clang/lib/Frontend/
H A DSerializedDiagnosticPrinter.cpp226 /// \brief Add SourceLocation information the specified record.
231 /// \brief Add SourceLocation information the specified record.
239 /// \brief Add CharSourceRange information the specified record.
430 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 10)); // File ID.
431 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Line.
432 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Column.
433 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // Offset;
456 Abbrev->Add(BitCodeAbbrevOp(RECORD_VERSION));
457 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32));
474 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/parsing/
H A Dpattern-rewriter.cc119 block_->statements()->Add(
171 names_->Add(name, zone());
215 arguments->Add(
218 arguments->Add(factory()->NewNumberLiteral(var_init_scope->language_mode(),
221 arguments->Add(value, zone());
225 block_->statements()->Add(
238 // Add break location for destructured sub-pattern.
242 block_->statements()->Add(
255 block_->statements()->Add(
319 block_->statements()->Add(factor
[all...]
H A Dexpression-classifier.h210 Add(Error(loc, message, kExpressionProduction, arg));
218 Add(Error(loc, message, kExpressionProduction, arg, type));
226 Add(Error(loc, message, kFormalParameterInitializerProduction, arg));
234 Add(Error(loc, message, kBindingPatternProduction, arg));
242 Add(Error(loc, message, kAssignmentPatternProduction, arg));
257 Add(Error(loc, message, kArrowFormalParametersProduction, arg));
265 Add(Error(loc, message, kAsyncArrowFormalParametersProduction, arg));
271 Add(Error(loc, MessageTemplate::kParamDupe,
283 Add(Error(loc, message, kStrictModeFormalParametersProduction, arg));
291 Add(Erro
406 V8_INLINE void Add(const Error& e) { function
[all...]
/external/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc154 __ Add(current_input_offset(),
168 __ Add(w10, w10, by);
173 __ Add(to_advance, to_advance, by);
177 __ Add(to_advance, to_advance,
191 __ Add(x10, code_pointer(), Operand(w10, UXTW));
213 __ Add(w10, current_input_offset(), Operand(-char_size()));
221 __ Add(w10, current_input_offset(),
246 __ Add(characters_address,
250 __ Add(characters_address, characters_address, cp_offset * char_size());
269 __ Add(backtrack_stackpointe
[all...]
/external/vixl/test/aarch32/
H A Dtest-disasm-a32.cc383 masm.Add(r9, r10, r11);
398 masm.Add(r9, r10, r11);
399 masm.Add(r0, r0, r1);
629 COMPARE_T32(Add(r0, r0, Operand(r0, ASR, r3)),
1425 COMPARE_BOTH(Add(r0, r0, 0xbadbeef),
1516 COMPARE_A32(Add(r0, r1, -1), "sub r0, r1, #1\n");
1519 COMPARE_T32(Add(r0, r1, -1), "add r0, r1, #4294967295\n");
1522 COMPARE_BOTH(Add(r0, r1, -4), "sub r0, r1, #4\n");
1587 COMPARE_T32(Add(r3, r2, Operand(r2, ASR, r3)),
2263 COMPARE_A32(Add(r
[all...]
/external/v8/src/zone/
H A Dzone-handle-set.h51 list->Add(singleton(), zone);
52 list->Add(value, zone);
54 list->Add(value, zone);
55 list->Add(singleton(), zone);
70 new_list->Add(old_list->at(i), zone);
72 new_list->Add(value, zone);
74 new_list->Add(old_list->at(i), zone);
/external/libchrome/base/metrics/
H A Dhistogram_delta_serialization.cc106 inconsistencies_histogram_->Add(problem);
113 inconsistencies_unique_histogram_->Add(problem);
120 inconsistent_snapshot_histogram_->Add(std::abs(amount));
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.cpp126 FileSizes.Add(_fileInfo.Size);
127 FileNames.Add(name2);
128 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.cc18 worklist->Add(instr, zone());
26 worklist->Add(input, zone());
87 worklist.Add(phi, zone());
/external/vixl/examples/aarch64/
H A Dcustom-disassembler.cc120 __ Add(x10, x16, x17);
122 __ Add(x11, ip0, ip1);
123 __ Add(w5, w6, w30);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DListStack`1.cs95 Add(item);
/external/libmojo/mojo/edk/system/
H A Dawakable_list.h39 void Add(Awakable* awakable, MojoHandleSignals signals, uintptr_t context);
42 // Add and remove Watchers to this AwakableList.
/external/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h37 Registry.Add(this);

Completed in 1321 milliseconds

1234567891011>>