Home
last modified time | relevance | path

Searched refs:OS (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/external/webkit/V8Binding/v8/src/
Dplatform-nullos.cc51 void OS::Setup() { in Setup()
58 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { in GetUserTime()
68 double OS::TimeCurrentMillis() { in TimeCurrentMillis()
75 int64_t OS::Ticks() { in Ticks()
83 const char* OS::LocalTimezone(double time) { in LocalTimezone()
90 double OS::DaylightSavingsOffset(double time) { in DaylightSavingsOffset()
98 double OS::LocalTimeOffset() { in LocalTimeOffset()
105 void OS::Print(const char* format, ...) { in Print()
111 void OS::VPrint(const char* format, va_list args) { in VPrint()
118 void OS::PrintError(const char* format, ...) { in PrintError()
[all …]
Dplatform-posix.cc62 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { in GetUserTime()
72 double OS::TimeCurrentMillis() { in TimeCurrentMillis()
80 int64_t OS::Ticks() { in Ticks()
89 const char* OS::LocalTimezone(double time) { in LocalTimezone()
98 double OS::DaylightSavingsOffset(double time) { in DaylightSavingsOffset()
107 double OS::LocalTimeOffset() { in LocalTimeOffset()
120 FILE* OS::FOpen(const char* path, const char* mode) { in FOpen()
125 const char* OS::LogFileOpenMode = "w";
128 void OS::Print(const char* format, ...) { in Print()
136 void OS::VPrint(const char* format, va_list args) { in VPrint()
[all …]
Dchecks.cc42 i::OS::PrintError("\n\n#\n# Fatal error in %s, line %d\n# ", file, line); in V8_Fatal()
45 i::OS::VPrintError(format, arguments); in V8_Fatal()
47 i::OS::PrintError("\n#\n\n"); in V8_Fatal()
56 i::OS::Abort(); in V8_Fatal()
91 i::OS::PrintError("\n#\n# Fatal error in %s\n# ", location); in API_Fatal()
94 i::OS::VPrintError(format, arguments); in API_Fatal()
96 i::OS::PrintError("\n#\n\n"); in API_Fatal()
97 i::OS::Abort(); in API_Fatal()
Dplatform-win32.cc397 OS::SNPrintF(Vector<char>(std_tz_name_, kTzNameSize), in TzSet()
401 OS::SNPrintF(Vector<char>(dst_tz_name_, kTzNameSize), in TzSet()
411 OS::SNPrintF(Vector<char>(std_tz_name_, kTzNameSize - 1), in TzSet()
416 OS::SNPrintF(Vector<char>(dst_tz_name_, kTzNameSize - 1), in TzSet()
560 void OS::Setup() { in Setup()
572 int OS::GetUserTime(uint32_t* secs, uint32_t* usecs) { in GetUserTime()
592 double OS::TimeCurrentMillis() { in TimeCurrentMillis()
599 int64_t OS::Ticks() { in Ticks()
606 const char* OS::LocalTimezone(double time) { in LocalTimezone()
613 double OS::LocalTimeOffset() { in LocalTimeOffset()
[all …]
Dplatform-macos.cc88 void OS::Setup() { in Setup()
116 bool OS::IsOutsideAllocatedSpace(void* address) { in IsOutsideAllocatedSpace()
121 size_t OS::AllocateAlignment() { in AllocateAlignment()
126 void* OS::Allocate(const size_t requested, in Allocate()
142 void OS::Free(void* address, const size_t size) { in Free()
150 void OS::Protect(void* address, size_t size) { in Protect()
155 void OS::Unprotect(void* address, size_t size, bool is_executable) { in Unprotect()
162 void OS::Sleep(int milliseconds) { in Sleep()
167 void OS::Abort() { in Abort()
173 void OS::DebugBreak() { in DebugBreak()
[all …]
Dplatform-freebsd.cc76 void OS::Setup() { in Setup()
87 double OS::nan_value() { in nan_value()
92 int OS::ActivationFrameAlignment() { in ActivationFrameAlignment()
115 bool OS::IsOutsideAllocatedSpace(void* address) { in IsOutsideAllocatedSpace()
120 size_t OS::AllocateAlignment() { in AllocateAlignment()
125 void* OS::Allocate(const size_t requested, in Allocate()
142 void OS::Free(void* buf, const size_t length) { in Free()
150 void OS::Protect(void* address, size_t size) { in Protect()
155 void OS::Unprotect(void* address, size_t size, bool is_executable) { in Unprotect()
162 void OS::Sleep(int milliseconds) { in Sleep()
[all …]
Dplatform-linux.cc76 void OS::Setup() { in Setup()
87 double OS::nan_value() { in nan_value()
92 int OS::ActivationFrameAlignment() { in ActivationFrameAlignment()
122 bool OS::IsOutsideAllocatedSpace(void* address) { in IsOutsideAllocatedSpace()
127 size_t OS::AllocateAlignment() { in AllocateAlignment()
132 void* OS::Allocate(const size_t requested, in Allocate()
148 void OS::Free(void* address, const size_t size) { in Free()
156 void OS::Protect(void* address, size_t size) { in Protect()
162 void OS::Unprotect(void* address, size_t size, bool is_executable) { in Unprotect()
171 void OS::Sleep(int milliseconds) { in Sleep()
[all …]
Dversion.cc61 OS::SNPrintF(str, "%d.%d.%d.%d%s", in GetString()
64 OS::SNPrintF(str, "%d.%d.%d%s", in GetString()
76 OS::SNPrintF(str, "libv8-%d.%d.%d.%d%s.so", in GetSONAME()
79 OS::SNPrintF(str, "libv8-%d.%d.%d%s.so", in GetSONAME()
84 OS::SNPrintF(str, "%s", soname_); in GetSONAME()
Dcounters.cc45 start_time_ = OS::Ticks(); in Start()
52 stop_time_ = OS::Ticks(); in Stop()
63 start_time_ = OS::Ticks(); in Start()
70 stop_time_ = OS::Ticks(); in Stop()
Ddebug-agent.cc300 len = OS::SNPrintF(Vector<char>(buffer, kBufferSize), in SendConnectMessage()
305 len = OS::SNPrintF(Vector<char>(buffer, kBufferSize), in SendConnectMessage()
310 len = OS::SNPrintF(Vector<char>(buffer, kBufferSize), in SendConnectMessage()
316 len = OS::SNPrintF(Vector<char>(buffer, kBufferSize), in SendConnectMessage()
322 len = OS::SNPrintF(Vector<char>(buffer, kBufferSize), in SendConnectMessage()
328 len = OS::SNPrintF(Vector<char>(buffer, kBufferSize), "\r\n"); in SendConnectMessage()
351 len = OS::SNPrintF(Vector<char>(buffer, kBufferSize), in SendMessage()
356 len = OS::SNPrintF(Vector<char>(buffer, kBufferSize), "\r\n"); in SendMessage()
388 len = OS::SNPrintF(Vector<char>(buffer, kBufferSize), in SendMessage()
393 len = OS::SNPrintF(Vector<char>(buffer, kBufferSize), "\r\n"); in SendMessage()
Dutils.cc107 OS::VPrint(format, arguments); in PrintF()
173 FILE* file = OS::FOpen(filename, "rb"); in ReadCharsFromFile()
176 OS::PrintError("Cannot read from file %s.\n", filename); in ReadCharsFromFile()
239 FILE* f = OS::FOpen(filename, "wb"); in WriteChars()
242 OS::PrintError("Cannot open file %s for reading.\n", filename); in WriteChars()
284 int n = OS::VSNPrintF(buffer_ + position_, format, args); in AddFormatted()
Ddebug-agent.h48 server_(OS::CreateSocket()), terminate_(false), in DebuggerAgent()
49 session_access_(OS::CreateMutex()), session_(NULL), in DebuggerAgent()
50 terminate_now_(OS::CreateSemaphore(0)) { in DebuggerAgent()
/external/qemu/android/build/
Dcommon.sh83 OS=`uname -s`
84 case "$OS" in
86 OS=darwin-$CPU
90 OS=linux-$CPU
93 OS=windows
96 OS=cygwin
103 log2 "OS=$OS"
121 case $OS in
126 *) HOST_OS=$OS
161 case $OS in
[all …]
/external/qemu/distrib/
Dupdate-audio.sh23 OS=`uname -s`
25 case "$OS" in
29 OS=darwin-x86
31 OS=darwin-ppc
41 OS=linux-$CPU
44 OS=windows
49 PREBUILT=$(locate_depot_files //branches/cupcake/android/prebuilt/$OS)
/external/webkit/V8Binding/v8/test/cctest/
Dtest-lock.cc18 Mutex* mutex = OS::CreateMutex(); in TEST()
26 Mutex* mutex = OS::CreateMutex(); in TEST()
34 Mutex* mutex = OS::CreateMutex(); in TEST()
45 Semaphore* sem = OS::CreateSemaphore(0); in TEST()
Dtest-assembler-x64.cc39 using v8::internal::OS;
76 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, in TEST()
97 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, in TEST()
128 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, in TEST()
149 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, in TEST()
176 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, in TEST()
207 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, in TEST()
234 byte* buffer = static_cast<byte*>(OS::Allocate(Assembler::kMinimalBufferSize, in TEST()
Dtest-sockets.cc15 listening_(OS::CreateSemaphore(0)) { in SocketListenerThread()
44 server_ = OS::CreateSocket(); in Run()
87 OS::SNPrintF(Vector<char>(port_str, kPortBuferLen), "%d", port); in SendAndReceive()
95 Socket* client = OS::CreateSocket(); in SendAndReceive()
/external/webkit/JavaScriptGlue/icu/
DREADME1 The headers in this directory are for compiling on Mac OS X 10.4.
2 The Mac OS X 10.4 release includes the ICU binary, but not ICU headers.
4 They are specific to Mac OS X 10.4.
/external/webkit/WebCore/icu/
DREADME1 The headers in this directory are for compiling on Mac OS X 10.4.
2 The Mac OS X 10.4 release includes the ICU binary, but not ICU headers.
4 They are specific to Mac OS X 10.4.
/external/webkit/JavaScriptCore/icu/
DREADME1 The headers in this directory are for compiling on Mac OS X 10.4.
2 The Mac OS X 10.4 release includes the ICU binary, but not ICU headers.
4 They are specific to Mac OS X 10.4.
/external/webkit/WebKit/mac/icu/
DREADME1 The headers in this directory are for compiling on Mac OS X 10.4.
2 The Mac OS X 10.4 release includes the ICU binary, but not ICU headers.
4 They are specific to Mac OS X 10.4.
/external/qemu/
Dandroid-configure.sh167 SDL_CONFIG=../sdl/out/$OS/bin/sdl-config
267 case "$OS" in
395 if [ "$OS" != "windows" ] ; then
412 case "$OS" in
420 *) CONFIG_OS=$OS
423 case $OS in
/external/webkit/V8Binding/v8/src/arm/
Ddisasm-arm.cc202 out_buffer_pos_ += v8i::OS::SNPrintF(out_buffer_ + out_buffer_pos_, in PrintShiftRm()
208 out_buffer_pos_ += v8i::OS::SNPrintF(out_buffer_ + out_buffer_pos_, in PrintShiftRm()
221 out_buffer_pos_ += v8i::OS::SNPrintF(out_buffer_ + out_buffer_pos_, in PrintShiftImm()
264 out_buffer_pos_ += v8i::OS::SNPrintF(out_buffer_ + out_buffer_pos_, in PrintSoftwareInterrupt()
371 out_buffer_pos_ += v8i::OS::SNPrintF(out_buffer_ + out_buffer_pos_, in FormatOption()
379 out_buffer_pos_ += v8i::OS::SNPrintF(out_buffer_ + out_buffer_pos_, in FormatOption()
386 out_buffer_pos_ += v8i::OS::SNPrintF(out_buffer_ + out_buffer_pos_, in FormatOption()
434 out_buffer_pos_ += v8i::OS::SNPrintF( in FormatOption()
843 out_buffer_pos_ += v8i::OS::SNPrintF(out_buffer_ + out_buffer_pos_, in InstructionDecode()
913 v8::internal::OS::SNPrintF(tmp_buffer, "%p", addr); in NameOfAddress()
/external/grub/docs/
Dmultiboot.info124 It should be possible to write compliant boot loaders that load the OS
129 relevant OS image and boot module data on disk, such as by
132 "boot partition" (e.g. OS/2), or even loading from within another
157 1.6 How to make OS development easier
160 OS images should be easy to generate. Ideally, an OS image should simply
163 disassemble OS images just like normal executables. Specialized tools
164 should not be required to create OS images in a _special_ file format.
168 boot process is created, whereas every bit of code in the OS image
173 operating system to do this makes creation of OS images much more
182 formats in existence in order to load the OS image -- otherwise the
[all …]
/external/gtest/
DCHANGES18 * Compatibility fixes for Linux IA-64 and IBM z/OS.
34 * Fixed compatibility with Solaris and z/OS.
36 e.g. Mac OS X 10.4.
52 * Fixed issues with compiling on Mac OS X.

12345678910>>...12