Home
last modified time | relevance | path

Searched refs:inputType (Results 1 – 25 of 1606) sorted by relevance

12345678910>>...65

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/input/
H A DImeUtils.java66 outAttrs.inputType = in computeEditorInfo()
74 if (inputType == TextInputType.TEXT) { in computeEditorInfo()
79 } else if (inputType == TextInputType.TEXT_AREA in computeEditorInfo()
86 outAttrs.inputType = in computeEditorInfo()
88 } else if (inputType == TextInputType.URL) { in computeEditorInfo()
90 } else if (inputType == TextInputType.EMAIL) { in computeEditorInfo()
92 outAttrs.inputType = in computeEditorInfo()
99 } else if (inputType == TextInputType.NUMBER) { in computeEditorInfo()
119 outAttrs.inputType = in computeEditorInfo()
133 outAttrs.inputType = in computeEditorInfo()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/mocks/
H A Dgrafana-notifiers.ts13 inputType: 'text',
35 inputType: 'text',
48 inputType: '',
86 inputType: '',
169 inputType: '',
426 inputType: '',
439 inputType: '',
452 inputType: '',
517 inputType: '',
536 inputType: '',
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/MUQ/Utilities/
H A DVariadicMacros.h14 #define STATIC_VARIADIC_TO_VECTOR_PART1(functionName, inputType, outputType) \
21 #define STATIC_VARIADIC_TO_VECTOR_PART2(functionName, inputType, outputType) \
23 …ype functionName(std::vector<argument_type<void(inputType)>::type>& bounds, argument_type<void(inp…
32 #define STATIC_VARIADIC_TO_VECTOR(functionName, inputType, outputType) \
33 STATIC_VARIADIC_TO_VECTOR_PART1(functionName, inputType, outputType) \
34 STATIC_VARIADIC_TO_VECTOR_PART2(functionName, inputType, outputType)
36 #define VARIADIC_TO_VECTOR(functionName, inputType, outputType) \
44 …td::is_same<argument_type<void(inputType)>::type, NextType>::value, "In "#functionName", cannot ca…
48 …ype functionName(std::vector<argument_type<void(inputType)>::type>& bounds, argument_type<void(inp…
53 #define VARIADIC_TO_REFVECTOR(functionName, inputType, outputType) \
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java191 for (InputType inputType : InputType.values()) { in assertReadVarint()
228 for (InputType inputType : InputType.values()) { in assertReadVarintFailure()
308 for (InputType inputType : InputType.values()) { in assertReadLittleEndian32()
323 for (InputType inputType : InputType.values()) { in assertReadLittleEndian64()
374 for (InputType inputType : InputType.values()) { in testReadWholeMessage()
640 inputType.name(), TestRecursiveMessage.parseFrom(inputType.newDecoder(data100)), 100); in testMaliciousRecursion()
827 assertEquals(inputType.name(), lorem, text); in testReadString()
853 assertEquals(inputType.name(), lorem, text); in testReadStringRequireUtf8()
931 inputType.name(), in testInvalidTag()
1091 if (inputType == InputType.STREAM in testReadByteBufferAliasing()
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DEmulationSettings.cpp71 if(inputType == GameInputType::VsZapper) { in InitializeInputDevices()
75 } else if(inputType == GameInputType::Zapper) { in InitializeInputDevices()
82 } else if(inputType == GameInputType::FourScore) { in InitializeInputDevices()
101 } else if(inputType == GameInputType::OekaKidsTablet) { in InitializeInputDevices()
113 } else if(inputType == GameInputType::PartyTap) { in InitializeInputDevices()
121 } else if(inputType == GameInputType::ExcitingBoxing) { in InitializeInputDevices()
131 } else if(inputType == GameInputType::JissenMahjong) { in InitializeInputDevices()
143 } else if(inputType == GameInputType::BattleBox) { in InitializeInputDevices()
147 } else if(inputType == GameInputType::TurboFile) { in InitializeInputDevices()
151 …} else if(inputType == GameInputType::FamilyTrainerSideA || inputType == GameInputType::FamilyTrai… in InitializeInputDevices()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/classfmt/
H A DExternalAnnotationDecorator.java40 private IBinaryType inputType; field in ExternalAnnotationDecorator
51 this.inputType = toDecorate; in ExternalAnnotationDecorator()
60 this.inputType = toDecorate; in ExternalAnnotationDecorator()
65 return this.inputType.getFileName(); in getFileName()
95 return this.inputType.getFields(); in getFields()
115 return this.inputType.getMethods(); in getMethods()
125 return this.inputType.getName(); in getName()
140 return this.inputType.getTagBits(); in getTagBits()
150 return this.inputType.isLocal(); in isLocal()
155 return this.inputType.isMember(); in isMember()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/QuantOps/Utils/
H A DUniformSupport.cpp16 static bool isQuantizablePrimitiveType(Type inputType) { in isQuantizablePrimitiveType() argument
17 return inputType.isa<FloatType>(); in isQuantizablePrimitiveType()
21 ExpressedToQuantizedConverter::forInputType(Type inputType) { in forInputType() argument
22 switch (inputType.getKind()) { in forInputType()
24 if (isQuantizablePrimitiveType(inputType)) { in forInputType()
26 return ExpressedToQuantizedConverter{inputType, inputType}; in forInputType()
29 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
36 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
39 inputType, inputType.cast<ShapedType>().getElementType()}; in forInputType()
47 switch (inputType.getKind()) { in convert()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp16 static bool isQuantizablePrimitiveType(Type inputType) { in isQuantizablePrimitiveType() argument
17 return inputType.isa<FloatType>(); in isQuantizablePrimitiveType()
21 ExpressedToQuantizedConverter::forInputType(Type inputType) { in forInputType() argument
22 switch (inputType.getKind()) { in forInputType()
24 if (isQuantizablePrimitiveType(inputType)) { in forInputType()
26 return ExpressedToQuantizedConverter{inputType, inputType}; in forInputType()
29 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
36 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
39 inputType, inputType.cast<ShapedType>().getElementType()}; in forInputType()
47 switch (inputType.getKind()) { in convert()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp16 static bool isQuantizablePrimitiveType(Type inputType) { in isQuantizablePrimitiveType() argument
17 return inputType.isa<FloatType>(); in isQuantizablePrimitiveType()
21 ExpressedToQuantizedConverter::forInputType(Type inputType) { in forInputType() argument
22 if (inputType.isa<TensorType, VectorType>()) { in forInputType()
25 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
26 return ExpressedToQuantizedConverter{inputType, elementType}; in forInputType()
29 if (isQuantizablePrimitiveType(inputType)) in forInputType()
30 return ExpressedToQuantizedConverter{inputType, inputType}; in forInputType()
32 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
37 if (auto tensorType = inputType.dyn_cast<RankedTensorType>()) in convert()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp16 static bool isQuantizablePrimitiveType(Type inputType) { in isQuantizablePrimitiveType() argument
17 return inputType.isa<FloatType>(); in isQuantizablePrimitiveType()
21 ExpressedToQuantizedConverter::forInputType(Type inputType) { in forInputType() argument
22 if (inputType.isa<TensorType, VectorType>()) { in forInputType()
25 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
26 return ExpressedToQuantizedConverter{inputType, elementType}; in forInputType()
29 if (isQuantizablePrimitiveType(inputType)) in forInputType()
30 return ExpressedToQuantizedConverter{inputType, inputType}; in forInputType()
32 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
37 if (auto tensorType = inputType.dyn_cast<RankedTensorType>()) in convert()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp16 static bool isQuantizablePrimitiveType(Type inputType) { in isQuantizablePrimitiveType() argument
17 return inputType.isa<FloatType>(); in isQuantizablePrimitiveType()
21 ExpressedToQuantizedConverter::forInputType(Type inputType) { in forInputType() argument
22 if (inputType.isa<TensorType, VectorType>()) { in forInputType()
25 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
26 return ExpressedToQuantizedConverter{inputType, elementType}; in forInputType()
29 if (isQuantizablePrimitiveType(inputType)) in forInputType()
30 return ExpressedToQuantizedConverter{inputType, inputType}; in forInputType()
32 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
37 if (auto tensorType = inputType.dyn_cast<RankedTensorType>()) in convert()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp16 static bool isQuantizablePrimitiveType(Type inputType) { in isQuantizablePrimitiveType() argument
17 return inputType.isa<FloatType>(); in isQuantizablePrimitiveType()
21 ExpressedToQuantizedConverter::forInputType(Type inputType) { in forInputType() argument
22 if (inputType.isa<TensorType, VectorType>()) { in forInputType()
25 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
26 return ExpressedToQuantizedConverter{inputType, elementType}; in forInputType()
29 if (isQuantizablePrimitiveType(inputType)) in forInputType()
30 return ExpressedToQuantizedConverter{inputType, inputType}; in forInputType()
32 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
37 if (auto tensorType = inputType.dyn_cast<RankedTensorType>()) in convert()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp16 static bool isQuantizablePrimitiveType(Type inputType) { in isQuantizablePrimitiveType() argument
17 return inputType.isa<FloatType>(); in isQuantizablePrimitiveType()
21 ExpressedToQuantizedConverter::forInputType(Type inputType) { in forInputType() argument
22 if (inputType.isa<TensorType, VectorType>()) { in forInputType()
25 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
26 return ExpressedToQuantizedConverter{inputType, elementType}; in forInputType()
29 if (isQuantizablePrimitiveType(inputType)) in forInputType()
30 return ExpressedToQuantizedConverter{inputType, inputType}; in forInputType()
32 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
37 if (auto tensorType = inputType.dyn_cast<RankedTensorType>()) in convert()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp16 static bool isQuantizablePrimitiveType(Type inputType) { in isQuantizablePrimitiveType() argument
17 return inputType.isa<FloatType>(); in isQuantizablePrimitiveType()
21 ExpressedToQuantizedConverter::forInputType(Type inputType) { in forInputType() argument
22 if (inputType.isa<TensorType, VectorType>()) { in forInputType()
25 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
26 return ExpressedToQuantizedConverter{inputType, elementType}; in forInputType()
29 if (isQuantizablePrimitiveType(inputType)) in forInputType()
30 return ExpressedToQuantizedConverter{inputType, inputType}; in forInputType()
32 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()
37 if (auto tensorType = inputType.dyn_cast<RankedTensorType>()) in convert()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Quant/Utils/
H A DUniformSupport.cpp16 static bool isQuantizablePrimitiveType(Type inputType) {
17 return inputType.isa<FloatType>();
21 ExpressedToQuantizedConverter::forInputType(Type inputType) {
22 if (inputType.isa<TensorType, VectorType>()) {
25 return ExpressedToQuantizedConverter{inputType, nullptr};
26 return ExpressedToQuantizedConverter{inputType, elementType};
29 if (isQuantizablePrimitiveType(inputType))
30 return ExpressedToQuantizedConverter{inputType, inputType};
32 return ExpressedToQuantizedConverter{inputType, nullptr};
37 if (auto tensorType = inputType.dyn_cast<RankedTensorType>())
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/html/input/
H A DInputType.cpp31 UniquePtr<InputType, InputType::DoNotDelete> inputType; in Create() local
35 inputType.reset(TextInputType::Create(aInputElement, aMemory)); in Create()
38 inputType.reset(TelInputType::Create(aInputElement, aMemory)); in Create()
41 inputType.reset(EmailInputType::Create(aInputElement, aMemory)); in Create()
44 inputType.reset(SearchInputType::Create(aInputElement, aMemory)); in Create()
50 inputType.reset(URLInputType::Create(aInputElement, aMemory)); in Create()
60 inputType.reset(ImageInputType::Create(aInputElement, aMemory)); in Create()
81 inputType.reset(DateInputType::Create(aInputElement, aMemory)); in Create()
84 inputType.reset(TimeInputType::Create(aInputElement, aMemory)); in Create()
90 inputType.reset(WeekInputType::Create(aInputElement, aMemory)); in Create()
[all …]
/dports/www/firefox/firefox-99.0/dom/html/input/
H A DInputType.cpp31 UniquePtr<InputType, InputType::DoNotDelete> inputType; in Create() local
35 inputType.reset(TextInputType::Create(aInputElement, aMemory)); in Create()
38 inputType.reset(TelInputType::Create(aInputElement, aMemory)); in Create()
41 inputType.reset(EmailInputType::Create(aInputElement, aMemory)); in Create()
44 inputType.reset(SearchInputType::Create(aInputElement, aMemory)); in Create()
50 inputType.reset(URLInputType::Create(aInputElement, aMemory)); in Create()
60 inputType.reset(ImageInputType::Create(aInputElement, aMemory)); in Create()
81 inputType.reset(DateInputType::Create(aInputElement, aMemory)); in Create()
84 inputType.reset(TimeInputType::Create(aInputElement, aMemory)); in Create()
90 inputType.reset(WeekInputType::Create(aInputElement, aMemory)); in Create()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/input/
H A DInputType.cpp31 UniquePtr<InputType, InputType::DoNotDelete> inputType; in Create() local
35 inputType.reset(TextInputType::Create(aInputElement, aMemory)); in Create()
38 inputType.reset(TelInputType::Create(aInputElement, aMemory)); in Create()
41 inputType.reset(EmailInputType::Create(aInputElement, aMemory)); in Create()
44 inputType.reset(SearchInputType::Create(aInputElement, aMemory)); in Create()
50 inputType.reset(URLInputType::Create(aInputElement, aMemory)); in Create()
60 inputType.reset(ImageInputType::Create(aInputElement, aMemory)); in Create()
81 inputType.reset(DateInputType::Create(aInputElement, aMemory)); in Create()
84 inputType.reset(TimeInputType::Create(aInputElement, aMemory)); in Create()
90 inputType.reset(WeekInputType::Create(aInputElement, aMemory)); in Create()
[all …]
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Input/
H A DJoystickPort.c44 static JoystickPortType inputType[JOYSTICK_MAX_PORTS]; variable
131 inputType[port] = type; in joystickPortSetType()
135 if (inputType[0] == JOYSTICK_PORT_MOUSE || in joystickPortSetType()
136 inputType[0] == JOYSTICK_PORT_ARKANOID_PAD || in joystickPortSetType()
138 inputType[1] == JOYSTICK_PORT_MOUSE || in joystickPortSetType()
140 inputType[1] == JOYSTICK_PORT_COLECOJOYSTICK) in joystickPortSetType()
145 if (inputType[0] == JOYSTICK_PORT_GUNSTICK || in joystickPortSetType()
146 inputType[0] == JOYSTICK_PORT_ASCIILASER || in joystickPortSetType()
147 inputType[1] == JOYSTICK_PORT_GUNSTICK || in joystickPortSetType()
148 inputType[1] == JOYSTICK_PORT_ASCIILASER) in joystickPortSetType()
[all …]
/dports/net-mgmt/ocsinventory-ocsreports/ocsinventory-ocsreports/require/
H A Dfunction_commun.php480 if($inputType == "select"){
487 if($inputType == "checkbox") {
572 $inputType = 'text';
574 $inputType = 'select';
576 $inputType = 'hidden';
584 $inputType = 'link';
586 $inputType = 'disabled';
588 $inputType = 'qrcode';
590 $inputType = 'radio';
592 $inputType = 'number';
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/input/
H A DInputType.cpp26 mozilla::UniquePtr<InputType, DoNotDelete> inputType; in Create() local
30 inputType.reset(TextInputType::Create(aInputElement, aMemory)); in Create()
33 inputType.reset(TelInputType::Create(aInputElement, aMemory)); in Create()
36 inputType.reset(EmailInputType::Create(aInputElement, aMemory)); in Create()
39 inputType.reset(SearchInputType::Create(aInputElement, aMemory)); in Create()
45 inputType.reset(URLInputType::Create(aInputElement, aMemory)); in Create()
55 inputType.reset(ImageInputType::Create(aInputElement, aMemory)); in Create()
58 inputType.reset(ResetInputType::Create(aInputElement, aMemory)); in Create()
76 inputType.reset(DateInputType::Create(aInputElement, aMemory)); in Create()
79 inputType.reset(TimeInputType::Create(aInputElement, aMemory)); in Create()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/input/
H A DInputType.cpp29 UniquePtr<InputType, InputType::DoNotDelete> inputType; in Create() local
33 inputType.reset(TextInputType::Create(aInputElement, aMemory)); in Create()
36 inputType.reset(TelInputType::Create(aInputElement, aMemory)); in Create()
39 inputType.reset(EmailInputType::Create(aInputElement, aMemory)); in Create()
42 inputType.reset(SearchInputType::Create(aInputElement, aMemory)); in Create()
48 inputType.reset(URLInputType::Create(aInputElement, aMemory)); in Create()
58 inputType.reset(ImageInputType::Create(aInputElement, aMemory)); in Create()
79 inputType.reset(DateInputType::Create(aInputElement, aMemory)); in Create()
82 inputType.reset(TimeInputType::Create(aInputElement, aMemory)); in Create()
88 inputType.reset(WeekInputType::Create(aInputElement, aMemory)); in Create()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/smithy-go/codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/
H A DGoStackStepMiddlewareGenerator.java33 private final Symbol inputType; field in GoStackStepMiddlewareGenerator
46 this.inputType = builder.inputType; in GoStackStepMiddlewareGenerator()
132 Symbol inputType, in createMiddleware() argument
140 .inputType(inputType) in createMiddleware()
184 writer.addUseImports(inputType); in writeMiddleware()
211 … middlewareSymbol, handleMethodName, CONTEXT_TYPE, inputType, handlerType, outputType, in writeMiddleware()
261 return inputType; in getInputType()
307 private Symbol inputType; field in GoStackStepMiddlewareGenerator.Builder
359 public Builder inputType(Symbol inputType) { in inputType() argument
360 this.inputType = inputType; in inputType()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/smithy-go/codegen/smithy-go-codegen/src/main/java/software/amazon/smithy/go/codegen/
H A DGoStackStepMiddlewareGenerator.java33 private final Symbol inputType; field in GoStackStepMiddlewareGenerator
46 this.inputType = builder.inputType; in GoStackStepMiddlewareGenerator()
132 Symbol inputType, in createMiddleware() argument
140 .inputType(inputType) in createMiddleware()
184 writer.addUseImports(inputType); in writeMiddleware()
211 … middlewareSymbol, handleMethodName, CONTEXT_TYPE, inputType, handlerType, outputType, in writeMiddleware()
261 return inputType; in getInputType()
307 private Symbol inputType; field in GoStackStepMiddlewareGenerator.Builder
359 public Builder inputType(Symbol inputType) { in inputType() argument
360 this.inputType = inputType; in inputType()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.dah.core/
H A DctkExchangeSoapMessageProcessor.cpp72 const QtSoapType& inputType = message.method()[0];//"availableData"]; in processNotifyDataAvailable() local
73 if(inputType.isValid()==false) in processNotifyDataAvailable()
75 qCritical() << " NotifyDataAvailable: availableData not valid. " << inputType.errorString(); in processNotifyDataAvailable()
77 CTK_SOAP_LOG( << inputType.toString()); in processNotifyDataAvailable()
78 …st ctkDicomAppHosting::AvailableData data = ctkDicomSoapAvailableData::getAvailableData(inputType); in processNotifyDataAvailable()
96 const QtSoapType& inputType = message.method()["objects"]; in processGetData() local
97 const QList<QUuid> objectUUIDs = ctkDicomSoapArrayOfUUIDS::getArray(inputType); in processGetData()
117 const QtSoapType& inputType = message.method()["objects"]; in processReleaseData() local
119 dynamic_cast<const QtSoapArray&>(inputType)); in processReleaseData()

12345678910>>...65