Searched defs:Get (Results 1 - 25 of 195) sorted by relevance

12345678

/external/flatbuffers/python/flatbuffers/
H A Dencode.py20 def Get(packer_type, buf, head): function
21 """ Get decodes a value at buf[head:] using `packer_type`. """
H A Dtable.py37 vtable = self.Pos - self.Get(N.SOffsetTFlags, self.Pos)
38 vtableEnd = self.Get(N.VOffsetTFlags, vtable)
40 return self.Get(N.VOffsetTFlags, vtable + vtableOffset)
46 return off + encode.Get(N.UOffsetTFlags.packer_type, self.Bytes, off)
51 off += encode.Get(N.UOffsetTFlags.packer_type, self.Bytes, off)
53 length = encode.Get(N.UOffsetTFlags.packer_type, self.Bytes, off)
62 off += encode.Get(N.UOffsetTFlags.packer_type, self.Bytes, off)
63 ret = encode.Get(N.UOffsetTFlags.packer_type, self.Bytes, off)
72 x = off + self.Get(N.UOffsetTFlags, off)
84 t2.Pos = off + self.Get(
87 def Get(self, flags, off): member in class:Table
[all...]
/external/v8/src/compiler/
H A Dtype-cache.cc20 TypeCache const& TypeCache::Get() { return kCache.Get(); } function in class:v8::internal::compiler::TypeCache
H A Dnode-marker.h23 V8_INLINE Mark Get(Node* node) { function in class:v8::internal::compiler::NodeMarkerBase
67 V8_INLINE State Get(Node* node) { function in class:v8::internal::compiler::NodeMarker
68 return static_cast<State>(NodeMarkerBase::Get(node));
/external/skia/src/gpu/effects/
H A DGrDisableColorXP.h22 static const GrXPFactory* Get();
46 inline const GrXPFactory* GrDisableColorXPFactory::Get() { function in class:GrDisableColorXPFactory
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DITokenStream.cs38 /** <summary>Get Token at current input pointer + i ahead where i=1 is next Token.
56 * Get a token at an absolute index i; 0..n-1. This is really only
64 IToken Get( int i ); method in interface:Antlr.Runtime.ITokenStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DITokenStream`1.cs39 T Get(int i); method in interface:Antlr.Runtime.T
/external/libchrome/base/threading/
H A Dsequenced_task_runner_handle.cc25 scoped_refptr<SequencedTaskRunner> SequencedTaskRunnerHandle::Get() { function in class:base::SequencedTaskRunnerHandle
27 const SequencedTaskRunnerHandle* handle = lazy_tls_ptr.Pointer()->Get();
44 return base::ThreadTaskRunnerHandle::Get();
49 return lazy_tls_ptr.Pointer()->Get() ||
64 DCHECK_EQ(lazy_tls_ptr.Pointer()->Get(), this);
H A Dthread_task_runner_handle.cc24 scoped_refptr<SingleThreadTaskRunner> ThreadTaskRunnerHandle::Get() { function in class:base::ThreadTaskRunnerHandle
25 ThreadTaskRunnerHandle* current = lazy_tls_ptr.Pointer()->Get();
32 return !!lazy_tls_ptr.Pointer()->Get();
47 DCHECK_EQ(lazy_tls_ptr.Pointer()->Get(), this);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Dlocked_bandwidth_info.h28 IsacBandwidthInfo Get() const { function in class:webrtc::final
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DITokenStream.cs36 /** <summary>Get Token at current input pointer + i ahead where i=1 is next Token.
53 * Get a token at an absolute index i; 0..n-1. This is really only
61 IToken Get(int i); method in interface:Antlr.Runtime.ITokenStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DDoubleKeyMap.cs23 public virtual TValue Get(TKey1 k1, TKey2 k2) { method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
34 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) { method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
40 /** Get all values associated with primary key */
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
H A DDoubleKeyMap`3.cs27 public virtual TValue Get(TKey1 k1, TKey2 k2) method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
39 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
46 /** Get all values associated with primary key */
/external/autotest/client/cros/tendo/n_faced_peerd/
H A Ddbus_property_exposer.py59 def Get(self, interface_name, requested_property_name): member in class:DBusPropertyExposer
60 """Implements org.freedesktop.DBus.Properties.Get().
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
H A Dtab_list_backend.py87 def Get(self, index, ret): member in class:TabListBackend
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.cc84 MutexSet::Desc MutexSet::Get(uptr i) const { function in class:__tsan::MutexSet
/external/libbrillo/brillo/dbus/
H A Ddbus_property.h30 void Get(dbus::PropertySet::GetCallback callback) { function in class:brillo::dbus_utils::Property
31 property_set()->Get(this, callback);
34 // Synchronous vesion of Get().
/external/libmojo/mojo/edk/system/
H A Datomic_flag.h42 bool Get() const { function in class:mojo::edk::AtomicFlag
46 operator const bool() const { return Get(); }
/external/libtextclassifier/smartselect/
H A Dcached-features.cc34 bool CachedFeatures::Get(int click_pos, VectorSpan<float>* features, function in class:libtextclassifier::CachedFeatures
/external/pdfium/core/fpdfapi/
H A Dcpdf_modulemgr.cpp20 CPDF_ModuleMgr* CPDF_ModuleMgr::Get() { function in class:CPDF_ModuleMgr
/external/pdfium/core/fxge/ge/
H A Dcfx_gemodule.cpp34 CFX_GEModule* CFX_GEModule::Get() { function in class:CFX_GEModule
/external/pdfium/xfa/fxbarcode/common/
H A DBC_CommonByteMatrix.cpp44 uint8_t CBC_CommonByteMatrix::Get(int32_t x, int32_t y) { function in class:CBC_CommonByteMatrix
/external/sfntly/cpp/src/sfntly/port/
H A Dmemory_output_stream.cc61 byte_t* MemoryOutputStream::Get() { function in class:sfntly::MemoryOutputStream
/external/toolchain-utils/crosperf/
H A Dfield.py31 def Get(self): member in class:Field
/external/v8/src/snapshot/
H A Dsnapshot-source-sink.h34 byte Get() { function in class:v8::internal::final

Completed in 706 milliseconds

12345678