Searched defs:Add (Results 176 - 200 of 310) sorted by relevance

1234567891011>>

/external/lldb/source/Target/
H A DCPPLanguageRuntime.cpp36 Add (ConstString& type_name, function in class:CPPRuntimeEquivalents
130 Add(original_const, target_const);
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp43 // Add a basic block to the function. As before, it automatically inserts
56 Instruction *Add = BinaryOperator::CreateAdd(One, ArgX, "addresult", BB); local
59 ReturnInst::Create(M->getContext(), Add, BB);
74 // Add a basic block to the function.
/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h181 void Add(const BitCodeAbbrevOp &OpInfo) { function in class:llvm::BitCodeAbbrev
/external/llvm/include/llvm/Support/
H A DRegistry.h182 /// Registry<Collector>::Add<FancyGC>
197 class Add { class in class:llvm::Registry
204 Add(const char *Name, const char *Desc) function in class:llvm::Registry::Add
/external/llvm/lib/TableGen/
H A DSetTheory.cpp36 // (sub Add, Sub, ...) Set difference.
43 RecSet Add, Sub; variable
44 ST.evaluate(*Expr->arg_begin(), Add, Loc);
46 for (RecSet::iterator I = Add.begin(), E = Add.end(); I != E; ++I)
/external/lzma/CPP/Common/
H A DMyVector.h51 Add(v[i]);
54 int Add(T item) function in class:CRecordVector
196 Add(v[i]);
205 int Add(const T& item) { return CPointerVector::Add(new T(item)); } function in class:CObjectVector
/external/openfst/src/include/fst/extensions/far/
H A Dstlist.h78 void Add(const string &key, const T &t) { function in class:fst::STListWriter
80 FSTERROR() << "STListWriter::Add: key empty: " << key;
83 FSTERROR() << "STListWriter::Add: key disorder: " << key;
H A Dsttable.h74 void Add(const string &key, const T &t) { function in class:fst::STTableWriter
76 FSTERROR() << "STTableWriter::Add: key empty: " << key;
79 FSTERROR() << "STTableWriter::Add: key disorder: " << key;
277 // Add all streams to the heap
/external/openfst/src/include/fst/
H A Dpartition.h86 // Add a class, resize classes_ and class_size_ resource by 1.
104 // Add element_id to class_id. The Add method is used to initialize
107 void Add(T element_id, T class_id) { function in class:fst::Partition
130 Add(element_id, class_id);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp192 void* CFX_BaseSegmentedArray::Add() function in class:CFX_BaseSegmentedArray
/external/regex-re2/re2/
H A Dprefilter_tree.cc69 void PrefilterTree::Add(Prefilter *f) { function in class:re2::PrefilterTree
71 LOG(DFATAL) << "Add after Compile.";
165 // Add the top level nodes of each regexp prefilter.
/external/skia/src/core/
H A DSkFloat.cpp123 int32_t SkFloat::Add(int32_t packed_a, int32_t packed_b) function in class:SkFloat
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dpartition.h81 // Add a class, resize classes_ and class_size_ resource by 1.
99 // Add element_id to class_id. The Add method is used to initialize
102 void Add(T element_id, T class_id) { function in class:fst::Partition
125 Add(element_id, class_id);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs186 void Add(byte[] data); method in interface:DotZLib.Codec
195 void Add(byte[] data, int offset, int count); method in interface:DotZLib.Codec
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_notification_manager.cc112 void MessageCenterNotificationManager::Add(const Notification& notification, function in class:MessageCenterNotificationManager
167 // Add/remove notification in the local list but just update the same
175 // TODO(liyanhou): Add routing updated notifications to alternative
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc257 void TemplateURLTableModel::Add(int index, function in class:TemplateURLTableModel
269 template_url_service_->Add(turl);
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_metrics.cc181 // Newly added lists are empty. Add entries to back to fill the window,
208 void Add(int content_length) { function in class:data_reduction_proxy::__anon6429::DailyContentLengthUpdate
237 // Add entries for days since last update event. This will make the
274 void Add(int original_content_length, int received_content_length) { function in class:data_reduction_proxy::__anon6429::DailyDataSavingUpdate
275 original_.Add(original_content_length);
276 received_.Add(received_content_length);
416 total.Add(original_content_length, received_content_length);
418 proxy_enabled.Add(original_content_length, received_content_length);
423 via_proxy.Add(original_content_length, received_content_length);
426 https.Add(received_content_lengt
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc256 bool SimpleDescriptorDatabase::Add(const FileDescriptorProto& file) { function in class:google::protobuf::SimpleDescriptorDatabase
308 bool EncodedDescriptorDatabase::Add( function in class:google::protobuf::EncodedDescriptorDatabase
315 "EncodedDescriptorDatabase::Add().";
325 return Add(copy, size);
/external/chromium_org/third_party/skia/src/core/
H A DSkResourceCache.cpp470 void SkResourceCache::Add(Rec* rec) { function in class:SkResourceCache
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorMatrixFilter.cpp97 static void Add(const SkColorMatrixFilter::State& state, function
179 fProc = shiftIs16 ? Add16 : Add;
187 which could make us accidentally take the General or Add case.
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h407 inline void Add(const void* ptr, const AllocValue& v) { function in class:HeapProfileTable::Snapshot
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_sender.cc50 void Add(const I420VideoFrame& frame) { function in class:webrtc::vcm::DebugRecorder
349 // Add one raw video frame to the encoder, blocking.
357 // TODO(holmer): Add support for dropping frames per stream. Currently we
368 recorder_->Add(videoFrame);
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtrace_impl.cc143 // Add the appropriate amount of whitespace.
203 // Add the appropriate amount of whitespace.
280 // Add the appropriate amount of whitespace.
732 void Trace::Add(const TraceLevel level, const TraceModule module, function in class:webrtc::Trace
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc65 void Add(uptr pc);
181 void CoverageData::Add(uptr pc) { function in class:__sanitizer::CoverageData
361 coverage_data.Add(StackTrace::GetPreviousInstructionPc(GET_CALLER_PC()));
/external/lldb/include/lldb/DataFormatters/
H A DFormatNavigator.h124 Add(KeyType name, function in class:lldb_private::FormatMap
273 Add (const MapKeyType &type, const MapValueType& entry) function in class:lldb_private::FormatNavigator
357 m_format_map.Add(type,entry);
362 m_format_map.Add(GetValidTypeName_Impl(type), entry);

Completed in 583 milliseconds

1234567891011>>