Home
last modified time | relevance | path

Searched defs:Mode (Results 1 – 25 of 200) sorted by relevance

12345678

/third_party/python/Doc/tutorial/
Dappendix.rst13 .. _tut-error:
15 Error Handling
37 Executable Python Scripts
68 The Interactive Startup File
101 The Customization Modules
Dinterpreter.rst121 .. _tut-interp:
/third_party/typescript/tests/baselines/reference/
DmoduleVisibilityTest3.js7 class Mode { class
21 constructor(p1: modes, p2: modes.Mode) {// should be an error on p2 - it's not exported
32 var Mode = /** @class */ (function () { class
33 function Mode() { class in anonymousFunctionabb7279e0100.Mode
DmoduleCrashBug1.js7 class Mode { class
27 var Mode = /** @class */ (function () { class
28 function Mode() { class in anonymousFunction1af092c30100.Mode
DenumFromExternalModule.js17 var Mode; variable
18 (function (Mode) { argument
DmoduleAliasInterface.js21 constructor(p1: modes.IMode, p2: modes.Mode) { }// should be an error on p2 - it's not exported
34 …constructor(p1: modesOuter.IMode, p2: modesOuter.Mode) { }// no error here, since modesOuter is de…
41 constructor(p1: Foo.Bar, p2: modesOuter.Mode) { }
61 var Mode = /** @class */ (function () { class
62 function Mode() { class in anonymousFunctionac913dbe0100.Mode
DrecursiveClassReferenceTest.js198 var Mode = /** @class */ (function (_super) { class
200 function Mode() { class in anonymousFunction62b57b5a1700.anonymousFunction62b57b5a1800.anonymousFunction62b57b5a1900.anonymousFunction62b57b5a1a00.Mode
204 Mode.prototype.getInitialState = function () { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileOutputBuffer.cpp79 unsigned Mode) in InMemoryBuffer()
113 unsigned Mode; member in __anona85a18d60111::InMemoryBuffer
118 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) { in createInMemoryBuffer()
128 createOnDiskBuffer(StringRef Path, size_t Size, unsigned Mode) { in createOnDiskBuffer()
171 unsigned Mode = fs::all_read | fs::all_write; in create() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkSerializer.cpp21 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer()
38 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp636 Mode, enumerator
1107 struct Mode struct
1109 const int IDX; // Mode index
1110 const int NS; // Number of subsets in each partition
1111 const int PB; // Partition bits
1112 const int RB; // Rotation bits
1113 const int ISB; // Index selection bits
1114 const int CB; // Color bits
1115 const int AB; // Alpha bits
1116 const int EPB; // Endpoint P-bits
[all …]
/third_party/libjpeg/
Dmakefile.vms11 $ If F$Mode () .eqs. "INTERACTIVE" function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceLiveness.h110 static std::unique_ptr<Liveness> create(Cfg *Func, LivenessMode Mode) { in create()
124 Liveness(Cfg *Func, LivenessMode Mode) in Liveness()
140 LivenessMode Mode; variable
/third_party/typescript/tests/cases/compiler/
DenumFromExternalModule.ts3 export enum Mode { Open } enum
DmoduleCrashBug1.ts6 class Mode { class
DmoduleVisibilityTest3.ts6 class Mode { class
/third_party/flutter/skia/include/effects/
DSkTrimPathEffect.h15 enum class Mode { enum
/third_party/skia/include/effects/
DSkTrimPathEffect.h15 enum class Mode { enum
/third_party/flutter/skia/modules/sksg/include/
DSkSGMaskEffect.h21 enum class Mode { enum
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Damvideo.h645 #define IFullScreenVideo_GetModeInfo(This,Mode,pWidth,pHeight,pDepth) (This)->lpVtbl->GetModeInfo(T… argument
647 #define IFullScreenVideo_IsModeAvailable(This,Mode) (This)->lpVtbl->IsModeAvailable(This,Mode) argument
648 #define IFullScreenVideo_IsModeEnabled(This,Mode) (This)->lpVtbl->IsModeEnabled(This,Mode) argument
649 #define IFullScreenVideo_SetEnabled(This,Mode,bEnabled) (This)->lpVtbl->SetEnabled(This,Mode,bEnabl… argument
676 static FORCEINLINE HRESULT IFullScreenVideo_GetModeInfo(IFullScreenVideo* This,LONG Mode,LONG *pWid… in IFullScreenVideo_GetModeInfo()
682 static FORCEINLINE HRESULT IFullScreenVideo_IsModeAvailable(IFullScreenVideo* This,LONG Mode) { in IFullScreenVideo_IsModeAvailable()
685 static FORCEINLINE HRESULT IFullScreenVideo_IsModeEnabled(IFullScreenVideo* This,LONG Mode) { in IFullScreenVideo_IsModeEnabled()
688 static FORCEINLINE HRESULT IFullScreenVideo_SetEnabled(IFullScreenVideo* This,LONG Mode,LONG bEnabl… in IFullScreenVideo_SetEnabled()
877 #define IFullScreenVideoEx_GetModeInfo(This,Mode,pWidth,pHeight,pDepth) (This)->lpVtbl->GetModeInfo… argument
879 #define IFullScreenVideoEx_IsModeAvailable(This,Mode) (This)->lpVtbl->IsModeAvailable(This,Mode) argument
[all …]
/third_party/skia/modules/sksg/include/
DSkSGMaskEffect.h21 enum class Mode : uint32_t { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFloatingPointMode.h47 inline StringRef denormalModeName(DenormalMode Mode) { in denormalModeName()
/third_party/skia/modules/svg/include/
DSkSVGFeBlend.h16 enum class Mode { enum
/third_party/flutter/skia/src/gpu/effects/generated/
DGrBlurredEdgeFragmentProcessor.h19 enum class Mode { kGaussian = 0, kSmoothStep = 1 }; enum
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrSegment.java278 public enum Mode { enum in QrSegment
300 private Mode(int mode, int... ccbits) { in Mode() method in QrSegment.Mode
/third_party/flutter/skia/src/gpu/effects/
DGrSRGBEffect.h15 enum class Mode { enum

12345678