Home
last modified time | relevance | path

Searched refs:getMode (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypePointer.cpp110 return Record->getMode() == PointerMode::LValueReference; in isReference()
116 return Record->getMode() == PointerMode::RValueReference; in isRValueReference()
122 return Record->getMode() == PointerMode::PointerToDataMember; in isPointerToDataMember()
128 return Record->getMode() == PointerMode::PointerToMemberFunction; in isPointerToMemberFunction()
/third_party/typescript/tests/baselines/reference/
DrecursiveClassReferenceTest.sourcemap.txt1217 > public getMode(): IMode { return mode; }
1268 > public getMode(): IMode { return mode; }
1318 > public getMode(): IMode { return mode; }
1482 >>> State.prototype.getMode = function () { return mode; };
1495 2 > getMode
1497 4 > public getMode(): IMode {
1541 > public getMode(): IMode { return mode; }
1566 > public getMode(): IMode { return mode; }
1767 …> public getMode(): IMode {…
1820 …> public getMode(): IMode { return mode…
[all …]
DrecursiveClassReferenceTest.js89 public getMode(): IMode { return mode; }
194 State.prototype.getMode = function () { return mode; }; method in State
DrecursiveClassReferenceTest.types181 public getMode(): IMode { return mode; }
182 >getMode : () => IMode
DrecursiveClassReferenceTest.symbols202 public getMode(): IMode { return mode; }
203 >getMode : Symbol(State.getMode, Decl(recursiveClassReferenceTest.ts, 85, 3))
DrecursiveClassReferenceTest.errors.txt100 public getMode(): IMode { return mode; }
/third_party/skia/gm/
Dblurcircles2.cpp73 if (this->getMode() == kSample_Mode) { in onDraw()
84 bool benchMode = this->getMode() == kBench_Mode; in onDraw()
Dconvexpolyclip.cpp107 if (kBench_Mode != this->getMode()) { in onISize()
173 int testLayers = kBench_Mode != this->getMode(); in onDraw()
Dblurignorexform.cpp101 if (kBench_Mode != this->getMode()) { in onDraw()
Dvariedtext.cpp132 if (kBench_Mode != this->getMode()) { in onDraw()
Dgm.h106 Mode getMode() const { return fMode; } in getMode() function
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/
DTriggerPad.kt104 var widthMode = MeasureSpec.getMode(widthMeasureSpec); in onMeasure()
113 var heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp171 if (Ptr.getMode() == PointerMode::LValueReference) in visitKnownRecord()
173 else if (Ptr.getMode() == PointerMode::RValueReference) in visitKnownRecord()
175 else if (Ptr.getMode() == PointerMode::Pointer) in visitKnownRecord()
/third_party/skia/modules/skparagraph/gm/
Dsimple_gm.cpp174 const int loop = (this->getMode() == kGM_Mode) ? 1 : 50; in onDraw()
193 if ((this->getMode() == kGM_Mode) && (fFlags & kTimeLayout)) { in onDraw()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.h60 AMDGPU::SIModeRegisterDefaults getMode() const { in getMode() function
DAMDGPUInstructions.td104 def FP16Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().FP64FP16Denormals">;
105 def FP32Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().FP32Denormals">;
106 def FP64Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().FP64FP16Denormals">;
107 def NoFP16Denormals : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().FP64FP16Denormals…
108 def NoFP32Denormals : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().FP32Denormals">;
109 def NoFP64Denormals : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().FP64FP16Denormals…
DSIFoldOperands.cpp1384 if ((Op == AMDGPU::V_MUL_F32_e64 && MFI->getMode().FP32Denormals) || in isOMod()
1385 (Op == AMDGPU::V_MUL_F16_e64 && MFI->getMode().FP64FP16Denormals)) in isOMod()
1414 if ((Op == AMDGPU::V_ADD_F32_e64 && MFI->getMode().FP32Denormals) || in isOMod()
1415 (Op == AMDGPU::V_ADD_F16_e64 && MFI->getMode().FP64FP16Denormals)) in isOMod()
1479 bool IsIEEEMode = MFI->getMode().IEEE; in runOnMachineFunction()
DAMDGPULegalizerInfo.cpp1517 if (!MFI->getMode().IEEE) in legalizeMinNumMaxNum()
1766 if (Ty == LLT::scalar(32) && !MFI->getMode().FP32Denormals) in legalizeFMad()
1768 if (Ty == LLT::scalar(16) && !MFI->getMode().FP64FP16Denormals) in legalizeFMad()
1957 MF.getInfo<SIMachineFunctionInfo>()->getMode().FP32Denormals) in legalizeFastUnsafeFDIV()
2070 AMDGPU::SIModeRegisterDefaults Mode = MFI->getMode(); in legalizeFDIV32()
/third_party/jsframework/runtime/main/extend/systemplugin/
Dbrightness.js41 getMode: function (...args) { method
/third_party/typescript/tests/cases/compiler/
DrecursiveClassReferenceTest.ts90 public getMode(): IMode { return mode; } method in State
/third_party/skia/modules/svg/src/
DSkSVGFeBlend.cpp41 const SkBlendMode blendMode = GetBlendMode(this->getMode()); in onMakeImageFilter()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceLiveness.h71 LivenessMode getMode() const { return Mode; } in getMode() function
/third_party/qrcodegen/cpp/
Dqrcodegen.hpp189 public: const Mode &getMode() const;
Dqrcodegen.cpp215 const QrSegment::Mode &QrSegment::getMode() const { in getMode() function in qrcodegen::QrSegment
293 bb.appendBits(static_cast<uint32_t>(seg.getMode().getModeBits()), 4); in encodeSegments()
294 bb.appendBits(static_cast<uint32_t>(seg.getNumChars()), seg.getMode().numCharCountBits(version)); in encodeSegments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h310 PointerMode getMode() const { in getMode() function
326 return getMode() == PointerMode::PointerToDataMember || in isPointerToMember()
327 getMode() == PointerMode::PointerToMemberFunction; in isPointerToMember()

12