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

1 2 3

  /external/chromium_org/components/autofill/core/browser/
autofill_server_field_info.h 16 ServerFieldType field_type; member in struct:autofill::AutofillServerFieldInfo
autofill_merge_unittest.cc 163 ServerFieldType field_type = static_cast<ServerFieldType>(i); local
164 string_to_field_type_map_[AutofillType(field_type).ToString()] = field_type;
202 base::string16 field_type = local
208 field.label = field_type;
209 field.name = field_type;
autofill_ie_toolbar_import_win.cc 102 ServerFieldType field_type; member in struct:autofill::__anon10938::__anon10939
256 profile_reg_values[i].field_type;
personal_data_manager.cc 118 // Return true if the |field_type| and |value| are valid within the context
121 ServerFieldType field_type,
128 if (types_seen.count(field_type) &&
129 field_type != PHONE_HOME_NUMBER &&
130 field_type != EMAIL_ADDRESS)
135 if (field_type != EMAIL_ADDRESS && IsValidEmailAddress(value))
266 AutofillType field_type = field->Type(); local
267 ServerFieldType server_field_type = field_type.GetStorableType();
268 FieldTypeGroup group(field_type.group());
281 // If the |field_type| and |value| don't pass basic validity checks the
    [all...]
  /external/libmtp/examples/
delfile.c 63 int field_type = 0; local
68 field_type = FILENAME;
71 field_type = ITEMID;
87 if (field_type == ITEMID) {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_common.cc 17 const AutofillType& field_type) {
20 ServerFieldType server_type = field_type.GetStorableType();
35 if (autofill_type.group() != field_type.group())
47 if (field_type.group() == NAME || field_type.group() == NAME_BILLING)
56 AutofillType field_type = field.Type(); local
59 if (field_type.GetStorableType() == CREDIT_CARD_NAME &&
64 return ServerTypeEncompassesFieldType(type, field_type);
  /external/oprofile/libregex/
demangle_java_symbol.cpp 22 * field_type:
29 * [field_type
31 * ( field_type* ) return_descriptor
33 * field_type | V
71 bool field_type(string & result, function in namespace:__anon33063
94 if (field_type(result, begin, end)) {
111 if (!field_type(result, begin, end))
133 if (!field_type(temp, begin, end))
  /external/chromium_org/third_party/mesa/src/src/glsl/
link_uniform_initializers.cpp 91 const glsl_type *field_type = type->fields.structure[i].type; local
95 field_type, field_constant);
glsl_types.cpp 560 glsl_type::field_type(const char *name) const function in class:glsl_type
727 const struct glsl_type *field_type = this->fields.structure[i].type; local
729 field_type->std140_base_alignment(row_major));
843 const struct glsl_type *field_type = this->fields.structure[i].type; local
844 unsigned align = field_type->std140_base_alignment(row_major);
846 size += field_type->std140_size(row_major);
  /external/mesa3d/src/glsl/
link_uniform_initializers.cpp 91 const glsl_type *field_type = type->fields.structure[i].type; local
95 field_type, field_constant);
glsl_types.cpp 560 glsl_type::field_type(const char *name) const function in class:glsl_type
727 const struct glsl_type *field_type = this->fields.structure[i].type; local
729 field_type->std140_base_alignment(row_major));
843 const struct glsl_type *field_type = this->fields.structure[i].type; local
844 unsigned align = field_type->std140_base_alignment(row_major);
846 size += field_type->std140_size(row_major);
  /art/runtime/native/
java_lang_reflect_Field.cc 51 Primitive::Type field_type, JValue* value)
54 switch (field_type) {
138 Primitive::Type field_type = f->GetTypeAsPrimitiveType(); local
140 if (!GetFieldValue<true>(soa, o, f, field_type, &value)) {
144 return soa.AddLocalReference<jobject>(BoxPrimitive(field_type, value));
166 Primitive::Type field_type = f->GetTypeAsPrimitiveType(); local
168 if (field_type == kPrimitiveType) {
176 if (!GetFieldValue<false>(soa, o, f, field_type, &field_value)) {
182 if (!ConvertPrimitiveValue(nullptr, false, field_type, kPrimitiveType, field_value,
225 mirror::ArtField* f, Primitive::Type field_type, bool allow_references
278 mirror::Class* field_type; local
320 Primitive::Type field_type = f->GetTypeAsPrimitiveType(); local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set_heavy.cc 109 inline WireFormatLite::FieldType field_type(FieldType type) { function in namespace:google::protobuf::internal
  /external/e2fsprogs/ext2ed/
init.c 212 int field_type; member in struct:type_table
233 char field_type=FIELD_TYPE_INT; local
242 field_type = p->field_type;
249 field_type = FIELD_TYPE_CHAR;
257 ptr->field_types [ptr->fields_num] = field_type;
  /art/compiler/optimizing/
builder.cc 400 Primitive::Type field_type = resolved_field->GetTypeAsPrimitiveType(); local
401 if (!IsTypeSupported(field_type)) {
412 HInstruction* value = LoadLocal(source_or_dest_reg, field_type);
420 field_type,
  /external/openssl/crypto/ec/
ec_lcl.h 95 int field_type; /* a NID */ member in struct:ec_method_st
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 570 const char *field_type; member in struct:field
584 jfieldID field = env->GetFieldID(clazz, f->field_name, f->field_type);
  /art/runtime/
class_linker_test.cc 289 mirror::Class* field_type = fh.GetType(); local
290 ASSERT_TRUE(field_type != nullptr);
292 ASSERT_TRUE(!field_type->IsPrimitive());
    [all...]
  /external/chromium_org/v8/src/ic/arm/
handler-compiler-arm.cc 355 HeapType* field_type = descriptors->GetFieldType(descriptor); local
356 HeapType::Iterator<Map> it = field_type->Classes();
  /external/chromium_org/v8/src/ic/arm64/
handler-compiler-arm64.cc 404 HeapType* field_type = descriptors->GetFieldType(descriptor); local
405 HeapType::Iterator<Map> it = field_type->Classes();
  /external/chromium_org/v8/src/ic/ia32/
handler-compiler-ia32.cc 352 HeapType* field_type = descriptors->GetFieldType(descriptor); local
353 HeapType::Iterator<Map> it = field_type->Classes();
  /external/chromium_org/v8/src/ic/mips/
handler-compiler-mips.cc 348 HeapType* field_type = descriptors->GetFieldType(descriptor); local
349 HeapType::Iterator<Map> it = field_type->Classes();
  /external/chromium_org/v8/src/ic/mips64/
handler-compiler-mips64.cc 348 HeapType* field_type = descriptors->GetFieldType(descriptor); local
349 HeapType::Iterator<Map> it = field_type->Classes();
  /external/chromium_org/v8/src/ic/x64/
handler-compiler-x64.cc 347 HeapType* field_type = descriptors->GetFieldType(descriptor); local
348 HeapType::Iterator<Map> it = field_type->Classes();
  /external/chromium_org/v8/src/ic/x87/
handler-compiler-x87.cc 352 HeapType* field_type = descriptors->GetFieldType(descriptor); local
353 HeapType::Iterator<Map> it = field_type->Classes();

Completed in 807 milliseconds

1 2 3