OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platform
(Results
51 - 75
of
1387
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/asus/flo/
kickstart_checker.sh
10
chown system:system $(realpath /dev/block/
platform
/msm_sdcc.1/by-name/m9kefs1)
11
chmod 660 $(realpath /dev/block/
platform
/msm_sdcc.1/by-name/m9kefs1)
12
chown system:system $(realpath /dev/block/
platform
/msm_sdcc.1/by-name/m9kefs2)
13
chmod 660 $(realpath /dev/block/
platform
/msm_sdcc.1/by-name/m9kefs2)
14
chown system:system $(realpath /dev/block/
platform
/msm_sdcc.1/by-name/m9kefs3)
15
chmod 660 $(realpath /dev/block/
platform
/msm_sdcc.1/by-name/m9kefs3)
16
chown system:system $(realpath /dev/block/
platform
/msm_sdcc.1/by-name/m9kefsc)
17
chmod 660 $(realpath /dev/block/
platform
/msm_sdcc.1/by-name/m9kefsc)
/external/chromium_org/tools/gyp/test/assembly/
gyptest-assembly.py
14
if sys.
platform
!= 'win32':
/external/chromium_org/tools/gyp/test/ios/
gyptest-app-ios.py
15
if sys.
platform
== 'darwin':
/external/chromium_org/tools/gyp/test/link-objects/
gyptest-all.py
16
if sys.
platform
!= 'darwin':
/external/chromium_org/tools/gyp/test/mac/
gyptest-cflags.py
16
if sys.
platform
== 'darwin':
gyptest-clang-cxx-library.py
16
if sys.
platform
== 'darwin':
gyptest-debuginfo.py
15
if sys.
platform
== 'darwin':
gyptest-depend-on-bundle.py
15
if sys.
platform
== 'darwin':
gyptest-framework-dirs.py
16
if sys.
platform
== 'darwin':
gyptest-framework.py
15
if sys.
platform
== 'darwin':
gyptest-global-settings.py
16
if sys.
platform
== 'darwin':
gyptest-ldflags.py
16
if sys.
platform
== 'darwin':
gyptest-missing-cfbundlesignature.py
15
if sys.
platform
== 'darwin':
/external/chromium_org/tools/gyp/test/ninja/chained-dependency/
gyptest-chained-dependency.py
22
objext = '.obj' if sys.
platform
== 'win32' else '.o'
/external/chromium_org/tools/gyp/test/win/
gyptest-asm-files.py
15
if sys.
platform
== 'win32':
gyptest-cl-additional-include-dirs.py
15
if sys.
platform
== 'win32':
gyptest-cl-additional-options.py
15
if sys.
platform
== 'win32':
gyptest-cl-character-set.py
15
if sys.
platform
== 'win32':
gyptest-cl-default-char-is-unsigned.py
15
if sys.
platform
== 'win32':
gyptest-cl-force-include-files.py
15
if sys.
platform
== 'win32':
gyptest-cl-pdbname-override.py
15
if sys.
platform
== 'win32':
gyptest-cl-rtti.py
15
if sys.
platform
== 'win32':
gyptest-cl-runtime-checks.py
15
if sys.
platform
== 'win32':
gyptest-cl-runtime-library.py
15
if sys.
platform
== 'win32':
gyptest-cl-treat-wchar-t-as-built-in-type.py
15
if sys.
platform
== 'win32':
Completed in 157 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>