HomeSort by relevance Sort by last modified time
    Searched full:lite (Results 1 - 25 of 335) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/tlslite/tlslite/
__init__.py 2 TLS Lite is a free python library that implements SSL v3, TLS v1, and
3 TLS v1.1. TLS Lite supports non-traditional authentication methods
5 certificates. TLS Lite is pure python, however it can access OpenSSL,
6 cryptlib, pycrypto, and GMPY for faster crypto operations. TLS Lite
api.py 1 """Import this module for easy access to TLS Lite objects.
3 The TLS Lite API consists of classes, functions, and variables spread
  /external/chromium_org/third_party/tlslite/tlslite/integration/
__init__.py 1 """Classes for integrating TLS Lite with other packages."""
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
build.properties 7 lib/host-libprotobuf-java-2.3.0-lite.jar,\
.classpath 6 <classpathentry kind="lib" path="libs/host-libprotobuf-java-2.3.0-lite.jar"/>
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistryLite.java 38 * Equivalent to {@link ExtensionRegistry} but supports only "lite" types.
40 * If all of your types are lite types, then you only need to use
45 * the lite runtime, so you might as well make all your types be regular types.
47 * where one uses lite types and one uses regular), you may find yourself
51 * lite, whether the embedded type (in the case of a message-typed extension)
52 * is lite, and whether the extension itself is lite. Since all three are
58 * lite lite lite ExtensionRegistryLit
    [all...]
WireFormat.java 74 * Lite equivalent to {@link Descriptors.FieldDescriptor.JavaType}. This is
75 * only here to support the lite runtime and should not be used by users.
104 * Lite equivalent to {@link Descriptors.FieldDescriptor.Type}. This is
105 * only here to support the lite runtime and should not be used by users.
  /external/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistryLite.java 38 * Equivalent to {@link ExtensionRegistry} but supports only "lite" types.
40 * If all of your types are lite types, then you only need to use
45 * the lite runtime, so you might as well make all your types be regular types.
47 * where one uses lite types and one uses regular), you may find yourself
51 * lite, whether the embedded type (in the case of a message-typed extension)
52 * is lite, and whether the extension itself is lite. Since all three are
58 * lite lite lite ExtensionRegistryLit
    [all...]
  /external/chromium_org/third_party/protobuf/
README.chromium 19 This code has been patched to support unknown field retention in protobuf-lite.
33 We have not forked the Java version of protobuf-lite, so the Java version does
36 The list of Java files included in the lite profile for Java is parsed from the
protobuf_lite_java_parse_pom.py 6 """Parses the Maven pom.xml file for which files to include in a lite build.
14 'lite' profile. It does not return and test includes.
42 if (id_element is not None and id_element.text == 'lite'):
  /external/chromium_org/third_party/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>
  /external/protobuf/
protobuf-lite.pc.in 9 Libs: -L${libdir} -lprotobuf-lite @PTHREAD_CFLAGS@ @PTHREAD_LIBS@
protobuf.pc.in 13 # Conflicts: protobuf-lite
.gitignore 28 protobuf-lite.pc
45 src/protobuf-lite-test
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/
.classpath 6 <classpathentry kind="lib" path="/plugin-gldebugger/libs/host-libprotobuf-java-2.3.0-lite.jar"/>
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
LiteTest.java 46 * Test lite runtime.
53 // class has not been accessed directly. This was once a bug with lite
62 // Since lite messages are a subset of regular messages, we can mostly
63 // assume that the functionality of lite messages is already thoroughly
66 // linked only against the lite library. That is all tested at compile
68 // stuff to make sure the lite message is actually here and usable.
89 // TODO(kenton): Unlike other features of the lite library, extensions are
104 // different code path between lite and regular libraries, and as of this
  /external/protobuf/java/src/test/java/com/google/protobuf/
LiteTest.java 41 * Test lite runtime.
48 // class has not been accessed directly. This was once a bug with lite
57 // Since lite messages are a subset of regular messages, we can mostly
58 // assume that the functionality of lite messages is already thoroughly
61 // linked only against the lite library. That is all tested at compile
63 // stuff to make sure the lite message is actually here and usable.
84 // TODO(kenton): Unlike other features of the lite library, extensions are
99 // different code path between lite and regular libraries, and as of this
  /external/chromium_org/ui/android/java/strings/translations/
android_ui_strings_no.xtb 14 <translation id="6315516427814392808">Kan ikke fullføre forrige handling på grunn av lite minne</translation>
android_ui_strings_sv.xtb 14 <translation id="6315516427814392808">Föregående åtgärd kan inte slutföras. För lite minne.</translation>
  /frameworks/native/opengl/libs/GLES_trace/
Android.mk 24 LOCAL_STATIC_LIBRARIES := libprotobuf-cpp-2.3.0-lite liblzf
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.c 59 * or Common Lite profile DLL or shared object. The function pointers are
77 return 0; // Cannot find OpenGL ES Common or Common Lite DLL.
99 return 0; // Cannot find OpenGL ES Common or Common Lite SO.
  /external/webrtc/
Android.mk 63 libprotobuf-cpp-2.3.0-lite
96 libprotobuf-cpp-2.3.0-lite
128 libprotobuf-cpp-2.3.0-lite
  /external/protobuf/src/google/protobuf/compiler/java/
java_extension.cc 95 vars["lite"] = HasDescriptorMethods(descriptor_->file()) ? "" : "Lite";
116 " com.google.protobuf.GeneratedMessage$lite$.GeneratedExtension<\n"
119 " com.google.protobuf.GeneratedMessage$lite$\n"
124 " com.google.protobuf.GeneratedMessage$lite$.GeneratedExtension<\n"
127 " com.google.protobuf.GeneratedMessage$lite$\n"
  /external/chromium_org/third_party/tlslite/
readme.txt 15 6 Using TLS Lite with httplib
16 7 Using TLS Lite with xmlrpclib
17 8 Using TLS Lite with poplib or imaplib
18 9 Using TLS Lite with smtplib
19 10 Using TLS Lite with SocketServer
20 11 Using TLS Lite with asyncore
21 12 Using TLS Lite with Twisted
29 TLS Lite is a free python library that implements SSL v3, TLS v1, and
30 TLS v1.1 [0]. TLS Lite supports non-traditional authentication methods
32 certificates. TLS Lite is pure python, however it can access OpenSSL [4],
    [all...]
  /external/chromium_org/third_party/libphonenumber/
README.chromium 16 - third_party/protobuf Lite version.

Completed in 2168 milliseconds

1 2 3 4 5 6 7 8 91011>>