Searched
refs:OS (Results
251 -
275 of
855) sorted by null
<<11121314151617181920>>
/external/llvm/lib/MC/ |
MCELFStreamer.h | 29 raw_ostream &OS, MCCodeEmitter *Emitter) 30 : MCObjectStreamer(Context, TAB, OS, Emitter) {} 33 raw_ostream &OS, MCCodeEmitter *Emitter, 35 : MCObjectStreamer(Context, TAB, OS, Emitter, Assembler) {}
|
/external/llvm/lib/Support/ |
ToolOutputFile.cpp | 39 OS(filename, ErrorInfo, Flags) {
|
/external/llvm/lib/Target/X86/InstPrinter/ |
X86IntelInstPrinter.cpp | 31 void X86IntelInstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { 32 OS << getRegisterName(RegNo); 35 void X86IntelInstPrinter::printInst(const MCInst *MI, raw_ostream &OS) { 36 printInstruction(MI, OS);
|
/external/qemu/distrib/sdl-1.2.12/src/timer/beos/ |
SDL_systimer.c | 26 #include <be/kernel/OS.h>
|
/external/valgrind/main/include/ |
pub_tool_vkiscnums.h | 68 # error Unknown OS
|
/external/webkit/Source/JavaScriptCore/wtf/ |
VMTags.h | 29 // On Mac OS X, the VM subsystem allows tagging memory requested from mmap and vm_map 31 #if OS(DARWIN) 80 #else // OS(DARWIN) 88 #endif // OS(DARWIN)
|
MathExtras.h | 35 #if OS(SOLARIS) 39 #if OS(OPENBSD) 45 #if OS(WINCE) 75 #if OS(DARWIN) 77 // Work around a bug in the Mac OS X libc where ceil(-0.1) return +0. 84 #if OS(SOLARIS) 98 #if OS(OPENBSD) 251 #if !COMPILER(MSVC) && !(COMPILER(RVCT) && PLATFORM(BREWMP)) && !OS(SOLARIS) && !OS(SYMBIAN)
|
OSAllocator.h | 52 // never be accessed, since the OS may not have attached physical memory for these regions). 80 #if OS(WINCE) || OS(SYMBIAN)
|
/external/webkit/Source/WebCore/page/chromium/ |
EventHandlerChromium.cpp | 49 #if OS(DARWIN) 150 #if OS(DARWIN) 157 #if OS(LINUX) || OS(FREEBSD)
|
/external/webkit/Source/WebCore/platform/ |
NotImplemented.h | 41 #if OS(ANDROID)
|
/external/webkit/Source/WebCore/platform/graphics/opentype/ |
OpenTypeUtilities.h | 39 #if OS(WINCE)
|
/external/webkit/Source/WebCore/platform/win/ |
SystemInfo.cpp | 42 #if OS(WINCE) 53 #if OS(WINCE) 117 #if !OS(WINCE) 165 #if !OS(WINCE)
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
config.h | 47 #if OS(WINDOWS) && !COMPILER(GCC)
|
/external/webkit/Tools/WebKitTestRunner/ |
config.h | 44 #if OS(WINDOWS) && !COMPILER(GCC) && !defined(BUILDING_WX__)
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/ |
OS.java | 19 public class OS { 26 String osName = System.getProperty("os.name"); 27 macOs = "Mac OS X".startsWith(osName); 31 String version = System.getProperty("os.version");
|
/external/v8/test/cctest/ |
test-assembler-x64.cc | 44 using v8::internal::OS; 69 // This calling convention is used on Linux, with GCC, and on Mac OS, 89 OS::Setup(); 92 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, 111 OS::Setup(); 114 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, 143 OS::Setup(); 146 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, 165 OS::Setup(); 168 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize [all...] |
test-platform-linux.cc | 57 Mutex* mutex = OS::CreateMutex(); 70 OS::Setup();
|
/external/llvm/lib/Analysis/ |
AliasSetTracker.cpp | 551 void AliasSet::print(raw_ostream &OS) const { 552 OS << " AliasSet[" << (void*)this << ", " << RefCount << "] "; 553 OS << (AliasTy == MustAlias ? "must" : "may") << " alias, "; 555 case NoModRef: OS << "No access "; break; 556 case Refs : OS << "Ref "; break; 557 case Mods : OS << "Mod "; break; 558 case ModRef : OS << "Mod/Ref "; break; 561 if (isVolatile()) OS << "[volatile] "; 563 OS << " forwarding to " << (void*)Forward; 567 OS << "Pointers: " [all...] |
/external/clang/include/clang/Frontend/ |
Utils.h | 72 void DoPrintPreprocessedInput(Preprocessor &PP, llvm::raw_ostream* OS, 95 void CacheTokens(Preprocessor &PP, llvm::raw_fd_ostream* OS);
|
/external/llvm/include/llvm/CodeGen/ |
Passes.h | 41 createMachineFunctionPrinterPass(raw_ostream &OS, 181 FunctionPass *createGCInfoPrinter(raw_ostream &OS);
|
/external/llvm/lib/Target/Sparc/ |
SparcAsmPrinter.cpp | 41 void printOperand(const MachineInstr *MI, int opNum, raw_ostream &OS); 42 void printMemOperand(const MachineInstr *MI, int opNum, raw_ostream &OS, 44 void printCCOperand(const MachineInstr *MI, int opNum, raw_ostream &OS); 48 raw_svector_ostream OS(Str); 49 printInstruction(MI, OS); 50 OutStreamer.EmitRawText(OS.str()); 52 void printInstruction(const MachineInstr *MI, raw_ostream &OS);// autogen'd. 62 bool printGetPCX(const MachineInstr *MI, unsigned OpNo, raw_ostream &OS);
|
/external/llvm/lib/VMCore/ |
Dominators.cpp | 79 void DominatorTree::print(raw_ostream &OS, const Module *) const { 80 DT->print(OS);
|
/external/v8/src/ |
unbound-queue-inl.h | 73 OS::ReleaseStore(÷r_, reinterpret_cast<AtomicWord>(next)); 81 OS::ReleaseStore(&last_, reinterpret_cast<AtomicWord>(next));
|
/external/valgrind/tsan/pin/ |
Makefile | 18 ifeq ($(OS), l) 31 else ifeq ($(OS), w) 54 SUFIX=_${OS}$(B)$(BUILD_SUFIX) 69 $(MAKE) pintool OS=l B=64 DEBUG=1 71 $(MAKE) pintool OS=l B=64 DEBUG=0 74 $(MAKE) pintool OS=l B=32 DEBUG=1 76 $(MAKE) pintool OS=l B=32 DEBUG=0 79 $(MAKE) pintool OS=w B=32 DEBUG=1
|
/external/webkit/Source/WebCore/page/win/ |
EventHandlerWin.cpp | 46 #if OS(WINCE) 96 #if OS(WINCE)
|
Completed in 514 milliseconds
<<11121314151617181920>>