Home
last modified time | relevance | path

Searched defs:codes (Results 1 – 25 of 62) sorted by relevance

123

/external/chromium_org/chrome/browser/android/banners/
Dapp_banner_utilities.cc16 std::vector<int> codes; in TrackDismissEvent() local
25 std::vector<int> codes; in TrackDisplayEvent() local
34 std::vector<int> codes; in TrackInstallEvent() local
/external/chromium_org/third_party/re2/re2/
Dunicode.py236 def DoLine(codes, fields): argument
265 def DoLine(codes, fields): argument
286 def DoLine(codes, fields): argument
Dmake_unicode_groups.py30 def MakeRanges(codes): argument
56 def PrintGroup(name, codes): argument
/external/regex-re2/re2/
Dunicode.py236 def DoLine(codes, fields): argument
265 def DoLine(codes, fields): argument
286 def DoLine(codes, fields): argument
Dmake_unicode_groups.py30 def MakeRanges(codes): argument
56 def PrintGroup(name, codes): argument
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DHuffman.java38 private final int[] codes; field in Huffman.Codec
45 Codec(int[] codes, byte[] lengths) { in Codec()
131 private void buildTree(int[] codes, byte[] lengths) { in buildTree()
/external/icu/icu4c/source/i18n/
Dcollationsettings.cpp86 CollationSettings::aliasReordering(const int32_t *codes, int32_t length, const uint8_t *table) { in aliasReordering()
102 CollationSettings::setReordering(const int32_t *codes, int32_t length, const uint8_t table[256]) { in setReordering()
/external/chromium_org/third_party/libwebp/enc/
Dvp8l.c200 HuffmanTreeCode* const codes = &huffman_codes[5 * i]; in GetHuffBitLengthsAndCodes() local
212 uint16_t* codes; in GetHuffBitLengthsAndCodes() local
239 HuffmanTreeCode* const codes = &huffman_codes[5 * i]; in GetHuffBitLengthsAndCodes() local
445 const HuffmanTreeCode* const codes = huffman_codes + 5 * histogram_ix; in StoreImageToBitMask() local
524 HuffmanTreeCode* const codes = &huffman_codes[i]; in EncodeImageNoHuffman() local
538 HuffmanTreeCode* const codes = &huffman_codes[i]; in EncodeImageNoHuffman() local
664 HuffmanTreeCode* const codes = &huffman_codes[i]; in EncodeImageInternal() local
673 HuffmanTreeCode* const codes = &huffman_codes[i]; in EncodeImageInternal() local
/external/webp/src/enc/
Dvp8l.c200 HuffmanTreeCode* const codes = &huffman_codes[5 * i]; in GetHuffBitLengthsAndCodes() local
212 uint16_t* codes; in GetHuffBitLengthsAndCodes() local
239 HuffmanTreeCode* const codes = &huffman_codes[5 * i]; in GetHuffBitLengthsAndCodes() local
445 const HuffmanTreeCode* const codes = huffman_codes + 5 * histogram_ix; in StoreImageToBitMask() local
524 HuffmanTreeCode* const codes = &huffman_codes[i]; in EncodeImageNoHuffman() local
538 HuffmanTreeCode* const codes = &huffman_codes[i]; in EncodeImageNoHuffman() local
664 HuffmanTreeCode* const codes = &huffman_codes[i]; in EncodeImageInternal() local
673 HuffmanTreeCode* const codes = &huffman_codes[i]; in EncodeImageInternal() local
/external/chromium_org/third_party/libwebp/utils/
Dhuffman_encode.h33 uint16_t* codes; // Symbol Codes. member
Dhuffman.c233 int* const codes, in VP8LHuffmanTreeBuildImplicit()
290 const int* const codes, in VP8LHuffmanTreeBuildExplicit()
/external/webp/src/utils/
Dhuffman_encode.h33 uint16_t* codes; // Symbol Codes. member
Dhuffman.c233 int* const codes, in VP8LHuffmanTreeBuildImplicit()
290 const int* const codes, in VP8LHuffmanTreeBuildExplicit()
/external/zlib/src/contrib/infback9/
Dinflate9.h46 code codes[ENOUGH]; /* space for code tables */ member
Dinftree9.c32 int inflate_table9(type, lens, codes, table, bits, work) in inflate_table9() argument
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractNonStreamingHashFunctionTest.java35 HashCode[] codes = new HashCode[hashers.size()]; in test() local
/external/qemu/distrib/zlib-1.2.8/
Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_inftrees.c35 unsigned codes, in inflate_table()
/external/zlib/src/
Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
/external/chromium_org/third_party/zlib/
Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
/external/chromium_org/third_party/re2/re2/testing/
Dunicode_test.py87 def DoLine(codes, fields): argument
/external/smack/src/org/xbill/DNS/
DEDNSOption.java25 private static Mnemonic codes = new Mnemonic("EDNS Option Codes", field in EDNSOption.Code
/external/regex-re2/re2/testing/
Dunicode_test.py87 def DoLine(codes, fields): argument
/external/libexif/libexif/
Dexif-log.c42 } codes[] = { variable
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
DSDL_dx5yuv.c129 DWORD *codes; in DX5_CreateYUVOverlay() local

123