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

  /external/smack/src/org/jivesoftware/smack/provider/
PrivacyProvider.java 106 String actionValue = parser.getAttributeValue("", "action");
115 if ("allow".equalsIgnoreCase(actionValue)) {
117 } else if ("deny".equalsIgnoreCase(actionValue)) {
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 579 "handleActionValue(...):actionValue <%d> found.\n",
589 "handleActionValue(...):actionValue not found.\n");
713 int64_t actionValue = 0;
716 exceptionMatched = handleActionValue(&actionValue,
751 actionValue);
    [all...]

Completed in 237 milliseconds