HomeSort by relevance Sort by last modified time
    Searched full:codes (Results 251 - 275 of 4656) sorted by null

<<11121314151617181920>>

  /external/opencv3/3rdparty/libwebp/utils/
huffman.h 60 // Build a Huffman tree with explicitly given lists of code lengths, codes
65 const int* const codes,
69 // Utility: converts Huffman code lengths to corresponding Huffman codes.
71 // Returns false in case of error (memory allocation, invalid codes).
  /external/pdfium/core/include/fxcodec/
fx_codec_flate.h 13 // Note: Some of these return Z_* status codes from zlib.h.
  /external/strace/linux/sh/
get_scno.c 1 /* Return codes: 1 - ok, 0 - ignore, other - error. */
  /external/tcpdump/
signature.h 21 /* signature checking result codes */
  /external/webrtc/webrtc/modules/video_processing/include/
video_processing_defines.h 23 // Error codes
  /external/zopfli/src/zopfli/
tree.c 41 /* 1) Count the number of codes for each code length. Let bl_count[N] be the
42 number of codes of length N, N >= 1. */
57 /* 3) Assign numerical values to all codes, using consecutive values for all
58 codes of the same length with the base values determined at step 2. */
  /frameworks/base/core/java/android/speech/tts/
PlaybackQueueItem.java 31 * @param errorCode Cause of the stop. Can be either one of the error codes from
  /frameworks/base/keystore/java/android/security/
KeyStoreException.java 20 * KeyStore/keymaster exception with positive error codes coming from the KeyStore and negative
  /frameworks/base/services/core/java/com/android/server/updates/
SmsShortCodesInstallReceiver.java 22 super("/data/misc/sms/", "codes", "metadata/", "version");
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
KCode.kt 48 fun tab(vararg codes : KCode?) : KCode {
49 codes.forEach { tab(it) }
53 fun tab(codes : Collection<KCode?> ) : KCode {
54 codes.forEach { tab(it) }
  /hardware/intel/common/libmix/mix_common/
ChangeLog 14 * Added additional error codes.
  /pdk/
README 5 This repositorty is a place-holder for tools and test codes for PDK.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
ftp.h 38 * Reply codes.
47 * Type codes
59 * Form codes
69 * Structure codes
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
ftp.h 38 * Reply codes.
47 * Type codes
59 * Form codes
69 * Structure codes
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
v4l2-mediabus.h 18 * These pixel codes uniquely identify data formats on the media bus. Mostly
28 * The pixel codes are grouped by type, bus_width, bits per component, samples
33 * enumeration, the pixel codes are explicitly given a numerical value. The next
35 * new pixel codes.
  /system/bt/vnd/ble/
vendor_hcidefs.h 38 /* Sub codes */
  /system/core/base/
errors_test.cpp 26 // it possibly bogus error codes.
  /system/update_engine/common/
error_code_utils.h 28 // error codes or the bit flags) for logging purposes.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
fpa-mem.s 29 # condition codes
  /toolchain/binutils/binutils-2.25/include/elf/
dwarf.h 1 /* Declarations and definitions of codes relating to the DWARF symbolic
34 /* Tag names and codes. */
85 /* Form names and codes. */
98 /* Attribute names and codes. */
176 /* Location atom names and codes. */
195 /* Fundamental type names and codes. */
255 /* Type modifier names and codes. */
267 /* Array ordering names and codes. */
274 /* Array subscript format names and codes. */
295 /* Source language names and codes. *
    [all...]
  /external/autotest/client/site_tests/network_ModemManagerSMS/src/
fake-gsm 41 # Enable/disable event reporting via unsolicited result codes
43 # Enable/disable network registration unsolicited result codes
  /external/autotest/client/site_tests/network_ModemManagerSMSSignal/src/
fake-gsm 41 # Enable/disable event reporting via unsolicited result codes
43 # Enable/disable network registration unsolicited result codes
  /external/curl/docs/libcurl/opts/
CURLOPT_FAILONERROR.3 36 response codes will slip through, especially when authentication is involved
37 (response codes 401 and 407).
  /external/dbus/bus/
activation-exit-codes.h 2 /* activation-exit-codes.h Return values for the launch helper which is set
28 /** Return codes from the launch helper - not public API. However,
  /external/freetype/src/gzip/
inftrees.h 46 uInt, /* number of literal/length codes */
47 uInt, /* number of distance codes */

Completed in 1621 milliseconds

<<11121314151617181920>>