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

<<51525354555657585960>>

  /external/autotest/frontend/afe/
admin.py 161 # TODO(showard) - showing platform requires a SQL query for
164 list_display = ('hostname', 'platform', 'locked', 'status')
222 platform = None
231 web_server, hosts, platform,
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
RuntimeInstrument.java 41 import com.google.caliper.platform.Platform;
42 import com.google.caliper.platform.SupportedPlatform;
65 @SupportedPlatform({Platform.Type.JVM, Platform.Type.DALVIK})
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
devtools_client_backend.py 19 from telemetry.internal.platform.tracing_agent import chrome_tracing_agent
20 from telemetry.internal.platform.tracing_agent import (
92 host platform. We also need to know the remote_devtools_port
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
config.py 24 import platform namespace
293 if platform.system() == 'Linux':
    [all...]
  /external/deqp/android/scripts/
debug.py 256 def getGdbCommand (self, platform):
257 return self.hostGdbBins[platform]
  /external/libunwind/doc/
unw_init_local.tex 63 cross-platform version of \Prog{libunwind}).
  /external/mesa3d/docs/
WL_bind_wayland_display.spec 45 needed for buffer sharing in an EGL wayland platform.
  /external/pdfium/tools/drmemory/scripts/
pdfium_tests.py 112 # Platform-specific suppression
113 for platform in common.PlatformNames():
115 os.path.join(script_dir, "..", 'suppressions_%s.txt' % platform)
  /external/v8/tools/
tickprocessor-driver.js 70 new (entriesProviders[params.platform])(params.nm, params.targetRootFS),
  /external/vixl/tools/
test.py 36 import platform namespace
225 sim_default = 'off' if platform.machine() == 'aarch64' else 'on'
  /external/webrtc/
PRESUBMIT.py 11 import platform namespace
173 # Create a platform independent whitelist for the CPPLINT_DIRS.
457 is_win = platform.system() == 'Windows'
  /frameworks/support/v7/cardview/
Android.mk 33 # A helper sub-library to resolve cyclic dependencies between CardView and platform dependent
  /hardware/qcom/media/msm8974/mm-core/omxcore/
Android.mk 37 $(error Unsupported target platform $(TARGET_BOARD_PLATFORM))
  /ndk/build/tools/
common-build-host-funcs.sh 424 # of prebuilt platform toolchains.
440 # a full Android platform source checkout, we can look at the prebuilts/
479 _bh_check_darwin_sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX$DARWIN_SDK_SUBDIR $DARWIN_MIN_VERSION
483 _bh_check_darwin_sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk $DARWIN_MIN_VERSION
  /packages/apps/Messaging/build/
android_lint.mk 30 ln -f -s $(abspath prebuilts/fullsdk/linux/platform-tools/api/api-versions.xml) $(API_VERSIONS_XML)
  /prebuilts/devtools/tools/
ddms.bat 65 echo Please set ANDROID_SWT to point to the folder containing swt.jar for your platform.
hierarchyviewer.bat 66 echo Please set ANDROID_SWT to point to the folder containing swt.jar for your platform.
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
sysconfig.py 2 configuration variables available depend heavily on the platform and
70 non-platform-specific header files, i.e. Python.h and so on;
71 otherwise, this is the path to platform-specific header files
103 "on platform '%s'" % os.name)
111 platform-specific modules, i.e. any module from a non-pure-Python
112 module distribution; otherwise, return the platform-shared library
149 "on platform '%s'" % os.name)
154 """Do any platform-specific customization of a CCompiler instance.
170 if sys.platform == "darwin":
453 variables relevant for the current platform. Generally this include
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
forking.py 102 if sys.platform != 'win32':
206 WINEXE = (sys.platform == 'win32' and getattr(sys, 'frozen', False))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_file.py 114 if not sys.platform.startswith('atheos'):
159 if sys.platform != 'osf1V5':
  /prebuilts/gdb/darwin-x86/lib/python2.7/
uuid.py 420 if sys.platform == 'darwin':
475 if sys.platform == 'win32':
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
sysconfig.py 2 configuration variables available depend heavily on the platform and
70 non-platform-specific header files, i.e. Python.h and so on;
71 otherwise, this is the path to platform-specific header files
103 "on platform '%s'" % os.name)
111 platform-specific modules, i.e. any module from a non-pure-Python
112 module distribution; otherwise, return the platform-shared library
149 "on platform '%s'" % os.name)
154 """Do any platform-specific customization of a CCompiler instance.
170 if sys.platform == "darwin":
453 variables relevant for the current platform. Generally this include
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
forking.py 102 if sys.platform != 'win32':
206 WINEXE = (sys.platform == 'win32' and getattr(sys, 'frozen', False))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file.py 114 if not sys.platform.startswith('atheos'):
159 if sys.platform != 'osf1V5':
  /prebuilts/gdb/linux-x86/lib/python2.7/
uuid.py 420 if sys.platform == 'darwin':
475 if sys.platform == 'win32':

Completed in 789 milliseconds

<<51525354555657585960>>