Searched refs:Add (Results 276 - 300 of 1065) sorted by relevance

<<11121314151617181920>>

/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.h136 // can be deleted after Add() returns. Returns false if the file conflicted
139 bool Add(const FileDescriptorProto& file);
279 bool Add(const void* encoded_file_descriptor, int size);
281 // Like Add(), but makes a copy of the data, so that the caller does not
/external/skia/src/core/
H A DSkTaskGroup.cpp42 static void Add(std::function<void(void)> fn, SkAtomic<int32_t>* pending) { function in class:__anon16860::ThreadPool
206 void SkTaskGroup::add(std::function<void(void)> fn) { ThreadPool::Add(fn, &fPending); }
/external/skia/tests/
H A DMaskCacheTest.cpp51 SkMaskCache::Add(sigma, style, quality, rrect, mask, data, &cache);
89 SkMaskCache::Add(sigma, style, quality, rects, 1, mask, data, &cache);
/external/v8/src/
H A Datomic-utils.h141 void Add(E element) { ATOMIC_SET_WRITE(|, Mask(element)); } function in class:v8::internal::AtomicEnumSet
143 void Add(const AtomicEnumSet& set) { ATOMIC_SET_WRITE(|, set.ToIntegral()); } function in class:v8::internal::AtomicEnumSet
/external/v8/src/crankshaft/
H A Dhydrogen-uint32-analysis.cc105 phis_.Add(HPhi::cast(use), zone());
150 worklist->Add(HPhi::cast(operand), zone());
/external/v8/src/heap/
H A Dslots-buffer.cc32 buffer->Add(reinterpret_cast<ObjectSlot>(type));
33 buffer->Add(reinterpret_cast<ObjectSlot>(addr));
/external/webrtc/webrtc/video/
H A Dsend_statistics_proxy.h103 void Add(int sample);
114 void Add(bool sample);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DParseTreeBuilder.cs113 hiddenTokens.Add(token);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DDoubleKeyMap.cs69 s.Add(v);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DLookaheadStream.cs148 _data.Add( o );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DParseTreeBuilder.cs127 hiddenTokens.Add( token );
/external/boringssl/linux-arm/crypto/sha/
H A Dsha256-armv4.S30 @ Add NEON implementation. On Cortex A8 it was measured to process one
38 @ Add ARMv8 code path performing at 2.0 cpb on Apple A7.
H A Dsha512-armv4.S30 @ Add NEON implementation. On Cortex A8 it was measured to process
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cc31 void Add(const char *name) { function in class:__sanitizer::UnknownFlags
154 unknown_flags.Add(name);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.cc25 void MutexSet::Add(u64 id, bool write, u64 epoch) { function in class:__tsan::MutexSet
47 // Add new mutex descriptor.
/external/curl/packages/vms/
H A Dbuild_gnv_curl_pcsi_desc.com16 $! Add file lines for curl.
17 $! Add Link alias procedure file (N/A for curl)
18 $! Add [.SYS$STARTUP]curl_startup file
19 $! Add Release notes file.
438 $! Add file lines for curl.
463 $! Add Link alias procedure file (N/A for curl)
466 $! Add [.SYS$STARTUP]curl_startup file
476 $! Add Release notes file.
/external/libchrome/base/metrics/
H A Dhistogram_samples.h61 virtual void Add(const HistogramSamples& other);
63 // Add from serialized samples.
/external/libchrome/base/trace_event/
H A Dheap_profiler_stack_frame_deduplicator.cc46 // Add the node to the trie so it will be found next time.
109 overhead->Add("StackFrameDeduplicator",
H A Dtrace_buffer.cc117 overhead->Add("TraceBufferRingBuffer", sizeof(*this));
271 overhead->Add("TraceBufferVector", chunks_ptr_vector_allocated_size,
326 cached_overhead_estimate_->Add("TraceBufferChunk",
349 overhead->Add("TraceEvent (unused)",
/external/libvpx/libvpx/test/
H A Dtile_independence_test.cc67 md5->Add(img);
/external/libweave/src/commands/
H A Dcommand_queue.h52 void Add(std::unique_ptr<CommandInstance> instance);
/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h179 void Add(const BitCodeAbbrevOp &OpInfo) { function in class:llvm::BitCodeAbbrev
/external/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp33 // Add the abbrevs specific to this block to the CurAbbrevs list.
262 Abbv->Add(BitCodeAbbrevOp(ReadVBR64(8)));
275 Abbv->Add(BitCodeAbbrevOp(0));
284 Abbv->Add(BitCodeAbbrevOp(E, Data));
286 Abbv->Add(BitCodeAbbrevOp(E));
/external/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp43 static GCMetadataPrinterRegistry::Add<ErlangGCPrinter>
/external/lzma/CPP/7zip/Crypto/
H A D7zAes.h48 void Add(CKeyInfo &key);

Completed in 814 milliseconds

<<11121314151617181920>>