Searched refs:inputType (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | match.cpp | 127 …rtible& input, ParsingContext& parentContext, std::size_t index, optional<type::Type>& inputType) { in parseInputValue() argument 178 if (!inputType) { in parseInputValue() 179 inputType = type; in parseInputValue() 181 optional<std::string> err = type::checkSubtype(*inputType, *type); in parseInputValue() 241 optional<type::Type> inputType; in parseMatch() local 266 … const optional<InputType> inputValue = parseInputValue(arrayMember(label, j), ctx, i, inputType); in parseMatch() 273 const optional<InputType> inputValue = parseInputValue(label, ctx, i, inputType); in parseMatch() 302 assert(inputType && outputType); in parseMatch() 305 …if ((*input)->getType() != type::Value && (err = type::checkSubtype(*inputType, (*input)->getType(… in parseMatch() 310 return inputType->match( in parseMatch()
|
| H A D | at.cpp | 59 type::Type inputType = type::Array(ctx.getExpected() ? *ctx.getExpected() : type::Value); in parse() local 60 ParseResult input = ctx.parse(arrayMember(value, 2), 2, {inputType}); in parse()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.h | 82 int inputType; member
|
| H A D | dmx.c | 177 attr->inputType = value; in dmxSetInputAttribute() 817 .inputType = attr.inputType, in ProcDMXGetInputAttributes() 829 swapl(&rep.inputType); in ProcDMXGetInputAttributes()
|
| H A D | dmxextension.c | 214 attr->inputType = 0; in dmxGetInputAttributes() 217 attr->inputType = 1; in dmxGetInputAttributes() 223 attr->inputType = 2; in dmxGetInputAttributes() 269 if (attr->inputType == 1) /* console */ in dmxAddInput() 271 else if (attr->inputType == 2) /* backend */ in dmxAddInput()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | DMXSpec-v1.txt | 206 inputType: CARD32 223 The value of inputType will always be value, and will be one of the 399 4 CARD32 inputType
|
| H A D | DMXSpec.txt | 462 inputType: CARD32 485 The value of inputType will always be valid, and will be one of the 540 of inputType will be one: 544 devices (inputType=0 in DMXGetInputAttributes) cannot be attached or 817 4 CARD32 inputType
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | dmxinfo.c | 232 switch (iinfo.inputType) { in main()
|
| H A D | xinput.c | 81 switch (iinf.inputType) { in printdmxinfo()
|