HomeSort by relevance Sort by last modified time
    Searched refs:platform (Results 1001 - 1025 of 2067) sorted by null

<<41424344454647484950>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_locale.py 12 if sys.platform == 'darwin':
20 if sys.platform.startswith("win"):
342 if sys.platform != 'sunos5' and not sys.platform.startswith("win"):
test_mhlib.py 15 if (sys.platform.startswith("win") or sys.platform=="riscos" or
16 sys.platform.startswith("atheos")):
24 raise unittest.SkipTest("skipped on %s -- " % sys.platform +
test_mimetypes.py 68 @unittest.skipUnless(sys.platform.startswith("win"), "Windows only")
test_site.py 137 @unittest.skipIf(sys.platform == "win32", "Windows does not raise an "
227 if sys.platform in ('os2emx', 'riscos'):
231 elif (sys.platform == "darwin" and
367 if sys.platform == "win32":
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimDescriptors.java 19 import com.android.ide.common.resources.platform.DeclareStyleableInfo;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 34 import com.android.ide.common.resources.platform.AttributeInfo;
35 import com.android.ide.common.resources.platform.DeclareStyleableInfo;
36 import com.android.ide.common.resources.platform.ViewClassInfo;
37 import com.android.ide.common.resources.platform.ViewClassInfo.LayoutParamsInfo;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/
AttrsXmlParserTest.java 17 package com.android.ide.common.resources.platform;
  /system/extras/perfprofd/quipper/build/
build_config.h 5 // This file adds defines about the platform we're currently building on.
17 // A set of macros to use for platform detection.
52 #error Please add support for your platform in build/build_config.h
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py 17 from telemetry.internal.platform import android_device
18 from telemetry.internal.platform import linux_based_platform_backend
19 from telemetry.internal.platform.power_monitor import android_dumpsys_power_monitor
20 from telemetry.internal.platform.power_monitor import android_fuelgauge_power_monitor
21 from telemetry.internal.platform.power_monitor import android_temperature_monitor
22 from telemetry.internal.platform.power_monitor import monsoon_power_monitor
23 from telemetry.internal.platform.power_monitor import (
25 from telemetry.internal.platform.power_monitor import sysfs_power_monitor
26 from telemetry.internal.platform.profiler import android_prebuilt_profiler_helper
  /external/libcxx/test/libcxx/test/
config.py 4 import platform namespace
220 use_lit_shell_default = sys.platform == 'win32'
277 target_platform = self.target_info.platform()
288 'your platform. Some tests will be '
304 # Insert the platform name into the available features as a lower case.
353 if self.target_info.platform() == 'linux':
510 if self.target_info.platform() != 'darwin':
523 target_platform = self.target_info.platform()
603 if self.target_info.platform() == 'linux':
626 if self.target_info.platform() == 'darwin'
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
config.py 4 import platform namespace
220 use_lit_shell_default = sys.platform == 'win32'
277 target_platform = self.target_info.platform()
288 'your platform. Some tests will be '
304 # Insert the platform name into the available features as a lower case.
353 if self.target_info.platform() == 'linux':
509 if self.target_info.platform() != 'darwin':
522 target_platform = self.target_info.platform()
602 if self.target_info.platform() == 'linux':
625 if self.target_info.platform() == 'darwin'
    [all...]
  /cts/build/
test_package.mk 25 LOCAL_STATIC_JAVA_LIBRARIES += platform-test-annotations
test_target_java_library.mk 21 LOCAL_STATIC_JAVA_LIBRARIES += platform-test-annotations
test_target_testng_package.mk 21 LOCAL_STATIC_JAVA_LIBRARIES += platform-test-annotations
  /cts/tests/core/
ctscore.mk 27 # static copy of libc++ and the libc++ we're bundling here is the platform libc++. This is
  /cts/tests/tests/hardware/
Android.mk 29 LOCAL_JAVA_LIBRARIES := platform-test-annotations
  /development/build/
sdk-darwin-x86.atree 18 # Platform Tools Component
21 lib/libc++.dylib strip platform-tools/lib/libc++.dylib
26 # Note that the build-tools sub-folder uses the platform-name as a placeholder
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 20 # Android platform build system, inside of its source tree. This
  /device/generic/goldfish/gps/
Android.mk 16 # We're moving the emulator-specific platform libs to
  /device/huawei/angler/camera/QCamera2/
Android.mk 73 ifeq ($(call is-board-platform-in-list, msm8992),true)
  /device/lge/bullhead/camera/QCamera2/
Android.mk 73 ifeq ($(call is-board-platform-in-list, msm8992),true)
  /device/sample/apps/SampleEmailPolicy/
Android.mk 31 LOCAL_CERTIFICATE := platform
  /external/autotest/client/cros/
touch_playback_test_base.py 228 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
230 self._tab.Navigate(cr.browser.platform.http_server.UrlOf(
  /external/autotest/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py 45 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
49 full_url = cr.browser.platform.http_server.UrlOf(html_fullpath),
  /external/autotest/client/site_tests/video_PlaybackPerf/
video_PlaybackPerf.py 71 cr.browser.platform.SetHTTPServerDirectories(self.bindir)
74 tab.Navigate(cr.browser.platform.http_server.UrlOf(local_path))

Completed in 1702 milliseconds

<<41424344454647484950>>