HomeSort by relevance Sort by last modified time
    Searched refs:_platform (Results 1 - 8 of 8) sorted by null

  /gdk/build/core/
add-platform.mk 16 $(call assert-defined,_platform GDK_PLATFORMS_ROOT)
21 _abis := $(strip $(notdir $(wildcard $(GDK_PLATFORMS_ROOT)/$(_platform)/arch-*)))
24 $(call gdk_log,PLATFORM $(_platform) supports: $(_abis))
26 GDK_PLATFORM_$(_platform)_ABIS := $(_abis)
31 $(eval GDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT := $(GDK_PLATFORMS_ROOT)/$(_platform)/arch-$(_abi))\
32 $(call gdk_log, ABI $(_abi) sysroot is: $(GDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT))\
init.mk 337 $(foreach _platform,$(GDK_ALL_PLATFORMS),\
  /ndk/build/core/
add-platform.mk 16 $(call assert-defined,_platform NDK_PLATFORMS_ROOT)
21 _abis := $(strip $(notdir $(wildcard $(NDK_PLATFORMS_ROOT)/$(_platform)/arch-*)))
24 $(call ndk_log,PLATFORM $(_platform) supports: $(_abis))
26 NDK_PLATFORM_$(_platform)_ABIS := $(_abis)
31 $(eval NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT := $(NDK_PLATFORMS_ROOT)/$(_platform)/arch-$(_abi))\
32 $(call ndk_log, ABI $(_abi) sysroot is: $(NDK_PLATFORM_$(_platform)_$(_abi)_SYSROOT))\
init.mk 461 $(foreach _platform,$(NDK_ALL_PLATFORMS),\
  /external/webkit/Tools/Scripts/webkitpy/common/net/
testoutput.py 47 self._platform = platform or self._extract_platform(file.name())
104 return "TestOutput[%s/%s] %s%s" % (self._platform, self._output_type, actual_str, self.name())
110 return self._platform
114 if self._platform is None:
117 return os.path.join("self._platform", self._platform)
testoutputset.py 35 self._platform = platform
62 self._platform = platform
99 return testoutput.ImageTestOutput(self._platform, image_file, checksum_file)
111 outputs += [testoutput.TextTestOutput(self._platform, text_file) for text_file in text_files]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 164 self._platform = platform
188 log_dashed_string('Compiling rebaselining tests', self._platform)
194 log_dashed_string('Downloading archive', self._platform)
201 log_dashed_string('Extracting and adding new baselines', self._platform)
208 log_dashed_string('Updating rebaselined tests in file', self._platform)
260 self._platform, len(self._rebaselining_tests))
319 dir_name = self._get_archive_dir_name(self._platform)
355 _log.debug('Platform dir: "%s"', self._platform)
392 if self._is_dup_baseline(temp_name, expected_fullpath, test, suffix, self._platform):
538 baseline_filename, self._platform, 'new'
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.js 58 if (!("_platform" in this))
59 this._platform = InspectorFrontendHost.platform();
61 return this._platform;
    [all...]

Completed in 120 milliseconds