Searched defs:Add (Results 1 - 25 of 310) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCodecBase.cs90 public void Add(byte[] data) method in class:DotZLib.CodecBase
92 Add(data,0,data.Length);
103 public abstract void Add(byte[] data, int offset, int count); method in class:DotZLib.CodecBase
H A DDeflater.cs54 public override void Add(byte[] data, int offset, int count) method in class:DotZLib.Deflater
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
H A DInflater.cs54 public override void Add(byte[] data, int offset, int count) method in class:DotZLib.Inflater
/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
H A Dtrace_impl_no_op.cc50 void Trace::Add(const TraceLevel /*level*/, const TraceModule /*module*/, function in class:webrtc::Trace
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc195 // Add/sub extended supports shift <= 4. We want to support exactly the
472 void MacroAssembler::Add(const Register& rd, function in class:vixl::MacroAssembler
682 // Add/sub with carry (immediate or ROR shifted register.)
687 // Add/sub with carry (shifted register).
697 // Add/sub with carry (extended register).
699 // Add/sub extended supports a shift <= 4. We want to support exactly the
743 Add(addr.base(), addr.base(), Operand(offset));
746 Add(addr.base(), addr.base(), Operand(offset));
1013 Add(StackPointer(), StackPointer(), size);
1264 Add(arg_s
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h492 pool.Add(NewCallback(func_with_no_args));
493 pool.Add(NewCallback(func_with_one_arg, arg));
494 pool.Add(NewCallback(func_with_two_args, arg1, arg2));
495 ... // more calls to pool.Add()
519 //! Add a closure.
520 void Add(Closure *closure) { function in class:ThreadPool
529 Add(NULL);
/external/tinyxml/
H A Dtinyxml.cpp757 attributeSet.Add( attrib );
1532 void TiXmlAttributeSet::Add( TiXmlAttribute* addMe ) function in class:TiXmlAttributeSet
/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/skia/src/core/
H A DSkFloat.cpp123 int32_t SkFloat::Add(int32_t packed_a, int32_t packed_b) function in class:SkFloat
H A DSkTypefaceCache.cpp122 void SkTypefaceCache::Add(SkTypeface* face, function in class:SkTypefaceCache
/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/skia/src/gpu/gl/
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/regex-re2/lib/codereview/
H A Dcodereview.py88 def Add(l1, l2): function
826 cl.reviewer = Add(cl.reviewer, SplitCommaSpace(opts.get('reviewer')))
828 cl.cc = Add(cl.cc, SplitCommaSpace(opts.get('cc')))
830 cl.cc = Add(cl.cc, defaultcc)
1239 files = Add(files, cl.files)
1759 cl.files = Add(cl.files, files)
1916 cl.reviewer = Add(cl.reviewer, tbr)
/external/regex-re2/re2/
H A Dfiltered_re2.cc24 RE2::ErrorCode FilteredRE2::Add(const StringPiece& pattern, function in class:re2::FilteredRE2
51 prefilter_tree_->Add(prefilter);
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.
H A Dset.cc28 int RE2::Set::Add(const StringPiece& pattern, string* error) { function in class:RE2::Set
30 LOG(DFATAL) << "RE2::Set::Add after Compile";
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc258 source_location_table_->Add(descriptor, location, line, column);
476 DescriptorProto* group = messages->Add();
795 FieldDescriptorProto* first_field = extensions->Add();
817 field = extensions->Add();
1117 void SourceLocationTable::Add( function in class:google::protobuf::compiler::SourceLocationTable
/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...]
H A Drepeated_field.h82 void Add(const Element& value);
83 Element* Add();
199 typename TypeHandler::Type* Add();
230 // Like Add(), but if there are no cleared objects to use, returns NULL.
326 Element* Add();
377 // Add an already-allocated object, passing ownership to the
397 // Add an element to the pool of cleared objects, passing ownership to
475 inline void RepeatedField<Element>::Add(const Element& value) { function in class:google::protobuf::RepeatedField
481 inline Element* RepeatedField<Element>::Add() { function in class:google::protobuf::RepeatedField
649 inline typename TypeHandler::Type* RepeatedPtrFieldBase::Add() { function in class:google::protobuf::internal::RepeatedPtrFieldBase
828 inline Element* RepeatedPtrField<Element>::Add() { function in class:google::protobuf::RepeatedPtrField
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h482 FX_BOOL Add(TYPE newElement) function in class:CFX_ArrayTemplate
586 void Add(const ObjectClass& data) function in class:CFX_ObjectArray
591 ObjectClass& Add() function in class:CFX_ObjectArray
702 void* Add();
754 void Add(ElementType data)
756 *(ElementType*)CFX_BaseSegmentedArray::Add() = data;
1611 void Add(FX_INT32 nStart, FX_INT32 nCount) function in class:CFX_ListArrayTemplate
H A Dfx_coordinates.h32 void Add(baseType x, baseType y) function in class:CFX_PSVTemplate
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_objects.cpp282 pCopy->m_Objects.Add(value->CloneInternal(bDirect, visited));
552 void CPDF_Array::Add(CPDF_Object* pObj, CPDF_IndirectObjects* pObjs) function in class:CPDF_Array
559 m_Objects.Add(pObj);
564 Add(FX_NEW CPDF_Name(str));
569 Add(FX_NEW CPDF_String(str));
574 Add(FX_NEW CPDF_Number(i));
581 Add(pNumber);
586 Add(FX_NEW CPDF_Reference(pDoc, objnum));

Completed in 1845 milliseconds

1234567891011>>