Home
last modified time | relevance | path

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

12

/external/protobuf/
Dbuild.gradle22 lite
34 lite {
115 from sourceSets.lite.output
120 classifier "lite"
126 lite liteJar
D.gitignore28 protobuf-lite.pc
45 src/protobuf-lite-test
DAndroid.mk219 LOCAL_MODULE := libprotobuf-java-lite
232 LOCAL_MODULE := host-libprotobuf-java-lite
256 LOCAL_MODULE := libprotobuf-cpp-lite-ndk
285 LOCAL_MODULE := libprotobuf-cpp-lite
327 LOCAL_MODULE := libprotobuf-cpp-lite
341 LOCAL_MODULE := libprotobuf-cpp-lite-rtti
363 LOCAL_MODULE := libprotobuf-cpp-lite-rtti
Dprotobuf-lite.pc.in9 Libs: -L${libdir} -lprotobuf-lite @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
Dprotobuf.pc.in14 # Conflicts: protobuf-lite
DMakefile.in86 $(srcdir)/protobuf-lite.pc.in compile config.guess config.sub \
101 CONFIG_CLEAN_FILES = protobuf.pc protobuf-lite.pc
372 pkgconfig_DATA = protobuf.pc protobuf-lite.pc
387 vsprojects/libprotobuf-lite.vcproj \
394 vsprojects/lite-test.vcproj \
660 protobuf-lite.pc: $(top_builddir)/config.status $(srcdir)/protobuf-lite.pc.in
DREADME.md86 If you only want protobuf-lite, substitute "protobuf-lite" in place
DMakefile.am36 pkgconfig_DATA = protobuf.pc protobuf-lite.pc
52 vsprojects/libprotobuf-lite.vcproj \
59 vsprojects/lite-test.vcproj \
/external/webrtc/webrtc/modules/audio_processing/
DAndroid.mk120 LOCAL_SHARED_LIBRARIES += libprotobuf-cpp-lite
123 libprotobuf-cpp-lite-ndk
184 LOCAL_SHARED_LIBRARIES += libprotobuf-cpp-lite
187 libprotobuf-cpp-lite
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
Dbuild.log28 webcomponents-lite.js: 83f6c69c9f38d6c88b1717427e713e57a96e7d70
29 webcomponents-lite.min.js: d369074b523ff3806e7f71770a4d360f33331d48
DREADME.md23 `webcomponents-lite.js` includes all polyfills except for shadow DOM.
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dbuild.log28 webcomponents-lite.js: 83f6c69c9f38d6c88b1717427e713e57a96e7d70
29 webcomponents-lite.min.js: d369074b523ff3806e7f71770a4d360f33331d48
DREADME.md23 `webcomponents-lite.js` includes all polyfills except for shadow DOM.
/external/webrtc/
DAndroid.mk47 libprotobuf-cpp-lite \
75 libprotobuf-cpp-lite \
100 libprotobuf-cpp-lite
/external/protobuf/vsprojects/
Dprotobuf.sln31 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libprotobuf-lite", "libprotobuf-lite.vcproj", …
33 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lite-test", "lite-test.vcproj", "{12015ACE-42B…
Dreadme.txt12 4) From a command shell, run tests.exe and lite-test.exe and check that all
20 8) Copy libprotobuf.lib, libprotobuf-lite.lib, and libprotoc.lib wherever you
39 2) For each of the projects libprotobuf, libprotobuf-lite, and libprotoc, do
/external/protobuf/src/google/protobuf/
DSEBS20 name = "protobuf-lite",
127 lite = (bool, False))
165 if args.lite:
185 lite = True)
Dunittest_lite_imports_nonlite.proto33 // Tests that a "lite" message can import a regular message.
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
DHistory.md18 when `web-animations-next` and `web-animations-next-lite` were
82 `web-animations-next-lite.min.js` - A cut down version of
DREADME.md73 ### web-animations-next-lite.min.js
81 | | web-animations | web-animations-next | web-animations-next-lite |
115 size of web-animations-next-lite as small as possible, the style emulation
/external/cros/system_api/
DREADME10 This will force usage of a lite protobuf instead of a full/heavy weight
/external/chromium-trace/catapult/third_party/Paste/paste/util/
DPySourceColor.py435 lite = { variable
562 defaultColors = lite
803 path2file(fi, '/tmp/lite.html', lite, show=show, quiet=quiet)
804 path2file(fi, '/tmp/lite_css.html', lite, show=show,
807 path2file(fi, '/tmp/lite_xhtml.html', lite, show=show,
1073 def tagreplace(sourcestr, colors=lite, markup='xhtml',
1103 def pageconvert(path, out=None, colors=lite, markup='xhtml', linenumbers=0,
/external/llvm/utils/crosstool/ARM/
DREADME20 …http://www.codesourcery.com/sgpp/lite/arm/portal/package1787/public/arm-none-linux-gnueabi/arm-200…
/external/protobuf/src/
DMakefile.am97 lib_LTLIBRARIES = libprotobuf-lite.la libprotobuf.la libprotoc.la
364 protobuf-lite-test test_plugin $(GZCHECKPROGRAMS)
428 protobuf_lite_test_LDADD = $(PTHREAD_LIBS) libprotobuf-lite.la
455 TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
/external/skia/src/opts/
DSkXfermode_opts.h77 auto lite = sa*da - ((da-d)*(sa-s) << 1), in XFERMODE() local
82 auto colors = (both + isLite.thenElse(lite, dark)).div255(); in XFERMODE()

12