Home
last modified time | relevance | path

Searched refs:whitelisted (Results 1 – 25 of 26) sorted by relevance

12

/external/autotest/server/site_tests/brillo_Gtests/
Dbrillo_Gtests.py124 whitelisted = self._get_whitelisted_tests(WHITELIST_FILE)
127 if whitelisted.get(suite.name):
128 whitelisted_suite = whitelisted.get(suite.name)
136 if (len(suites_to_run) != len(whitelisted)):
137 whitelist_test_names = set(whitelisted.keys())
145 (len(whitelisted), len(suites_to_run)))
Dcontrol.brillo_GtestsWhitelist12 This test runs all the whitelisted native gTests found on a Brillo DUT.
Dcontrol15 Usage: --args='whitelist=True' # Only run whitelisted tests.
/external/tensorflow/tensorflow/python/ops/
Dwhile_v2_indexed_slices_rewriter.py137 values=body_grad_graph.capture(init_slices.values, whitelisted=True),
138 indices=body_grad_graph.capture(init_slices.indices, whitelisted=True),
140 whitelisted=True))
Dwhile_v2.py716 def capture(self, tensor, name=None, whitelisted=False): argument
735 if (not whitelisted and tensor.graph is not self and
830 tensor_in_outer_graph, whitelisted=True)
/external/autotest/client/cros/power/
Dpower_utils.py805 def __init__(self, vid, pid, whitelisted, path): argument
808 self.whitelisted = whitelisted
906 whitelisted = self._is_whitelisted(vid, pid)
907 self.devices.append(USBDevicePower(vid, pid, whitelisted, dirpath))
/external/icu/tools/srcgen/
Dgenerate_whitelisted_public_api.sh20 WHITELIST_API_FILE=${ICU_SRCGEN_DIR}/whitelisted-public-api.txt
Dgenerate_android_icu4j.sh46 WHITELIST_API_FILE=${ICU_SRCGEN_DIR}/whitelisted-public-api.txt
/external/skia/infra/cts/
DREADME.md5 runs them on the list of devices whitelisted in the script.
/external/skqp/infra/cts/
DREADME.md5 runs them on the list of devices whitelisted in the script.
/external/tensorflow/tensorflow/contrib/benchmark_tools/gce/
DREADME.md9 your project whitelisted in order to get access. These scripts will not work
/external/toolchain-utils/debug_info_test/
Dngcc_dso_path.whitelist2 # CrOS packages should be whitelisted in *_comp_path.whitelist
/external/autotest/server/site_tests/network_WiFi_WakeOnSSID/
Dcontrol16 appearance of a whitelisted SSID if it previously suspended disconnected.
/external/autotest/client/site_tests/security_DeviceJail_Filesystem/
Dcontrol17 FUSE filesystem are explicitly whitelisted ones and USB devices, and
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_build_protobuf_at_head.cfg27 # Tiny hack: misusing an already whitelisted env var to pass submodule name
Dgrpc_build_boringssl_at_head.cfg27 # Tiny hack: misusing an already whitelisted env var to pass submodule name
/external/perfetto/
Dperfetto.rc28 # Despite the "log" group below, traced_probes is whitelisted for log read
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dbool-folding.ll92 ; Cmp/branch non-folding because of extra non-whitelisted uses.
324 ; Cmp/multi-select non-folding because of extra non-whitelisted uses.
/external/icu/icu4c/source/data/
Dcldr-icu-readme.txt53 # whitelisted with Unicode; contact Rick McGowan or Steven Loomis.
177 # system you are building on likely does not have its IP address whitelisted with
/external/clang/test/SemaObjC/
Dwarn-retain-cycle.m114 // 'addOperationWithBlock:' is specifically whitelisted.
/external/openssh/
DPROTOCOL143 Other SSH implementations may be whitelisted to receive this message
172 whitelisted to receive this message upon request.
/external/bcc/src/cc/frontends/p4/
DREADME.md95 set of kernel services which have been specifically whitelisted,
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c353 static int whitelisted(struct stat *buf);
3149 inode->noD = whitelisted(buf); in lookup_inode3()
4852 whitelisted(struct stat *buf) in whitelisted() function
/external/bcc/docs/
Dreference_guide.md418 bpf_override_return will only work when the kprobed function is whitelisted to
421 an example. If the kprobed function is not whitelisted, the bpf program will
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Proposals/
DGitHubMove.rst145 `status checks` requires commits to be whitelisted before the push can happen.

12