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

  /external/protobuf/
Android.mk 73 # Java lite library (for device-side users)
77 LOCAL_MODULE := libprotobuf-java-2.3.0-lite
84 # Java lite library (for host-side users)
88 LOCAL_MODULE := host-libprotobuf-java-2.3.0-lite
95 # C++ lite library
99 LOCAL_MODULE := libprotobuf-cpp-2.3.0-lite
configure.ac 148 AC_CONFIG_FILES([Makefile src/Makefile protobuf.pc protobuf-lite.pc])
Makefile.am 36 pkgconfig_DATA = protobuf.pc protobuf-lite.pc
52 vsprojects/libprotobuf-lite.vcproj \
59 vsprojects/lite-test.vcproj \
  /external/protobuf/src/
Makefile.am 78 lib_LTLIBRARIES = libprotobuf-lite.la libprotobuf.la libprotoc.la
295 protobuf-lite-test test_plugin $(GZCHECKPROGRAMS)
352 protobuf_lite_test_LDADD = $(PTHREAD_LIBS) libprotobuf-lite.la
379 TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 195 function TextileThis($text, $lite='', $encode='') { variable
196 if ($lite == '' && $encode == '') $text = Markdown($text);
201 function TextileRestricted($text, $lite='', $noimage='') { variable
202 return $this->TextileThis($text, $lite);
    [all...]

Completed in 54 milliseconds