Searched
refs:OS (Results
451 -
475 of
855) sorted by null
<<11121314151617181920>>
/external/v8/test/cctest/ |
test-threads.cc | 50 v8::internal::OS::Sleep(500); // Make sure the timer fires. 175 i::Semaphore* semaphore = i::OS::CreateSemaphore(0);
|
/external/webkit/Source/JavaScriptCore/API/ |
JSContextRef.cpp | 38 #if OS(DARWIN) 66 #if OS(DARWIN) 77 #endif // OS(DARWIN)
|
/external/webkit/Source/WebCore/platform/chromium/ |
PasteboardChromium.cpp | 89 #if OS(WINDOWS) 99 #if OS(WINDOWS)
|
/external/webkit/Source/WebCore/platform/graphics/ |
FloatPoint.h | 38 #if PLATFORM(MAC) || (PLATFORM(CHROMIUM) && OS(DARWIN)) 118 || (PLATFORM(CHROMIUM) && OS(DARWIN))
|
/build/core/combo/ |
select.mk | 24 combo_os_arch := $($(combo_target)OS)-$($(combo_target)ARCH)
|
/external/clang/include/clang/Driver/ |
OptTable.h | 180 /// \param OS - The stream to write the help text to. 184 void PrintHelp(llvm::raw_ostream &OS, const char *Name,
|
/external/clang/include/clang/Frontend/ |
FrontendActions.h | 87 llvm::raw_ostream *&OS,
|
CompilerInstance.h | 105 llvm::raw_ostream *OS; 108 llvm::raw_ostream *os) 109 : Filename(filename), TempFilename(tempFilename), OS(os) { } 543 /// OS. 549 llvm::raw_ostream &OS);
|
/external/llvm/include/llvm/Analysis/ |
BlockFrequencyImpl.h | 326 void print(raw_ostream &OS) const { 327 OS << "\n\n---- Block Freqs ----\n"; 330 OS << " " << getBlockName(BB) << " = " << getBlockFreq(BB) << "\n"; 336 OS << " " << getBlockName(BB) << " -> " << getBlockName(Succ)
|
PostDominators.h | 81 virtual void print(raw_ostream &OS, const Module*) const;
|
/external/llvm/include/llvm/CodeGen/ |
MachineInstr.h | 497 void print(raw_ostream &OS, const TargetMachine *TM = 0) const; 584 inline raw_ostream& operator<<(raw_ostream &OS, const MachineInstr &MI) { 585 MI.print(OS); 586 return OS;
|
MachineMemOperand.h | 161 raw_ostream &operator<<(raw_ostream &OS, const MachineMemOperand &MRO);
|
/external/llvm/include/llvm/MC/ |
MCSectionMachO.h | 22 /// Mac OS X). On a Mac system, these are also described in 169 raw_ostream &OS) const;
|
/external/llvm/lib/CodeGen/ |
VirtRegMap.h | 518 void print(raw_ostream &OS, const Module* M = 0) const; 522 inline raw_ostream &operator<<(raw_ostream &OS, const VirtRegMap &VRM) { 523 VRM.print(OS); 524 return OS;
|
/external/llvm/lib/MC/ |
MCMachOStreamer.cpp | 38 raw_ostream &OS, MCCodeEmitter *Emitter) 39 : MCObjectStreamer(Context, TAB, OS, Emitter) {} 414 raw_ostream &OS, MCCodeEmitter *CE, 416 MCMachOStreamer *S = new MCMachOStreamer(Context, TAB, OS, CE);
|
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.h | 97 void PrintDebugValueComment(const MachineInstr *MI, raw_ostream &OS);
|
/external/llvm/lib/Target/PTX/ |
PTXTargetMachine.cpp | 23 MCStreamer *createPTXAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS,
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
PPCInstPrinter.h | 34 virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
|
/external/v8/src/ia32/ |
codegen-ia32.cc | 58 OS::MemCopyFunction CreateMemCopyFunction() { 61 byte* buffer = static_cast<byte*>(OS::Allocate(1 * KB, 87 Immediate(OS::kMinComplexMemCopy)); 258 return FUNCTION_CAST<OS::MemCopyFunction>(buffer);
|
/external/valgrind/main/coregrind/ |
vg_preloaded.c | 185 # error Unknown OS
|
/external/webkit/Source/JavaScriptCore/wtf/ |
StringExtras.h | 38 // FIXME: why a COMPILER check instead of OS? also, these should be HAVE checks 72 #if OS(WINCE)
|
/external/webkit/Source/WebCore/platform/text/ |
TextStream.cpp | 115 #if OS(WINDOWS) && CPU(X86_64)
|
/external/llvm/lib/Target/ARM/AsmParser/ |
ARMAsmParser.cpp | 784 virtual void print(raw_ostream &OS) const; 953 void ARMOperand::print(raw_ostream &OS) const { 956 OS << "<ARMCC::" << ARMCondCodeToString(getCondCode()) << ">"; 959 OS << "<ccout " << getReg() << ">"; 962 OS << "<coprocessor number: " << getCoproc() << ">"; 965 OS << "<coprocessor register: " << getCoproc() << ">"; 968 OS << "<mask: " << getMSRMask() << ">"; 971 getImm()->print(OS); 974 OS << "<ARM_MB::" << MemBOptToString(getMemBarrierOpt()) << ">"; 977 OS << "<memory [all...] |
/development/build/tools/ |
sdk_repo.mk | 9 # $1=OS (e.g. linux-x86, windows, etc) 22 # $1=OS (e.g. linux-x86, windows, etc) 43 # $1=OS (e.g. linux-x86, windows, etc) 66 # $1=OS (e.g. linux-x86, windows, etc) 86 # $1=OS (e.g. linux-x86, windows, etc) 107 # docs, platforms and samples have nothing OS-dependent right now.
|
/external/llvm/include/llvm/ADT/ |
APSInt.h | 258 inline raw_ostream &operator<<(raw_ostream &OS, const APSInt &I) { 259 I.print(OS, I.isSigned()); 260 return OS;
|
Completed in 1527 milliseconds
<<11121314151617181920>>