HomeSort by relevance Sort by last modified time
    Searched defs:lite (Results 1 - 4 of 4) sorted by null

  /external/skia/src/opts/
SkXfermode_opts.h 77 auto lite = sa*da - ((da-d)*(sa-s) << 1), local
82 auto colors = (both + isLite.thenElse(lite, dark)).div255();
  /frameworks/base/core/java/com/android/internal/content/
NativeLibraryHelper.java 82 final PackageLite lite = PackageParser.parsePackageLite(packageFile, 0); local
83 return create(lite);
95 public static Handle create(PackageLite lite) throws IOException {
96 return create(lite.getAllCodePaths(), lite.multiArch, lite.extractNativeLibs);
  /external/chromium-trace/catapult/third_party/Paste/paste/util/
PySourceColor.py 52 lite (default)
123 convert('c:/Python22/Lib', colors=lite, markup="css",
175 'null', 'mono', 'lite', 'dark','dark2', 'pythonwin','idle',
435 lite = { variable
562 defaultColors = lite
600 Optional-> null, mono, dark, dark2, lite, idle, pythonwin, viewcvs
648 python PySourceColor.py --in=c:/myDir/my.py --color=lite --show
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 718 final ApkLite lite = parseApkLite(file, flags); local
723 packageName = lite.packageName;
724 versionCode = lite.versionCode;
726 if (!packageName.equals(lite.packageName)) {
728 "Inconsistent package " + lite.packageName + " in " + file
731 if (versionCode != lite.versionCode) {
733 "Inconsistent version " + lite.versionCode + " in " + file
739 if (apks.put(lite.splitName, lite) != null) {
741 "Split name " + lite.splitNam
810 final PackageLite lite = parseClusterPackageLite(packageDir, 0); local
869 final PackageLite lite = parseMonolithicPackageLite(apkFile, flags); local
    [all...]

Completed in 984 milliseconds