Home
last modified time | relevance | path

Searched refs:bare (Results 1 – 25 of 83) sorted by relevance

1234

/external/v8/tools/gyp/test/product/
Dgyptest-product.py20 test.built_file_must_exist('alt1' + test._exe, test.EXECUTABLE, bare=True)
21 test.built_file_must_exist('hello2.stuff', test.EXECUTABLE, bare=True)
22 test.built_file_must_exist('yoalt3.stuff', test.EXECUTABLE, bare=True)
26 test.SHARED_LIB, bare=True)
28 test.SHARED_LIB, bare=True)
29 test.built_file_must_exist('yoalt6.stuff', test.SHARED_LIB, bare=True)
33 test.STATIC_LIB, bare=True)
35 test.STATIC_LIB, bare=True)
36 test.built_file_must_exist('yoalt9.stuff', test.STATIC_LIB, bare=True)
39 test.built_file_must_exist('bob/yoalt10.stuff', test.EXECUTABLE, bare=True)
[all …]
/external/v8/tools/gyp/test/mac/xcode-env-order/
Dtest.gyp28 'destination': '<(PRODUCT_DIR)/$PRODUCT_NAME-copy-bare',
56 'action_name': 'Action copy bare $PRODUCT_NAME $FOO',
57 'description': 'Action copy bare $PRODUCT_NAME $FOO',
61 'outputs': [ '<(PRODUCT_DIR)/action-copy-bare.txt' ],
63 '<(PRODUCT_DIR)/action-copy-bare.txt' ],
111 # 'message': 'Rule copy bare $PRODUCT_NAME $FOO',
114 # 'outputs': [ '<(PRODUCT_DIR)/rule-copy-bare.txt' ],
116 # '<(PRODUCT_DIR)/rule-copy-bare.txt' ],
/external/v8/tools/gyp/test/target/
Dgyptest-target.py23 test.built_file_must_exist('hello1.stuff', test.EXECUTABLE, bare=True)
24 test.built_file_must_exist('hello2.exe', test.EXECUTABLE, bare=True)
25 test.built_file_must_not_exist('hello2.stuff', test.EXECUTABLE, bare=True)
/external/v8/tools/gyp/test/actions-bare/src/
Dbare.gyp8 'target_name': 'bare',
14 'bare.py',
19 'action': ['python', 'bare.py', '<(PRODUCT_DIR)/out.txt'],
/external/libvpx/libvpx/build/make/
Dversion.sh17 --bare) bare=true ;;
58 if [ ${bare} ]; then
Dgen_msvs_proj.sh37 --src-path-bare=dir Path to root of source tree
144 --src-path-bare=*)
/external/autotest/client/site_tests/power_SuspendStress/
Dcontrol.bare6 NAME = "power_SuspendStress.bare"
16 Runs eight minutes of bare suspend/resume cycles without additional workload.
21 job.run_test('power_SuspendStress', duration=480, tag='bare')
Dcontrol.stress16 Runs multiple minutes of bare suspend/resume cycles without additional workload.
21 job.run_test('power_SuspendStress', duration=600, tag='bare')
Dcontrol.stress516 Runs multiple minutes of bare suspend/resume cycles without additional workload.
21 job.run_test('power_SuspendStress', duration=600, tag='bare')
Dcontrol.stress316 Runs multiple minutes of bare suspend/resume cycles without additional workload.
21 job.run_test('power_SuspendStress', duration=600, tag='bare')
Dcontrol.stress416 Runs multiple minutes of bare suspend/resume cycles without additional workload.
21 job.run_test('power_SuspendStress', duration=600, tag='bare')
Dcontrol.stress216 Runs multiple minutes of bare suspend/resume cycles without additional workload.
21 job.run_test('power_SuspendStress', duration=600, tag='bare')
Dcontrol.faft14 Runs eight minutes of bare suspend/resume cycles without additional workload.
18 Put .bare in a loop and run for 2 days. This test replaces suspend resume test.
/external/autotest/client/common_lib/cros/graphite/
Dstats.py31 def __init__(self, name, connection=None, bare=False, argument
33 name = self._add_prefix(name, _prefix, bare)
39 def _add_prefix(self, name, prefix, bare=False): argument
65 if not bare and not name.startswith(prefix):
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java626 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument
687 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument
690 if(bare==true){ in write()
703 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument
707 if(bare==true){ in write()
719 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument
723 if(bare==true){ in write()
736 public void write(OutputStream writer, int numIndent, boolean bare){ in write() argument
740 …EMPTY : name)+COLON+IMPORT+ OPENBRACE+QUOTE+external+QUOTE+CLOSEBRACE + ((bare==true) ? EMPTY : L… in write()
743 …((name==null) ? EMPTY : name)+COLON+BIN+ OPENBRACE+internal+CLOSEBRACE+ ((bare==true) ? EMPTY : L… in write()
[all …]
/external/iproute2/tipc/
DREADME6 --help or -h is used for help. We do not reserve the bare word "help", which
7 for example the ip command does. Reserving a bare word like help quickly
14 bare words specially.
/external/v8/tools/gyp/test/exclusion/
Dgyptest-exclusion.py20 test.built_file_must_exist('hello' + test._exe, test.EXECUTABLE, bare=True)
/external/autotest/site_utils/stats/
Ddevserverinfo.py20 stat = autotest_stats.Gauge(server, bare=True)
Dhostinfo.py20 stat = autotest_stats.Gauge(server, bare=True)
Dapacheinfo.py38 stat = autotest_stats.Gauge(server, bare=True)
/external/llvm/test/Assembler/
Dcomment.ll5 ; The bare version of this file should not have any #uses lines.
/external/chromium-trace/catapult/third_party/beautifulsoup4/scripts/
Ddemonstration_markup.txt1 A bare string
28 <div><table><div>This table contains bare markup</div></table></div>
/external/v8/build/mac/
Dasan.gyp33 # ASan works with iOS simulator only, not bare-metal iOS.
/external/libvpx/libvpx/
Dlibs.mk246 --src-path-bare="$(SRC_PATH_BARE)" \
249 --src-path-bare="$(SRC_PATH_BARE)" \
454 --src-path-bare="$(SRC_PATH_BARE)" \
470 --src-path-bare="$(SRC_PATH_BARE)" \
491 --src-path-bare="$(SRC_PATH_BARE)" \
/external/autotest/server/site_tests/hardware_StorageStress/
Dcontrol.stress44 power_command='nothing', gap=5, duration=300, tag='bare')

1234