Home
last modified time | relevance | path

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

1234567

/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 anonymousFunctionee59f1590100.Mode
DmoduleCrashBug1.js7 class Mode { class
27 var Mode = /** @class */ (function () { class
28 function Mode() { class in anonymousFunctionb5d96c3e0100.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 anonymousFunctiona6d43c190100.Mode
DrecursiveClassReferenceTest.js198 var Mode = /** @class */ (function (_super) { class
200 function Mode() { class in anonymousFunction4b5565551700.anonymousFunction4b5565551800.anonymousFunction4b5565551900.anonymousFunction4b5565551a00.Mode
204 Mode.prototype.getInitialState = function () { class
/third_party/rust/crates/clap/examples/tutorial_builder/
D04_01_enum.rs4 enum Mode { enum
10 impl ValueEnum for Mode { implementation
23 impl std::fmt::Display for Mode { implementation
32 impl std::str::FromStr for Mode { implementation
/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 __anon5cf2db710111::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/rust/crates/nix/src/sys/
Dstat.rs176 perm: Mode, in mknod()
198 perm: Mode, in mknodat()
234 pub fn umask(mode: Mode) -> Mode { in umask()
331 mode: Mode, in fchmodat()
473 mode: Mode, in mkdirat()
/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
DmoduleAliasInterface.ts6 export class Mode { class
/third_party/skia/include/effects/
DSkTrimPathEffect.h15 enum class Mode { enum
/third_party/qrcodegen/cpp/
Dqrcodegen.hpp55 public: class Mode final { class in qrcodegen::QrSegment
82 public: Mode() {} in Mode() function in qrcodegen::QrSegment::Mode
/third_party/rust/crates/rustix/src/fs/
Dopenat2.rs17 mode: Mode, in openat2()
/third_party/skia/modules/sksg/include/
DSkSGMaskEffect.h21 enum class Mode : uint32_t { enum
/third_party/rust/crates/clap/examples/tutorial_derive/
D04_01_enum.rs12 enum Mode { 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/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

1234567