/external/selinux/secilc/docs/ |
D | cil_conditional_statements.md | 116 tunable section in Conditional Statements 125 (tunable tunable_id true|false) 136 <td align="left"><p><code>tunable</code></p></td> 137 <td align="left"><p>The <code>tunable</code> keyword.</p></td> 141 <td align="left"><p>The <code>tunable</code> identifier.</p></td> 145 <td align="left"><p>The initial state of the <code>tunable</code>.</p></td> 184 <td align="left"><p>Either a single <code>tunable</code> identifier or one or more <code>expr</code… 198 … optional set of CIL statements that will be instantiated when the <code>tunable</code> is evaluat… 202 … optional set of CIL statements that will be instantiated when the <code>tunable</code> is evaluat… 211 (tunable range_trans_rule false)
|
D | README.md | 51 * [tunable](cil_conditional_statements.md#tunable)
|
D | cil_reference_guide.md | 48 tunable
|
/external/ltp/testcases/kernel/mem/ |
D | .gitignore | 68 /tunable/max_map_count 69 /tunable/min_free_kbytes 70 /tunable/overcommit_memory
|
/external/selinux/secilc/test/ |
D | integration.cil | 112 (tunable allow_execfile true) 113 (tunable allow_userexec false) 211 (tunable tun1 true)
|
D | policy.cil | 181 (tunable allow_execfile true) 182 (tunable allow_userexec false) 344 (tunable tun1 true)
|
/external/python/cryptography/docs/ |
D | spelling_wordlist.txt | 100 tunable
|
/external/tensorflow/tensorflow/core/framework/ |
D | model.h | 66 tunable(value == kAutotune) {} in SharedState() 71 const bool tunable; member 225 if (pair.second->state->tunable) return true; in has_tunable_parameters()
|
D | model.cc | 373 if (parameter && (*parameter)->state->tunable) { in OutputTimeLocked() 629 if (parallelism_parameter && (*parallelism_parameter)->state->tunable) { in OutputTimeLocked() 635 (*buffer_size_parameter)->state->tunable) { in OutputTimeLocked() 672 if (parallelism_parameter && (*parallelism_parameter)->state->tunable) { in OutputTimeLocked() 679 (*buffer_size_parameter)->state->tunable) { in OutputTimeLocked() 1387 if (pair.second->state->tunable) { in CollectTunableParametersHelper() 1509 parameter_proto->set_tunable(parameter.second->state->tunable); in ToProto() 1538 if (parameter_proto.tunable()) { in FromProtoHelper()
|
D | model.proto | 78 bool tunable = 6; field
|
/external/selinux/checkpolicy/ |
D | policy_scan.l | 101 tunable { return(TUNABLE); }
|
/external/ethtool/shell-completion/bash/ |
D | ethtool | 647 # Completion for ethtool --get-phy-tunable 1010 # Completion for ethtool --set-phy-tunable 1155 [--get-phy-tunable]=get_phy_tunable 1169 [--set-phy-tunable]=set_phy_tunable
|
/external/ethtool/ |
D | NEWS | 11 * Feature: simplify handling of PHY tunable downshift 12 * Feature: add support for PHY tunable Fast Link Down 13 * Feature: add PHY Fast Link Down tunable to man page
|
/external/python/cpython2/Objects/ |
D | dictnotes.txt | 164 * If the dictionary is kept sparse (through the tunable parameters), 208 Consider allowing the user to set the tunable parameters or to select a
|
/external/selinux/libsepol/cil/src/ |
D | cil_tree.c | 1024 struct cil_tunable *tunable = node->data; in cil_tree_print_node() local 1025 cil_log(CIL_INFO, "TUNABLE: %s, value: %d\n", tunable->datum.name, tunable->value); in cil_tree_print_node()
|
D | cil_build_ast.c | 2483 struct cil_tunable *tunable = NULL; in cil_gen_tunable() local 2495 cil_tunable_init(&tunable); in cil_gen_tunable() 2500 tunable->value = CIL_TRUE; in cil_gen_tunable() 2502 tunable->value = CIL_FALSE; in cil_gen_tunable() 2509 …rc = cil_gen_node(db, ast_node, (struct cil_symtab_datum*)tunable, (hashtab_key_t)key, CIL_SYM_TUN… in cil_gen_tunable() 2518 cil_destroy_tunable(tunable); in cil_gen_tunable() 2523 void cil_destroy_tunable(struct cil_tunable *tunable) in cil_destroy_tunable() argument 2525 if (tunable == NULL) { in cil_destroy_tunable() 2529 cil_symtab_datum_destroy(&tunable->datum); in cil_destroy_tunable() 2530 free(tunable); in cil_destroy_tunable()
|
D | cil_build_ast.h | 126 void cil_destroy_tunable(struct cil_tunable *tunable);
|
/external/llvm-project/llvm/docs/Proposals/ |
D | LLVMLibC.rst | 73 be more tunable and robust, without sacrificing the simplicity and
|
/external/python/cpython2/Doc/library/ |
D | hashlib.rst | 161 brute-force attacks. A good password hashing function must be tunable, slow, and
|
/external/libxml2/os400/ |
D | README400 | 38 _ Edit file iniscript.sh. You may want to change tunable configuration
|
/external/libiio/src/bindings/matlab/ |
D | iio_sys_obj_matlab.m | 39 % Public, non-tunable properties.
|
D | iio_sys_obj.m | 40 % Public, non-tunable properties.
|
/external/llvm-project/llvm/docs/ |
D | GwpAsan.rst | 23 There is a small, tunable memory overhead that is fixed for the lifetime of the
|
D | ScudoHardenedAllocator.rst | 39 between security and performance. It is highly tunable and configurable.
|
/external/ltp/doc/ |
D | style-guide.txt | 68 * +/proc+ & +/sysfs+ tunable states.
|