OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OS
(Results
276 - 300
of
334
) sorted by null
<<
11
12
13
14
/external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp
437
#if
OS
(LINUX) ||
OS
(WINDOWS)
[
all
...]
/external/zlib/
configure
122
CYGWIN* | Cygwin* | cygwin* |
OS
/2*)
inflate.c
695
state->mode =
OS
;
696
case
OS
:
700
state->head->
os
= (int)(hold >> 8);
[
all
...]
/external/v8/src/
heap.cc
199
// allocator has not yet allocated from the
OS
and assigned to any space,
[
all
...]
conversions.cc
261
static const double JUNK_STRING_VALUE =
OS
::nan_value();
serialize.cc
240
OS
::SNPrintF(name, debug_register_format, i);
291
OS
::SNPrintF(name, top_address_format, address_name);
[
all
...]
runtime.cc
[
all
...]
/external/webkit/WebCore/page/
Frame.cpp
87
#if PLATFORM(MAC) || (PLATFORM(CHROMIUM) &&
OS
(DARWIN))
864
#if PLATFORM(MAC) || (PLATFORM(CHROMIUM) &&
OS
(DARWIN))
869
#if PLATFORM(MAC) || (PLATFORM(CHROMIUM) &&
OS
(DARWIN))
[
all
...]
/external/libxml2/
threads.c
39
#include <
OS
.h>
/external/openssl/
e_os.h
737
#include <
OS
.h>
/external/webkit/JavaScriptCore/jit/
JIT.cpp
30
#if ENABLE(ASSEMBLER) && CPU(X86) && !
OS
(MAC_OS_X)
/external/webkit/JavaScriptCore/runtime/
UString.cpp
222
#if
OS
(WINDOWS)
/external/webkit/WebCore/platform/graphics/
GraphicsContext.cpp
331
#if !
OS
(WINCE) || PLATFORM(QT)
GraphicsContext3D.h
36
#if ((PLATFORM(CHROMIUM) &&
OS
(WINDOWS)) || PLATFORM(WIN))
/external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp
574
#if
OS
(WINDOWS)
/external/chromium/third_party/zlib/
inflate.c
658
state->mode =
OS
;
659
case
OS
:
663
state->head->
os
= (int)(hold >> 8);
[
all
...]
/external/qemu/distrib/zlib-1.2.3/
inflate.c
658
state->mode =
OS
;
659
case
OS
:
663
state->head->
os
= (int)(hold >> 8);
[
all
...]
/external/v8/src/ia32/
regexp-macro-assembler-ia32.cc
[
all
...]
/external/webkit/WebCore/loader/
FTPDirectoryParser.cpp
30
#elif
OS
(WINDOWS) && (USE(PTHREADS) || HAVE(PTHREAD_H))
71
#elif
OS
(WINDOWS) && !defined(gmtime_r)
[
all
...]
/external/v8/test/cctest/
test-api.cc
[
all
...]
/external/v8/src/arm/
assembler-arm.cc
83
supported_ |=
OS
::CpuFeaturesImpliedByPlatform();
88
if (
OS
::ArmCpuHasFeature(VFP3)) {
95
if (
OS
::ArmCpuHasFeature(ARMv7)) {
[
all
...]
assembler-thumb2.cc
64
supported_ |=
OS
::CpuFeaturesImpliedByPlatform();
68
if (
OS
::ArmCpuHasFeature(VFP3)) {
75
if (
OS
::ArmCpuHasFeature(ARMv7)) {
[
all
...]
/external/v8/src/x64/
macro-assembler-x64.cc
[
all
...]
/external/webkit/WebKitTools/Scripts/
run-webkit-tests
228
--complex-text Use the complex text code path for all text (Mac
OS
X and Windows only)
252
--[no-]sample-on-timeout Run sample on timeout (default: $sampleDefault) (Mac
OS
X only)
[
all
...]
/external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86Common.h
948
#if
OS
(MAC_OS_X)
956
#else //
OS
(MAC_OS_X)
999
#endif //
OS
(MAC_OS_X)
Completed in 970 milliseconds
<<
11
12
13
14