Home
last modified time | relevance | path

Searched refs:candidate (Results 1 – 5 of 5) sorted by relevance

/development/tools/checkstyle/gitlint/
Dutils.py53 candidate = os.path.join(location, program)
54 if os.path.isfile(candidate) and os.access(candidate, os.X_OK):
55 candidates.append(candidate)
/development/scripts/
Dgdbclient17 local candidate=`adb shell getprop ro.hardware | tr -d '\r\n'`
18 if [[ "$candidate" =~ ^(goldfish|ranchu)$ ]]; then
20 candidate=`adb shell getprop ro.product.device | tr -d '\r\n'`
22 echo $candidate
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageCache.java521 Bitmap candidate, BitmapFactory.Options targetOptions) { in canUseForInBitmap() argument
525 return candidate.getWidth() == targetOptions.outWidth in canUseForInBitmap()
526 && candidate.getHeight() == targetOptions.outHeight in canUseForInBitmap()
534 int byteCount = width * height * getBytesPerPixel(candidate.getConfig()); in canUseForInBitmap()
535 return byteCount <= candidate.getAllocationByteCount(); in canUseForInBitmap()
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt643 nomination - n. the condition of having been proposed as a suitable candidate for appointment or el…
/development/tools/checkstyle/
Dcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml sun_checks.xml com/ ...