/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 25 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() argument 28 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Bool, OS) in operator <<() 29 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Single, OS) in operator <<() 30 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Double, OS) in operator <<() 31 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int8, OS) in operator <<() 32 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int16, OS) in operator <<() 33 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int32, OS) in operator <<() 34 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int64, OS) in operator <<() 35 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt8, OS) in operator <<() 36 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt16, OS) in operator <<() [all …]
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 24 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() argument 27 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Bool, OS) in operator <<() 28 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Single, OS) in operator <<() 29 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Double, OS) in operator <<() 30 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int8, OS) in operator <<() 31 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int16, OS) in operator <<() 32 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int32, OS) in operator <<() 33 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int64, OS) in operator <<() 34 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt8, OS) in operator <<() 35 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt16, OS) in operator <<() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 24 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() argument 27 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Bool, OS) in operator <<() 28 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Single, OS) in operator <<() 29 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Double, OS) in operator <<() 30 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int8, OS) in operator <<() 31 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int16, OS) in operator <<() 32 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int32, OS) in operator <<() 33 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int64, OS) in operator <<() 34 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt8, OS) in operator <<() 35 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt16, OS) in operator <<() [all …]
|
/external/crosvm/x86_64/src/ |
D | msr_index.rs | 1 // Copyright 2017 The Chromium OS Authors. All rights reserved. 11 pub const MSR_EFER: ::std::os::raw::c_uint = 0xc0000080; 12 pub const MSR_STAR: ::std::os::raw::c_uint = 0xc0000081; 13 pub const MSR_LSTAR: ::std::os::raw::c_uint = 0xc0000082; 14 pub const MSR_CSTAR: ::std::os::raw::c_uint = 0xc0000083; 15 pub const MSR_SYSCALL_MASK: ::std::os::raw::c_uint = 0xc0000084; 16 pub const MSR_FS_BASE: ::std::os::raw::c_uint = 0xc0000100; 17 pub const MSR_GS_BASE: ::std::os::raw::c_uint = 0xc0000101; 18 pub const MSR_KERNEL_GS_BASE: ::std::os::raw::c_uint = 0xc0000102; 19 pub const MSR_TSC_AUX: ::std::os::raw::c_uint = 0xc0000103; [all …]
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_os_test.py | 20 import os 40 self.assertTrue(self.os.path.exists(path)) 41 st = self.os.stat(path) 48 self.assertTrue(self.os.path.exists(path)) 49 st = self.os.stat(path) 58 self.rwx = self.os.R_OK | self.os.W_OK | self.os.X_OK 59 self.rw = self.os.R_OK | self.os.W_OK 65 self.os.chdir(directory) 70 self.assert_raises_os_error(errno.ENOENT, self.os.chdir, directory) 76 self.assert_raises_os_error(errno.ENOTDIR, self.os.chdir, filename) [all …]
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 93 void print(const Type *ty, Qualifiers qs, raw_ostream &OS, 95 void print(QualType T, raw_ostream &OS, StringRef PlaceHolder); 98 void spaceBeforePlaceHolder(raw_ostream &OS); 99 void printTypeSpec(const NamedDecl *D, raw_ostream &OS); 101 void printBefore(const Type *ty, Qualifiers qs, raw_ostream &OS); 102 void printBefore(QualType T, raw_ostream &OS); 103 void printAfter(const Type *ty, Qualifiers qs, raw_ostream &OS); 104 void printAfter(QualType T, raw_ostream &OS); 105 void AppendScope(DeclContext *DC, raw_ostream &OS); 106 void printTag(TagDecl *T, raw_ostream &OS); [all …]
|
D | StmtPrinter.cpp | 37 raw_ostream &OS; member in __anond33ff6c60111::StmtPrinter 43 StmtPrinter(raw_ostream &os, PrinterHelper* helper, in StmtPrinter() argument 46 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy) {} in StmtPrinter() 58 OS << ";\n"; in PrintStmt() 81 OS << "<null expr>"; in PrintExpr() 86 OS << " "; in Indent() 87 return OS; in Indent() 91 if (Helper && Helper->handledStmt(S,OS)) in Visit() 100 OS << "<<unknown expr type>>"; in VisitExpr() 118 OS << "{\n"; in PrintRawCompoundStmt() [all …]
|
/external/llvm-project/llvm/lib/Demangle/ |
D | MicrosoftDemangleNodes.cpp | 24 OS << Desc; \ 28 static void outputSpaceIfNecessary(OutputStream &OS) { in outputSpaceIfNecessary() argument 29 if (OS.empty()) in outputSpaceIfNecessary() 32 char C = OS.back(); in outputSpaceIfNecessary() 34 OS << " "; in outputSpaceIfNecessary() 37 static void outputSingleQualifier(OutputStream &OS, Qualifiers Q) { in outputSingleQualifier() argument 40 OS << "const"; in outputSingleQualifier() 43 OS << "volatile"; in outputSingleQualifier() 46 OS << "__restrict"; in outputSingleQualifier() 53 static bool outputQualifierIfPresent(OutputStream &OS, Qualifiers Q, in outputQualifierIfPresent() argument [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
D | MicrosoftDemangleNodes.cpp | 24 OS << Desc; \ 28 static void outputSpaceIfNecessary(OutputStream &OS) { in outputSpaceIfNecessary() argument 29 if (OS.empty()) in outputSpaceIfNecessary() 32 char C = OS.back(); in outputSpaceIfNecessary() 34 OS << " "; in outputSpaceIfNecessary() 37 static void outputSingleQualifier(OutputStream &OS, Qualifiers Q) { in outputSingleQualifier() argument 40 OS << "const"; in outputSingleQualifier() 43 OS << "volatile"; in outputSingleQualifier() 46 OS << "__restrict"; in outputSingleQualifier() 53 static bool outputQualifierIfPresent(OutputStream &OS, Qualifiers Q, in outputQualifierIfPresent() argument [all …]
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | section-flags-os-proc.test | 1 ## Here we test how OS and processor specific flags are dumped. 4 # RUN: llvm-readobj -S %t.o | FileCheck --check-prefix=OS-PROC-LLVM %s 5 # RUN: llvm-readelf -S %t.o | FileCheck --check-prefix=OS-PROC-GNU %s 7 # OS-PROC-LLVM: Name: .os.flags.low 8 # OS-PROC-LLVM-NEXT: Type: SHT_PROGBITS 9 # OS-PROC-LLVM-NEXT: Flags [ (0x100000) 10 # OS-PROC-LLVM-NEXT: ] 11 # OS-PROC-LLVM: Name: .os.flags.high 12 # OS-PROC-LLVM-NEXT: Type: SHT_PROGBITS 13 # OS-PROC-LLVM-NEXT: Flags [ (0xFE00000) [all …]
|
/external/llvm-project/llvm/utils/TableGen/ |
D | PredicateExpander.cpp | 18 void PredicateExpander::expandTrue(raw_ostream &OS) { OS << "true"; } in expandTrue() argument 19 void PredicateExpander::expandFalse(raw_ostream &OS) { OS << "false"; } in expandFalse() argument 21 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() argument 25 OS << FunctionMapper << "("; in expandCheckImmOperand() 26 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckImmOperand() 29 OS << ")"; in expandCheckImmOperand() 30 OS << (shouldNegate() ? " != " : " == ") << ImmVal; in expandCheckImmOperand() 33 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() argument 37 expandCheckImmOperandSimple(OS, OpIndex, FunctionMapper); in expandCheckImmOperand() 40 OS << FunctionMapper << "("; in expandCheckImmOperand() [all …]
|
/external/llvm-project/clang/lib/AST/ |
D | TypePrinter.cpp | 111 void print(const Type *ty, Qualifiers qs, raw_ostream &OS, 113 void print(QualType T, raw_ostream &OS, StringRef PlaceHolder); 116 void spaceBeforePlaceHolder(raw_ostream &OS); 117 void printTypeSpec(NamedDecl *D, raw_ostream &OS); 119 void printBefore(QualType T, raw_ostream &OS); 120 void printAfter(QualType T, raw_ostream &OS); 121 void AppendScope(DeclContext *DC, raw_ostream &OS, 123 void printTag(TagDecl *T, raw_ostream &OS); 124 void printFunctionAfter(const FunctionType::ExtInfo &Info, raw_ostream &OS); 127 void print##CLASS##Before(const CLASS##Type *T, raw_ostream &OS); \ [all …]
|
D | TextNodeDumper.cpp | 30 static void dumpPreviousDeclImpl(raw_ostream &OS, ...) {} in dumpPreviousDeclImpl() argument 33 static void dumpPreviousDeclImpl(raw_ostream &OS, const Mergeable<T> *D) { in dumpPreviousDeclImpl() argument 36 OS << " first " << First; in dumpPreviousDeclImpl() 40 static void dumpPreviousDeclImpl(raw_ostream &OS, const Redeclarable<T> *D) { in dumpPreviousDeclImpl() argument 43 OS << " prev " << Prev; in dumpPreviousDeclImpl() 48 static void dumpPreviousDecl(raw_ostream &OS, const Decl *D) { in dumpPreviousDecl() argument 52 return dumpPreviousDeclImpl(OS, cast<DERIVED##Decl>(D)); in dumpPreviousDecl() 59 TextNodeDumper::TextNodeDumper(raw_ostream &OS, const ASTContext &Context, in TextNodeDumper() argument 61 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors), in TextNodeDumper() 66 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors) in TextNodeDumper() argument [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_os.py | 1 # As a test suite for the os module, this is woefully inadequate, but this 16 import os 63 if hasattr(os, 'geteuid'): 64 root_in_posix = (os.geteuid() == 0) 76 HAVE_WHEEL_GROUP = sys.platform.startswith('freebsd') and os.getgid() == 0 80 return unittest.skipUnless(hasattr(os, name), 'requires os.%s' % name) 90 cwd = os.getcwd() 96 # longer path if longer paths support is enabled. Internally, the os 115 cwd = os.getcwd() 118 need = min_len - (len(cwd) + len(os.path.sep)) [all …]
|
/external/llvm/utils/TableGen/ |
D | Attributes.cpp | 26 void emit(raw_ostream &OS); 29 void emitTargetIndependentEnums(raw_ostream &OS); 30 void emitConversionFn(raw_ostream &OS); 31 void emitFnAttrCompatCheck(raw_ostream &OS, bool IsStringAttr); 33 void printEnumAttrClasses(raw_ostream &OS, 35 void printStrBoolAttrClasses(raw_ostream &OS, 43 void Attributes::emitTargetIndependentEnums(raw_ostream &OS) { in emitTargetIndependentEnums() argument 44 OS << "#ifdef GET_ATTR_ENUM\n"; in emitTargetIndependentEnums() 45 OS << "#undef GET_ATTR_ENUM\n"; in emitTargetIndependentEnums() 51 OS << A->getName() << ",\n"; in emitTargetIndependentEnums() [all …]
|
/external/openscreen/platform/base/ |
D | error.cc | 47 std::ostream& operator<<(std::ostream& os, const Error::Code& code) { in operator <<() argument 49 return os << "Success"; in operator <<() 51 os << "Failure: "; in operator <<() 54 return os << "Transient"; in operator <<() 56 return os << "CborParsing"; in operator <<() 58 return os << "CborEncoding"; in operator <<() 60 return os << "CborIncompleteMessage"; in operator <<() 62 return os << "CborInvalidMessage"; in operator <<() 64 return os << "CborInvalidResponseId"; in operator <<() 66 return os << "NoAvailableReceivers"; in operator <<() [all …]
|
/external/ImageMagick/config/ |
D | config.sub | 126 os=$field3-$field4 129 # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two 139 os=$maybe_os 143 os=linux-android 147 os=$field3 156 os= 159 # Second component is usually, but not always the OS 161 # Prevent following clause from handling this valid os 162 sun*os*) 164 os=$field2 [all …]
|
/external/pcre/dist2/ |
D | config.sub | 127 os=$field3-$field4 130 # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two 140 os=$maybe_os 144 os=linux-android 148 os=$field3 157 os= 160 # Second component is usually, but not always the OS 162 # Prevent following clause from handling this valid os 163 sun*os*) 165 os=$field2 [all …]
|
/external/openssh/ |
D | config.sub | 127 os=$field3-$field4 130 # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two 140 os=$maybe_os 144 os=linux-android 148 os=$field3 157 os= 160 # Second component is usually, but not always the OS 162 # Prevent following clause from handling this valid os 163 sun*os*) 165 os=$field2 [all …]
|
/external/libevent/build-aux/ |
D | config.sub | 127 os=$field3-$field4 130 # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two 140 os=$maybe_os 144 os=linux-android 148 os=$field3 157 os= 160 # Second component is usually, but not always the OS 162 # Prevent following clause from handling this valid os 163 sun*os*) 165 os=$field2 [all …]
|
/external/llvm-project/clang/utils/TableGen/ |
D | ClangOpcodesEmitter.cpp | 32 void run(raw_ostream &OS); 37 void EmitEnum(raw_ostream &OS, StringRef N, Record *R); 40 void EmitInterp(raw_ostream &OS, StringRef N, Record *R); 43 void EmitDisasm(raw_ostream &OS, StringRef N, Record *R); 46 void EmitEmitter(raw_ostream &OS, StringRef N, Record *R); 49 void EmitProto(raw_ostream &OS, StringRef N, Record *R); 52 void EmitGroup(raw_ostream &OS, StringRef N, Record *R); 55 void EmitEval(raw_ostream &OS, StringRef N, Record *R); 57 void PrintTypes(raw_ostream &OS, ArrayRef<Record *> Types); 88 void ClangOpcodesEmitter::run(raw_ostream &OS) { in run() argument [all …]
|
D | ClangAttrEmitter.cpp | 230 virtual void writeAccessors(raw_ostream &OS) const = 0; 231 virtual void writeAccessorDefinitions(raw_ostream &OS) const {} in writeAccessorDefinitions() 232 virtual void writeASTVisitorTraversal(raw_ostream &OS) const {} in writeASTVisitorTraversal() 233 virtual void writeCloneArgs(raw_ostream &OS) const = 0; 234 virtual void writeTemplateInstantiationArgs(raw_ostream &OS) const = 0; 235 virtual void writeTemplateInstantiation(raw_ostream &OS) const {} in writeTemplateInstantiation() 236 virtual void writeCtorBody(raw_ostream &OS) const {} in writeCtorBody() 237 virtual void writeCtorInitializers(raw_ostream &OS) const = 0; 238 virtual void writeCtorDefaultInitializers(raw_ostream &OS) const = 0; 239 virtual void writeCtorParameters(raw_ostream &OS) const = 0; [all …]
|
/external/crosvm/io_uring/src/ |
D | bindings.rs | 48 pub const NR_OPEN: ::std::os::raw::c_uint = 1024; 49 pub const NGROUPS_MAX: ::std::os::raw::c_uint = 65536; 50 pub const ARG_MAX: ::std::os::raw::c_uint = 131072; 51 pub const LINK_MAX: ::std::os::raw::c_uint = 127; 52 pub const MAX_CANON: ::std::os::raw::c_uint = 255; 53 pub const MAX_INPUT: ::std::os::raw::c_uint = 255; 54 pub const NAME_MAX: ::std::os::raw::c_uint = 255; 55 pub const PATH_MAX: ::std::os::raw::c_uint = 4096; 56 pub const PIPE_BUF: ::std::os::raw::c_uint = 4096; 57 pub const XATTR_NAME_MAX: ::std::os::raw::c_uint = 255; [all …]
|
/external/rust/crates/libsqlite3-sys/bindgen-bindings/ |
D | bindgen_3.7.7.rs | 262 pub static mut sqlite3_version: [::std::os::raw::c_char; 0usize]; 265 pub fn sqlite3_libversion() -> *const ::std::os::raw::c_char; in sqlite3_libversion() 268 pub fn sqlite3_sourceid() -> *const ::std::os::raw::c_char; in sqlite3_sourceid() 271 pub fn sqlite3_libversion_number() -> ::std::os::raw::c_int; in sqlite3_libversion_number() 274 pub fn sqlite3_compileoption_used(zOptName: *const ::std::os::raw::c_char) in sqlite3_compileoption_used() 275 -> ::std::os::raw::c_int; in sqlite3_compileoption_used() 278 pub fn sqlite3_compileoption_get(N: ::std::os::raw::c_int) in sqlite3_compileoption_get() 279 -> *const ::std::os::raw::c_char; in sqlite3_compileoption_get() 282 pub fn sqlite3_threadsafe() -> ::std::os::raw::c_int; in sqlite3_threadsafe() 287 pub type sqlite_int64 = ::std::os::raw::c_longlong; [all …]
|
D | bindgen_3.6.23.rs | 217 pub static mut sqlite3_version: [::std::os::raw::c_char; 0usize]; 220 pub fn sqlite3_libversion() -> *const ::std::os::raw::c_char; in sqlite3_libversion() 223 pub fn sqlite3_sourceid() -> *const ::std::os::raw::c_char; in sqlite3_sourceid() 226 pub fn sqlite3_libversion_number() -> ::std::os::raw::c_int; in sqlite3_libversion_number() 229 pub fn sqlite3_compileoption_used(zOptName: *const ::std::os::raw::c_char) in sqlite3_compileoption_used() 230 -> ::std::os::raw::c_int; in sqlite3_compileoption_used() 233 pub fn sqlite3_compileoption_get(N: ::std::os::raw::c_int) in sqlite3_compileoption_get() 234 -> *const ::std::os::raw::c_char; in sqlite3_compileoption_get() 237 pub fn sqlite3_threadsafe() -> ::std::os::raw::c_int; in sqlite3_threadsafe() 242 pub type sqlite_int64 = ::std::os::raw::c_longlong; [all …]
|