/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
transport_unittest.cc | 173 // Tests channel role is reversed after receiving ice-lite from remote. 192 // Tests ice-lite in remote answer.
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
message_lite.cc | 49 return "(cannot determine missing fields for lite message)"; 74 // Note: We want to avoid depending on strutil in the lite library, otherwise
|
/external/protobuf/src/google/protobuf/ |
message_lite.cc | 49 return "(cannot determine missing fields for lite message)"; 74 // Note: We want to avoid depending on strutil in the lite library, otherwise
|
extension_set_heavy.cc | 36 // lite library because they use descriptors or reflection. 300 // the lite library only generates SerializeWithCachedSizes.
|
/build/core/ |
host_java_library.mk | 37 LOCAL_JAVA_LIBRARIES += host-libprotobuf-java-2.3.0-lite
|
/external/chromium_org/third_party/tlslite/tlslite/ |
HandshakeSettings.py | 39 NOTE: If '3des' is used in this list, but TLS Lite can't find an
|
errors.py | 10 """Base class for all TLS Lite exceptions."""
|
/external/chromium_org/third_party/tlslite/tlslite/integration/ |
HTTPTLSConnection.py | 1 """TLS Lite + httplib."""
|
IMAP4_TLS.py | 1 """TLS Lite + imaplib."""
|
POP3_TLS.py | 1 """TLS Lite + poplib."""
|
TLSAsyncDispatcherMixIn.py | 1 """TLS Lite + asyncore."""
|
XMLRPCTransport.py | 1 """TLS Lite + xmlrpclib."""
|
/external/protobuf/ |
CHANGES.txt | 59 * Lite mode: The "optimize_for = LITE_RUNTIME" option causes the compiler 60 to generate code which only depends libprotobuf-lite, which is much smaller 79 * Lite mode: The "optimize_for = LITE_RUNTIME" option causes the compiler 80 to generate code which only depends libprotobuf-lite, which is much smaller
|
configure.ac | 148 AC_CONFIG_FILES([Makefile src/Makefile protobuf.pc protobuf-lite.pc])
|
Makefile.in | 41 $(srcdir)/protobuf-lite.pc.in $(srcdir)/protobuf.pc.in \ 57 CONFIG_CLEAN_FILES = protobuf.pc protobuf-lite.pc 281 pkgconfig_DATA = protobuf.pc protobuf-lite.pc 296 vsprojects/libprotobuf-lite.vcproj \ 303 vsprojects/lite-test.vcproj \ 466 protobuf-lite.pc: $(top_builddir)/config.status $(srcdir)/protobuf-lite.pc.in [all...] |
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Internal.java | 104 * The lite library stores enum values directly in FieldSets but the full
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.h | 144 // flat arrays? We don't do this in Lite mode because we'd rather reduce code
|
/external/protobuf/vsprojects/ |
libprotobuf-lite.vcproj | 5 Name="libprotobuf-lite"
|
lite-test.vcproj | 5 Name="lite-test"
|
/frameworks/webview/chromium/overlay/frameworks/base/core/res/res/values-nb/ |
strings.xml | 57 <string name="webviewchromium_low_memory_error" msgid="1191433008801322695">"Kunne ikke fullføre forrige handling på grunn av for lite minne"</string>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
in.h | 48 IPPROTO_UDPLITE = 136, /* UDP-Lite (RFC 3828) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
in.h | 48 IPPROTO_UDPLITE = 136, /* UDP-Lite (RFC 3828) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
in.h | 48 IPPROTO_UDPLITE = 136, /* UDP-Lite (RFC 3828) */
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/ |
java_message.cc | 512 "com.google.protobuf.GeneratedMessage$lite$\n" 515 "lite", HasDescriptorMethods(descriptor_) ? "" : "Lite", 519 "com.google.protobuf.GeneratedMessage$lite$\n" 522 "lite", HasDescriptorMethods(descriptor_) ? "" : "Lite", [all...] |
/external/clang/lib/Edit/ |
RewriteObjCFoundationAPI.cpp | 863 SourceLocation LitE = LitInfo.WithoutSuffRange.getEnd(); 870 commit.insert(LitE, ".0"); 874 commit.insert(LitE, LitInfo.F); 877 commit.insert(LitE, LitInfo.U); 880 commit.insert(LitE, LitInfo.L); 882 commit.insert(LitE, LitInfo.LL); [all...] |