HomeSort by relevance Sort by last modified time
    Searched defs:input_type (Results 1 - 18 of 18) sorted by null

  /art/compiler/optimizing/
ssa_type_propagation.cc 42 Primitive::Type input_type = phi->InputAt(i)->GetType(); local
43 new_type = MergeTypes(new_type, input_type);
  /external/chromium_org/chrome/browser/omnibox/
omnibox_log.h 25 metrics::OmniboxInputType::Type input_type,
46 metrics::OmniboxInputType::Type input_type; member in struct:OmniboxLog
  /external/chromium_org/ui/base/ime/win/
tsf_input_scope_unittest.cc 15 TextInputType input_type; member in struct:ui::__anon356::GetInputScopesTestCase
23 *os << " input_type: " << testing::PrintToString(data.input_type)
109 test_case.input_type, test_case.input_mode);
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend_unittest.cc 180 AutocompleteMatch::Type input_type; member in struct:__anon7559
210 cases[i].input_type));
212 << ":i:" << i << ":type:" << cases[i].input_type;
214 << ":i:" << i << ":type:" << cases[i].input_type;
216 << ":i:" << i << ":type:" << cases[i].input_type;
  /external/chromium_org/content/child/npapi/
webplugin_ime_win.cc 150 bool WebPluginIMEWin::GetStatus(int* input_type, gfx::Rect* caret_rect) {
151 *input_type = input_type_;
203 int input_type = !context && !flags; local
204 instance->input_type_ = input_type;
314 int input_type = open ? 1 : 0; local
315 if (instance->input_type_ != input_type) {
316 instance->input_type_ = input_type;
  /external/chromium_org/components/search_engines/
template_url_unittest.cc 565 metrics::OmniboxInputType::Type input_type; member in struct:TestData
590 search_terms_args.input_type = test_data[i].input_type;
    [all...]
template_url.h 130 metrics::OmniboxInputType::Type input_type; member in struct:TemplateURLRef::SearchTermsArgs
  /external/chromium_org/content/plugin/
webplugin_proxy.cc 610 int input_type; local
612 if (!delegate_->GetIMEStatus(&input_type, &caret_rect))
615 Send(new PluginHostMsg_NotifyIMEStatus(route_id_, input_type, caret_rect));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local
333 input_type, args, 3, LLVMReadOnlyAttribute);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 327 LLVMTypeRef input_type = LLVMFloatTypeInContext(gallivm->context); local
333 input_type, args, 3, LLVMReadOnlyAttribute);
  /external/chromium_org/v8/src/compiler/
js-typed-lowering.cc 208 Type* input_type = NodeProperties::GetBounds(node).upper; local
210 if (input_type->Is(type)) return node; // already in the value range.
435 Type* input_type = NodeProperties::GetBounds(input).upper; local
436 if (input_type->Is(Type::Number())) {
440 if (input_type->Is(Type::Undefined())) {
444 if (input_type->Is(Type::Null())) {
448 if (input_type->Is(Type::Boolean())) {
468 Type* input_type = NodeProperties::GetBounds(input).upper; local
469 if (input_type->Is(Type::String())) {
472 if (input_type->Is(Type::Undefined()))
496 Type* input_type = NodeProperties::GetBounds(input).upper; local
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 1691 const ServerFieldType input_type = EMAIL_ADDRESS; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 3589 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); local
    [all...]
descriptor.pb.h 3517 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 3983 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); local
    [all...]
descriptor.pb.h 4390 inline const ::std::string& MethodDescriptorProto::input_type() const { function in class:google::protobuf::MethodDescriptorProto
    [all...]
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc 3569 Register input_type = x12; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 1666 cam_stream_type_t input_type; member in struct:__anon4343
    [all...]

Completed in 1793 milliseconds