HomeSort by relevance Sort by last modified time
    Searched full:target_os (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /frameworks/wilhelm/tests/examples/
Android.mk 19 ifeq ($(TARGET_OS),linux)
43 ifeq ($(TARGET_OS),linux)
68 ifeq ($(TARGET_OS),linux)
95 ifeq ($(TARGET_OS),linux)
120 ifeq ($(TARGET_OS),linux)
144 ifeq ($(TARGET_OS),linux)
168 ifeq ($(TARGET_OS),linux)
192 ifeq ($(TARGET_OS),linux)
216 ifeq ($(TARGET_OS),linux)
240 ifeq ($(TARGET_OS),linux
    [all...]
  /frameworks/wilhelm/tests/listening/
Android.mk 19 ifeq ($(TARGET_OS),linux)
43 ifeq ($(TARGET_OS),linux)
  /frameworks/wilhelm/tests/mimeUri/
Android.mk 21 ifeq ($(TARGET_OS),linux)
47 ifeq ($(TARGET_OS),linux)
73 ifeq ($(TARGET_OS),linux)
99 ifeq ($(TARGET_OS),linux)
125 ifeq ($(TARGET_OS),linux)
151 ifeq ($(TARGET_OS),linux)
177 ifeq ($(TARGET_OS),linux)
203 ifeq ($(TARGET_OS),linux)
  /external/chromium_org/third_party/skia/platform_tools/android/
gclient.config 10 target_os = ["android"]
  /external/skia/platform_tools/android/
gclient.config 10 target_os = ["android"]
  /frameworks/native/cmds/dumpsys/
Android.mk 13 ifeq ($(TARGET_OS),linux)
  /frameworks/native/cmds/service/
Android.mk 9 ifeq ($(TARGET_OS),linux)
  /frameworks/wilhelm/tests/sandbox/
Android.mk 21 ifeq ($(TARGET_OS),linux)
49 ifeq ($(TARGET_OS),linux)
81 ifeq ($(TARGET_OS),linux)
113 ifeq ($(TARGET_OS),linux)
140 ifeq ($(TARGET_OS),linux)
171 ifeq ($(TARGET_OS),linux)
202 ifeq ($(TARGET_OS),linux)
234 ifeq ($(TARGET_OS),linux)
265 ifeq ($(TARGET_OS),linux)
296 ifeq ($(TARGET_OS),linux
    [all...]
  /frameworks/wilhelm/tests/sandbox/streamSource/
Android.mk 19 ifeq ($(TARGET_OS),linux)
  /external/chromium_org/tools/telemetry/telemetry/core/
possible_browser.py 14 def __init__(self, browser_type, target_os, finder_options):
16 self._target_os = target_os
28 def target_os(self): member in class:PossibleBrowser
  /frameworks/wilhelm/tests/automated/
Android.mk 27 ifeq ($(TARGET_OS),linux)
  /frameworks/av/media/libeffects/testlibs/
Android.mk_ 17 ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
53 ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
  /external/chromium_org/tools/cr/cr/base/
android.py 109 target_os = cr.context.gclient.get('target_os', [])
110 if 'android' in target_os:
117 print 'It can be made capable by adding android to the target_os list'
122 target_os.append('android')
123 cr.context.gclient['target_os'] = target_os
  /external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
download_deps 27 echo 'target_os = ["barelinux"]' >> ./.gclient
  /external/skia/platform_tools/barelinux/bin/
download_deps 27 echo 'target_os = ["barelinux"]' >> ./.gclient
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
Android.mk 36 ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
  /external/chromium_org/third_party/webrtc/common_audio/vad/
Android.mk 40 ifeq ($(TARGET_OS)-$(TARGET_SIMULATOR),linux-true)
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/
README 8 target_os = ['android']
  /external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/
README 7 target_os = ['android']
  /external/llvm/unittests/ADT/
Makefile 18 ifeq ($(TARGET_OS),Darwin)
  /external/qemu/
android-configure.sh 159 TARGET_OS=$OS
174 TARGET_OS=windows
218 if [ "$TARGET_OS" = "windows" ]; then
415 case "$TARGET_OS" in
493 if [ "$TARGET_OS" = "$OS" ] ; then
512 if [ "$TARGET_OS" = "windows" ]; then
538 case $TARGET_OS in
567 echo "HOST_PREBUILT_TAG := $TARGET_OS" >> $config_mk
648 case "$TARGET_OS" in
657 case "$TARGET_OS" i
    [all...]
  /hardware/intel/img/libdrm/
Android.mk 27 ifeq ($(TARGET_OS)-$(TARGET_ARCH),linux-x86)
  /external/libunwind/
configure.ac 140 AC_MSG_RESULT([$target_os])
156 AM_CONDITIONAL(OS_LINUX, expr x$target_os : xlinux >/dev/null)
157 AM_CONDITIONAL(OS_HPUX, expr x$target_os : xhpux >/dev/null)
158 AM_CONDITIONAL(OS_FREEBSD, expr x$target_os : xfreebsd >/dev/null)
159 AM_CONDITIONAL(OS_QNX, expr x$target_os : xnto-qnx >/dev/null)
370 AC_SUBST(target_os)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
webdriver_desktop_browser_finder.py 40 target_os = sys.platform.lower()
41 super(PossibleWebDriverBrowser, self).__init__(browser_type, target_os,
  /external/chromium_org/third_party/leveldatabase/src/
build_detect_platform 52 if test -z "$TARGET_OS"; then
53 TARGET_OS=`uname -s`
74 case "$TARGET_OS" in

Completed in 641 milliseconds

1 2 3 4