Home
last modified time | relevance | path

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

12345678910>>...17

/external/python/cpython2/Doc/tutorial/
Dappendix.rst13 .. _tut-error:
15 Error Handling
37 Executable Python Scripts
68 The Interactive Startup File
101 The Customization Modules
/external/python/cpython3/Doc/tutorial/
Dappendix.rst13 .. _tut-error:
15 Error Handling
37 Executable Python Scripts
68 The Interactive Startup File
101 The Customization Modules
/external/llvm-project/compiler-rt/lib/xray/
Dxray_log_interface.cpp40 const char *Mode; member
64 __xray_log_register_mode(const char *Mode, in __xray_log_register_mode()
85 __xray_log_select_mode(const char *Mode) XRAY_NEVER_INSTRUMENT { in __xray_log_select_mode()
139 XRayLogInitStatus __xray_log_init_mode(const char *Mode, const char *Config) in __xray_log_init_mode()
160 __xray_log_init_mode_bin(const char *Mode, const char *Config, in __xray_log_init_mode_bin()
203 auto Mode = CurrentMode ? CurrentMode->Mode : nullptr; in __xray_log_process_buffers() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileOutputBuffer.cpp79 unsigned Mode) in InMemoryBuffer()
113 unsigned Mode; member in __anon82a1a5eb0111::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
/external/llvm-project/llvm/lib/Support/
DFileOutputBuffer.cpp79 unsigned Mode) in InMemoryBuffer()
113 unsigned Mode; member in __anon9c3830d70111::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
/external/swiftshader/src/Device/
DBC_Decoder.cpp635 Mode, enumerator
1078 struct Mode struct
1080 const int IDX; // Mode index
1081 const int NS; // Number of subsets in each partition
1082 const int PB; // Partition bits
1083 const int RB; // Rotation bits
1084 const int ISB; // Index selection bits
1085 const int CB; // Color bits
1086 const int AB; // Alpha bits
1087 const int EPB; // Endpoint P-bits
[all …]
/external/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()
/external/llvm-project/llvm/lib/Remarks/
DRemarkSerializer.cpp21 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer()
38 remarks::createRemarkSerializer(Format RemarksFormat, SerializerMode Mode, in createRemarkSerializer()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DTarget.cpp56 InstructionBenchmark::ModeE Mode, const LLVMState &State, in createSnippetGenerator()
72 InstructionBenchmark::ModeE Mode, const LLVMState &State, in createBenchmarkRunner()
110 const LLVMState &State, InstructionBenchmark::ModeE Mode, in createLatencyBenchmarkRunner()
/external/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
/external/kernel-headers/original/uapi/linux/
Dcciss_defs.h61 BYTE Mode:2; /* b00 */ member
66 BYTE Mode:2; /* b01 */ member
72 BYTE Mode:2; /* b10 */ member
79 DWORD Mode:2; member
85 DWORD Mode:2; member
/external/clang/utils/analyzer/
DSumTimerInfo.py34 Mode = 1 variable
37 Mode = 1 variable
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DCLI.java27 private enum Mode { enum in CLI
106 Mode(final String message) { in Mode() method in CLI.Mode
/external/libcap/cap/
Dconvenience.go67 type Mode uint type
128 func (sc *syscaller) setMode(m Mode) error {
/external/llvm-project/clang-tools-extra/clang-tidy/android/
DCloexecCheck.cpp26 const LangOptions &LangOpts, char Mode) { in buildFixMsgForStringFlag()
82 const ast_matchers::MatchFinder::MatchResult &Result, const char Mode, in insertStringFlag()
/external/skqp/include/effects/
DSkTrimPathEffect.h15 enum class Mode { enum
/external/skia/include/effects/
DSkTrimPathEffect.h15 enum class Mode { enum
/external/rust/crates/nix/src/sys/
Dstat.rs44 pub fn mknod<P: ?Sized + NixPath>(path: &P, kind: SFlag, perm: Mode, dev: dev_t) -> Result<()> { in mknod()
74 pub fn umask(mode: Mode) -> Mode { in umask()
164 mode: Mode, in fchmodat()
/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DDependencyScanningService.cpp16 ScanningMode Mode, ScanningOutputFormat Format, bool ReuseFileManager, in DependencyScanningService()
/external/python/cffi/doc/source/
Doverview.rst290 API Mode, calling C sources instead of a compiled library
367 .. _performance:
/external/skqp/modules/sksg/include/
DSkSGMaskEffect.h21 enum class Mode { enum
/external/libchrome/base/message_loop/
Dwatchable_io_message_pump_posix.h55 enum Mode { enum
/external/webrtc/modules/audio_processing/agc/
Dgain_control.h33 enum Mode { enum
/external/starlark-go/syntax/
Dparse.go20 type Mode uint type
33 func Parse(filename string, src interface{}, mode Mode) (f *File, err error) {
88 func ParseExpr(filename string, src interface{}, mode Mode) (expr Expr, err error) {
/external/tensorflow/tensorflow/compiler/xla/service/
Dscatter_expander.h40 enum Mode { enum

12345678910>>...17