/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/tensorflow/tensorflow/core/framework/ |
D | model.h | 49 tunable(value == kAutoTune) {} in SharedState() 54 const bool tunable; member 149 if (pair.second->state->tunable) return true; in has_tunable_parameters() 219 if (pair.second->state->tunable) { in CollectTunableParameters()
|
/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/selinux/checkpolicy/ |
D | policy_scan.l | 101 tunable { return(TUNABLE); }
|
/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/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/python/cpython2/Doc/library/ |
D | hashlib.rst | 161 brute-force attacks. A good password hashing function must be tunable, slow, and
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ScudoHardenedAllocator.rst | 39 between security and performance. It is highly tunable and configurable.
|
/external/libxml2/os400/ |
D | README400 | 38 _ Edit file iniscript.sh. You may want to change tunable configuration
|
/external/u-boot/common/ |
D | dlmalloc.src | 17 most tunable malloc ever written. However it is among the fastest 18 while also being among the most space-conserving, portable and tunable. 67 Changes one of the tunable parameters described below. Returns 207 Default values of tunable parameters (described in detail below) 1547 /* variables holding tunable values */ 3124 mallopt is the general SVID/XPG interface to tunable parameters. 3130 See descriptions of tunable parameters above.
|
/external/ltp/doc/ |
D | style-guide.txt | 68 * +/proc+ & +/sysfs+ tunable states.
|
/external/curl/packages/OS400/ |
D | README.OS400 | 254 _ Edit file iniscript.sh. You may want to change tunable configuration
|
/external/python/cpython3/Doc/library/ |
D | hashlib.rst | 225 brute-force attacks. A good password hashing function must be tunable, slow, and
|
/external/tensorflow/tensorflow/contrib/slim/ |
D | README.md | 168 Furthermore, a layer usually (but not always) has variables (tunable parameters)
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 512 performance. This is a tunable for the GLSL compiler and the behavior is
|
/external/ImageMagick/ |
D | configure.ac | 56 # Save initial user-tunable values
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.2.rst | 2317 seconds. This parameter is tunable through :func:`sys.setswitchinterval()`.
|
/external/libxml2/ |
D | NEWS | 2271 size to be application tunable.
|
/external/ltp/ |
D | gen.bp | 8514 srcs: ["testcases/kernel/mem/tunable/max_map_count.c"], 10755 srcs: ["testcases/kernel/mem/tunable/overcommit_memory.c"],
|