OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_platform
(Results
1 - 6
of
6
) sorted by null
/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
394
$(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 333 milliseconds