Home
last modified time | relevance | path

Searched defs:input_type (Results 1 – 25 of 25) sorted by relevance

/external/autotest/client/cros/input_playback/
Dinput_playback.py18 def __init__(self, input_type): argument
109 def has(self, input_type): argument
123 def emulate(self, input_type='mouse', property_file=None): argument
305 def _find_device_ids(self, device_dir, input_type, name): argument
433 def playback(self, filepath, input_type='touchpad'): argument
453 def blocking_playback(self, filepath, input_type='touchpad'): argument
481 def blocking_playback_of_default_file(self, filename, input_type='mouse'): argument
/external/autotest/client/site_tests/touch_WakeupSource/
Dtouch_WakeupSource.py27 def _find_wakeup_file(self, input_type): argument
72 def _is_wake_source(self, input_type): argument
/external/autotest/client/site_tests/touch_UpdateErrors/
Dtouch_UpdateErrors.py81 def _check_updates(self, input_type): argument
120 def run_once(self, input_type='touchpad'): argument
/external/v8/src/compiler/
Dtyped-optimization.cc119 Type* const input_type = NodeProperties::GetType(input); in ReduceCheckHeapObject() local
155 Type* const input_type = NodeProperties::GetType(input); in ReduceCheckString() local
193 Type* const input_type = NodeProperties::GetType(input); in ReduceNumberFloor() local
227 Type* const input_type = NodeProperties::GetType(input); in ReduceNumberRoundop() local
236 Type* const input_type = NodeProperties::GetType(input); in ReduceNumberToUint8Clamped() local
Djs-typed-lowering.cc1049 Type* const input_type = NodeProperties::GetType(input); in ReduceJSToBoolean() local
1095 Type* const input_type = NodeProperties::GetType(input); in ReduceJSToInteger() local
1106 Type* const input_type = NodeProperties::GetType(input); in ReduceJSToName() local
1117 Type* input_type = NodeProperties::GetType(input); in ReduceJSToLength() local
1141 Type* input_type = NodeProperties::GetType(input); in ReduceJSToNumberInput() local
1180 Type* const input_type = NodeProperties::GetType(input); in ReduceJSToNumber() local
1197 Type* input_type = NodeProperties::GetType(input); in ReduceJSToStringInput() local
Dmachine-graph-verifier.cc710 MachineRepresentation const input_type = in CheckCallInputs() local
Dwasm-linkage.cc324 MachineType input_type, MachineRepresentation output_type) { in ReplaceTypeInCallDescriptorWith()
Dsimplified-lowering.cc949 Type* const input_type = TypeOf(node->InputAt(0)); in VisitObjectIs() local
1048 Type* input_type = TypeOf(input); in VisitObjectState() local
2174 Type* const input_type = TypeOf(node->InputAt(0)); in VisitNode() local
2205 Type* const input_type = TypeOf(node->InputAt(0)); in VisitNode() local
Descape-analysis.cc453 Type* input_type = NodeProperties::GetType(input); in MergeFields() local
1458 Type* input_type = NodeProperties::GetType(input); in ProcessLoadFromPhi() local
Djs-builtin-reducer.cc2175 Type* input_type = NodeProperties::GetType(input); in ToNumber() local
2182 Type* input_type = NodeProperties::GetType(input); in ToUint32() local
Dwasm-compiler.cc1455 MachineRepresentation input_type) { in BuildBitCountingCall()
/external/autotest/client/site_tests/touch_HasInput/
Dtouch_HasInput.py13 def run_once(self, input_type=''): argument
/external/autotest/client/cros/
Dtouch_playback_test_base.py71 def _find_test_files(self, input_type, gestures): argument
116 def _find_test_files_from_directions(self, input_type, fmt_str, directions): argument
138 def _download_remote_test_file(self, filename, input_type): argument
295 def _get_kernel_events_recorder(self, input_type): argument
/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py119 def unop_horiz(name, output_size, output_type, input_size, input_type, argument
124 def unop_reduce(name, output_size, output_type, input_type, prereduce_expr, argument
/external/autotest/client/cros/chameleon/
Daudio_test_utils.py692 input_type=None): argument
/external/brotli/research/
Dfind_opt_references.cc37 typedef uint8_t input_type; typedef
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto201 optional string input_type = 2; field
/external/nanopb-c/generator/google/protobuf/
Ddescriptor.py630 input_type, output_type, options=None): argument
/external/protobuf/src/google/protobuf/
Ddescriptor.proto238 optional string input_type = 2; field
Ddescriptor.pb.h5571 inline const ::std::string& MethodDescriptorProto::input_type() const { in input_type() function
5601 inline void MethodDescriptorProto::set_allocated_input_type(::std::string* input_type) { in set_allocated_input_type()
Ddescriptor.cc5048 Symbol input_type = LookupSymbol(proto.input_type(), method->full_name()); in CrossLinkMethod() local
Ddescriptor.pb.cc7681 const ::std::string& MethodDescriptorProto::input_type() const { in input_type() function in google::protobuf::MethodDescriptorProto
7711 void MethodDescriptorProto::set_allocated_input_type(::std::string* input_type) { in set_allocated_input_type()
Ddescriptor_unittest.cc167 const string& input_type, in AddMethod()
/external/protobuf/python/google/protobuf/
Ddescriptor.py758 input_type, output_type, options=None): argument
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp1894 unsigned input_type = get_fundamental_type(vs, it_b->second.type_id); in validate_vi_against_vs_inputs() local