Home
last modified time | relevance | path

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

/tools/aadevtools/avd/
Dpatch_all_avds.sh51 VALUE=${LINE##*=}
52 export "${VAR}=$VALUE"
53 echo "${VAR}=$VALUE"
Dset_avds_force_cold_boot.sh50 VALUE=${LINE##*=}
51 export "${VAR}=$VALUE"
52 echo "${VAR}=$VALUE"
/tools/platform-compat/java/com/android/annotationvisitor/
DRepeatedAnnotationHandler.java34 private static final String VALUE = "value"; field in RepeatedAnnotationHandler
67 if (property.getNameString().equals(VALUE)) { in findValue()