/external/webkit/V8Binding/v8/src/ |
D | platform-nullos.cc | 51 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 …]
|
D | platform-posix.cc | 62 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 …]
|
D | checks.cc | 42 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()
|
D | platform-win32.cc | 397 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 …]
|
D | platform-macos.cc | 88 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 …]
|
D | platform-freebsd.cc | 76 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 …]
|
D | platform-linux.cc | 76 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 …]
|
D | version.cc | 61 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()
|
D | counters.cc | 45 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()
|
D | debug-agent.cc | 300 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()
|
D | utils.cc | 107 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()
|
D | debug-agent.h | 48 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/ |
D | common.sh | 83 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/ |
D | update-audio.sh | 23 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/ |
D | test-lock.cc | 18 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()
|
D | test-assembler-x64.cc | 39 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()
|
D | test-sockets.cc | 15 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/ |
D | README | 1 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/ |
D | README | 1 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/ |
D | README | 1 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/ |
D | README | 1 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/ |
D | android-configure.sh | 167 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/ |
D | disasm-arm.cc | 202 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/ |
D | multiboot.info | 124 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/ |
D | CHANGES | 18 * 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.
|