Home
last modified time | relevance | path

Searched defs:type (Results 10501 - 10525 of 10784) sorted by relevance

1...<<421422423424425426427428429430>>...432

/third_party/libfuse/lib/
H A Dfuse.c127 int type; member
[all...]
/third_party/libinput/src/
H A Dlibinput.c81 event_type_to_str(enum libinput_event_type type) in event_type_to_str() argument
2287 init_event_base(struct libinput_event *event, struct libinput_device *device, enum libinput_event_type type) init_event_base() argument
2296 post_base_event(struct libinput_device *device, enum libinput_event_type type, struct libinput_event *event) post_base_event() argument
2306 post_device_event(struct libinput_device *device, uint64_t time, enum libinput_event_type type, struct libinput_event *event) post_device_event() argument
2995 gesture_notify(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, bool cancelled, const struct normalized_coords *delta, const struct normalized_coords *unaccel, double scale, double angle) gesture_notify() argument
3027 gesture_notify_swipe(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, const struct normalized_coords *delta, const struct normalized_coords *unaccel) gesture_notify_swipe() argument
3051 gesture_notify_pinch(struct libinput_device *device, uint64_t time, enum libinput_event_type type, int finger_count, const struct normalized_coords *delta, const struct normalized_coords *unaccel, double scale, double angle) gesture_notify_pinch() argument
[all...]
/third_party/libinput/test/
H A Dlitest.c1669 unsigned int type in litest_create() local
608 _litest_add_for_device(const char *name, const char *funcname, const void *func, enum litest_device_type type) _litest_add_for_device() argument
617 _litest_add_ranged_for_device(const char *filename, const char *funcname, const void *func, enum litest_device_type type, const struct range *range) _litest_add_ranged_for_device() argument
1953 litest_event(struct litest_device *d, unsigned int type, unsigned int code, int value) litest_event() argument
3015 enum libinput_event_type type; litest_wait_for_event_of_type() local
3072 enum libinput_event_type type; litest_drain_events_of_type() local
3111 litest_event_type_str(enum libinput_event_type type) litest_event_type_str() argument
3231 enum libinput_event_type type; litest_print_event() local
3400 int type, code; litest_create_uinput() local
3534 int type, code; litest_create_uinput_abs_device_v() local
3585 enum libinput_event_type type = LIBINPUT_EVENT_POINTER_BUTTON; litest_is_button_event() local
3640 enum libinput_event_type type = LIBINPUT_EVENT_POINTER_MOTION; litest_is_motion_event() local
3688 litest_is_touch_event(struct libinput_event *event, enum libinput_event_type type) litest_is_touch_event() argument
3721 enum libinput_event_type type = LIBINPUT_EVENT_KEYBOARD_KEY; litest_is_keyboard_event() local
3736 litest_is_gesture_event(struct libinput_event *event, enum libinput_event_type type, int nfingers) litest_is_gesture_event() argument
3755 litest_assert_gesture_event(struct libinput *li, enum libinput_event_type type, int nfingers) litest_assert_gesture_event() argument
3769 litest_is_tablet_event(struct libinput_event *event, enum libinput_event_type type) litest_is_tablet_event() argument
3789 enum libinput_event_type type = LIBINPUT_EVENT_TABLET_TOOL_BUTTON; litest_assert_tablet_button_event() local
3810 enum libinput_event_type type = LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY; litest_is_proximity_event() local
3825 enum libinput_event_type type; litest_event_pointer_get_value() local
3847 enum libinput_event_type type; litest_event_pointer_get_axis_source() local
3883 enum libinput_event_type type = LIBINPUT_EVENT_TABLET_TOOL_TIP; litest_assert_tablet_tip_event() local
3902 enum libinput_event_type type = LIBINPUT_EVENT_TABLET_PAD_BUTTON; litest_is_pad_button_event() local
3924 enum libinput_event_type type = LIBINPUT_EVENT_TABLET_PAD_RING; litest_is_pad_ring_event() local
3944 enum libinput_event_type type = LIBINPUT_EVENT_TABLET_PAD_STRIP; litest_is_pad_strip_event() local
3964 enum libinput_event_type type = LIBINPUT_EVENT_TABLET_PAD_KEY; litest_is_pad_key_event() local
3985 enum libinput_event_type type = LIBINPUT_EVENT_SWITCH_TOGGLE; litest_is_switch_event() local
4149 litest_assert_only_typed_events(struct libinput *li, enum libinput_event_type type) litest_assert_only_typed_events() argument
4193 litest_assert_no_typed_events(struct libinput *li, enum libinput_event_type type) litest_assert_no_typed_events() argument
4205 type); litest_assert_no_typed_events() local
4450 litest_filter_event(struct litest_device *dev, unsigned int type, unsigned int code) litest_filter_event() argument
4458 litest_unfilter_event(struct litest_device *dev, unsigned int type, unsigned int code) litest_unfilter_event() argument
[all...]
/third_party/node/deps/v8/src/common/
H A Dglobals.h1143 inline size_t hash_value(CreateArgumentsType type) { in hash_value() argument
1147 inline std::ostream& operator<<(std::ostream& os, CreateArgumentsType type) { in operator <<() argument
1174 inline std::ostream& operator<<(std::ostream& os, ScopeType type) { in operator <<() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc166 UsePositionType type = UsePositionType::kRegisterOrSlot; in UsePosition() local
258 void UsePosition::set_type(UsePositionType type, bool register_beneficial) { in set_type() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc3678 CreateArgumentsType type = parameters.arguments_type(); in LowerNewArgumentsElements() local
5215 CTypeInfo type = c_signature->ArgumentInfo(i); in LowerFastApiCall() local
5297 CTypeInfo type in LowerFastApiCall() local
5483 BuildReverseBytes(ExternalArrayType type, Node* value) BuildReverseBytes() argument
6071 Type type = OpParameter<Type>(node->op()); LowerAssertType() local
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast.h177 AstNode(int position, NodeType type) AstNode() argument
184 Statement(int position, NodeType type) Statement() argument
277 Expression(int pos, NodeType type) Expression() argument
307 BreakableStatement(int position, NodeType type) BreakableStatement() argument
359 Declaration(int pos, NodeType type) Declaration() argument
435 IterationStatement(int pos, NodeType type) IterationStatement() argument
540 ForEachStatement(int pos, NodeType type) ForEachStatement() argument
558 IteratorType type() const { return type_; } type() function in v8::internal::final
564 ForOfStatement(int pos, IteratorType type) ForOfStatement() argument
588 JumpStatement(int pos, NodeType type) JumpStatement() argument
627 Type type() const { return TypeField::decode(bit_field_); } type() function in v8::internal::final
644 ReturnStatement(Expression* expression, Type type, int pos, int end_position) ReturnStatement() argument
761 TryStatement(Block* try_block, int pos, NodeType type) TryStatement() argument
935 Type type() const { return TypeField::decode(bit_field_); } type() function in v8::internal::final
1028 Literal(Type type, int position) Literal() argument
1050 MaterializedLiteral(int pos, NodeType type) MaterializedLiteral() argument
1093 AggregateLiteral(int pos, NodeType type) AggregateLiteral() argument
1682 CallBase(Zone* zone, NodeType type, Expression* expression, const ScopedPtrList<Expression>& arguments, int pos, bool has_spread) CallBase() argument
2874 NewForOfStatement(int pos, IteratorType type) NewForOfStatement() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc1370 void TurboAssembler::StubPrologue(StackFrame::Type type, Register base, in CallRecordWriteStub() argument
1384 void TurboAssembler::DropArguments(Register count, ArgumentsCountType type, in CallRecordWriteStub() argument
1425 void TurboAssembler::EnterFrame(StackFrame::Type type, in CallRecordWriteStub() argument
1410 DropArgumentsAndPushNewReceiver(Register argc, Register receiver, ArgumentsCountType type, ArgumentsCountMode mode) CallRecordWriteStub() argument
1446 LeaveFrame(StackFrame::Type type, int stack_adjustment) CallRecordWriteStub() argument
1639 InvokePrologue(Register expected_parameter_count, Register actual_parameter_count, Label* done, InvokeType type) CallRecordWriteStub() argument
1756 InvokeFunctionCode(Register function, Register new_target, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument
1795 InvokeFunctionWithNewTarget( Register fun, Register new_target, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument
1818 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument
1872 CompareObjectType(Register object, Register map, Register type_reg, InstanceType type) CallRecordWriteStub() argument
1880 CompareInstanceType(Register map, Register type_reg, InstanceType type) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc2600 void Assembler::dmb(BarrierDomain domain, BarrierType type) { in dmb() argument
2604 void Assembler::dsb(BarrierDomain domain, BarrierType type) { in dsb() argument
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc596 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() argument
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc4045 void TurboAssembler::DropArguments(Register count, ArgumentsCountType type, in CallRecordWriteStub() argument
4067 DropArgumentsAndPushNewReceiver(Register argc, Register receiver, ArgumentsCountType type, ArgumentsCountMode mode) CallRecordWriteStub() argument
4336 InvokePrologue(Register expected_parameter_count, Register actual_parameter_count, Label* done, InvokeType type) CallRecordWriteStub() argument
4449 InvokeFunctionCode(Register function, Register new_target, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument
4490 InvokeFunctionWithNewTarget( Register function, Register new_target, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument
4512 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument
4801 StubPrologue(StackFrame::Type type) CallRecordWriteStub() argument
4810 EnterFrame(StackFrame::Type type) CallRecordWriteStub() argument
4824 LeaveFrame(StackFrame::Type type) CallRecordWriteStub() argument
[all...]
H A Dassembler-mips.cc644 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() argument
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc363 void Generate_JSEntryVariant(MacroAssembler* masm, StackFrame::Type type, in Generate_JSEntryVariant() argument
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc3704 InvokePrologue(Register expected_parameter_count, Register actual_parameter_count, Label* done, InvokeType type) InvokePrologue() argument
3823 InvokeFunctionCode(Register function, Register new_target, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) InvokeFunctionCode() argument
3863 InvokeFunctionWithNewTarget( Register function, Register new_target, Register actual_parameter_count, InvokeType type) InvokeFunctionWithNewTarget() argument
3889 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) InvokeFunction() argument
4318 StubPrologue(StackFrame::Type type) StubPrologue() argument
4328 EnterFrame(StackFrame::Type type) EnterFrame() argument
4344 LeaveFrame(StackFrame::Type type) LeaveFrame() argument
5127 DropArguments(Register count, ArgumentsCountType type, ArgumentsCountMode mode, Register scratch) DropArguments() argument
5151 DropArgumentsAndPushNewReceiver(Register argc, Register receiver, ArgumentsCountType type, ArgumentsCountMode mode, Register scratch) DropArgumentsAndPushNewReceiver() argument
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc376 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc2965 static bool IsSignedVFPType(VFPType type) { in IsSignedVFPType() argument
2976 static bool IsIntegerVFPType(VFPType type) { in IsIntegerVFPType() argument
2989 static bool IsDoubleVFPType(VFPType type) { in IsDoubleVFPType() argument
3948 NeonSplitCode(NeonRegType type, int code, int* vm, int* m, int* encoding) NeonSplitCode() argument
5099 nop(int type) nop() argument
5154 IsNop(Instr instr, int type) IsNop() argument
[all...]
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc2030 int type = instr->TypeValue(); DecodeType01() local
5765 int type = instr->Bits(11, 8); DecodeAdvancedSIMDLoadStoreMultipleStructures() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1688 Handle<WasmStruct> Factory::NewWasmStruct(const wasm::StructType* type, in NewWasmStruct() argument
1640 NewWasmArrayFromElements( const wasm::ArrayType* type, const std::vector<wasm::WasmValue>& elements, Handle<Map> map) NewWasmArrayFromElements() argument
1838 NewMap(InstanceType type, int instance_size, ElementsKind elements_kind, int inobject_properties, AllocationType allocation_type) NewMap() argument
1861 InitializeMap(Map map, InstanceType type, int instance_size, ElementsKind elements_kind, int inobject_properties, Heap* roots) InitializeMap() argument
2970 NewJSTypedArray(ExternalArrayType type, Handle<JSArrayBuffer> buffer, size_t byte_offset, size_t length) NewJSTypedArray() argument
3229 AllocationType type = mode == NumberCacheMode::kIgnore CharToString() local
[all...]
H A Dheap.h1683 InstanceType type; member
1694 InstanceType type; member
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc401 CreateFunctionForBuiltinWithPrototype( Isolate* isolate, Handle<String> name, Builtin builtin, Handle<HeapObject> prototype, InstanceType type, int instance_size, int inobject_properties, MutableMode prototype_mutability) CreateFunctionForBuiltinWithPrototype() argument
468 CreateFunction( Isolate* isolate, Handle<String> name, InstanceType type, int instance_size, int inobject_properties, Handle<HeapObject> prototype, Builtin builtin) CreateFunction() argument
487 CreateFunction( Isolate* isolate, const char* name, InstanceType type, int instance_size, int inobject_properties, Handle<HeapObject> prototype, Builtin builtin) CreateFunction() argument
495 InstallFunction( Isolate* isolate, Handle<JSObject> target, Handle<String> name, InstanceType type, int instance_size, int inobject_properties, Handle<HeapObject> prototype, Builtin call) InstallFunction() argument
506 InstallFunction( Isolate* isolate, Handle<JSObject> target, const char* name, InstanceType type, int instance_size, int inobject_properties, Handle<HeapObject> prototype, Builtin call) InstallFunction() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc3845 TNode<Uint32T> type = in StoreGlobalIC_PropertyCellCase() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc190 std::ostream& operator<<(std::ostream& os, PropertyCellType type) { in operator <<() argument
1477 ExternalReference::Type type = ExternalReference::DIRECT_GETTER_CALL; in redirect() local
1490 ExternalReference::Type type = ExternalReference::DIRECT_API_CALL; in redirected_callback() local
3946 MaybeObject type = src.GetValue(i); CopyForFastObjectClone() local
5577 TriggerPromiseReactions(Isolate* isolate, Handle<Object> reactions, Handle<Object> argument, PromiseReaction::Type type) TriggerPromiseReactions() argument
[all...]
H A Djs-temporal-objects.cc3243 const char* type = uloc_toUnicodeLocaleType("ca", item); in CalendarMap() local
1570 FromFields(Isolate* isolate, Handle<JSReceiver> calendar, Handle<JSReceiver> fields, Handle<Object> options, Handle<String> property, InstanceType type) FromFields() argument
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h85 explicit PreParserIdentifier(Type type) : string_(nullptr), type_(type) {} in PreParserIdentifier() argument
514 explicit PreParserBlock(PreParserStatement::Type type) in PreParserBlock() argument
780 PreParserStatement NewForOfStatement(int pos, IteratorType type) { in NewForOfStatement() argument
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc461 const Type* type = macro->signature().types()[i]; VisitMacroCommon() local
559 const Type* type = builtin->signature().types()[i]; AddParameter() local
686 const Type* type = signature.types()[i]; Visit() local
703 const Type* type = signature.types()[i]; Visit() local
739 base::Optional<const Type*> type; Visit() local
990 const Type* type = TypeOracle::GetBuiltinPointerType( GetBuiltinCode() local
1158 const Type* type = TypeOracle::GetVoidType(); Visit() local
1263 const Type* type = Visit(stmt->expression).type(); Visit() local
1330 const Type* type = Visit() local
1442 const Type* type = TypeOracle::GetReferenceType(field.name_and_type.type, GenerateFieldReference() local
1623 const Type* type = TypeVisitor::ComputeType(expr->type); Visit() local
1861 std::string type; GenerateFunction() local
2167 const Type* type = TypeVisitor::ComputeTypeForStructExpression( Visit() local
2250 const StructType* type = *reference.variable().type()->StructSupertype(); GenerateFieldAccess() local
2270 const StructType* type = *reference.temporary().type()->StructSupertype(); GenerateFieldAccess() local
2617 const BuiltinPointerType* type = GeneratePointerCall() local
2743 const Type* type = implicit_arguments.back().type(); GenerateCall() local
2991 const Type* type = specialization_types[0]; GenerateCall() local
3000 const Type* type = specialization_types[0]; GenerateCall() local
3021 const Type* type = specialization_types[0]; GenerateCall() local
3033 const Type* type = specialization_types[0]; GenerateCall() local
3060 const Type* type = specialization_types[0]; GenerateCall() local
3131 const Type* type = specialization_types[0]; GenerateCall() local
3358 LowerParameter( const Type* type, const std::string& parameter_name, Stack<std::string>* lowered_parameters) LowerParameter() argument
3376 LowerLabelParameter( const Type* type, const std::string& parameter_name, std::vector<std::string>* lowered_parameters) LowerLabelParameter() argument
3535 MachineTypeString(const Type* type) MachineTypeString() argument
3602 const Type* type = builtin->signature().parameter_types.types[i]; GenerateBuiltinDefinitionsAndInterfaceDescriptors() local
3667 IsPointerSection(FieldSectionType type) IsPointerSection() argument
3674 ToString(FieldSectionType type) ToString() argument
3690 FieldOffsetsGenerator(const ClassType* type) FieldOffsetsGenerator() argument
3790 FieldSectionType type = GetSectionFor(f); UpdateSection() local
3805 Begin(FieldSectionType type) Begin() argument
3810 End(FieldSectionType type) End() argument
3822 GenerateClassExport(const ClassType* type, std::ostream& header, std::ostream& inl_header) GenerateClassExport() argument
3927 ClassFieldOffsetGenerator(std::ostream& header, std::ostream& inline_header, const ClassType* type, std::string gen_name, const ClassType* parent) ClassFieldOffsetGenerator() argument
3982 CppClassGenerator(const ClassType* type, std::ostream& header, std::ostream& inl_header, std::ostream& impl) CppClassGenerator() argument
4037 GetOrderedUniqueIndexFields( const ClassType& type) GetOrderedUniqueIndexFields() argument
4259 std::string type = f.name_and_type.type->SimpleName(); GenerateCppObjectDefinitionAsserts() local
4340 GenerateRuntimeTypeCheck(const Type* type, const std::string& value) GenerateRuntimeTypeCheck() argument
4373 GenerateBoundsDCheck(std::ostream& os, const std::string& index, const ClassType* type, const Field& f) GenerateBoundsDCheck() argument
4686 GenerateStructLayoutDescription(std::ostream& header, const StructType* type) GenerateStructLayoutDescription() argument
4867 GeneratePrintDefinitionsForClass(std::ostream& impl, const ClassType* type, const std::string& gen_name, const std::string& gen_name_T, const std::string template_params) GeneratePrintDefinitionsForClass() argument
4960 MatchSimpleBodyDescriptor(const ClassType* type) MatchSimpleBodyDescriptor() argument
[all...]

Completed in 156 milliseconds

1...<<421422423424425426427428429430>>...432