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

12 3

  /external/openssl/crypto/ec/
ec_curve.c 78 int field_type, /* either NID_X9_62_prime_field or member in struct:__anon32818
    [all...]
  /art/compiler/optimizing/
code_generator_arm.cc 1112 Primitive::Type field_type = instruction->InputAt(1)->GetType(); local
    [all...]
code_generator_x86.cc 1069 Primitive::Type field_type = instruction->InputAt(1)->GetType(); local
1089 Primitive::Type field_type = instruction->InputAt(1)->GetType(); local
    [all...]
code_generator_x86_64.cc 959 Primitive::Type field_type = instruction->InputAt(1)->GetType(); local
    [all...]
  /external/chromium_org/components/autofill/core/browser/
form_structure.cc 69 for (ServerFieldTypeSet::const_iterator field_type =
71 field_type != available_field_types.end();
72 ++field_type) {
74 // |field_type| % 8 from the left of the byte.
75 const size_t byte = *field_type / 8;
76 const size_t bit = 0x80 >> (*field_type % 8);
107 for (ServerFieldTypeSet::iterator field_type = types.begin();
108 field_type != types.end(); ++field_type) {
115 base::IntToString(*field_type));
799 ServerFieldType field_type = UNKNOWN_TYPE; local
1047 HtmlFieldType field_type = local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_to_hir.cpp 3975 const struct glsl_type *field_type = decl_type; local
    [all...]
  /external/chromium_org/v8/src/
objects-debug.cc 272 HeapType* field_type = descriptors->GetFieldType(i); local
274 CHECK(field_type->Is(HeapType::None()));
275 } else if (!HeapType::Any()->Is(field_type)) {
276 CHECK(!field_type->NowStable() || field_type->NowContains(value));
    [all...]
  /external/mesa3d/src/glsl/
ast_to_hir.cpp 3975 const struct glsl_type *field_type = decl_type; local
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 16 CFX_ByteString field_type = FPDF_GetFieldAttr(pAnnotDict, "FT")->GetString(); local
18 if (field_type == "Tx") {
20 } else if (field_type == "Ch") {
26 } else if (field_type == "Btn") {
    [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 1030 const char *field_type; member in struct:field
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_MPEG4.c 1147 uint32_t field_type; member in struct:context_MPEG4_s
    [all...]
pnw_H264.c 162 uint32_t field_type; member in struct:context_H264_s
632 ctx->field_type = 1;
635 ctx->field_type = 0;
639 ctx->field_type = pic_params->seq_fields.bits.mb_adaptive_frame_field_flag ? 3 : 2;
    [all...]
  /art/oatdump/
oatdump.cc 1179 mirror::Class* field_type = fh.GetType(false); local
    [all...]
  /art/runtime/
check_jni.cc 203 mirror::Class* field_type = FieldHelper(f).GetType(); local
204 if (!field_type->IsPrimitive()) {
217 if (!obj->InstanceOf(field_type)) {
224 } else if (field_type != Runtime::Current()->GetClassLinker()->FindPrimitiveClass(prim)) {
    [all...]
jni_internal.cc 205 mirror::Class* field_type; local
209 field_type = class_linker->FindClass(soa.Self(), sig, class_loader);
211 field_type = class_linker->FindPrimitiveClass(*sig);
213 if (field_type == nullptr) {
231 field_type->GetDescriptor(&temp));
233 field = c->FindInstanceField(name, field_type->GetDescriptor(&temp));
    [all...]
  /art/runtime/verifier/
method_verifier.cc 3774 RegType* field_type = nullptr; local
3816 << "' but found type '" << *field_type local
3836 << "' but found type '" << *field_type << "' in get"; local
3843 << "' but found type '" << *field_type local
3903 RegType* field_type; local
3959 << "' but found type '" << *field_type local
3974 << "' but found type '" << *field_type local
3993 << "' but found type '" << *field_type << "' in Get"; local
4000 << "' but found type '" << *field_type local
    [all...]
  /external/chromium_org/v8/src/ic/
ic.cc 1519 Handle<HeapType> field_type = lookup->GetFieldType(); local
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 147 uint32_t field_type; member in struct:context_H264_s
692 ctx->field_type = 1;
695 ctx->field_type = 0;
699 ctx->field_type = pic_params->seq_fields.bits.mb_adaptive_frame_field_flag ? 3 : 2;
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 1070 llvm::PointerType* field_type; local
1113 llvm::PointerType* field_type = local
1136 llvm::PointerType* field_type = local
1639 llvm::PointerType* field_type = local
1708 llvm::PointerType* field_type = local
2368 llvm::PointerType* field_type; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 2464 ServerFieldType field_type = textfield_it->first; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 2923 const glsl_type *field_type = type->fields.structure[i].type; local
    [all...]
  /external/lldb/source/Symbol/
ClangASTType.cpp 5605 QualType field_type = field->getType(); local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 2923 const glsl_type *field_type = type->fields.structure[i].type; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 1685 string field_type; local
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 172 ServerFieldType field_type = type.GetStorableType(); local
174 field_type = AutofillType::GetEquivalentBillingFieldType(field_type);
177 FieldValueMap::const_iterator it = inputs.find(field_type);
    [all...]

Completed in 3007 milliseconds

12 3