Home
last modified time | relevance | path

Searched refs:RESULT (Results 1 – 2 of 2) sorted by relevance

/development/build/tools/
Dmk_sdk_repo_xml.sh249 local RESULT=""
284 RESULT="$RESULT $DST $VALUE"
293 echo "$RESULT"
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DBaseActivity.java57 public enum Mode {LAUNCH, VERIFY, RESULT} enumConstant