Home
last modified time | relevance | path

Searched refs:direct_value (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/security/smack/
Dsmack_set_doi.sh25 direct_value=$(cat "$smackfsdir/doi" 2>/dev/null)
26 if [ "$direct_value" != "$not_start_value" ]; then
27 tst_brkm TFAIL "The CIPSO doi reported is \"$direct_value\", not the" \
33 direct_value=$(cat "$smackfsdir/doi" 2>/dev/null)
34 if [ "$direct_value" != "$start_value" ]; then
35 tst_brkm TFAIL "The CIPSO doi reported is \"$direct_value\", not the" \
Dsmack_set_direct.sh25 direct_value=$(cat "$smackfsdir/direct" 2>/dev/null)
26 if [ "$direct_value" != "$not_start_value" ]; then
27 tst_brkm TFAIL "The CIPSO direct level reported is \"$direct_value\"," \
33 direct_value=$(cat "$smackfsdir/direct" 2>/dev/null)
34 if [ "$direct_value" != "$start_value" ]; then
35 tst_brkm TFAIL "The CIPSO direct level reported is \"$direct_value\"," \
/external/llvm-project/lldb/test/API/lang/objc/blocks/
DTestObjCIvarsInBlocks.py70 direct_value = direct_blocky.GetValueAsSigned(error)
77 direct_value == indirect_value,
95 direct_value = direct_expr.GetValueAsSigned(error)
106 direct_value == indirect_value,