Home
last modified time | relevance | path

Searched refs:allowlisted (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dwhile_v2_indexed_slices_rewriter.py146 values=body_grad_graph.capture(init_slices.values, allowlisted=True),
147 indices=body_grad_graph.capture(init_slices.indices, allowlisted=True),
149 init_slices.dense_shape, allowlisted=True))
/external/angle/
DPRESUBMIT.py82 allowlisted = False
86 allowlisted = True
88 if allowlisted:
/external/icu/tools/srcgen/
Dgenerate_allowlisted_public_api.sh20 ALLOWLIST_API_FILE=${ICU_SRCGEN_DIR}/allowlisted-public-api.txt
Dgenerate_android_icu4j.sh46 ALLOWLIST_API_FILE=${ICU_SRCGEN_DIR}/allowlisted-public-api.txt
/external/autotest/client/cros/power/
Dpower_utils.py814 def __init__(self, vid, pid, allowlisted, path): argument
817 self.allowlisted = allowlisted
917 allowlisted = self._is_allowlisted(vid, pid)
918 self.devices.append(USBDevicePower(vid, pid, allowlisted, dirpath))
/external/toolchain-utils/debug_info_test/
Dngcc_dso_path.allowlist2 # CrOS packages should be allowlisted in *_comp_path.allowlist
/external/rust/crates/bindgen/src/ir/
Dcontext.rs381 allowlisted: Option<ItemSet>, field
566 allowlisted: None, in new()
2210 self.allowlisted.as_ref().unwrap() in allowlisted_items()
2255 assert!(self.allowlisted.is_none()); in compute_allowlisted_and_codegen_items()
2369 let allowlisted = AllowlistedItemsTraversal::new( in compute_allowlisted_and_codegen_items() localVariable
2384 allowlisted.clone() in compute_allowlisted_and_codegen_items()
2387 self.allowlisted = Some(allowlisted); in compute_allowlisted_and_codegen_items()
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Dfunctions.md48 * functions defined in a allowlisted module (see autograph/core/config.py)
/external/llvm-project/clang/docs/
DSanitizerCoverage.rst325 First, the function should belong to a source file with a path that is both allowlisted
327 Second, the function should have a mangled name that is both allowlisted and not blocklisted.