Home
last modified time | relevance | path

Searched refs:tunable (Results 1 – 25 of 41) 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/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/python/cryptography/docs/
Dspelling_wordlist.txt100 tunable
/external/tensorflow/tensorflow/core/framework/
Dmodel.h66 tunable(value == kAutotune) {} in SharedState()
71 const bool tunable; member
225 if (pair.second->state->tunable) return true; in has_tunable_parameters()
Dmodel.cc373 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()
Dmodel.proto78 bool tunable = 6; field
/external/selinux/checkpolicy/
Dpolicy_scan.l101 tunable { return(TUNABLE); }
/external/ethtool/shell-completion/bash/
Dethtool647 # 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/
DNEWS11 * 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/
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/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/llvm-project/llvm/docs/Proposals/
DLLVMLibC.rst73 be more tunable and robust, without sacrificing the simplicity and
/external/python/cpython2/Doc/library/
Dhashlib.rst161 brute-force attacks. A good password hashing function must be tunable, slow, and
/external/libxml2/os400/
DREADME40038 _ Edit file iniscript.sh. You may want to change tunable configuration
/external/libiio/src/bindings/matlab/
Diio_sys_obj_matlab.m39 % Public, non-tunable properties.
Diio_sys_obj.m40 % Public, non-tunable properties.
/external/llvm-project/llvm/docs/
DGwpAsan.rst23 There is a small, tunable memory overhead that is fixed for the lifetime of the
DScudoHardenedAllocator.rst39 between security and performance. It is highly tunable and configurable.
/external/ltp/doc/
Dstyle-guide.txt68 * +/proc+ & +/sysfs+ tunable states.

12