/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/swiftshader/third_party/llvm-7.0/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/v8/src/diagnostics/ |
D | objects-printer.cc | 36 StdoutStream os; in Print() local 37 this->Print(os); in Print() 38 os << std::flush; in Print() 41 void Object::Print(std::ostream& os) const { // NOLINT in Print() 43 os << "Smi: " << std::hex << "0x" << Smi::ToInt(*this); in Print() 44 os << std::dec << " (" << Smi::ToInt(*this) << ")\n"; in Print() 46 HeapObject::cast(*this).HeapObjectPrint(os); in Print() 52 void PrintHeapObjectHeaderWithoutMap(HeapObject object, std::ostream& os, in PrintHeapObjectHeaderWithoutMap() argument 54 os << reinterpret_cast<void*>(object.ptr()) << ": ["; in PrintHeapObjectHeaderWithoutMap() 56 os << id; in PrintHeapObjectHeaderWithoutMap() [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/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 __anon1740256a0111::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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | Attributes.cpp | 24 void emit(raw_ostream &OS); 27 void emitTargetIndependentEnums(raw_ostream &OS); 28 void emitConversionFn(raw_ostream &OS); 29 void emitFnAttrCompatCheck(raw_ostream &OS, bool IsStringAttr); 31 void printEnumAttrClasses(raw_ostream &OS, 33 void printStrBoolAttrClasses(raw_ostream &OS, 41 void Attributes::emitTargetIndependentEnums(raw_ostream &OS) { in emitTargetIndependentEnums() argument 42 OS << "#ifdef GET_ATTR_ENUM\n"; in emitTargetIndependentEnums() 43 OS << "#undef GET_ATTR_ENUM\n"; in emitTargetIndependentEnums() 49 OS << A->getName() << ",\n"; in emitTargetIndependentEnums() [all …]
|
D | DAGISelMatcherEmitter.cpp | 86 unsigned StartIdx, raw_ostream &OS); 88 void EmitPredicateFunctions(raw_ostream &OS); 90 void EmitHistogram(const Matcher *N, raw_ostream &OS); 92 void EmitPatternMatchTable(raw_ostream &OS); 96 raw_ostream &OS); 170 static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) { in EmitVBRValue() argument 172 OS << Val << ", "; in EmitVBRValue() 179 OS << (Val&127) << "|128,"; in EmitVBRValue() 183 OS << Val; in EmitVBRValue() 185 OS << "/*" << InVal << "*/"; in EmitVBRValue() [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 …]
|
D | DAGISelMatcherEmitter.cpp | 60 unsigned StartIdx, formatted_raw_ostream &OS); 62 void EmitPredicateFunctions(formatted_raw_ostream &OS); 64 void EmitHistogram(const Matcher *N, formatted_raw_ostream &OS); 67 formatted_raw_ostream &OS); 133 static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) { in EmitVBRValue() argument 135 OS << Val << ", "; in EmitVBRValue() 142 OS << (Val&127) << "|128,"; in EmitVBRValue() 146 OS << Val; in EmitVBRValue() 148 OS << "/*" << InVal << "*/"; in EmitVBRValue() 149 OS << ", "; in EmitVBRValue() [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 61 if hasattr(os, 'geteuid'): 62 root_in_posix = (os.geteuid() == 0) 74 HAVE_WHEEL_GROUP = sys.platform.startswith('freebsd') and os.getgid() == 0 78 return unittest.skipUnless(hasattr(os, name), 'requires os.%s' % name) 88 cwd = os.getcwd() 94 # longer path if longer paths support is enabled. Internally, the os 113 cwd = os.getcwd() 116 need = min_len - (len(cwd) + len(os.path.sep)) [all …]
|
D | test_shutil.py | 9 import os 10 import os.path 58 builtin_rename = os.rename 59 os.rename = _fake_rename 62 os.rename = builtin_rename 68 If *path* is a tuple instead of a string, os.path.join will be used to 73 path = os.path.join(*path) 93 assert os.path.getsize(path) == size 98 If *path* is a tuple instead of a string, os.path.join will be used to 103 path = os.path.join(*path) [all …]
|
D | test_posix.py | 13 import os 22 _DUMMY_SYMLINK = os.path.join(tempfile.gettempdir(), 123 "test needs os.initgroups()") 134 if os.getuid() != 0: 150 self.assertTrue(posix.statvfs(os.curdir)) 181 …@unittest.skipUnless(getattr(os, 'execve', None) in os.supports_fd, "test needs execve() to suppor… 182 @unittest.skipUnless(hasattr(os, 'fork'), "test needs os.fork()") 183 @unittest.skipUnless(hasattr(os, 'waitpid'), "test needs os.waitpid()") 185 fp = os.open(sys.executable, os.O_RDONLY) 187 pid = os.fork() [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/crosvm/net_sys/src/ |
D | sockios.rs | 1 // Copyright 2019 The Chromium OS Authors. All rights reserved. 7 pub const FIOSETOWN: ::std::os::raw::c_uint = 35073; 8 pub const SIOCSPGRP: ::std::os::raw::c_uint = 35074; 9 pub const FIOGETOWN: ::std::os::raw::c_uint = 35075; 10 pub const SIOCGPGRP: ::std::os::raw::c_uint = 35076; 11 pub const SIOCATMARK: ::std::os::raw::c_uint = 35077; 12 pub const SIOCGSTAMP: ::std::os::raw::c_uint = 35078; 13 pub const SIOCGSTAMPNS: ::std::os::raw::c_uint = 35079; 14 pub const SOCK_IOC_TYPE: ::std::os::raw::c_uint = 137; 15 pub const SIOCADDRT: ::std::os::raw::c_uint = 35083; [all …]
|
D | if_tun.rs | 1 // Copyright 2019 The Chromium OS Authors. All rights reserved. 44 pub const __BITS_PER_LONG: ::std::os::raw::c_uint = 64; 45 pub const __FD_SETSIZE: ::std::os::raw::c_uint = 1024; 46 pub const ETH_ALEN: ::std::os::raw::c_uint = 6; 47 pub const ETH_HLEN: ::std::os::raw::c_uint = 14; 48 pub const ETH_ZLEN: ::std::os::raw::c_uint = 60; 49 pub const ETH_DATA_LEN: ::std::os::raw::c_uint = 1500; 50 pub const ETH_FRAME_LEN: ::std::os::raw::c_uint = 1514; 51 pub const ETH_FCS_LEN: ::std::os::raw::c_uint = 4; 52 pub const ETH_P_LOOP: ::std::os::raw::c_uint = 96; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | MCAsmLexer.cpp | 40 void AsmToken::dump(raw_ostream &OS) const { in dump() 43 OS << "error"; in dump() 46 OS << "identifier: " << getString(); in dump() 49 OS << "int: " << getString(); in dump() 52 OS << "real: " << getString(); in dump() 55 OS << "string: " << getString(); in dump() 58 case AsmToken::Amp: OS << "Amp"; break; in dump() 59 case AsmToken::AmpAmp: OS << "AmpAmp"; break; in dump() 60 case AsmToken::At: OS << "At"; break; in dump() 61 case AsmToken::BackSlash: OS << "BackSlash"; break; in dump() [all …]
|
/external/angle/src/common/ |
D | PackedGLEnums_autogen.cpp | 70 std::ostream &operator<<(std::ostream &os, AlphaTestFunc value) in operator <<() argument 75 os << "GL_ALWAYS"; in operator <<() 78 os << "GL_EQUAL"; in operator <<() 81 os << "GL_GEQUAL"; in operator <<() 84 os << "GL_GREATER"; in operator <<() 87 os << "GL_LEQUAL"; in operator <<() 90 os << "GL_LESS"; in operator <<() 93 os << "GL_NEVER"; in operator <<() 96 os << "GL_NOTEQUAL"; in operator <<() 99 os << "GL_INVALID_ENUM"; in operator <<() [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_os.py | 1 # As a test suite for the os module, this is woefully inadequate, but this 5 import os 31 if os.path.exists(test_support.TESTFN): 32 os.unlink(test_support.TESTFN) 36 f = os.open(test_support.TESTFN, os.O_CREAT|os.O_RDWR) 37 os.close(f) 38 self.assertTrue(os.access(test_support.TESTFN, os.W_OK)) 41 first = os.open(test_support.TESTFN, os.O_CREAT|os.O_RDWR) 45 second = os.dup(first) 49 os.close(first) [all …]
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 216 virtual void writeAccessors(raw_ostream &OS) const = 0; 217 virtual void writeAccessorDefinitions(raw_ostream &OS) const {} in writeAccessorDefinitions() 218 virtual void writeASTVisitorTraversal(raw_ostream &OS) const {} in writeASTVisitorTraversal() 219 virtual void writeCloneArgs(raw_ostream &OS) const = 0; 220 virtual void writeTemplateInstantiationArgs(raw_ostream &OS) const = 0; 221 virtual void writeTemplateInstantiation(raw_ostream &OS) const {} in writeTemplateInstantiation() 222 virtual void writeCtorBody(raw_ostream &OS) const {} in writeCtorBody() 223 virtual void writeCtorInitializers(raw_ostream &OS) const = 0; 224 virtual void writeCtorDefaultInitializers(raw_ostream &OS) const = 0; 225 virtual void writeCtorParameters(raw_ostream &OS) const = 0; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
D | ResourceScriptStmt.cpp | 20 raw_ostream &operator<<(raw_ostream &OS, const IntOrString &Item) { in operator <<() argument 22 return OS << Item.Data.Int; in operator <<() 24 return OS << Item.Data.String; in operator <<() 27 raw_ostream &OptionalStmtList::log(raw_ostream &OS) const { in log() 29 OS << " Option: "; in log() 30 Stmt->log(OS); in log() 32 return OS; in log() 35 raw_ostream &LanguageResource::log(raw_ostream &OS) const { in log() 36 return OS << "Language: " << Lang << ", Sublanguage: " << SubLang << "\n"; in log() 47 raw_ostream &AcceleratorsResource::log(raw_ostream &OS) const { in log() [all …]
|
/external/google-fruit/ |
D | .travis.yml | 14 …install: export OS=linux; export COMPILER='gcc-9'; export UBUNTU='19.04'; extras/scripts/travis_ci… 15 os: linux 16 …script: export OS=linux; export COMPILER='gcc-9'; export UBUNTU='19.04'; extras/scripts/postsubmit… 20 …install: export OS=linux; export COMPILER='gcc-9'; export UBUNTU='19.04'; extras/scripts/travis_ci… 21 os: linux 22 …script: export OS=linux; export COMPILER='gcc-9'; export UBUNTU='19.04'; extras/scripts/postsubmit… 26 install: export OS=linux; export COMPILER='clang-6.0'; export STL='libstdc++'; 28 os: linux 29 script: export OS=linux; export COMPILER='clang-6.0'; export STL='libstdc++'; 33 install: export OS=linux; export COMPILER='clang-6.0'; export STL='libstdc++'; [all …]
|
/external/libpcap/ |
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 152 # Second component is usually, but not always the OS 154 # Prevent following clause from handling this valid os 155 sun*os*) 157 os=$field2 169 os= [all …]
|
/external/google-breakpad/autotools/ |
D | config.sub | 114 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 115 # Here we must recognize all the valid KERNEL-OS combinations. 123 os=-$maybe_os 127 os=-linux-android 133 then os=`echo $1 | sed 's/.*-/-/'` 134 else os=; fi 142 case $os in 143 -sun*os*) 153 os= 157 os=-cnk [all …]
|
/external/libogg/ |
D | config.sub | 119 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 120 # Here we must recognize all the valid KERNEL-OS combinations. 126 os=-$maybe_os 132 then os=`echo $1 | sed 's/.*-/-/'` 133 else os=; fi 141 case $os in 142 -sun*os*) 152 os= 156 os= 162 os=-vxworks [all …]
|