Searched defs:Get (Results 1 - 25 of 512) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs61 public int Get(byte[] destination, int offset, int count) method in class:DotZLib.CircularBuffer
72 public int Get() method in class:DotZLib.CircularBuffer
/external/vixl/src/a64/
H A Dsimulator-a64.h151 T Get(unsigned size = sizeof(T)) const { function in class:vixl::SimRegisterBase
223 return registers_[code].Get<T>(size_in_bytes);
305 return fpregisters_[code].Get<T>(size_in_bytes);
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h82 these registers, one must first read ("Get") them from the guest
86 Get and Put are characterised by a byte offset into the guest
91 The basic "Get" and "Put" operations are sufficient to model normal
242 /* Get the size (in bytes) of an IRType */
1796 } Get; member in union:_IRExpr::__anon32286
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h386 ANNOTATE_CONDVAR_SIGNAL(&mu_); // LockWhen in Get()
391 // Get.
393 void *Get() { function in class:ProducerConsumerQueue
543 Closure *closure = reinterpret_cast<Closure*>(pool->queue_.Get());
H A Dtsan_unittest.cpp453 // Two write accesses to GLOB are separated by PCQ Put/Get.
458 // \-------> a. Q.Get()
468 Q.Get();
795 // 4. Q.Put() ---------------> d. Q.Get()
814 Q.Get();
896 // \ \--------> A. Q1.Get()
897 // \----------------------------------> B. Q2.Get()
910 Q1.Get();
911 Q2.Get();
1407 // 5. MU.Lock() \-------> a. Q.Get() /
6582 int Get() { function in class:FifoMessageQueue
[all...]
/external/skia/src/core/
H A DSkTLS.cpp51 void* SkTLS::Get(CreateProc createProc, DeleteProc deleteProc) { function in class:SkTLS
H A DSkTypefaceCache.cpp110 SkTypefaceCache& SkTypefaceCache::Get() { function in class:SkTypefaceCache
126 Get().add(face, requestedStyle, strong);
131 return Get().findByID(fontID);
136 SkTypeface* typeface = Get().findByProcAndRef(proc, ctx);
142 Get().purgeAll();
158 (void)Get().findByProcAndRef(DumpProc, NULL);
/external/skia/tools/
H A Dbuildbot_globals.py47 def Get(var_name): function
76 print Get(sys.argv[1])
/external/sfntly/cpp/src/sfntly/data/
H A Dbyte_array.cc37 int32_t ByteArray::Get(int32_t index) { function in class:sfntly::ByteArray
41 int32_t ByteArray::Get(int32_t index, ByteVector* b) { function in class:sfntly::ByteArray
43 return Get(index, &((*b)[0]), 0, b->size());
46 int32_t ByteArray::Get(int32_t index, function in class:sfntly::ByteArray
116 Get(index + src_offset, &(b[0]), 0, buffer_length)) > 0) {
135 while ((bytes_read = Get(index + offset, &(b[0]), 0, buffer_length)) > 0) {
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.cc61 byte_t* MemoryOutputStream::Get() { function in class:sfntly::MemoryOutputStream
/external/regex-re2/re2/
H A Dprog.h28 bool Get(int k) const { function in class:re2::Bitmap
363 Bitmap<256> byterange_; // byterange.Get(x) true if x ends a
/external/protobuf/src/google/protobuf/
H A Dextension_set.h519 // static inline ConstType Get(int number, const ExtensionSet& set);
524 // static inline ConstType Get(int number, const ExtensionSet& set,
557 static inline ConstType Get(int number, const ExtensionSet& set,
568 static inline Type Get(int number, const ExtensionSet& set, int index);
575 template<> inline TYPE PrimitiveTypeTraits<TYPE>::Get( \
577 return set.Get##METHOD(number, default_value); \
584 template<> inline TYPE RepeatedPrimitiveTypeTraits<TYPE>::Get( \
617 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::StringTypeTraits
636 static inline const string& Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::RepeatedStringTypeTraits
668 static inline ConstType Get(in function in class:google::protobuf::internal::EnumTypeTraits
684 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedEnumTypeTraits
711 static inline ConstType Get(int number, const ExtensionSet& set, function in class:google::protobuf::internal::MessageTypeTraits
729 static inline ConstType Get(int number, const ExtensionSet& set, int index) { function in class:google::protobuf::internal::RepeatedMessageTypeTraits
[all...]
H A Drepeated_field.h79 const Element& Get(int index) const;
195 const typename TypeHandler::Type& Get(int index) const;
324 const Element& Get(int index) const;
394 // Get the number of cleared objects that are currently being kept
457 inline const Element& RepeatedField<Element>::Get(int index) const { function in class:google::protobuf::RepeatedField
636 RepeatedPtrFieldBase::Get(int index) const { function in class:google::protobuf::internal::RepeatedPtrFieldBase
678 TypeHandler::Merge(other.Get<TypeHandler>(i), Add<TypeHandler>());
818 inline const Element& RepeatedPtrField<Element>::Get(int index) const { function in class:google::protobuf::RepeatedPtrField
819 return RepeatedPtrFieldBase::Get<TypeHandler>(index);
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h1167 HANDLE Get() const { return handle_; } function in class:testing::internal::AutoHandle
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pdfium/core/src/fpdfapi/
H A Dfpdf_basic_module.cpp10 CPDF_ModuleMgr* CPDF_ModuleMgr::Get() function in class:CPDF_ModuleMgr
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge.cpp30 CFX_GEModule* CFX_GEModule::Get() function in class:CFX_GEModule
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp277 //////////// RLByteStream & RMByteStream <Get[d]word>s ////////////////
396 int RLBitStream::Get( int bits ) function in class:RLBitStream
506 int RMBitStream::Get( int bits ) function in class:RMBitStream
/external/openfst/src/include/fst/extensions/ngram/
H A Dbitmap-index.h49 bool Get(size_t index) const { function in class:fst::BitmapIndex
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h949 HANDLE Get() const { return handle_; } function in class:testing::internal::AutoHandle
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h948 HANDLE Get() const { return handle_; } function in class:testing::internal::AutoHandle
/external/lldb/include/lldb/Core/
H A DFlags.h70 /// Get accessor for all flags.
76 Get () const function in class:lldb_private::Flags
211 /// Get the number of zero bits in \a m_flags.
229 /// Get the number of one bits in \a m_flags.
/external/lldb/include/lldb/DataFormatters/
H A DFormatNavigator.h161 Get(KeyType name, function in class:lldb_private::FormatMap
285 Get(ValueObject& valobj, function in class:lldb_private::FormatNavigator
292 bool ret = Get(valobj, ast_type, entry, use_dynamic, value);
303 Get (ConstString type, MapValueType& entry) function in class:lldb_private::FormatNavigator
394 return m_format_map.Get(type, entry);
476 if (Get(bitfieldname, entry))
513 if (Get(name, entry))
556 if (Get(typeName, entry))
559 log->Printf("[Get] direct match found, returning");
630 bool Get (ValueObjec function in class:lldb_private::FormatNavigator
[all...]
/external/lldb/include/lldb/Utility/
H A DPriorityPointerPair.h21 // The Get() method always returns high, if *high != NULL,
99 Get() function in class:lldb_utility::PriorityPointerPair
128 return Get().operator*();
134 return Get().operator->();
/external/lldb/source/DataFormatters/
H A DTypeCategory.cpp39 TypeCategoryImpl::Get (ValueObject& valobj, function in class:TypeCategoryImpl
46 if (GetSummaryNavigator()->Get(valobj, entry, use_dynamic, reason))
48 bool regex = GetRegexSummaryNavigator()->Get(valobj, entry, use_dynamic, reason);
55 TypeCategoryImpl::Get(ValueObject& valobj, function in class:TypeCategoryImpl
67 if (!GetFilterNavigator()->Get(valobj, filter_sp, use_dynamic, &reason_filter))
68 regex_filter = GetRegexFilterNavigator()->Get (valobj, filter_sp, use_dynamic, &reason_filter);
75 if (!GetSyntheticNavigator()->Get(valobj, synth, use_dynamic, &reason_synth))
76 regex_synth = GetRegexSyntheticNavigator()->Get (valobj, synth, use_dynamic, &reason_synth);
199 if (m_summary_nav->Get(type_name, summary))
210 if (m_regex_summary_nav->Get(type_nam
[all...]

Completed in 4925 milliseconds

1234567891011>>