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

1 2 3 45 6 7 8 91011>>

  /ndk/docs/text/
CPU-ARCH-ABIS.text 68 > http://sourcery.mentor.com/sgpp/lite/arm/portal/kbattach142/arm_gnu_linux_abi.pdf
206 > https://sourcery.mentor.com/sgpp/lite/mips/portal/target_arch?@action=faq&target_arch=MIPS
  /external/chromium_org/cloud_print/service/win/
service_controller.cc 154 // TODO(vitalybuka): consider "lite" version if we don't want unregister
  /external/chromium_org/third_party/protobuf/
CHANGES.txt 199 * Lite mode: The "optimize_for = LITE_RUNTIME" option causes the compiler
200 to generate code which only depends libprotobuf-lite, which is much smaller
219 * Lite mode: The "optimize_for = LITE_RUNTIME" option causes the compiler
220 to generate code which only depends libprotobuf-lite, which is much smaller
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Internal.java 136 * The lite library stores enum values directly in FieldSets but the full
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.h 157 // flat arrays? We don't do this in Lite mode because we'd rather reduce code
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 155 // The proto-lite version doesn't support nested builders.
java_file.cc 205 " com.google.protobuf.ExtensionRegistry$lite$ registry) {\n",
206 "lite", HasDescriptorMethods(file_) ? "" : "Lite");
  /external/chromium_org/third_party/tlslite/tlslite/utils/
keyfactory.py 116 Lite can only handle password-encrypted private keys when OpenSSL
  /external/chromium_org/ui/gl/
gl_gl_api_implementation.cc 288 // MakeCurrent 'lite' path that avoids potentially expensive MakeCurrent()
  /external/eigen/doc/
I16_TemplateKeyword.dox 131 - http://www.parashift.com/c++-faq-lite/templates.html#faq-35.18
  /external/libnfc-nci/src/nfc/include/
rw_api.h 88 RW_T3T_FORMAT_CPLT_EVT, /* Tag Formated (Felica-Lite only) */
630 ** Only Felica-Lite tags are supported by this API. The
648 ** Only Felica-Lite tags are supported by this API.
    [all...]
tags_defs.h 228 #define T3T_SYSTEM_CODE_FELICA_LITE 0x88B4 /* System Code for felica-lite tags */
230 #define T3T_FELICALITE_NMAXB 13 /* Maximum number of blocks for NDEF message for Felica Lite tags */
310 /* Felica Lite defintions */
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 24 readonly CODE_SOURCERY_HTTP="http://www.codesourcery.com/sgpp/lite/arm/portal/package1787/public"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
socket.h 271 #define SOL_UDPLITE 136 /* UDP-Lite (RFC 3828) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 271 #define SOL_UDPLITE 136 /* UDP-Lite (RFC 3828) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
socket.h 271 #define SOL_UDPLITE 136 /* UDP-Lite (RFC 3828) */
  /external/protobuf/java/src/test/java/com/google/protobuf/
GeneratedMessageTest.java 487 // Lite Extensions.
489 // We test lite extensions directly because they have a separate
491 // lite fields directly since they are implemented exactly the same as
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 97 // Lite alternative to FieldDescriptor::Type. Must be kept in sync.
120 // Lite alternative to FieldDescriptor::CppType. Must be kept in sync.
500 // ExtensionSet is part of the lite library but UnknownFieldSet is not.
extension_set.h 324 // Specific versions for lite or full messages (constructs the appropriate
338 // Specific versions for lite or full messages (constructs the appropriate
375 // for a lite message (and thus possibly contains lite messages), the results
378 // such ExtensionSets (easy enough since lite messages don't implement
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 555 #define PFX_VIDEODEV_ENTITY_FLITE "exynos-fimc-lite"
878 // fimc-lite subdev
884 // fimc-lite videodev
927 // mipi subdev to fimc-lite subdev
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.h 334 // Specific versions for lite or full messages (constructs the appropriate
353 // Specific versions for lite or full messages (constructs the appropriate
391 // for a lite message (and thus possibly contains lite messages), the results
394 // such ExtensionSets (easy enough since lite messages don't implement
    [all...]
  /external/chromium/third_party/libjingle/
mods-since-v0_4_0.diff 137 < 6. If you wish to build the call example with GIPS Voice Engine Lite, download Voice Engine Lite from http://developer.globalipsound.com
139 < 7. Extract the Interface and Library directories from the Voice Engine Lite zip file into talk\third_party\gips
162 > 6. If you wish to build the call example with GIPS Voice Engine Lite, download Voice Engine Lite from http://developer.globalipsound.com
164 > 7. Extract the Interface and Library directories from the Voice Engine Lite zip file into talk\third_party\gips
    [all...]
  /external/chromium_org/third_party/libjingle/
mods-since-v0_4_0.diff 137 < 6. If you wish to build the call example with GIPS Voice Engine Lite, download Voice Engine Lite from http://developer.globalipsound.com
139 < 7. Extract the Interface and Library directories from the Voice Engine Lite zip file into talk\third_party\gips
162 > 6. If you wish to build the call example with GIPS Voice Engine Lite, download Voice Engine Lite from http://developer.globalipsound.com
164 > 7. Extract the Interface and Library directories from the Voice Engine Lite zip file into talk\third_party\gips
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
GeneratedMessageTest.java 634 // Lite Extensions.
636 // We test lite extensions directly because they have a separate
638 // lite fields directly since they are implemented exactly the same as
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamessages_unittest.cc 55 // variable (http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.14)

Completed in 602 milliseconds

1 2 3 45 6 7 8 91011>>