Home
last modified time | relevance | path

Searched refs:lite (Results 1 – 25 of 65) sorted by relevance

123

/external/protobuf/conformance/
DMakefile.am88 lite/com/google/protobuf/Any.java \
89 lite/com/google/protobuf/AnyOrBuilder.java \
90 lite/com/google/protobuf/AnyProto.java \
91 lite/com/google/protobuf/BoolValue.java \
92 lite/com/google/protobuf/BoolValueOrBuilder.java \
93 lite/com/google/protobuf/BytesValue.java \
94 lite/com/google/protobuf/BytesValueOrBuilder.java \
95 lite/com/google/protobuf/conformance/Conformance.java \
96 lite/com/google/protobuf/DoubleValue.java \
97 lite/com/google/protobuf/DoubleValueOrBuilder.java \
[all …]
/external/skia/bench/
DPictureOverheadBench.cpp26 SkLiteRecorder lite; in onDraw() local
36 lite.reset(&liteDL, iBounds); in onDraw()
37 canvas = &lite; in onDraw()
81 SkLiteRecorder lite; in onDraw() local
91 lite.reset(&liteDL, iBounds); in onDraw()
92 canvas = &lite; in onDraw()
DRecordingBench.cpp37 RecordingBench::RecordingBench(const char* name, const SkPicture* pic, bool useBBH, bool lite) in RecordingBench() argument
42 if (lite) { in RecordingBench()
DRecordingBench.h33 RecordingBench(const char* name, const SkPicture*, bool useBBH, bool lite);
/external/protobuf/cmake/
Dlibprotobuf-lite.cmake27 add_library(libprotobuf-lite ${protobuf_SHARED_OR_STATIC}
29 target_link_libraries(libprotobuf-lite ${CMAKE_THREAD_LIBS_INIT})
30 target_include_directories(libprotobuf-lite PUBLIC ${protobuf_source_dir}/src)
32 target_compile_definitions(libprotobuf-lite
36 set_target_properties(libprotobuf-lite PROPERTIES
37 OUTPUT_NAME ${LIB_PREFIX}protobuf-lite
Dtests.cmake203 add_executable(lite-test ${lite_test_files} ${common_lite_test_files} ${lite_test_proto_files})
204 target_link_libraries(lite-test libprotobuf-lite)
209 add_executable(lite-arena-test ${lite_arena_test_files} ${common_lite_test_files} ${lite_test_proto…
210 target_link_libraries(lite-arena-test libprotobuf-lite gmock_main)
/external/protobuf/java/
DREADME.md50 Building the 'lite' version of the Java Protocol Buffers library is
52 run using the 'lite' profile. (see
55 E.g. to install the lite version of the jar, you would run:
57 $ mvn install -P lite
59 The resulting artifact has the 'lite' classifier. To reference it
67 <classifier>lite</classifier>
/external/protobuf/
DAndroid.bp25 name: "libprotobuf-cpp-lite-defaults",
61 // C++ lite library for the NDK.
64 name: "libprotobuf-cpp-lite-ndk",
65 defaults: ["libprotobuf-cpp-lite-defaults"],
74 // C++ lite library for the platform and host.
77 name: "libprotobuf-cpp-lite",
83 defaults: ["libprotobuf-cpp-lite-defaults"],
94 // C++ lite library for the platform and host.
99 defaults: ["libprotobuf-cpp-lite-defaults"],
103 // C++ lite library + rtti (libc++ flavored for the platform and host)
[all …]
Dbuild.gradle22 lite
34 lite {
128 from sourceSets.lite.output
133 classifier "lite"
139 lite liteJar
D.gitignore32 protobuf-lite.pc
116 conformance/lite/
Dprotobuf-lite.pc.in9 Libs: -L${libdir} -lprotobuf-lite @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
Dprotobuf.pc.in12 Conflicts: protobuf-lite
/external/webrtc/webrtc/modules/audio_processing/
DAndroid.mk126 LOCAL_SHARED_LIBRARIES += libprotobuf-cpp-lite
129 libprotobuf-cpp-lite-ndk
193 LOCAL_SHARED_LIBRARIES += libprotobuf-cpp-lite
196 libprotobuf-cpp-lite
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c121 int lite = 0; /* -L flag */ variable
284 if (lite) { in save_buffer()
447 tf->fd = open(tf->path, O_RDWR | (lite ? 0 : O_CREAT | O_TRUNC), in open_test_files()
744 if (lite) { in dowrite()
805 if (lite) { in domapwrite()
934 if (lite ? 0 : ftruncate(fd, file_size) == -1) { in writefileimage()
979 unsigned long op = rv % (3 + !lite + mapped_writes); in test()
1004 if (lite ? 0 : op == 3 && (style & 1) == 0) /* vanilla truncate? */ in test()
1009 if (lite ? 0 : op == 3) in test()
1013 if (op == 1 || op == (lite ? 3 : 4)) { in test()
[all …]
/external/ltp/testcases/kernel/mem/include/
Dmem.h40 void oom(int testcase, int lite, int retcode, int allow_sigkill);
41 void testoom(int mempolicy, int lite, int retcode, int allow_sigkill);
/external/ltp/testcases/kernel/mem/lib/
Dmem.c71 static void child_alloc(int testcase, int lite, int threads) in child_alloc() argument
76 if (lite) { in child_alloc()
123 void oom(int testcase, int lite, int retcode, int allow_sigkill) in oom() argument
137 child_alloc(testcase, lite, threads); in oom()
215 void testoom(int mempolicy, int lite, int retcode, int allow_sigkill) in testoom() argument
222 oom(NORMAL, lite, retcode, allow_sigkill); in testoom()
225 oom(MLOCK, lite, retcode, allow_sigkill); in testoom()
231 if (access(PATH_KSM, F_OK) == -1 || lite == 1) { in testoom()
238 oom(KSM, lite, retcode, allow_sigkill); in testoom()
/external/swiftshader/third_party/subzero/
DMakefile.standalone397 sb sb-lite:
401 sb-lite: $(NEXES_LITE) exists-sbtc
551 check-xtest check-xtest-lite: $(OBJDIR)/pnacl-sz make_symlink runtime
555 check-xtest check-xtest-lite: $(OBJDIR)/pnacl-sz make_symlink runtime \
591 check-xtest-lite: $(OBJDIR)/pnacl-sz make_symlink runtime \
776 presubmit-lite: exists-nonsfi-x8632 exists-nonsfi-arm32 \
782 MINIMAL=1 check sb-lite
790 check-xtest-lite
804 FORCEASM=1 check-xtest-lite
/external/libconstrainedcrypto/
DREADME.version1 URL: https://cs.corp.google.com/piper///depot/google3/security/util/lite/
/external/libtextclassifier/
DAndroid.mk50 LOCAL_SHARED_LIBRARIES := libprotobuf-cpp-lite
71 LOCAL_SHARED_LIBRARIES += libprotobuf-cpp-lite
103 LOCAL_SHARED_LIBRARIES += libprotobuf-cpp-lite
/external/webrtc/
DAndroid.mk49 libprotobuf-cpp-lite \
78 libprotobuf-cpp-lite \
/external/protobuf/util/
Dprotobuf-lite.pc.in9 Libs: -L${libdir} -lprotobuf-lite @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
Dprotobuf.pc.in12 Conflicts: protobuf-lite
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyMessageLiteTest.java302 LazyMessageLite lite = LazyMessageLite.newBuilder() in testExtensions() local
304 assertTrue(lite.getInner().hasExtension(LazyExtension.extension)); in testExtensions()
305 assertEquals("name", lite.getInner().getExtension(LazyExtension.extension).getName()); in testExtensions()
/external/cros/system_api/
DREADME10 This will force usage of a lite protobuf instead of a full/heavy weight
/external/swiftshader/third_party/LLVM/utils/crosstool/ARM/
DREADME20 …http://www.codesourcery.com/sgpp/lite/arm/portal/package1787/public/arm-none-linux-gnueabi/arm-200…

123