Searched refs:allowlisted (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | while_v2_indexed_slices_rewriter.py | 146 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/ |
D | PRESUBMIT.py | 82 allowlisted = False 86 allowlisted = True 88 if allowlisted:
|
/external/icu/tools/srcgen/ |
D | generate_allowlisted_public_api.sh | 20 ALLOWLIST_API_FILE=${ICU_SRCGEN_DIR}/allowlisted-public-api.txt
|
D | generate_android_icu4j.sh | 46 ALLOWLIST_API_FILE=${ICU_SRCGEN_DIR}/allowlisted-public-api.txt
|
/external/autotest/client/cros/power/ |
D | power_utils.py | 814 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/ |
D | ngcc_dso_path.allowlist | 2 # CrOS packages should be allowlisted in *_comp_path.allowlist
|
/external/rust/crates/bindgen/src/ir/ |
D | context.rs | 381 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/ |
D | functions.md | 48 * functions defined in a allowlisted module (see autograph/core/config.py)
|
/external/llvm-project/clang/docs/ |
D | SanitizerCoverage.rst | 325 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.
|