OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:os_linux
(Results
26 - 50
of
83
) sorted by null
1
2
3
4
/external/libchrome/base/threading/
worker_pool_unittest.cc
88
#if defined(OS_WIN) || defined(
OS_LINUX
)
platform_thread_posix.cc
23
#if defined(
OS_LINUX
)
132
#elif defined(
OS_LINUX
)
/external/libusb/
config.h
58
/* #undef
OS_LINUX
*/
config.h.in
56
#undef
OS_LINUX
PORTING
64
1. Modify configure.ac to detect your platform appropriately (see the
OS_LINUX
/external/libchrome/base/process/
launch_posix.cc
46
#if defined(
OS_LINUX
)
108
#if !defined(
OS_LINUX
) || \
192
#endif // !defined(
OS_LINUX
) ||
207
#if defined(
OS_LINUX
)
328
#if defined(
OS_LINUX
)
463
#if defined(
OS_LINUX
)
701
#if defined(
OS_LINUX
) || defined(OS_NACL_NONSFI)
790
#endif // defined(
OS_LINUX
) || defined(OS_NACL_NONSFI)
process_metrics_linux.cc
93
#if defined(
OS_LINUX
)
125
#endif // defined(
OS_LINUX
)
293
#if defined(
OS_LINUX
)
311
#endif // defined(
OS_LINUX
)
316
#if defined(
OS_LINUX
)
941
#if defined(
OS_LINUX
)
948
#endif // defined(
OS_LINUX
)
launch.h
137
#if defined(
OS_LINUX
)
150
#endif // defined(
OS_LINUX
)
292
#if defined(
OS_LINUX
) || defined(OS_NACL_NONSFI)
/external/libchrome/base/strings/
sys_string_conversions_unittest.cc
78
#if defined(
OS_LINUX
) // Tests depend on setting a specific Linux locale.
194
#endif //
OS_LINUX
/external/libunwind/tests/
Makefile.am
67
if
OS_LINUX
76
endif #
OS_LINUX
/external/fio/os/
os-linux.h
4
#define FIO_OS
os_linux
os.h
14
os_linux
= 1,
enumerator in enum:__anon11168
/external/libchrome/base/files/
file_enumerator_posix.cc
128
#if !defined(
OS_LINUX
) && !defined(OS_MACOSX) && !defined(OS_BSD) && \
file_util_posix.cc
158
#if defined(
OS_LINUX
)
184
#endif // defined(
OS_LINUX
)
841
#if defined(
OS_LINUX
)
852
(void)executable; // avoid unused warning when !defined(
OS_LINUX
)
file_posix.cc
115
#if defined(
OS_LINUX
)
523
#elif defined(
OS_LINUX
) || defined(OS_ANDROID)
file_path_watcher_unittest.cc
663
#if defined(
OS_LINUX
)
829
#endif //
OS_LINUX
/external/libusb/doc/
Makefile.in
103
OS_LINUX
= @
OS_LINUX
@
/external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.backends.mandoline.config.html
105
<dl><dt><strong>
OS_LINUX
</strong> = 'linux'</dl>
/external/libchrome/base/debug/
stack_trace_posix.cc
308
#if defined(
OS_LINUX
)
379
#endif // defined(
OS_LINUX
)
716
#if !defined(
OS_LINUX
)
718
#endif // !defined(
OS_LINUX
)
debugger_posix.cc
122
#elif defined(
OS_LINUX
) || defined(OS_ANDROID)
/system/bt/build/secondary/third_party/libchrome/
BUILD.gn
210
"
OS_LINUX
=1",
/external/libunwind/
configure.ac
156
AM_CONDITIONAL(
OS_LINUX
, expr x$target_os : xlinux >/dev/null)
/external/libchrome/base/trace_event/
memory_dump_manager.cc
30
#if defined(
OS_LINUX
) || defined(OS_ANDROID)
165
#if defined(
OS_LINUX
) || defined(OS_ANDROID)
/external/libusb/examples/
Makefile.in
143
OS_LINUX
= @
OS_LINUX
@
/external/libchrome/crypto/
nss_util.cc
153
// defined only for
OS_LINUX
and OS_OPENBSD simply because the statfs structure
160
#if defined(
OS_LINUX
)
[
all
...]
Completed in 1003 milliseconds
1
2
3
4