/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
README.txt | 38 Common Lite, such as vertex arrays, color arrays and
49 Common Lite -level function calls without any extensions.
|
/external/chromium_org/third_party/tlslite/tlslite/integration/ |
AsyncStateMachine.py | 2 A state machine for using TLS Lite with asynchronous I/O. 7 This is an abstract class that's used to integrate TLS Lite with
|
ClientHelper.py | 2 A helper class for using TLS Lite with stdlib clients 9 """This is a helper class used to integrate TLS Lite with various
|
TLSTwistedProtocolWrapper.py | 1 """TLS Lite + Twisted.""" 35 Below is a complete example of using TLS Lite with a Twisted echo
|
SMTP_TLS.py | 1 """TLS Lite + smtplib."""
|
/external/jmonkeyengine/engine/src/test/jme3test/post/ |
TestLightScattering.java | 102 // Sphere lite=new Sphere(8, 8, 10.0f); 103 // Geometry lightSphere=new Geometry("lightsphere", lite);
|
/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);
|
/frameworks/native/opengl/tests/angeles/ |
README.txt | 38 Common Lite, such as vertex arrays, color arrays and
49 Common Lite -level function calls without any extensions.
|
/external/protobuf/java/ |
README.txt | 43 Installation - 'Lite' Version - With Maven 46 Building the 'lite' version of the Java Protocol Buffers library is 48 run using the 'lite' profile. (see 51 E.g. to install the lite version of the jar, you would run: 53 $ mvn install -P lite 55 The resulting artifact has the 'lite' classifier. To reference it 62 <classifier>lite</classifier>
|
pom.xml | 175 <id>lite</id> 197 <testInclude>**/*Lite.java</testInclude> 212 <classifier>lite</classifier>
|
/build/core/ |
clear_vars.mk | 122 LOCAL_PROTOC_OPTIMIZE_TYPE:= # lite(default),micro,nano,full
|
/external/chromium_org/third_party/protobuf/ |
protobuf.gyp | 122 # The "lite" lib is about 1/7th the size of the heavy lib, 125 # against the lite version of the library, add the option line: 409 # our custom patch to retain unknown fields in lite mode. 423 # our custom patch to retain unknown fields in lite mode.
|
README.txt | 71 If you only want protobuf-lite, substitute "protobuf-lite" in place
|
/external/chromium_org/third_party/protobuf/src/ |
Makefile.am | 90 lib_LTLIBRARIES = libprotobuf-lite.la libprotobuf.la libprotoc.la 304 protobuf-lite-test test_plugin $(GZCHECKPROGRAMS) 367 protobuf_lite_test_LDADD = $(PTHREAD_LIBS) libprotobuf-lite.la 394 TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
|
/external/flac/libFLAC/ |
Makefile.am | 83 Makefile.lite \
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
TODO | 60 - Option for "Lite" highlighting - aims for speed and low server load
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
GeneratedMessageLite.java | 40 * Lite version of {@link GeneratedMessage}. 90 * Lite equivalent of {@link GeneratedMessage.ExtendableMessage}. 211 * Lite equivalent of {@link GeneratedMessage.ExtendableBuilder}. 485 * Lite equivalent to {@link GeneratedMessage.GeneratedExtension}.
|
/external/protobuf/src/ |
Makefile.am | 79 lib_LTLIBRARIES = libprotobuf-lite.la libprotobuf.la libprotoc.la 315 protobuf-lite-test test_plugin $(GZCHECKPROGRAMS) 372 protobuf_lite_test_LDADD = $(PTHREAD_LIBS) libprotobuf-lite.la 399 TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
|
/ndk/sources/cxx-stl/gabi++/src/ |
pbase_type_info.cc | 63 // Ref: http://www.parashift.com/c++-faq-lite/constptrptr-conversion.html
|
/external/protobuf/ |
README.txt | 71 If you only want protobuf-lite, substitute "protobuf-lite" in place
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
GeneratedMessageLite.java | 44 * Lite version of {@link GeneratedMessage}. 123 * Lite equivalent of {@link com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder}. 146 * Lite equivalent of {@link GeneratedMessage.ExtendableMessage}. 304 * Lite equivalent of {@link GeneratedMessage.ExtendableBuilder}. 685 * Lite equivalent to {@link GeneratedMessage.GeneratedExtension}.
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_file.cc | 157 " com.google.protobuf.ExtensionRegistry$lite$ registry) {\n", 158 "lite", HasDescriptorMethods(file_) ? "" : "Lite");
|
java_message.cc | 423 "com.google.protobuf.GeneratedMessage$lite$.ExtendableMessage\n" 426 "lite", HasDescriptorMethods(descriptor_) ? "" : "Lite"); 429 "com.google.protobuf.GeneratedMessage$lite$.ExtendableMessage\n" 431 "lite", HasDescriptorMethods(descriptor_) ? "" : "Lite"); [all...] |
/frameworks/base/media/java/android/media/ |
ToneGenerator.java | 645 * CDMA Alert Network Lite tone: 1109Hz 62ms ON, 784Hz 62ms ON, 740Hz 62ms ON 666 * CDMA KEYPAD Volume key lite tone: 941Hz+1477Hz 120ms ON 671 * CDMA PRESSHOLDKEY LITE tone: 587Hz 375ms ON, 1175Hz 125ms ON 677 * CDMA ALERT INCALL LITE tone: 587Hz 62ms, 784 62ms, 831Hz 62ms, 697 * CDMA SOFT ERROR LITE tone: 1047Hz 125ms ON, 370Hz 125ms 703 * CDMA CALLDROP LITE tone: 1480Hz 125ms, 1397Hz 125ms, 784Hz 125ms
|