Home
last modified time | relevance | path

Searched refs:tunable (Results 1 – 25 of 31) sorted by relevance

12

/external/selinux/secilc/docs/
Dcil_conditional_statements.md116 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)
DREADME.md51 * [tunable](cil_conditional_statements.md#tunable)
Dcil_reference_guide.md48 tunable
/external/ltp/testcases/kernel/mem/
D.gitignore68 /tunable/max_map_count
69 /tunable/min_free_kbytes
70 /tunable/overcommit_memory
/external/tensorflow/tensorflow/core/framework/
Dmodel.h49 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/
Dintegration.cil112 (tunable allow_execfile true)
113 (tunable allow_userexec false)
211 (tunable tun1 true)
Dpolicy.cil181 (tunable allow_execfile true)
182 (tunable allow_userexec false)
344 (tunable tun1 true)
/external/selinux/checkpolicy/
Dpolicy_scan.l101 tunable { return(TUNABLE); }
/external/selinux/libsepol/cil/src/
Dcil_tree.c1024 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()
Dcil_build_ast.c2483 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()
Dcil_build_ast.h126 void cil_destroy_tunable(struct cil_tunable *tunable);
/external/python/cpython2/Objects/
Ddictnotes.txt164 * 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/
Dhashlib.rst161 brute-force attacks. A good password hashing function must be tunable, slow, and
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DScudoHardenedAllocator.rst39 between security and performance. It is highly tunable and configurable.
/external/libxml2/os400/
DREADME40038 _ Edit file iniscript.sh. You may want to change tunable configuration
/external/u-boot/common/
Ddlmalloc.src17 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/
Dstyle-guide.txt68 * +/proc+ & +/sysfs+ tunable states.
/external/curl/packages/OS400/
DREADME.OS400254 _ Edit file iniscript.sh. You may want to change tunable configuration
/external/python/cpython3/Doc/library/
Dhashlib.rst225 brute-force attacks. A good password hashing function must be tunable, slow, and
/external/tensorflow/tensorflow/contrib/slim/
DREADME.md168 Furthermore, a layer usually (but not always) has variables (tunable parameters)
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst512 performance. This is a tunable for the GLSL compiler and the behavior is
/external/ImageMagick/
Dconfigure.ac56 # Save initial user-tunable values
/external/python/cpython3/Doc/whatsnew/
D3.2.rst2317 seconds. This parameter is tunable through :func:`sys.setswitchinterval()`.
/external/libxml2/
DNEWS2271 size to be application tunable.
/external/ltp/
Dgen.bp8514 srcs: ["testcases/kernel/mem/tunable/max_map_count.c"],
10755 srcs: ["testcases/kernel/mem/tunable/overcommit_memory.c"],

12