Searched defs:Add (Results 201 - 225 of 310) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/ADT/
H A DIntervalMap.h307 /// @param Add The number of elements to add to this node, possibly < 0.
309 int adjustFromLeftSib(unsigned Size, NodeBase &Sib, unsigned SSize, int Add) { argument
310 if (Add > 0) {
312 unsigned Count = std::min(std::min(unsigned(Add), SSize), N - Size);
317 unsigned Count = std::min(std::min(unsigned(-Add), Size), N - SSize);
612 /// insertFrom - Add mapping of [a;b] to y if possible, coalescing as much as
650 // Add new interval at end.
828 /// push - Add entry to path.
1090 /// insert - Add a mapping of [a;b] to y, coalesce with adjacent intervals.
/external/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp256 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, local
260 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Add, UpperBound,
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp66 BinaryOperator *Add = BinaryOperator::Create(Instruction::Add, V, V); local
70 BinaryOperator *AddClone = this->clone(Add);
83 Add->setHasNoUnsignedWrap();
87 AddClone = this->clone(Add);
100 Add->setHasNoSignedWrap();
104 AddClone = this->clone(Add);
117 Add->setHasNoUnsignedWrap(false);
121 AddClone = this->clone(Add);
/external/openfst/src/include/fst/extensions/far/
H A Dfar.h98 virtual void Add(const string &key, const Fst<A> &fst) = 0;
182 void Add(const string &key, const Fst<A> &fst) { writer_->Add(key, fst); } function in class:fst::STTableFarWriter
212 void Add(const string &key, const Fst<A> &fst) { writer_->Add(key, fst); } function in class:fst::STListFarWriter
243 void Add(const string &key, const Fst<A> &fst) { function in class:fst::FstFarWriter
245 LOG(WARNING) << "FstFarWriter::Add: only one Fst supported,"
/external/pdfium/fpdfsdk/include/javascript/
H A DField.h61 void Add(const CFX_WideString& string) function in class:CJS_WideStringArray
63 m_Data.Add(new CFX_WideString(string));
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_GlobalData.cpp40 Add(pNewObjData);
49 Add(pNewObjData);
58 Add(pNewObjData);
67 Add(pNewObjData);
74 Add(pNewObjData);
80 void CJS_GlobalVariableArray::Add(CJS_KeyValue* p) function in class:CJS_GlobalVariableArray
82 array.Add(p);
194 m_arrayGlobalData.Add(pNewData);
220 m_arrayGlobalData.Add(pNewData);
246 m_arrayGlobalData.Add(pNewDat
[all...]
/external/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);
H A Dextension_set.h179 // Add all fields which are currently present to the given vector. This
530 // static inline void Add(int number, ConstType value, ExtensionSet* set);
531 // static inline MutableType Add(int number, ExtensionSet* set);
570 static inline void Add(int number, FieldType field_type,
592 template<> inline void RepeatedPrimitiveTypeTraits<TYPE>::Add( \
595 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
647 static inline void Add(int number, FieldType field_type, function in class:google::protobuf::internal::RepeatedStringTypeTraits
652 static inline string* Add(int number, FieldType field_type, function in class:google::protobuf::internal::RepeatedStringTypeTraits
692 static inline void Add(int number, FieldType field_type, function in class:google::protobuf::internal::RepeatedEnumTypeTraits
735 static inline MutableType Add(in function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
/external/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/webrtc/src/system_wrappers/source/
H A Dtrace_impl.cc798 void Trace::Add(const TraceLevel level, const TraceModule module, function in class:webrtc::Trace
/external/chromium_org/base/metrics/
H A Dhistogram.cc258 void Histogram::Add(int value) { function in class:base::Histogram
274 samples_->Add(samples);
370 samples->Add(*samples_);
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc157 std::string ComponentLoader::Add(int manifest_resource_id, function in class:extensions::ComponentLoader
162 return Add(manifest_contents, root_directory);
165 std::string ComponentLoader::Add(const std::string& manifest_contents, function in class:extensions::ComponentLoader
171 return Add(manifest, root_directory);
175 std::string ComponentLoader::Add(const base::DictionaryValue* parsed_manifest, function in class:extensions::ComponentLoader
196 return Add(manifest.release(), absolute_path);
286 Add(IDR_VIDEO_PLAYER_MANIFEST,
293 Add(IDR_GALLERY_MANIFEST, base::FilePath(FILE_PATH_LITERAL("gallery")));
299 Add(IDR_HANGOUT_SERVICES_MANIFEST,
307 Add(IDR_HOTWORD_AUDIO_VERIFICATION_MANIFES
[all...]
H A Dmenu_manager.h133 void Add(Context context) { function in class:extensions::MenuItem::ContextList
301 // Add an item as a child of another item which has been previously added, and
/external/chromium_org/crypto/
H A Dp224.cc75 // Add computes *out = a+b
78 void Add(FieldElement* out, const FieldElement& a, const FieldElement& b) { function in namespace:__anon7949
492 Add(&z1z1, z1z1, z2z2);
493 Add(&z2z2, a.z, b.z);
504 Add(&z1z1, j, z1z1);
535 Add(&t, a.x, delta);
545 Add(&out->z, a.y, a.z);
673 ::Add(&rhs, rhs, kB);
719 void Add(const Point& a, const Point& b, Point* out) { function in namespace:crypto::p224
/external/chromium_org/media/cast/logging/
H A Dstats_event_subscriber.cc48 void StatsEventSubscriber::SimpleHistogram::Add(int64 sample) { function in class:media::cast::StatsEventSubscriber::SimpleHistogram
152 histograms_[PLAYOUT_DELAY_MS_HISTO]->Add(delay_delta.InMillisecondsF());
428 histograms_[CAPTURE_LATENCY_MS_HISTO]->Add(capture_latency_ms);
447 histograms_[ENCODE_LATENCY_MS_HISTO]->Add(encode_latency_ms);
469 histograms_[FRAME_LATENCY_MS_HISTO]->Add(frame_tx_latency_ms);
545 histograms_[PACKET_LATENCY_MS_HISTO]->Add(
/external/chromium_org/ppapi/proxy/
H A Dppb_image_data_proxy.cc126 void Add(ImageData* image_data);
170 void ImageDataInstanceCache::Add(ImageData* image_data) { function in class:ppapi::proxy::__anon10120::ImageDataInstanceCache
239 void Add(ImageData* image_data);
281 void ImageDataCache::Add(ImageData* image_data) { function in class:ppapi::proxy::__anon10120::ImageDataCache
282 cache_[image_data->pp_instance()].Add(image_data);
338 ImageDataCache::GetInstance()->Add(this);
/external/chromium_org/third_party/jinja2/
H A Dnodes.py743 class Add(BinExpr): class in inherits:BinExpr
744 """Add the left to the right node."""
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dextension_set.h179 // Add all fields which are currently present to the given vector. This
604 // static inline void Add(int number, ConstType value, ExtensionSet* set);
605 // static inline MutableType Add(int number, ExtensionSet* set);
644 static inline void Add(int number, FieldType field_type,
666 template<> inline void RepeatedPrimitiveTypeTraits<TYPE>::Add( \
669 set->Add##METHOD(number, field_type, is_packed, value, NULL); \
721 static inline void Add(int number, FieldType field_type, function in class:google::protobuf::internal::RepeatedStringTypeTraits
726 static inline string* Add(int number, FieldType field_type, function in class:google::protobuf::internal::RepeatedStringTypeTraits
766 static inline void Add(int number, FieldType field_type, function in class:google::protobuf::internal::RepeatedEnumTypeTraits
818 static inline MutableType Add(in function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h510 inline void Add(const void* ptr, const AllocValue& v) { function in class:HeapProfileTable::Snapshot
/external/chromium_org/third_party/webrtc/base/
H A Dnatsocketfactory.cc350 return nats_.Add(ext_ip, new Translator(this, type, int_ip, server_, ext_ip));
416 return nats_.Add(ext_ip,
463 NATSocketServer::Translator* NATSocketServer::TranslatorMap::Add( function in class:rtc::NATSocketServer::TranslatorMap
/external/chromium_org/v8/src/
H A Dcode-stubs.cc438 state.Add(NULL_TYPE);
440 state.Add(UNDEFINED);
445 state.Add(GENERIC);
448 state.Add(GENERIC);
450 state.Add(MONOMORPHIC_MAP);
486 void Add(const char* s) { function in class:v8::internal::SimpleListPrinter
504 if (s.IsEmpty()) p.Add("None");
505 if (s.Contains(CompareNilICStub::UNDEFINED)) p.Add("Undefined");
506 if (s.Contains(CompareNilICStub::NULL_TYPE)) p.Add("Null");
507 if (s.Contains(CompareNilICStub::MONOMORPHIC_MAP)) p.Add("MonomorphicMa
[all...]
H A Dstring-stream.cc65 void StringStream::Add(Vector<const char> format, Vector<FmtElm> elms) { function in class:v8::StringStream
95 Add(value);
117 Add("\\x%02x", value);
119 Add("\\u%04x", value);
127 Add(Vector<const char>(formatted.start(), length));
134 Add("-inf");
136 Add("inf");
138 Add("nan");
142 Add(formatted.start());
150 Add(formatte
193 void StringStream::Add(const char* format) { function in class:v8::StringStream
198 void StringStream::Add(Vector<const char> format) { function in class:v8::StringStream
203 void StringStream::Add(const char* format, FmtElm arg0) { function in class:v8::StringStream
210 void StringStream::Add(const char* format, FmtElm arg0, FmtElm arg1) { function in class:v8::StringStream
217 void StringStream::Add(const char* format, FmtElm arg0, FmtElm arg1, function in class:v8::StringStream
225 void StringStream::Add(const char* format, FmtElm arg0, FmtElm arg1, function in class:v8::StringStream
233 void StringStream::Add(const char* format, FmtElm arg0, FmtElm arg1, function in class:v8::StringStream
[all...]
/external/chromium_org/v8/src/compiler/
H A Djs-operator.h98 const Operator* Add() { BINOP(JSAdd); } function in class:v8::internal::compiler::JSOperatorBuilder
/external/chromium_org/v8/tools/
H A Dll_prof.py230 def Add(self, code): member in class:CodePage
256 def Add(self, code, max_pages=-1): member in class:CodeMap
271 page.Add(code)
430 self.code_map.Add(code)
451 self.code_map.Add(code)
776 code_map.Add(Code(name, start_address, start_address + size,
813 code_map.Add(code, 16)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h166 ID.Add(Loc);
304 /// addRoot - Add an untyped node to the set of roots.
310 /// addEndOfPath - Add an untyped node to the set of EOP nodes.
410 inline void Add(ExplodedNode *N) { function in class:clang::ento::ExplodedNodeSet

Completed in 717 milliseconds

1234567891011>>