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

  /prebuilts/tools/common/m2/repository/io/grpc/grpc-protobuf-lite/1.0.1/
grpc-protobuf-lite-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-protobuf-lite/1.0.3/
grpc-protobuf-lite-1.0.3.jar 
  /external/skia/bench/
PictureOverheadBench.cpp 26 SkLiteRecorder lite; variable
36 lite.reset(&liteDL, iBounds);
37 canvas = &lite;
73 fName.printf("clip_overhead_recording_%s", doLite ? "lite" : "std");
81 SkLiteRecorder lite; variable
91 lite.reset(&liteDL, iBounds);
92 canvas = &lite;
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
LazyMessageLiteTest.java 302 LazyMessageLite lite = LazyMessageLite.newBuilder() local
304 assertTrue(lite.getInner().hasExtension(LazyExtension.extension));
305 assertEquals("name", lite.getInner().getExtension(LazyExtension.extension).getName());
  /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 83 final PackageLite lite = PackageParser.parsePackageLite(packageFile, 0); local
84 return create(lite);
97 public static Handle create(PackageLite lite) throws IOException {
98 return create(lite.getAllCodePaths(), lite.multiArch, lite.extractNativeLibs,
99 lite.debuggable);
  /external/ltp/testcases/kernel/fs/fsx-linux/
fsx-linux.c 121 int lite = 0; /* -L flag */ variable
284 if (lite) {
447 tf->fd = open(tf->path, O_RDWR | (lite ? 0 : O_CREAT | O_TRUNC),
744 if (lite) {
745 warn("Lite file size bug in fsx!");
805 if (lite) {
806 warn("Lite file size bug in fsx!");
934 if (lite ? 0 : ftruncate(fd, file_size) == -1) {
979 unsigned long op = rv % (3 + !lite + mapped_writes);
1004 if (lite ? 0 : op == 3 && (style & 1) == 0) /* vanilla truncate? *
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 869 final ApkLite lite = parseApkLite(file, flags); local
1137 final PackageLite lite = parseClusterPackageLite(packageDir, 0); local
1203 final PackageLite lite = parseMonolithicPackageLite(apkFile, flags); local
    [all...]

Completed in 1060 milliseconds