HomeSort by: relevance | last modified time | path
    Searched defs:Mode (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/external/bsd/openldap/dist/contrib/slapd-tools/
wrap_slap_ops 40 use constant Mode => shift(@ARGV) || "";
43 usage() unless Mode =~ /^-(l|[uU]\d*)$/ && ($ARGV[0]||"") =~ /^[^\-]/;
53 if (Mode eq "-l") {
59 (open(D, "|-", "diff", Mode, $file, "-")
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_log_interface.cc 36 // We use a linked list of Mode to XRayLogImpl mappings. This is a linked list
41 const char *Mode;
65 __xray_log_register_mode(const char *Mode,
72 // First, look for whether the mode already has a registered implementation.
74 if (!internal_strcmp(Mode, it->Mode))
79 NewModeImpl->Mode = internal_strdup(Mode);
86 __xray_log_select_mode(const char *Mode) XRAY_NEVER_INSTRUMENT {
89 if (!internal_strcmp(Mode, it->Mode))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Remarks/
RemarkSerializer.h 25 Separate, // A mode where the metadata is serialized separately from the
29 Standalone // A mode where everything can be retrieved in the same
43 /// The serialization mode.
44 SerializerMode Mode;
50 SerializerMode Mode)
51 : SerializerFormat(SerializerFormat), OS(OS), Mode(Mode), StrTab() {}
77 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
82 createRemarkSerializer(Format RemarksFormat, SerializerMode Mode,
  /src/external/apache2/llvm/dist/llvm/lib/Support/
FileOutputBuffer.cpp 78 unsigned Mode)
80 Mode(Mode) {}
101 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode))
112 unsigned Mode;
117 createInMemoryBuffer(StringRef Path, size_t Size, unsigned Mode) {
123 return std::make_unique<InMemoryBuffer>(Path, MB, Size, Mode);
127 createOnDiskBuffer(StringRef Path, size_t Size, unsigned Mode) {
129 fs::TempFile::create(Path + ".tmp%%%%%%%", Mode);
149 return createInMemoryBuffer(Path, Size, Mode);
    [all...]
TarWriter.cpp 37 char Mode[8];
161 memcpy(Hdr.Mode, "0000664", 8);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkRunner.h 38 InstructionBenchmark::ModeE Mode);
78 const InstructionBenchmark::ModeE Mode;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-missing-debug.py 27 class Mode(Enum):
38 self._mode = Mode.RETURN_NONE
44 if self._mode == Mode.RETURN_NONE:
47 if self._mode == Mode.RETURN_TRUE:
51 if self._mode == Mode.RETURN_FALSE:
54 if self._mode == Mode.RETURN_STRING:
66 def set_mode(self, mode, *args):
68 self._mode = mode
70 if mode == Mode.RETURN_NONE
    [all...]
py-missing-objfile.py 52 class Mode(Enum):
65 self._mode = Mode.RETURN_NONE
74 if self._mode == Mode.RETURN_NONE:
77 if self._mode == Mode.RETURN_TRUE:
89 if self._mode == Mode.RETURN_FALSE:
92 if self._mode == Mode.RETURN_STRING:
104 def set_mode(self, mode, *args):
106 self._mode = mode
108 if mode == Mode.RETURN_NONE
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
DependencyScanningService.h 18 /// The mode in which the dependency scanner will operate to find the
21 /// This mode is used to compute the dependencies by running the preprocessor
26 /// This mode is used to compute the dependencies by running the preprocessor
49 DependencyScanningService(ScanningMode Mode, ScanningOutputFormat Format,
53 ScanningMode getMode() const { return Mode; }
66 const ScanningMode Mode;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-missing-debug.py 27 class Mode(Enum):
38 self._mode = Mode.RETURN_NONE
44 if self._mode == Mode.RETURN_NONE:
47 if self._mode == Mode.RETURN_TRUE:
51 if self._mode == Mode.RETURN_FALSE:
54 if self._mode == Mode.RETURN_STRING:
66 def set_mode(self, mode, *args):
68 self._mode = mode
70 if mode == Mode.RETURN_NONE
    [all...]
py-missing-objfile.py 52 class Mode(Enum):
65 self._mode = Mode.RETURN_NONE
74 if self._mode == Mode.RETURN_NONE:
77 if self._mode == Mode.RETURN_TRUE:
89 if self._mode == Mode.RETURN_FALSE:
92 if self._mode == Mode.RETURN_STRING:
104 def set_mode(self, mode, *args):
106 self._mode = mode
108 if mode == Mode.RETURN_NONE
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
WithColor.h 55 ColorMode Mode;
61 /// @param Mode Enable, disable or compute whether to use colors.
63 ColorMode Mode = ColorMode::Auto);
70 /// @param Mode Enable, disable or compute whether to use colors.
74 ColorMode Mode = ColorMode::Auto)
75 : OS(OS), Mode(Mode) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Inliner.h 123 InliningAdvisorMode Mode = InliningAdvisorMode::Default,
140 const InliningAdvisorMode Mode;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUMachineFunction.h 43 // State of MODE register, assumed FP mode.
44 AMDGPU::SIModeRegisterDefaults Mode;
75 return Mode;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FloatingPointMode.h 9 // Utilities for dealing with flags related to floating point mode controls.
21 /// Rounding mode.
29 /// the rounding mode values and the special value \c Dynamic must fit into the
32 /// rounding mode value, so it does not need to fit the bit fields.
35 // Rounding mode defined in IEEE-754.
43 Dynamic = 7, ///< Denotes mode unknown at compile time.
47 /// Returns text representation of the given rounding mode.
83 /// Denormal flushing mode for floating point instruction results in the
142 inline raw_ostream& operator<<(raw_ostream &OS, DenormalMode Mode) {
143 Mode.print(OS)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h 190 enum class Mode : uint8_t {
201 Mode EvalMode = Mode::Exact;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Debugify.h 97 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo,
101 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo,
109 /// Track how much `debugify` information (in the `synthetic` mode only)
141 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo,
148 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo,
174 enum DebugifyMode Mode = DebugifyMode::NoDebugify;
182 bool WrapWithDebugify = Mode != DebugifyMode::NoDebugify &&
199 super::add(createDebugifyFunctionPass(Mode, Name, DIPreservationMap));
202 isSyntheticDebugInfo(), Name, DIStatsMap, Mode, DIPreservationMap,
206 super::add(createDebugifyModulePass(Mode, Name, DIPreservationMap))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndexDiscovery.cpp 35 PointerMode Mode = getPointerMode(Attrs);
36 return Mode == PointerMode::PointerToDataMember ||
37 Mode == PointerMode::PointerToMemberFunction;
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOUniversalWriter.cpp 312 unsigned Mode = sys::fs::all_read | sys::fs::all_write;
314 Mode |= sys::fs::all_exe;
316 OutputFileName + ".temp-universal-%%%%%%", Mode);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 42 enum Mode {
69 // -thumb-mode in a caller with +thumb-mode, may cause the assembler to
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.cpp 322 DenormalMode Mode = parseDenormalFPAttribute(Attr);
323 bool FtzEnabled = Mode.Output != DenormalMode::IEEE;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 130 static std::string formatPointerMode(PointerMode Mode) {
131 switch (Mode) {
138 return formatUnknownEnum(Mode);
201 PointerMode Mode = Record.getMode();
204 return std::string(formatv("mode = {0}, opts = {1}, kind = {2}",
205 formatPointerMode(Mode), pointerOptions(Opts),
501 std::string Type = (R.Mode == LabelType::Far) ? "far" : "near";
  /src/external/bsd/elftosb/dist/common/
rijndael.h 90 enum Mode { ECB , CBC , CFB1 };
103 Mode m_mode;
115 // mode : Rijndael::ECB, Rijndael::CBC or Rijndael::CFB1
116 // You have to use the same mode for encrypting and decrypting
127 int init(Mode mode,Direction dir,const uint8_t *key,KeyLength keyLen,uint8_t * initVector = 0);
  /src/sys/external/bsd/gnu-efi/dist/inc/
efipoint.h 66 EFI_SIMPLE_POINTER_MODE *Mode;
114 EFI_ABSOLUTE_POINTER_MODE *Mode;
efiser.h 131 SERIAL_IO_MODE *Mode;

Completed in 33 milliseconds

1 2 3