HomeSort by relevance Sort by last modified time
    Searched refs:TheOther (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/security/smack/
smack_file_access.sh 29 rule_a="TheOne TheOther r---"
30 rule_b="TheOne TheOther rw--"
43 setfattr --name=security.SMACK64 --value=TheOther "$testfile"
46 if [ "TheOther" != "$setto" ]; then
50 old_rule=$(grep "^TheOne" "$smackfsdir/load" 2>/dev/null | grep ' TheOther ')
53 new_rule=$(grep "^TheOne" "$smackfsdir/load" 2>/dev/null | grep ' TheOther ')
66 tst_brkm TFAIL "Read failed for \"$testfile\" labeled \"TheOther\"."
74 "\"TheOther\"."
78 new_rule=$(grep "^TheOne" $smackfsdir/load 2>/dev/null | grep ' TheOther ')
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 624 Value *TheOther = applyExts(BO->getOperand(1 - OpNo));
629 NewBO = BinaryOperator::Create(BO->getOpcode(), NextInChain, TheOther,
632 NewBO = BinaryOperator::Create(BO->getOpcode(), TheOther, NextInChain,
653 Value *TheOther = BO->getOperand(1 - OpNo);
656 // sub-expression to be just TheOther.
659 return TheOther;
682 NewBO = BinaryOperator::Create(NewOp, NextInChain, TheOther, "", IP);
684 NewBO = BinaryOperator::Create(NewOp, TheOther, NextInChain, "", IP);
    [all...]

Completed in 121 milliseconds