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

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/xfa/fxfa/parser/
cxfa_measurement.cpp 40 wsMeasure.Format(L"%.8gmm", GetValue());
43 wsMeasure.Format(L"%.8gpt", GetValue());
46 wsMeasure.Format(L"%.8gin", GetValue());
49 wsMeasure.Format(L"%.8gcm", GetValue());
52 wsMeasure.Format(L"%.8gmp", GetValue());
55 wsMeasure.Format(L"%.8gpc", GetValue());
58 wsMeasure.Format(L"%.8gem", GetValue());
61 wsMeasure.Format(L"%.8g%%", GetValue());
64 wsMeasure.Format(L"%.8g", GetValue());
70 fValue = GetValue();
    [all...]
cxfa_caption.h 26 CXFA_Value GetValue();
  /external/pdfium/xfa/fde/css/
cfde_cssvaluelist.cpp 23 CFX_RetainPtr<CFDE_CSSValue> CFDE_CSSValueList::GetValue(int32_t index) const {
cfde_cssvaluelist.h 20 CFX_RetainPtr<CFDE_CSSValue> GetValue(int32_t index) const;
  /system/update_engine/update_manager/
mock_variable.h 34 MOCK_METHOD2_T(GetValue, const T*(base::TimeDelta, std::string*));
evaluation_context_unittest.cc 64 ec->GetValue(var);
145 EXPECT_EQ(nullptr, eval_ctx_->GetValue(&fake_int_var_));
149 EXPECT_EQ(nullptr, eval_ctx_->GetValue(static_cast<Variable<int>*>(nullptr)));
156 p_fake_int = eval_ctx_->GetValue(&fake_int_var_);
165 p_fake_int = eval_ctx_->GetValue(&fake_int_var_);
171 p_fake_int = eval_ctx_->GetValue(&fake_int_var_);
177 const int* p_fake_int = eval_ctx_->GetValue(&fake_int_var_);
183 p_fake_int = eval_ctx_->GetValue(&fake_int_var_);
195 p_fake_int = eval_ctx_->GetValue(&fake_int_var_);
196 p_fake_string = eval_ctx_->GetValue(&fake_poll_var_)
    [all...]
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_random_provider_unittest.cc 51 provider_->var_seed()->GetValue(UmTestUtils::DefaultTimeout(), nullptr));
59 provider_->var_seed()->GetValue(UmTestUtils::DefaultTimeout(),
umtest_utils.h 39 // Calls GetValue on |variable| and expects its result to be |expected|.
44 variable->GetValue(DefaultTimeout(), nullptr));
49 // Calls GetValue on |variable| and expects its result to be null.
54 variable->GetValue(DefaultTimeout(), nullptr));
chromeos_policy.cc 206 const unsigned int* num_slots_p = ec->GetValue(
214 const bool* device_policy_is_loaded_p = ec->GetValue(
220 const bool* update_disabled_p = ec->GetValue(
225 const bool* allow_kiosk_app_control_chrome_version_p = ec->GetValue(
240 ec->GetValue(system_provider->var_kiosk_required_platform_version());
255 const string* target_version_prefix_p = ec->GetValue(
262 const bool* release_channel_delegated_p = ec->GetValue(
265 const string* release_channel_p = ec->GetValue(
273 const UpdateRequestStatus* forced_update_requested_p = ec->GetValue(
290 const bool* is_official_build_p = ec->GetValue(
    [all...]
real_time_provider.cc 41 virtual const Time* GetValue(TimeDelta /* timeout */,
64 virtual const int* GetValue(TimeDelta /* timeout */,
  /external/webrtc/webrtc/base/
win32regkey.h 118 HRESULT GetValue(const wchar_t* value_name, DWORD* value) const;
121 HRESULT GetValue(const wchar_t* value_name, DWORD64* value) const;
124 HRESULT GetValue(const wchar_t* value_name, wchar_t** value) const;
127 HRESULT GetValue(const wchar_t* value_name, std::wstring* value) const;
130 HRESULT GetValue(const wchar_t* value_name,
134 HRESULT GetValue(const wchar_t* value_name,
139 HRESULT GetValue(const wchar_t* value_name,
197 static HRESULT GetValue(const wchar_t* full_key_name,
205 static HRESULT GetValue(const wchar_t* full_key_name,
210 static HRESULT GetValue(const wchar_t* full_key_name
    [all...]
win32regkey_unittest.cc 198 EXPECT_EQ(r_key.GetValue(kValNameInt, &int_val),
210 EXPECT_SUCCEEDED(r_key.GetValue(kValNameInt, &int_val));
217 EXPECT_SUCCEEDED(r_key.GetValue(kValNameInt, &int_val));
233 EXPECT_SUCCEEDED(r_key.GetValue(kValNameInt64, &int64_val));
249 EXPECT_SUCCEEDED(r_key.GetValue(kValNameStr, &str_val));
257 EXPECT_SUCCEEDED(r_key.GetValue(kValNameStr, &str_val));
276 EXPECT_SUCCEEDED(r_key.GetValue(kValNameBinary, &binary_val, &uint8_count));
286 EXPECT_SUCCEEDED(r_key.GetValue(kValNameBinary, &binary_val, &uint8_count));
381 EXPECT_EQ(RegKey::GetValue(kFullRkey1, kValNameInt, &int_val),
391 EXPECT_EQ(RegKey::GetValue(kFullRkey1, L"bogus", &int_val)
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
proc_cpuinfo_reader_unittest.cc 80 ASSERT_STREQ("bar", reader.GetValue());
108 ASSERT_STREQ("bar", reader.GetValue());
112 ASSERT_STREQ("tut", reader.GetValue());
125 ASSERT_STREQ("bar", reader.GetValue());
138 ASSERT_STREQ("bar", reader.GetValue());
151 ASSERT_STREQ("tut", reader.GetValue());
164 ASSERT_STREQ("bar", reader.GetValue());
168 ASSERT_STREQ("bar", reader.GetValue());
181 ASSERT_STREQ("zoo", reader.GetValue());
  /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():
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 130 def GetValue(self, fld):
132 return self.ctrls[fld].GetValue()
167 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
174 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
184 if len(self.je.ctrls[JetDefs.F_JFILE].GetValue()) == 0:
188 if not FileExists(self.je.ctrls[JetDefs.F_JFILE].GetValue()):
206 def GetValue(self, fld):
207 return self.je.ctrls[fld].GetValue()
228 def GetValue(self, fld):
229 return self.je.ctrls[fld].GetValue()
    [all...]
  /external/v8/src/ast/
compile-time-value.h 29 static Handle<FixedArray> GetValue(Isolate* isolate, Expression* expression);
31 // Get the type of a compile time value returned by GetValue().
34 // Get the elements array of a compile time value returned by GetValue().
  /frameworks/base/tools/aapt2/
ResourceParser_test.cpp 80 String* str = test::GetValue<String>(&table_, "string/foo");
90 String* str = test::GetValue<String>(&table_, "string/foo");
111 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo");
132 String* str = test::GetValue<String>(&table_, "string/foo");
140 str = test::GetValue<String>(&table_, "string/foo2");
151 String* str = test::GetValue<String>(&table_, "string/foo");
170 String* str = test::GetValue<String>(&table_, "string/foo");
189 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo");
210 Reference* null_ref = test::GetValue<Reference>(&table_, "integer/foo");
221 BinaryPrimitive* integer = test::GetValue<BinaryPrimitive>(&table_, "integer/foo")
    [all...]
ResourceTable_test.cpp 59 ASSERT_NE(nullptr, test::GetValue<Id>(&table, "android:attr/id"));
91 ASSERT_NE(nullptr, test::GetValue<Id>(&table, "android:attr/layout_width"));
92 ASSERT_NE(nullptr, test::GetValue<Id>(&table, "android:attr/id"));
93 ASSERT_NE(nullptr, test::GetValue<Id>(&table, "android:string/ok"));
105 Attribute* attr = test::GetValue<Attribute>(&table, "android:attr/foo");
113 attr = test::GetValue<Attribute>(&table, "android:attr/foo");
  /art/compiler/optimizing/
nodes_shared.cc 30 *shift_amount = instruction->AsShl()->GetRight()->AsIntConstant()->GetValue();
33 *shift_amount = instruction->AsShr()->GetRight()->AsIntConstant()->GetValue();
36 *shift_amount = instruction->AsUShr()->GetRight()->AsIntConstant()->GetValue();
  /art/runtime/
check_reference_map_visitor.h 83 DCHECK_EQ(location.GetValue() % kFrameSlotSize, 0);
84 CHECK(stack_mask.LoadBit(location.GetValue() / kFrameSlotSize));
88 CHECK_NE(register_mask & (1 << location.GetValue()), 0u);
96 CHECK_EQ(location.GetValue(), 0);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
InfPomAlignmentMisc.py 50 Value = EdkReleaseVersion.GetValue()
59 Value = Shadow.GetValue()
78 Value = PciVendorId.GetValue()
87 Value = PciDeviceId.GetValue()
96 Value = PciClassCode.GetValue()
105 Value = PciRevision.GetValue()
114 Value = PciCompress.GetValue()
143 Value = UefiHiiResourceSection.GetValue()
  /system/connectivity/wificond/tests/
nl80211_attribute_unittest.cpp 124 EXPECT_EQ(u8_attr.GetValue(), kU8Value1);
129 EXPECT_EQ(u16_attr.GetValue(), kU16Value1);
134 EXPECT_EQ(u32_attr.GetValue(), kU32Value1);
139 EXPECT_EQ(str_attr.GetValue(), kIFName);
147 EXPECT_EQ(byte_vector_attr.GetValue(), mac_address);
232 EXPECT_EQ("wlan0", str_attr.GetValue());
241 EXPECT_EQ("wlan0", str_attr.GetValue());
250 EXPECT_EQ("wlan0", str_attr.GetValue());
  /system/connectivity/wificond/net/
nl80211_attribute.h 97 T GetValue() const {
108 std::vector<uint8_t> GetValue() const;
120 std::string GetValue() const;
163 *value = attribute.GetValue();
199 attr_list.emplace_back(attribute.GetValue());

Completed in 628 milliseconds

1 2 3 4 5 6 7 8 91011>>