HomeSort by relevance Sort by last modified time
    Searched defs:field_type (Results 1 - 25 of 59) 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;
203 base::string16 field_type = local
209 field.label = field_type;
210 field.name = field_type;
autofill_ie_toolbar_import_win.cc 102 ServerFieldType field_type; member in struct:autofill::__anon10821::__anon10822
256 profile_reg_values[i].field_type;
personal_data_manager.cc 111 // Return true if the |field_type| and |value| are valid within the context
114 ServerFieldType field_type,
121 if (types_seen.count(field_type) &&
122 field_type != PHONE_HOME_NUMBER &&
123 field_type != EMAIL_ADDRESS)
128 if (field_type != EMAIL_ADDRESS && IsValidEmailAddress(value))
259 AutofillType field_type = field->Type(); local
260 ServerFieldType server_field_type = field_type.GetStorableType();
261 FieldTypeGroup group(field_type.group());
274 // 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:__anon32216
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/media/cast/rtcp/
rtcp_receiver.cc 63 RtcpFieldTypes field_type = rtcp_parser->Begin(); local
64 while (field_type != kRtcpNotValidCode) {
67 switch (field_type) {
122 field_type = rtcp_parser->FieldType();
214 RtcpFieldTypes field_type = rtcp_parser->Iterate(); local
215 while (field_type == kRtcpSdesChunkCode) {
217 field_type = rtcp_parser->Iterate();
280 RtcpFieldTypes field_type; local
283 field_type = rtcp_parser->Iterate();
284 } while (field_type == kRtcpGenericRtpFeedbackNackItemCode)
289 RtcpFieldTypes field_type = rtcp_parser->Iterate(); local
363 RtcpFieldTypes field_type; local
413 RtcpFieldTypes field_type; local
421 RtcpFieldTypes field_type = rtcp_parser->Iterate(); local
548 RtcpFieldTypes field_type = rtcp_parser->Iterate(); 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,
code_generator_arm.cc 1112 Primitive::Type field_type = instruction->InputAt(1)->GetType(); local
    [all...]
code_generator_x86.cc 1068 Primitive::Type field_type = instruction->InputAt(1)->GetType(); local
1088 Primitive::Type field_type = instruction->InputAt(1)->GetType(); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_lcl.h 95 int field_type; /* a NID */ member in struct:ec_method_st
ec_curve.c 78 int field_type, /* either NID_X9_62_prime_field or member in struct:__anon18373
    [all...]
  /external/openssl/crypto/ec/
ec_lcl.h 95 int field_type; /* a NID */ member in struct:ec_method_st
ec_curve.c 78 int field_type, /* either NID_X9_62_prime_field or member in struct:__anon31971
    [all...]
  /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);
android_hardware_Camera.cpp 987 const char *field_type; member in struct:field
    [all...]
  /art/runtime/
class_linker_test.cc 286 mirror::Class* field_type = fh.GetType(); local
287 ASSERT_TRUE(field_type != NULL);
288 ASSERT_TRUE(!field_type->IsPrimitive());
293 mirror::Class* field_type = fh.GetType(); local
294 ASSERT_TRUE(field_type != NULL);
295 if (!fh.GetField()->IsPrimitiveType() || !field_type->IsPrimitive()) {
    [all...]

Completed in 985 milliseconds

1 2 3