| /third_party/node/test/fixtures/wpt/resources/ |
| D | testdriver-actions.js | 179 addPointer: function(name, pointerType="mouse", set=true) { argument 180 this.createSource("pointer", name, {pointerType: pointerType}); property 454 function PointerSource(parameters={pointerType: "mouse"}) { property 455 let pointerType = parameters.pointerType || "mouse"; 456 if (!["mouse", "pen", "touch"].includes(pointerType)) { 457 throw new Error(`Invalid pointerType ${pointerType}`); 459 this.type = pointerType;
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | Optimizer.cpp | 186 Ice::Type pointerType() in pointerType() function 241 newAddress[i] = function->makeVariable(pointerType()); in performScalarReplacementOfAggregates()
|
| /third_party/glslang/SPIRV/ |
| D | SpvBuilder.cpp | 1459 Id pointerType = makePointer(storageClass, type); in createVariable() local 1460 Instruction* inst = new Instruction(getUniqueId(), pointerType, OpVariable); in createVariable()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmTypeTests.cpp | 950 const string pointerType = (scalarInput) ? "%up_scalartype" : "%up_testtype"; in createInputTestfun() local 953 …const StringTemplate testfun ("%input${n_input}_loc = OpAccessChain " + pointerType + " %input${n… in createInputTestfun()
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 4187 pointerType?: string; property 11546 pointerType: any; property 11554 … rotation: number, tiltX: number, tiltY: number, pointerIdArg: number, pointerType: any, hwTimesta… 12415 pointerType: any; property 12423 … rotation: number, tiltX: number, tiltY: number, pointerIdArg: number, pointerType: any, hwTimesta…
|
| D | react16.d.ts | 683 pointerType: 'mouse' | 'pen' | 'touch';
|
| /third_party/skia/src/sksl/codegen/ |
| D | SkSLSPIRVCodeGenerator.cpp | 2084 SpvId pointerType = this->getPointerType(type, SpvStorageClassFunction); in getLValue() local 2085 this->writeInstruction(SpvOpVariable, pointerType, result, SpvStorageClassFunction, in getLValue()
|
| /third_party/skia/third_party/externals/oboe/docs/reference/ |
| D | jquery.js | 87 …cument).unbind(n);h=false}}}function j(l){return !/^(4|mouse)$/.test(l.pointerType)}function i(l,n…
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 1108 pointerType?: string; property 10994 readonly pointerType: string; property
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 1128 pointerType?: string; property 11014 readonly pointerType: string; property
|
| /third_party/libevdev/doc/html/ |
| D | jquery.js | 2 …!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,s… property
|