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

<<41424344454647484950>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableDescriptors.java 22 import com.android.ide.common.resources.platform.AttributeInfo;
23 import com.android.ide.common.resources.platform.DeclareStyleableInfo;
  /system/bt/main/
Android.mk 7 # platform specific
  /external/icu/icu4c/source/tools/makeconv/
makeconv.cpp 147 /* all read only, clean, platform independent data. Mmmm. :) */
436 staticData->platform=UCNV_IBM;
454 getPlatformAndCCSIDFromName(value, &staticData->platform, &staticData->codepage);
514 if(staticData->platform==0) {
515 staticData->platform=prototype->platform;
  /ndk/build/core/
init.mk 452 # Read all platform-specific configuration files.
454 # Each platform must be located in build/platforms/android-<apilevel>
457 # 4 -> next platform release
461 # The platform files were moved in the Android source tree from
474 $(call __ndk_info,Could not find platform files (headers and libraries))
483 $(call ndk_log,Found platform root directory: $(NDK_PLATFORMS_ROOT))
495 $(eval include $(BUILD_SYSTEM)/add-platform.mk)\
498 # we're going to find the maximum platform number of the form android-<number>
508 $(call ndk_log,Found stable platform levels: $(NDK_ALL_PLATFORM_LEVELS))
515 $(call ndk_log,Found max platform level: $(NDK_MAX_PLATFORM_LEVEL)
    [all...]
add-application.mk 84 APP_PLATFORM := $(strip $(shell $(HOST_AWK) -f $(BUILD_AWK)/extract-platform.awk $(call host-path,$(_local_props))))
139 # Check that the value of APP_PLATFORM corresponds to a known platform
140 # If not, we're going to use the max supported platform value.
144 $(call ndk_log,Application $(_app) targets unknown platform '$(_bad_platform)')
151 # Check platform level (after adjustment) against android:minSdkVersion in AndroidManifest.xml
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
IOBinding.py 40 if sys.platform == 'win32':
496 platform = os.name
498 if platform == 'posix': #posix platform
502 elif platform == 'nt': #win32 platform
504 else: #no printing for this platform
506 if printPlatform: #we can try to print for this platform
518 else: #no printing for this platform
519 message = "Printing is not enabled for this platform: %s" % platfor
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
IOBinding.py 40 if sys.platform == 'win32':
496 platform = os.name
498 if platform == 'posix': #posix platform
502 elif platform == 'nt': #win32 platform
504 else: #no printing for this platform
506 if printPlatform: #we can try to print for this platform
518 else: #no printing for this platform
519 message = "Printing is not enabled for this platform: %s" % platfor
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 40 if sys.platform == 'win32':
496 platform = os.name
498 if platform == 'posix': #posix platform
502 elif platform == 'nt': #win32 platform
504 else: #no printing for this platform
506 if printPlatform: #we can try to print for this platform
518 else: #no printing for this platform
519 message = "Printing is not enabled for this platform: %s" % platfor
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 40 if sys.platform == 'win32':
496 platform = os.name
498 if platform == 'posix': #posix platform
502 elif platform == 'nt': #win32 platform
504 else: #no printing for this platform
506 if printPlatform: #we can try to print for this platform
518 else: #no printing for this platform
519 message = "Printing is not enabled for this platform: %s" % platfor
    [all...]
  /development/build/tools/
sdk_repo.mk 43 # package directory contains a single platform-related inner directory.
130 $(eval $(call mk-sdk-repo-pkg-1,SDK_REPO_XML_ARGS,$(HOST_OS),$(MAIN_SDK_ZIP),platform-tools))
138 $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),platform-tools) \
153 $(eval $(call mk-sdk-repo-pkg-1,SDK_REPO_XML_ARGS,windows,$(WIN_SDK_ZIP),platform-tools))
157 $(call sdk-repo-pkg-zip,windows,$(WIN_SDK_ZIP),platform-tools)
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/1.2.4/
gradle-experimental-1.2.4.jar 
  /external/chromium-trace/catapult/telemetry/telemetry/internal/
story_runner_unittest.py 47 def SetTestPlatform(cls, platform):
48 cls._platform = platform
57 def platform(self): member in class:TestSharedState
291 def WillRunStory(self, platform):
294 def Measure(self, platform, results):
297 def DidRunStory(self, platform):
655 def platform(self): member in class:StoryRunnerTest._testMaxFailuresOptionIsRespectedAndOverridable.SimpleSharedState
  /external/chromium-trace/catapult/telemetry/telemetry/page/
page_run_end_to_end_unittest.py 363 def WillStartBrowser(self, platform):
437 def DidRunPage(self, platform):
438 del platform # unused
586 def DidRunPage(self, platform):
589 platform.network_controller.StopReplay()
620 action_runner.tab.browser.platform.CanTakeScreenshot)
704 fake_platform = self.options.fake_possible_browser.returned_browser.platform
  /external/vulkan-validation-layers/loader/
wsi.c 504 pIcdSurface->base.platform = VK_ICD_WSI_PLATFORM_WIN32;
591 pIcdSurface->base.platform = VK_ICD_WSI_PLATFORM_MIR;
678 pIcdSurface->base.platform = VK_ICD_WSI_PLATFORM_WAYLAND;
767 pIcdSurface->base.platform = VK_ICD_WSI_PLATFORM_XCB;
857 pIcdSurface->base.platform = VK_ICD_WSI_PLATFORM_XLIB;
    [all...]
  /hardware/qcom/audio/msm8909/hal/audio_extn/
spkr_protection.c 39 #include "platform.h"
478 platform_send_audio_calibration(adev->platform,
480 platform_get_default_app_type(adev->platform), 8000);
766 char platform[PROPERTY_VALUE_MAX]; local
767 property_get("ro.board.platform", platform, "");
768 if (!strncmp("apq8084", platform, sizeof("apq8084"))) {
865 platform_send_audio_calibration(adev->platform,
867 platform_get_default_app_type(adev->platform), 8000);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_os.py 117 if sys.platform == 'win32':
157 if sys.platform in ("win32",):
311 if sys.platform == 'win32':
371 @unittest.skipIf(sys.platform.startswith(('freebsd', 'darwin')),
374 if sys.platform == "win32":
675 if sys.platform != 'win32':
735 @unittest.skipUnless(sys.platform == "win32", "Win32 specific tests")
    [all...]
test_posix.py 12 import platform namespace
263 elif platform.system() in ('HP-UX', 'SunOS'):
465 'sunos' in sys.platform or
466 'netbsd' in sys.platform or
467 'openbsd' in sys.platform
492 if sys.platform == 'darwin':
513 if sys.platform == 'darwin':
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_os.py 117 if sys.platform == 'win32':
157 if sys.platform in ("win32",):
311 if sys.platform == 'win32':
371 @unittest.skipIf(sys.platform.startswith(('freebsd', 'darwin')),
374 if sys.platform == "win32":
675 if sys.platform != 'win32':
735 @unittest.skipUnless(sys.platform == "win32", "Win32 specific tests")
    [all...]
test_posix.py 12 import platform namespace
263 elif platform.system() in ('HP-UX', 'SunOS'):
465 'sunos' in sys.platform or
466 'netbsd' in sys.platform or
467 'openbsd' in sys.platform
492 if sys.platform == 'darwin':
513 if sys.platform == 'darwin':
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.8.0-alpha1/
gradle-experimental-0.8.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-experimental/0.8.0-alpha3/
gradle-experimental-0.8.0-alpha3.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 117 if sys.platform == 'win32':
157 if sys.platform in ("win32",):
311 if sys.platform == 'win32':
371 @unittest.skipIf(sys.platform.startswith(('freebsd', 'darwin')),
374 if sys.platform == "win32":
675 if sys.platform != 'win32':
735 @unittest.skipUnless(sys.platform == "win32", "Win32 specific tests")
    [all...]
test_posix.py 12 import platform namespace
263 elif platform.system() in ('HP-UX', 'SunOS'):
465 'sunos' in sys.platform or
466 'netbsd' in sys.platform or
467 'openbsd' in sys.platform
492 if sys.platform == 'darwin':
513 if sys.platform == 'darwin':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 117 if sys.platform == 'win32':
157 if sys.platform in ("win32",):
311 if sys.platform == 'win32':
371 @unittest.skipIf(sys.platform.startswith(('freebsd', 'darwin')),
374 if sys.platform == "win32":
675 if sys.platform != 'win32':
735 @unittest.skipUnless(sys.platform == "win32", "Win32 specific tests")
    [all...]
test_posix.py 12 import platform namespace
263 elif platform.system() in ('HP-UX', 'SunOS'):
465 'sunos' in sys.platform or
466 'netbsd' in sys.platform or
467 'openbsd' in sys.platform
492 if sys.platform == 'darwin':
513 if sys.platform == 'darwin':

Completed in 417 milliseconds

<<41424344454647484950>>