/external/dhcpcd/mk/ |
os.mk | 1 # Setup OS specific variables 6 OS= ${_OS}$(shell ${_OS_SH}) 7 include ${MK}/os-${OS}.mk
|
os-BSD.mk | 1 # Setup OS specific variables
|
/external/clang/include/clang/Rewrite/Frontend/ |
ASTConsumers.h | 30 raw_ostream *OS, 35 raw_ostream *OS, 43 ASTConsumer *CreateHTMLPrinter(raw_ostream *OS, Preprocessor &PP,
|
/external/clang/lib/Frontend/ |
DependencyGraph.cpp | 40 raw_ostream &writeNodeReference(raw_ostream &OS, 96 DependencyGraphCallback::writeNodeReference(raw_ostream &OS, 98 OS << "header_" << Node->getUID(); 99 return OS; 104 llvm::raw_fd_ostream OS(OutputFile.c_str(), Err); 111 OS << "digraph \"dependencies\" {\n"; 116 OS.indent(2); 117 writeNodeReference(OS, AllFiles[I]); 118 OS << " [ shape=\"box\", label=\""; 123 OS << DOT::EscapeString(FileName [all...] |
/external/llvm/include/llvm/ExecutionEngine/ |
ObjectBuffer.h | 59 ObjectBufferStream() : OS(SV) {} 62 raw_ostream &getOStream() { return OS; } 65 OS.flush(); 75 raw_svector_ostream OS; // streaming wrapper
|
/external/llvm/include/llvm/TableGen/ |
Main.h | 21 /// \brief Perform the action using Records, and write output to OS. 23 typedef bool TableGenMainFn(raw_ostream &OS, RecordKeeper &Records);
|
/external/llvm/lib/Bitcode/Writer/ |
BitWriter.cpp | 20 raw_fd_ostream OS(Path, ErrorInfo, raw_fd_ostream::F_Binary); 25 WriteBitcodeToFile(unwrap(M), OS); 31 raw_fd_ostream OS(FD, ShouldClose, Unbuffered); 33 WriteBitcodeToFile(unwrap(M), OS);
|
/external/llvm/lib/Target/X86/InstPrinter/ |
X86InstComments.h | 21 void EmitAnyX86InstComments(const MCInst *MI, raw_ostream &OS,
|
/external/llvm/tools/llvm-readobj/ |
llvm-readobj.h | 19 ErrorOr<void> dumpELFDynamicTable(object::ObjectFile *O, raw_ostream &OS);
|
/external/qemu/distrib/sdl-1.2.15/src/thread/beos/ |
SDL_systhread_c.h | 25 #include <be/kernel/OS.h>
|
/external/webkit/Source/JavaScriptCore/heap/ |
MarkStackWin.cpp | 29 #if OS(WINDOWS)
|
/external/webkit/Source/JavaScriptCore/wtf/ |
Atomics.h | 64 #if OS(WINDOWS) 66 #elif OS(DARWIN) 68 #elif OS(ANDROID) 70 #elif COMPILER(GCC) && !OS(SYMBIAN) 80 #if OS(WINDOWS) 83 #if COMPILER(MINGW) || COMPILER(MSVC7_OR_LOWER) || OS(WINCE) 91 #elif OS(DARWIN) 97 #elif OS(ANDROID) 102 #elif COMPILER(GCC) && !CPU(SPARC64) && !OS(SYMBIAN) // sizeof(_Atomic_word) != sizeof(int) on sparc64 gcc
|
/external/webkit/Source/WebCore/platform/ |
SecureTextInput.h | 43 #if !(PLATFORM(CHROMIUM) && OS(DARWIN))
|
/external/webkit/Source/WebCore/platform/chromium/ |
ClipboardUtilitiesChromium.h | 40 #if OS(WINDOWS)
|
PlatformKeyboardEventChromium.cpp | 30 #if OS(WINDOWS) 32 #elif OS(DARWIN) 40 #if OS(WINDOWS) 46 #if OS(WINDOWS) 63 #if OS(DARWIN) 78 #if OS(WINDOWS) 81 #elif OS(DARWIN) 91 #if OS(WINDOWS) 96 #elif OS(DARWIN)
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
FontCustomPlatformData.h | 42 #if OS(WINDOWS) 45 #elif OS(LINUX) || OS(FREEBSD) || PLATFORM(BREWMP) 57 #if OS(WINDOWS) 62 #elif OS(LINUX) || OS(FREEBSD) || PLATFORM(BREWMP) 75 #if OS(WINDOWS) 78 #elif OS(LINUX) || OS(FREEBSD) || PLATFORM(BREWMP)
|
/external/llvm/utils/TableGen/ |
FastISelEmitter.cpp | 100 void printManglingSuffix(raw_ostream &OS, ImmPredicateSet &ImmPredicates, 103 OS << 'r'; 105 OS << 'f'; 107 OS << 'i'; 110 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName(); 146 void emitImmediatePredicate(raw_ostream &OS, ImmPredicateSet &ImmPredicates) { 155 OS << " &&\n "; 160 OS << "VT == " 165 OS << PredFn.getFnName() << "(imm" << i <<')'; 280 void PrintParameters(raw_ostream &OS) const [all...] |
CodeGenMapTable.cpp | 222 void emitBinSearch(raw_ostream &OS, unsigned TableSize); 223 void emitTablesWithFunc(raw_ostream &OS); 224 unsigned emitBinSearchTable(raw_ostream &OS); 227 void emitMapFuncBody(raw_ostream &OS, unsigned TableSize); 361 unsigned MapTableEmitter::emitBinSearchTable(raw_ostream &OS) { 371 OS << "static const uint16_t "<<InstrMapDesc.getName(); 374 OS << "Table[]["<< NumCol+1 << "] = {\n"; 392 OS << " { " << TargetName << "::" << CurInstr->getName(); 393 OS << OutStr <<" },\n"; 399 OS << " { " << TargetName << "::" << "INSTRUCTION_LIST_END, " [all...] |
SubtargetEmitter.cpp | 65 void Enumeration(raw_ostream &OS, const char *ClassName, bool isBits); 66 unsigned FeatureKeyValues(raw_ostream &OS); 67 unsigned CPUKeyValues(raw_ostream &OS); 76 void EmitStageAndOperandCycleData(raw_ostream &OS, 79 void EmitItineraries(raw_ostream &OS, 82 void EmitProcessorProp(raw_ostream &OS, const Record *R, const char *Name, 85 raw_ostream &OS); 94 void EmitSchedClassTables(SchedClassTables &SchedTables, raw_ostream &OS); 95 void EmitProcessorModels(raw_ostream &OS); 96 void EmitProcessorLookup(raw_ostream &OS); [all...] |
/external/clang/lib/Basic/ |
SourceLocation.cpp | 26 void PrettyStackTraceLoc::print(raw_ostream &OS) const { 28 Loc.print(OS, SM); 29 OS << ": "; 31 OS << Message << '\n'; 38 void SourceLocation::print(raw_ostream &OS, const SourceManager &SM)const{ 40 OS << "<invalid loc>"; 48 OS << "<invalid>"; 52 OS << PLoc.getFilename() << ':' << PLoc.getLine() 57 SM.getExpansionLoc(*this).print(OS, SM); 59 OS << " <Spelling=" [all...] |
/external/llvm/tools/llvm-dis/ |
llvm-dis.cpp | 56 static void printDebugLoc(const DebugLoc &DL, formatted_raw_ostream &OS) { 57 OS << DL.getLine() << ":" << DL.getCol(); 61 OS << "@"; 62 printDebugLoc(IDL,OS); 69 formatted_raw_ostream &OS) { 70 OS << "; [#uses=" << F->getNumUses() << ']'; // Output # uses 71 OS << '\n'; 73 void printInfoComment(const Value &V, formatted_raw_ostream &OS) { 76 OS.PadToColumn(50); 78 OS << "; [#uses=" << V.getNumUses() << " type=" << *V.getType() << "]"; // Output # uses and typ [all...] |
/external/llvm/include/llvm/Support/ |
ToolOutputFile.h | 42 /// OS - The contained stream. This is intentionally declared after 44 raw_fd_ostream OS; 52 /// os - Return the contained raw_fd_ostream. 53 raw_fd_ostream &os() { return OS; } function in class:llvm::tool_output_file
|
raw_os_ostream.h | 26 std::ostream &OS; 36 raw_os_ostream(std::ostream &O) : OS(O) {}
|
/external/llvm/lib/Analysis/ |
PostDominators.cpp | 43 void PostDominatorTree::print(raw_ostream &OS, const Module *) const { 44 DT->print(OS);
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
MipsInstPrinter.cpp | 67 void MipsInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { 68 OS << '$' << StringRef(getRegisterName(RegNo)).lower(); 96 static void printExpr(const MCExpr *Expr, raw_ostream &OS) { 114 case MCSymbolRefExpr::VK_Mips_GPREL: OS << "%gp_rel("; break; 115 case MCSymbolRefExpr::VK_Mips_GOT_CALL: OS << "%call16("; break; 116 case MCSymbolRefExpr::VK_Mips_GOT16: OS << "%got("; break; 117 case MCSymbolRefExpr::VK_Mips_GOT: OS << "%got("; break; 118 case MCSymbolRefExpr::VK_Mips_ABS_HI: OS << "%hi("; break; 119 case MCSymbolRefExpr::VK_Mips_ABS_LO: OS << "%lo("; break; 120 case MCSymbolRefExpr::VK_Mips_TLSGD: OS << "%tlsgd("; break [all...] |