OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:supported_platforms
(Results
1 - 9
of
9
) sorted by null
/development/tools/elftree/
Android.mk
17
supported_platforms
:= linux-x86 darwin-x86
macro
18
cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(
supported_platforms
))
/external/elfutils/libdwfl/
Android.mk
17
supported_platforms
:= linux-x86 darwin-x86
macro
18
cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(
supported_platforms
))
/external/elfutils/libebl/
Android.mk
17
supported_platforms
:= linux-x86 darwin-x86
macro
18
cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(
supported_platforms
))
/external/elfutils/libelf/
Android.mk
17
supported_platforms
:= linux-x86 darwin-x86
macro
18
cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(
supported_platforms
))
/external/elfutils/libdw/
Android.mk
17
supported_platforms
:= linux-x86 darwin-x86
macro
18
cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(
supported_platforms
))
/external/linux-tools-perf/
Android.mk
18
supported_platforms
:= none
macro
20
supported_platforms
:= linux-x86 darwin-x86
macro
23
cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(
supported_platforms
))
/external/chromium/chrome/browser/
about_flags.h
64
unsigned
supported_platforms
; // bitmask
member in struct:about_flags::Experiment
/external/chromium_org/chrome/browser/
about_flags.h
76
unsigned
supported_platforms
; // bitmask
member in struct:about_flags::Experiment
about_flags.cc
2152
ListValue*
supported_platforms
= new ListValue();
local
[
all
...]
Completed in 5246 milliseconds