Home
last modified time | relevance | path

Searched refs:coding (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/external/kmod/
DCODING-STYLE1 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/
Dhttp.c672 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/
Dtokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt1 # -*- coding: latin1 -*-
4 # are made! Also note that the coding cookie above conflicts with
Dtokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt1 # -*- coding: utf-8 -*-
Dtokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt1 # -*- coding: utf-8 -*-
/external/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_CodingGuidelines1 This document describes the coding guidelines for this project.
6 demonstrates the bug, it makes sense to follow the coding guidelines
/external/libxml2/result/
Dintsubset2.xml.sax49 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
Dintsubset2.xml.sax249 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/
Dintsubset2.xml.sax249 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/
DHACKING.md41 * 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-format2 # Therefore, they are obviously based on Chromium coding style
/external/tensorflow/
DCONTRIBUTING.md11 …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/
Dencoded.utf16be1 // -*- coding: utf-16-be -*-
/external/grpc-grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/
Dd297b3f84e3dee9f74bf1162718aff66a11a7f5c6 :authority localhost content-typeapplication/grpcgrpc-accept-enPRI * codingdeflate,identity,gz…
/external/pdfium/core/fpdfapi/cmaps/
Dcmap_int.h34 int coding);
/external/clang/tools/scan-build-py/tests/functional/exec/
Dconfig.h.in1 /* -*- coding: utf-8 -*-
/external/linux-kselftest/tools/testing/selftests/futex/
DREADME61 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/
Dconfig.h.in1 /* -*- coding: utf-8 -*-
/external/brotli/
D.editorconfig2 # Consistent coding style across different editors.
DREADME4 using a combination of a modern variant of the LZ77 algorithm, Huffman coding
/external/autotest/
DREADME.md59 See the coding style guide for guidance on submitting patches.
61 [Coding Style](docs/coding-style.md)
/external/ImageMagick/.github/
DPULL_REQUEST_TEMPLATE.md5 - [ ] I have verified that I am following the existing coding patterns and practices as demonstrate…
/external/ImageMagick/coders/
Dvips.c386 coding; in ReadVIPSImage() local
445 coding=(VIPSCoding) ReadBlobLong(image); in ReadVIPSImage()
500 if (coding == VIPSCodingNONE) in ReadVIPSImage()
/external/python/cpython2/Doc/tutorial/
Dinterpreter.rst133 # -*- coding: encoding -*-
140 # -*- coding: cp1252 -*-
147 # -*- coding: cp1252 -*-
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_vertex_buffers.h87 uint8_t coding; member

12345678910>>...12