/external/protobuf/ |
D | build.gradle | 22 lite 34 lite { 115 from sourceSets.lite.output 120 classifier "lite" 126 lite liteJar
|
D | .gitignore | 28 protobuf-lite.pc 45 src/protobuf-lite-test
|
D | Android.mk | 219 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 324 LOCAL_MODULE := libprotobuf-cpp-lite 339 LOCAL_MODULE := libprotobuf-cpp-lite 350 LOCAL_MODULE := libprotobuf-cpp-lite 366 LOCAL_MODULE := libprotobuf-cpp-lite-rtti 388 LOCAL_MODULE := libprotobuf-cpp-lite-rtti
|
D | protobuf-lite.pc.in | 9 Libs: -L${libdir} -lprotobuf-lite @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
|
D | protobuf.pc.in | 14 # Conflicts: protobuf-lite
|
D | Makefile.in | 86 $(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
|
D | README.md | 86 If you only want protobuf-lite, substitute "protobuf-lite" in place
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | Android.mk | 120 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/third_party/polymer/components/webcomponentsjs/ |
D | build.log | 28 webcomponents-lite.js: 22a5d4a7b77eff8bca4dff1d0ed8c0cf11bd43e1 29 webcomponents-lite.min.js: 45223241dc94cf226d7626e6f85af2370e186134
|
/external/webrtc/ |
D | Android.mk | 47 libprotobuf-cpp-lite \ 75 libprotobuf-cpp-lite \ 100 libprotobuf-cpp-lite
|
/external/protobuf/vsprojects/ |
D | protobuf.sln | 31 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…
|
D | readme.txt | 12 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/jmonkeyengine/engine/src/test/jme3test/water/ |
D | TestSceneWater.java | 94 Sphere lite=new Sphere(8, 8, 3.0f); in simpleInitApp() local 95 Geometry lightSphere=new Geometry("lightsphere", lite); in simpleInitApp()
|
D | TestSimpleWater.java | 110 Sphere lite=new Sphere(8, 8, 3.0f); in initScene() local 111 lightSphere=new Geometry("lightsphere", lite); in initScene()
|
/external/protobuf/src/google/protobuf/ |
D | SEBS | 20 name = "protobuf-lite", 127 lite = (bool, False)) 165 if args.lite: 185 lite = True)
|
D | unittest_lite_imports_nonlite.proto | 33 // Tests that a "lite" message can import a regular message.
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | README.md | 80 ### web-animations-next-lite.min.js 88 | | web-animations | web-animations-next | web-animations-next-lite | 122 size of web-animations-next-lite as small as possible, the style emulation
|
D | History.md | 131 when `web-animations-next` and `web-animations-next-lite` were 195 `web-animations-next-lite.min.js` - A cut down version of
|
/external/cros/system_api/ |
D | README | 10 This will force usage of a lite protobuf instead of a full/heavy weight
|
/external/v8/build/linux/unbundle/ |
D | protobuf.gyp | 13 # our custom patch to retain unknown fields in lite mode. 27 # our custom patch to retain unknown fields in lite mode.
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
D | PySourceColor.py | 435 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/ |
D | README | 20 …http://www.codesourcery.com/sgpp/lite/arm/portal/package1787/public/arm-none-linux-gnueabi/arm-200…
|
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
D | build.log | 234 iconv-lite: 0.4.13 355 rx-lite: 3.1.2
|
/external/protobuf/src/ |
D | Makefile.am | 97 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/ |
D | SkXfermode_opts.h | 77 auto lite = sa*da - ((da-d)*(sa-s) << 1), in XFERMODE() local 82 auto colors = (both + isLite.thenElse(lite, dark)).div255(); in XFERMODE()
|