/third_party/node/test/fixtures/wpt/resources/ |
D | testdriver-actions.js | 135 addPointer: function(name, pointerType="mouse", set=true) { argument 136 this.createSource("pointer", name, {pointerType: pointerType}); property 344 function PointerSource(parameters={pointerType: "mouse"}) { property 345 let pointerType = parameters.pointerType || "mouse"; 346 if (!["mouse", "pen", "touch"].includes(pointerType)) { 347 throw new Error(`Invalid pointerType ${pointerType}`); 349 this.type = pointerType;
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | validate_id.cpp | 1134 auto pointerType = module_.FindDef(pointer->type_id()); in isValid() local 1135 if (!pointerType || pointerType->opcode() != SpvOpTypePointer) { in isValid() 1141 auto pointeeType = module_.FindDef(pointerType->words()[3]); in isValid() 1170 auto pointerType = module_.FindDef(pointer->type_id()); in isValid() local 1171 if (!pointer || pointerType->opcode() != SpvOpTypePointer) { in isValid() 1177 auto type = module_.FindDef(pointerType->words()[3]); in isValid() 1276 auto pointerType = module_.FindDef(size->type_id()); in isValid() local 1277 assert(pointerType); in isValid() 1278 auto sizeType = module_.FindDef(pointerType->type_id()); in isValid()
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | pointer_binding.dart | 231 kind: _pointerTypeToDeviceKind(event.pointerType), 260 ui.PointerDeviceKind _pointerTypeToDeviceKind(String pointerType) { 261 switch (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/typescript/lib/ |
D | lib.dom.d.ts | 1057 pointerType?: string; property 10099 readonly pointerType: any; property 10107 … rotation: number, tiltX: number, tiltY: number, pointerIdArg: number, pointerType: any, hwTimesta… 11858 readonly pointerType: string; property
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 1037 pointerType?: string; property 10079 readonly pointerType: any; property 10087 … rotation: number, tiltX: number, tiltY: number, pointerIdArg: number, pointerType: any, hwTimesta… 11838 readonly pointerType: string; property
|
/third_party/boost/libs/hof/doc/html/_static/ |
D | jquery-3.1.0.js | 5392 pointerType: true, property
|
D | jquery.js | 3 …!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,s… property
|
/third_party/boost/libs/python/doc/html/numpy/_static/ |
D | jquery-3.1.0.js | 5392 pointerType: true, property
|
D | jquery.js | 3 …!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,s… property
|
/third_party/boost/libs/gil/doc/html/_static/ |
D | jquery.js | 3 …!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,s… property
|
D | jquery-3.1.0.js | 5392 pointerType: true, property
|
/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/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
|
/third_party/boost/libs/hana/doc/js/ |
D | highcharts.js | 277 …Y,target:f.target})});return a}function D(a,p,u,m){"touch"!==a.pointerType&&a.pointerType!==a.MSPO…
|