/external/chromium_org/third_party/libaddressinput/src/cpp/test/ |
address_data_test.cc | 38 TEST(AddressDataTest, GetFieldValue) { 50 address.GetFieldValue(COUNTRY)); 52 address.GetFieldValue(ADMIN_AREA)); 54 address.GetFieldValue(LOCALITY)); 56 address.GetFieldValue(DEPENDENT_LOCALITY)); 58 address.GetFieldValue(SORTING_CODE)); 60 address.GetFieldValue(POSTAL_CODE)); 62 address.GetFieldValue(ORGANIZATION)); 64 address.GetFieldValue(RECIPIENT)); 199 ASSERT_DEATH(address.GetFieldValue(STREET_ADDRESS), "ssertion.*failed") [all...] |
/external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/ |
address_data.h | 70 const std::string& GetFieldValue(AddressField field) const; 84 // Use it to determine whether to call |GetFieldValue| or
|
/external/chromium_org/chrome/browser/password_manager/ |
password_generation_interactive_uitest.cc | 92 std::string GetFieldValue(const std::string& field_id) { 163 EXPECT_FALSE(GetFieldValue("password_field").empty());
|
/external/chromium_org/third_party/libaddressinput/src/cpp/src/ |
address_data.cc | 77 const std::string& value = GetFieldValue(field); 87 const std::string& AddressData::GetFieldValue(
|
address_normalizer.cc | 58 const std::string& field_value = address->GetFieldValue(field);
|
address_formatter.cc | 205 line.append(address_data.GetFieldValue(field));
|
localization.cc | 107 parameters.push_back(address.GetFieldValue(field));
|
lookup_key.cc | 93 const std::string& value = address.GetFieldValue(field);
|
/art/runtime/native/ |
java_lang_reflect_Field.cc | 49 ALWAYS_INLINE inline static bool GetFieldValue( 140 if (!GetFieldValue<true>(soa, o, f, field_type, &value)) { 170 if (UNLIKELY(!GetFieldValue<false>(soa, o, f, kPrimitiveType, &field_value))) { 176 if (!GetFieldValue<false>(soa, o, f, field_type, &field_value)) {
|
/external/chromium_org/third_party/libaddressinput/chromium/ |
input_suggester.cc | 312 const std::string& field_value = user_input.GetFieldValue(address_field); 314 user_input.GetFieldValue(parent_address_field);
|
/external/chromium_org/chrome/browser/ui/autofill/ |
data_model_wrapper.cc | 398 return base::UTF8ToUTF16(address_->GetFieldValue(field));
|
autofill_dialog_controller_impl.cc | [all...] |
/art/runtime/interpreter/ |
interpreter_common.cc | 171 static JValue GetFieldValue(const ShadowFrame& shadow_frame, uint32_t vreg) 233 JValue field_value = GetFieldValue<field_type>(shadow_frame, vregA); 343 JValue field_value = GetFieldValue<field_type>(shadow_frame, vregA); [all...] |
/art/runtime/ |
debugger.h | 397 static JDWP::JdwpError GetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id,
|
debugger.cc | [all...] |
/art/runtime/jdwp/ |
jdwp_handler.cc | 822 JdwpError status = Dbg::GetFieldValue(object_id, fieldId, pReply); [all...] |