/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
msvccompiler.py | 247 # Win64. Assume this was built with the platform SDK 602 def get_msvc_paths(self, path, platform='x86'): 618 r"\Win32 (%s)\Directories" % (self.__root, platform))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
locale.py | 493 if sys.platform == "win32" and code and code[:2] == "0x": 496 # ...add other platform-specific processing here, if 559 if sys.platform.startswith("win"): [all...] |
socket.py | 103 if sys.platform.lower().startswith("win"): 159 if sys.platform == "riscos": 175 # Wrapper around platform socket objects. This implements 176 # a platform-independent dup() functionality. The
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_exceptions.py | 138 if not sys.platform.startswith('java'): 185 if not sys.platform.startswith('java'):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
__init__.py | 26 if _os.name == "posix" and _sys.platform == "darwin": 450 elif _sys.platform == "cygwin":
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
msvccompiler.py | 247 # Win64. Assume this was built with the platform SDK 602 def get_msvc_paths(self, path, platform='x86'): 618 r"\Win32 (%s)\Directories" % (self.__root, platform))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
locale.py | 493 if sys.platform == "win32" and code and code[:2] == "0x": 496 # ...add other platform-specific processing here, if 559 if sys.platform.startswith("win"): [all...] |
socket.py | 103 if sys.platform.lower().startswith("win"): 159 if sys.platform == "riscos": 175 # Wrapper around platform socket objects. This implements 176 # a platform-independent dup() functionality. The
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_exceptions.py | 138 if not sys.platform.startswith('java'): 185 if not sys.platform.startswith('java'):
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
AttrsXmlParser.java | 17 package com.android.ide.common.resources.platform; 23 import com.android.ide.common.resources.platform.ViewClassInfo.LayoutParamsInfo;
|
/cts/tests/tests/view/src/android/view/cts/ |
ViewGroupOverlayTest.java | 26 import android.platform.test.annotations.Presubmit;
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactOperations.java | 16 package com.example.android.samplesync.platform; 37 * Helper class for storing data in the platform content providers. 64 * to the platform contacts provider. 79 * the platform contacts provider.
|
/external/autotest/frontend/afe/ |
rpc_utils.py | 669 Figure out the platform name and atomic group name for the given host 672 @returns (platform name, atomic group name) for the given host. 674 platforms = [label.name for label in host.label_list if label.platform] 676 platform = None 678 platform = platforms[0] 680 raise ValueError('Host %s has more than one platform: %s' % 691 return platform, atomic_group_name [all...] |
/external/chromium-trace/catapult/catapult_base/catapult_base/ |
cloud_storage_unittest.py | 175 @unittest.skipIf(sys.platform.startswith('win'),
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
dependency_manager_util_unittest.py | 98 if not sys.platform.startswith('win'):
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
inspector_backend.py | 129 if (self.app.platform.GetOSName() == 'linux' and (
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
cgiapp.py | 99 if select and sys.platform != 'win32':
|
/external/chromium-trace/catapult/third_party/typ/typ/tests/ |
host_test.py | 216 self.assertNotEqual(h.platform, None)
|
/external/deqp/framework/delibs/decpp/ |
deFilePath.cpp | 253 # error Implement createDirectoryImpl() for your platform.
|
/external/google-breakpad/android/ |
run-checks.sh | 341 # NOTE: The --platform=android-9 is required to provide <regex.h> for GTest. 344 --platform=android-9 \
|
/external/icu/icu4c/source/common/unicode/ |
ucnv.h | 170 * Enum for specifying which platform a converter ID refers to. 171 * The use of platform/CCSID is not recommended. See ucnv_openCCSID(). 399 * Creates a UConverter object from a CCSID number and platform pair. 418 * Currently, the only "platform" supported in the ICU converter API is UCNV_IBM. 450 * @param platform the platform in which the codepage number exists 464 UConverterPlatform platform, 864 * platform registered codepages and return zero for the codepage number. [all...] |
/external/libchrome/base/strings/ |
string_util.h | 30 // C standard-library functions that aren't cross-platform are provided as 32 // then implemented as inline calls to the platform-specific equivalents in the 33 // platform-specific headers. 462 #error Define string operations appropriately for your platform
|
/external/libchrome/base/time/ |
time_posix.cc | 105 #error No usable tick clock function on this platform.
|
/external/llvm/unittests/Support/ |
ProgramTest.cpp | 35 #error sleep_for is not implemented on your platform.
|
/external/opencv3/3rdparty/libjasper/jasper/ |
jas_icc.h | 118 /* Primary platform signatures. */ 330 jas_iccsig_t platform; /* primary platform */ member in struct:__anon20821
|