Searched refs:coding (Results 1 – 25 of 282) sorted by relevance
12345678910>>...12
/external/kmod/ |
D | CODING-STYLE | 1 Every project has its coding style, and kmod is not an exception. This 2 document describes the preferred coding style for kmod code, in order to keep 8 First of all, kmod coding style must follow every rule for Linux kernel 18 Besides the kernel coding style above, kmod coding style is heavily based on
|
/external/libcups/cups/ |
D | http.c | 672 if (http->coding) in httpFlush() 1701 if (http->coding >= _HTTP_CODING_GUNZIP) in httpPeek() 1729 (http->coding == _HTTP_CODING_IDENTITY || in httpPeek() 1730 (http->coding >= _HTTP_CODING_GUNZIP && ((z_stream *)http->stream)->avail_in == 0))) in httpPeek() 1773 if (http->coding >= _HTTP_CODING_GUNZIP) in httpPeek() 1983 …ng=" CUPS_LLFMT, (void *)http, (void *)buffer, CUPS_LLCAST length, http->coding, http->data_encodi… in httpRead2() 1998 if (http->coding >= _HTTP_CODING_GUNZIP) in httpRead2() 2147 (http->coding == _HTTP_CODING_IDENTITY || in httpRead2() 2148 (http->coding >= _HTTP_CODING_GUNZIP && ((z_stream *)http->stream)->avail_in == 0)) && in httpRead2() 2155 if (http->coding >= _HTTP_CODING_GUNZIP) in httpRead2() [all …]
|
/external/python/cpython3/Lib/test/ |
D | tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt | 1 # -*- coding: latin1 -*- 4 # are made! Also note that the coding cookie above conflicts with
|
D | tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt | 1 # -*- coding: utf-8 -*-
|
D | tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt | 1 # -*- coding: utf-8 -*-
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_CodingGuidelines | 1 This document describes the coding guidelines for this project. 6 demonstrates the bug, it makes sense to follow the coding guidelines
|
/external/libxml2/result/ |
D | intsubset2.xml.sax | 49 The character itself in UTF8 coding. 63 The cp_type attribute states the coding standard applying to the 65 jis208 - JIS X 0208-1997 - kuten coding (nn-nn) 66 jis212 - JIS X 0212-1990 - kuten coding (nn-nn) 67 jis213 - JIS X 0213-2000 - kuten coding (p-nn-nn) 68 ucs - Unicode 4.0 - hex coding (4 or 5 hexadecimal digits) 109 jis208 - in JIS X 0208 - kuten coding 110 jis212 - in JIS X 0212 - kuten coding 111 jis213 - in JIS X 0213 - kuten coding
|
D | intsubset2.xml.sax2 | 49 The character itself in UTF8 coding. 63 The cp_type attribute states the coding standard applying to the 65 jis208 - JIS X 0208-1997 - kuten coding (nn-nn) 66 jis212 - JIS X 0212-1990 - kuten coding (nn-nn) 67 jis213 - JIS X 0213-2000 - kuten coding (p-nn-nn) 68 ucs - Unicode 4.0 - hex coding (4 or 5 hexadecimal digits) 109 jis208 - in JIS X 0208 - kuten coding 110 jis212 - in JIS X 0212 - kuten coding 111 jis213 - in JIS X 0213 - kuten coding
|
/external/libxml2/result/noent/ |
D | intsubset2.xml.sax2 | 49 The character itself in UTF8 coding. 63 The cp_type attribute states the coding standard applying to the 65 jis208 - JIS X 0208-1997 - kuten coding (nn-nn) 66 jis212 - JIS X 0212-1990 - kuten coding (nn-nn) 67 jis213 - JIS X 0213-2000 - kuten coding (p-nn-nn) 68 ucs - Unicode 4.0 - hex coding (4 or 5 hexadecimal digits) 109 jis208 - in JIS X 0208 - kuten coding 110 jis212 - in JIS X 0212 - kuten coding 111 jis213 - in JIS X 0213 - kuten coding
|
/external/minijail/ |
D | HACKING.md | 41 * Minijail uses kernel coding style: 42 ….kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/coding-style.rst
|
/external/v4l2_codec2/vda/ |
D | .clang-format | 2 # Therefore, they are obviously based on Chromium coding style
|
/external/tensorflow/ |
D | CONTRIBUTING.md | 11 …Coding Style](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#c-coding-style). 54 TensorFlow coding style. 96 #### C++ coding style 115 #### Python coding style 150 This will catch most license, Python coding style and BUILD file issues that
|
/external/icu/icu4c/source/test/testdata/ |
D | encoded.utf16be | 1 // -*- coding: utf-16-be -*-
|
/external/grpc-grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/ |
D | d297b3f84e3dee9f74bf1162718aff66a11a7f5c | 6 :authority localhostcontent-typeapplication/grpcgrpc-accept-enPRI * codingdeflate,identity,gz…
|
/external/pdfium/core/fpdfapi/cmaps/ |
D | cmap_int.h | 34 int coding);
|
/external/clang/tools/scan-build-py/tests/functional/exec/ |
D | config.h.in | 1 /* -*- coding: utf-8 -*-
|
/external/linux-kselftest/tools/testing/selftests/futex/ |
D | README | 61 o The Futex Test project adheres to the coding standards set forth by Linux 62 kernel as defined in the Linux source Documentation/process/coding-style.rst.
|
/external/clang/tools/scan-build-py/libear/ |
D | config.h.in | 1 /* -*- coding: utf-8 -*-
|
/external/brotli/ |
D | .editorconfig | 2 # Consistent coding style across different editors.
|
D | README | 4 using a combination of a modern variant of the LZ77 algorithm, Huffman coding
|
/external/autotest/ |
D | README.md | 59 See the coding style guide for guidance on submitting patches. 61 [Coding Style](docs/coding-style.md)
|
/external/ImageMagick/.github/ |
D | PULL_REQUEST_TEMPLATE.md | 5 - [ ] I have verified that I am following the existing coding patterns and practices as demonstrate…
|
/external/ImageMagick/coders/ |
D | vips.c | 386 coding; in ReadVIPSImage() local 445 coding=(VIPSCoding) ReadBlobLong(image); in ReadVIPSImage() 500 if (coding == VIPSCodingNONE) in ReadVIPSImage()
|
/external/python/cpython2/Doc/tutorial/ |
D | interpreter.rst | 133 # -*- coding: encoding -*- 140 # -*- coding: cp1252 -*- 147 # -*- coding: cp1252 -*-
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_vertex_buffers.h | 87 uint8_t coding; member
|
12345678910>>...12