OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_android
(Results
1 - 23
of
23
) sorted by null
/external/libchrome/sandbox/
BUILD.gn
18
} else if (is_linux ||
is_android
) {
/external/minijail/
util.h
32
static inline int
is_android
() {
function
libminijail.c
196
if (
is_android
()) {
1186
if (
is_android
()) {
[
all
...]
/external/webrtc/webrtc/modules/audio_device/
BUILD.gn
49
if (
is_android
) {
60
if (
is_android
) {
/external/webrtc/webrtc/test/
BUILD.gn
79
if (
is_android
) {
/external/libchrome/base/test/
BUILD.gn
8
if (
is_android
) {
171
if (
is_android
) {
259
if (
is_android
) {
/external/webrtc/webrtc/
BUILD.gn
56
if (
is_android
) {
97
if (current_cpu != "arm64" || !
is_android
) {
156
if (
is_android
&& !is_clang) {
/external/autotest/client/cros/faft/utils/
os_interface.py
61
self.
is_android
= os.path.isfile(self.ANDROID_TESTER_FILE)
62
if self.
is_android
:
104
return self.
is_android
168
if self.
is_android
:
202
if self.
is_android
:
245
if self.
is_android
:
281
if self.
is_android
:
saft_flashrom_util.py
355
if self.os_if.
is_android
:
/external/skia/infra/bots/
common.py
42
def
is_android
(bot_cfg):
function
123
if
is_android
(bot_cfg):
/external/webrtc/webrtc/system_wrappers/
BUILD.gn
107
if (
is_android
) {
196
if (
is_android
) {
/external/webrtc/webrtc/modules/video_render/
BUILD.gn
134
if (
is_android
) {
/external/libchrome/sandbox/linux/
BUILD.gn
9
if (
is_android
) {
444
if (
is_android
) {
/external/libchrome/base/
BUILD.gn
27
if (
is_android
) {
86
if (
is_android
|| is_mac || is_ios) {
974
if (
is_android
) {
[
all
...]
/external/webrtc/webrtc/base/
BUILD.gn
503
if (
is_android
) {
606
if (is_linux ||
is_android
) {
/external/libchrome/crypto/
BUILD.gn
133
if (
is_android
) {
/external/libchrome/base/allocator/
BUILD.gn
254
if (is_linux ||
is_android
) {
/hardware/intel/img/psb_video/src/
psb_overlay.c
889
if (driver_data->
is_android
== 0)
912
if (driver_data->
is_android
== 0)
[
all
...]
pnw_rotate.c
286
if (driver_data->
is_android
== 0) /*fallback to texblit path*/
294
if (driver_data->
is_android
== 0) {
psb_drv_video.h
347
int
is_android
;
member in struct:psb_driver_data_s
psb_output.c
130
driver_data->
is_android
= 1;
133
driver_data->
is_android
= 0;
[
all
...]
/external/v8/
BUILD.gn
10
if (
is_android
) {
400
if (
is_android
) {
[
all
...]
/external/autotest/client/cros/faft/
rpc_functions.py
127
if not self._os_if.
is_android
:
Completed in 630 milliseconds