Searched defs:Set (Results 1 - 25 of 257) sorted by last modified time

1234567891011

/external/webrtc/src/system_wrappers/source/
H A Devent_posix.cc55 // Set start time to zero
113 bool EventPosix::Set() function in class:webrtc::EventPosix
220 _timerEvent->Set();
288 Set();
301 _timerEvent->Set();
319 // Set time to zero to force new reference time for the timer.
H A Devent_win.cc30 bool EventWindows::Set() function in class:webrtc::EventWindows
/external/vixl/src/a64/
H A Dsimulator-a64.h113 inline void Set##Name(uint32_t bits) { SetBits(HighBit, LowBit, bits); }
139 void Set(T new_value, unsigned size = sizeof(T)) { function in class:vixl::SimRegisterBase
263 return registers_[code].Set(value, size_in_bytes);
348 fpregisters_[code].Set(value, sizeof(value));
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.h708 } Set; member in union:__anon31998::__anon31999
/external/tinyxml2/
H A Dtinyxml2.h127 void Set( char* _start, char* _end, int _flags ) { function in class:tinyxml2::StrPair
468 /** Set the Value of an XML node.
805 /// Set the attribute to a string value.
807 /// Set the attribute to value.
809 /// Set the attribute to value.
811 /// Set the attribute to value.
813 /// Set the attribute to value.
815 /// Set the attribute to value.
847 /// Set the name of the element.
/external/stressapptest/src/
H A Dadler32memcpy.cc78 void AdlerChecksum::Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2) { function in class:AdlerChecksum
119 checksum->Set(a1, a2, b1, b2);
159 checksum->Set(a1, a2, b1, b2);
221 checksum->Set(a1, a2, b1, b2);
394 checksum->Set(checksum_arr[0], checksum_arr[1],
/external/skia/src/core/
H A DSkTraceEvent.h285 TraceEventSamplingStateScope<bucket_number>::Set(category "\0" name)
754 // Set the duration field of a COMPLETE trace event.
1219 TraceEventSamplingStateScope<BucketNumber>::Set(category_and_name);
1223 TraceEventSamplingStateScope<BucketNumber>::Set(previous_state_);
1231 static inline void Set(const char* category_and_name) { function in class:skia::tracing_internals::TraceEventSamplingStateScope
/external/skia/tests/
H A DGrOrderedSetTest.cpp14 typedef GrOrderedSet<int> Set; typedef
18 Set set;
28 Set::Iter xi = set.insert(x);
50 for (Set::Iter a = set.begin(); set.end() != a; ++a) {
51 Set::Iter b = a;
96 for (Set::Iter a = set.begin(); set.end() != a; ++a) {
97 Set::Iter b = a;
/external/regex-re2/re2/
H A Dprog.h31 void Set(int k) { function in class:re2::Bitmap
154 // Match ID to identify this match (for re2::Set).
H A Dset.cc15 RE2::Set::Set(const RE2::Options& options, RE2::Anchor anchor) { function in class:RE2::Set
22 RE2::Set::~Set() {
28 int RE2::Set::Add(const StringPiece& pattern, string* error) {
30 LOG(DFATAL) << "RE2::Set::Add after Compile";
69 bool RE2::Set::Compile() {
71 LOG(DFATAL) << "RE2::Set::Compile multiple times";
94 bool RE2::Set::Match(const StringPiece& text, vector<int>* v) const {
96 LOG(DFATAL) << "RE2::Set
[all...]
H A Dset.h16 // An RE2::Set represents a collection of regexps that can
18 class RE2::Set { class in class:re2::RE2
20 Set(const RE2::Options& options, RE2::Anchor anchor);
21 ~Set();
32 // Compile prepares the Set for matching.
48 //DISALLOW_EVIL_CONSTRUCTORS(Set);
49 Set(const Set&);
50 void operator=(const Set&);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dsdlexe.cpp46 ptr.Set(lex.MarkedToken());
51 ptr.Set(rem);
57 ptr.Set(lex.NextToken());
79 void Set(const TRect& aRect, CFbsBitmap* aBmp, CFbsBitmap* aAlpha);
149 void TVirtualCursor::Set(const TRect& aRect, CFbsBitmap* aBmp, CFbsBitmap* aAlpha) function in class:TVirtualCursor
526 iCursor.Set(TRect(TPoint(0, 0), iSDLWin->Size()), iCBmp, iAlpha);
/external/protobuf/python/
H A Dstubout.py25 stubs.Set(os.path, 'exists', lambda x: 1)
53 stubbed. Note that the method Set() does not do that: if obj is
109 def Set(self, parent, child_name, new_child): member in class:StubOutForTesting
129 """Reverses all the Set() calls, restoring things to their original
131 no effect if no Set() calls have been made.
134 # Undo calls to Set() in reverse order, in case Set() was called on the
/external/protobuf/src/google/protobuf/
H A Dextension_set.h213 // - Strings provide Mutable() in addition to Set() accessors.
520 // static inline void Set(int number, ConstType value, ExtensionSet* set);
526 // static inline void Set(int number, int index,
559 static inline void Set(int number, FieldType field_type,
569 static inline void Set(int number, int index, Type value, ExtensionSet* set);
579 template<> inline void PrimitiveTypeTraits<TYPE>::Set( \
581 set->Set##METHOD(number, field_type, value, NULL); \
588 template<> inline void RepeatedPrimitiveTypeTraits<TYPE>::Set( \
611 // Strings support both Set() and Mutable().
621 static inline void Set(in function in class:google::protobuf::internal::StringTypeTraits
640 static inline void Set(int number, int index, function in class:google::protobuf::internal::RepeatedStringTypeTraits
672 static inline void Set(int number, FieldType field_type, function in class:google::protobuf::internal::EnumTypeTraits
687 static inline void Set(int number, int index, function in class:google::protobuf::internal::RepeatedEnumTypeTraits
[all...]
H A Drepeated_field.h81 void Set(int index, const Element& value);
469 inline void RepeatedField<Element>::Set(int index, const Element& value) { function in class:google::protobuf::RepeatedField
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-filepath.h51 // Except for Set methods, all methods are const or static, which provides an
73 Set(rhs);
77 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath
/external/protobuf/gtest/samples/
H A Dsample2.cc51 void MyString::Set(const char * c_string) { function in class:MyString
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h112 Set(begin, end);
121 void Set(const CPVT_WordPlace & begin, const CPVT_WordPlace & end) function in struct:CPVT_WordRange
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h24 void Set(baseType x, baseType y) function in class:CFX_PSVTemplate
28 void Set(const FXT_PSV &psv) function in class:CFX_PSVTemplate
132 void Set(baseType x, baseType y) function in class:CFX_VTemplate
136 void Set(const FXT_PSV &psv) function in class:CFX_VTemplate
140 void Set(const FXT_POINT &p1, const FXT_POINT &p2) function in class:CFX_VTemplate
219 vx.Set(1, 0);
235 void Set(baseType left, baseType top, baseType width, baseType height) function in class:CFX_RTemplate
239 void Set(baseType left, baseType top, const FXT_SIZE &size) function in class:CFX_RTemplate
243 void Set(const FXT_POINT &p, baseType width, baseType height) function in class:CFX_RTemplate
247 void Set(cons function in class:CFX_RTemplate
251 void Set(const FXT_POINT &p, const FXT_VECTOR &v) function in class:CFX_RTemplate
[all...]
H A Dfx_xml.h57 void Set(FX_BOOL bCDATA, FX_WSTR content, IFX_Allocator* pAllocator = NULL) function in class:CXML_Content
60 m_Content.Set(content, pAllocator);
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp58 void CPDF_FontGlobals::Set(void* key, int index, CPDF_Font* pFont) function in class:CPDF_FontGlobals
413 pFontGlobals->Set(pDoc, font_id, pFont);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp1191 void CFX_ByteStringL::Set(FX_BSTR src, IFX_Allocator* pAllocator) function in class:CFX_ByteStringL
H A Dfx_basic_wstring.cpp1059 void CFX_WideStringL::Set(FX_WSTR src, IFX_Allocator* pAllocator) function in class:CFX_WideStringL

Completed in 1371 milliseconds

1234567891011