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

  /frameworks/native/opengl/libs/GLES_trace/
Android.mk 24 LOCAL_STATIC_LIBRARIES := libprotobuf-cpp-2.3.0-lite liblzf
  /external/jmonkeyengine/engine/src/test/jme3test/water/
TestSceneWater.java 94 Sphere lite=new Sphere(8, 8, 3.0f); local
95 Geometry lightSphere=new Geometry("lightsphere", lite);
TestSimpleWater.java 110 Sphere lite=new Sphere(8, 8, 3.0f); local
111 lightSphere=new Geometry("lightsphere", lite);
  /external/webrtc/src/modules/audio_processing/
Android.mk 86 libprotobuf-cpp-2.3.0-lite
130 libprotobuf-cpp-2.3.0-lite
  /external/protobuf/
Android.mk 147 # Java lite library (for device-side users)
151 LOCAL_MODULE := libprotobuf-java-2.3.0-lite
159 # Java lite library (for host-side users)
163 LOCAL_MODULE := host-libprotobuf-java-2.3.0-lite
170 # C++ lite library
174 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/webrtc/
Android.mk 54 libprotobuf-cpp-2.3.0-lite
  /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 \
  /build/core/
binary.mk 309 LOCAL_STATIC_LIBRARIES += libprotobuf-cpp-2.3.0-lite
java.mk 55 LOCAL_STATIC_JAVA_LIBRARIES += libprotobuf-java-2.3.0-lite
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 195 function TextileThis($text, $lite='', $encode='') {
196 if ($lite == '' && $encode == '') $text = Markdown($text);
201 function TextileRestricted($text, $lite='', $noimage='') {
202 return $this->TextileThis($text, $lite);
    [all...]

Completed in 621 milliseconds