HomeSort by relevance Sort by last modified time
    Searched defs:GetValue (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /hardware/libhardware/modules/camera/3_4/metadata/
boottime_state_delegate.cpp 24 int BoottimeStateDelegate::GetValue(int64_t* value) {
  /external/pdfium/core/fxcrt/css/
cfx_cssvaluelist.cpp 22 RetainPtr<CFX_CSSValue> CFX_CSSValueList::GetValue(int32_t index) const {
  /prebuilts/go/darwin-x86/test/chan/
select.go 14 func GetValue() uint {
25 case a <- GetValue():
28 case b <- GetValue():
  /prebuilts/go/linux-x86/test/chan/
select.go 14 func GetValue() uint {
25 case a <- GetValue():
28 case b <- GetValue():
  /system/update_engine/update_manager/
evaluation_context-inl.h 27 const T* EvaluationContext::GetValue(Variable<T>* var) {
29 LOG(ERROR) << "GetValue received an uninitialized variable.";
40 const T* result = var->GetValue(RemainingTime(evaluation_monotonic_deadline_),
real_time_provider.cc 41 virtual const Time* GetValue(TimeDelta /* timeout */,
67 virtual const int* GetValue(TimeDelta /* timeout */,
  /external/pdfium/xfa/fxfa/parser/
cxfa_measurement.h 28 float GetValue() const { return m_fValue; }
cxfa_color.cpp 41 FX_ARGB CXFA_Color::GetValue() {
cxfa_localevalue.h 59 WideString GetValue() const { return m_wsValue; }
  /external/pdfium/testing/
xfa_js_embedder_test.h 38 CFXJSE_Value* GetValue() const { return value_.get(); }
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
IFieldAccessor.cs 59 object GetValue(IMessage message);
  /art/cmdline/
cmdline_parse_result.h 83 const T& GetValue() const {
91 T& GetValue() {
  /external/golang-protobuf/ptypes/any/
any.pb.go 141 func (m *Any) GetValue() []byte {
  /external/google-breakpad/src/client/linux/minidump_writer/
proc_cpuinfo_reader.h 108 const char* GetValue() {
113 // Same as GetValue(), but also returns the length in characters of
  /external/libmojo/mojo/public/cpp/bindings/
array_traits_stl.h 85 static const T& GetValue(ConstIterator& iterator) {
122 static const V& GetValue(ConstIterator& iterator) { return iterator->second; }
map_traits_stl.h 45 static V& GetValue(Iterator& iterator) { return iterator->second; }
46 static const V& GetValue(ConstIterator& iterator) { return iterator->second; }
94 static V& GetValue(Iterator& iterator) { return iterator->second; }
95 static const V& GetValue(ConstIterator& iterator) { return iterator->second; }
map_traits_wtf_hash_map.h 46 static V& GetValue(Iterator& iterator) { return iterator->value; }
47 static const V& GetValue(ConstIterator& iterator) { return iterator->value; }
  /external/pdfium/fxjs/
cfxjse_arguments.cpp 24 std::unique_ptr<CFXJSE_Value> CFXJSE_Arguments::GetValue(int32_t index) const {
  /external/v8/src/ast/
compile-time-value.cc 22 Handle<FixedArray> CompileTimeValue::GetValue(Isolate* isolate,
  /external/v8/src/
property.h 26 Handle<Object> GetValue() const { return value_; }
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 93 function GetValue: String;
97 property Value: String read GetValue write SetValue;
109 function GetValue: String;
446 function TANTLRString.GetValue: String;
  /external/golang-protobuf/ptypes/wrappers/
wrappers.pb.go 52 func (m *DoubleValue) GetValue() float64 {
73 func (m *FloatValue) GetValue() float32 {
94 func (m *Int64Value) GetValue() int64 {
115 func (m *UInt64Value) GetValue() uint64 {
136 func (m *Int32Value) GetValue() int32 {
157 func (m *UInt32Value) GetValue() uint32 {
178 func (m *BoolValue) GetValue() bool {
199 func (m *StringValue) GetValue() string {
220 func (m *BytesValue) GetValue() []byte {
  /external/libbrillo/brillo/
any.h 129 bool GetValue(T* value) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 139 MVT GetValue() const {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.h 133 EVT GetValue() const {

Completed in 780 milliseconds

1 2 3 4 5