OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actionValue
(Results
1 - 3
of
3
) 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/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBar.java
260
long nativeInfoBarAndroid, int action, String
actionValue
);
/external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp
603
"handleActionValue(...):
actionValue
<%d> found.\n",
620
"handleActionValue(...):
actionValue
not found.\n");
744
int64_t
actionValue
= 0;
747
exceptionMatched = handleActionValue(&
actionValue
,
783
actionValue
);
[
all
...]
Completed in 828 milliseconds