Searched
refs:OS (Results
301 -
325 of
855) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebCore/bindings/js/ |
JSInspectorFrontendHostCustom.cpp | 57 #elif OS(WINDOWS) 59 #elif OS(LINUX) 61 #elif OS(FREEBSD)
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
FontPlatformDataWx.cpp | 102 #if OS(DARWIN) 150 #if OS(WINDOWS) 162 #if OS(DARWIN)
|
/external/webkit/Source/WebCore/plugins/ |
PluginPackage.h | 39 #if OS(SYMBIAN) 82 #if OS(SYMBIAN) 84 #endif // OS(SYMBIAN) 94 #if OS(SYMBIAN) 97 #endif // OS(SYMBIAN)
|
/external/clang/lib/Analysis/ |
CFG.cpp | [all...] |
/external/clang/include/clang/Rewrite/ |
FixItRewriter.h | 82 bool WriteFixedFile(FileID ID, llvm::raw_ostream &OS);
|
/external/llvm/include/llvm/Analysis/ |
BranchProbabilityInfo.h | 75 raw_ostream &printEdgeProbability(raw_ostream &OS, BasicBlock *Src,
|
/external/llvm/include/llvm/CodeGen/ |
AsmPrinter.h | 317 void printOffset(int64_t Offset, raw_ostream &OS) const; 419 virtual void PrintSpecial(const MachineInstr *MI, raw_ostream &OS, 428 raw_ostream &OS); 437 raw_ostream &OS);
|
MachineBranchProbabilityInfo.h | 71 raw_ostream &printEdgeProbability(raw_ostream &OS, MachineBasicBlock *Src,
|
PseudoSourceValue.h | 106 virtual void printCustom(raw_ostream &OS) const;
|
/external/llvm/include/llvm/MC/ |
MCSectionCOFF.h | 57 raw_ostream &OS) const;
|
MCSectionELF.h | 65 raw_ostream &OS) const;
|
MCValue.h | 59 /// print - Print the value to the stream \arg OS. 60 void print(raw_ostream &OS, const MCAsmInfo *MAI) const;
|
SubtargetFeature.h | 103 void print(raw_ostream &OS) const;
|
/external/llvm/include/llvm/Support/ |
Timer.h | 73 void print(const TimeRecord &Total, raw_ostream &OS) const; 77 /// invocations of its startTimer()/stopTimer() methods. Given appropriate OS 180 void print(raw_ostream &OS); 183 static void printAll(raw_ostream &OS); 189 void PrintQueuedTimers(raw_ostream &OS);
|
/external/llvm/include/llvm/Target/ |
TargetAsmBackend.h | 42 virtual MCObjectWriter *createObjectWriter(raw_ostream &OS) const = 0;
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
MCJIT.h | 40 raw_svector_ostream OS;
|
/external/llvm/lib/Target/ARM/ |
ARM.h | 65 MCObjectWriter *createARMMachObjectWriter(raw_ostream &OS,
|
ARMMCExpr.h | 59 void PrintImpl(raw_ostream &OS) const;
|
/external/llvm/lib/Target/Mips/ |
MipsMCSymbolRefExpr.h | 45 void PrintImpl(raw_ostream &OS) const;
|
/external/llvm/lib/Target/X86/ |
X86.h | 84 MCObjectWriter *createX86MachObjectWriter(raw_ostream &OS,
|
/external/llvm/utils/TableGen/ |
DAGISelEmitter.cpp | 110 void DAGISelEmitter::run(raw_ostream &OS) { 112 CGP.getTargetInfo().getName() + " target", OS); 114 OS << "// *** NOTE: This file is #included into the middle of the target\n" 153 EmitMatcherTable(TheMatcher, CGP, OS);
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.h | 24 OS, /* i: waiting for extra flags and operating system (gzip) */ 60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
|
/external/srec/portable/src/ |
pLastError.c | 60 #elif (OS == OS_UNIX)
|
/external/v8/test/cctest/ |
test-sockets.cc | 19 listening_(OS::CreateSemaphore(0)) { 48 server_ = OS::CreateSocket(); 92 OS::SNPrintF(Vector<char>(port_str, kPortBuferLen), "%d", port); 101 Socket* client = OS::CreateSocket();
|
/external/valgrind/main/coregrind/m_ume/ |
priv_ume.h | 44 # error Unknown OS
|
Completed in 1925 milliseconds
<<11121314151617181920>>