Searched refs:coding (Results 1 – 25 of 249) sorted by relevance
12345678910
/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
|
D | HOWTO_INDEX | 6 HOWTO_CodingGuidelines- describes coding guidelines for this project
|
/external/libxml2/result/ |
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
|
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
|
/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/v4l2_codec2/vda/ |
D | .clang-format | 2 # Therefore, they are obviously based on Chromium coding style
|
/external/icu/icu4c/source/test/testdata/ |
D | encoded.utf16be | 1 // -*- coding: utf-16-be -*-
|
/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/tests/functional/exec/ |
D | config.h.in | 1 /* -*- coding: utf-8 -*-
|
/external/pdfium/core/fpdfapi/cmaps/ |
D | cmap_int.h | 34 int coding);
|
/external/clang/tools/scan-build-py/libear/ |
D | config.h.in | 1 /* -*- coding: utf-8 -*-
|
/external/minijail/ |
D | HACKING | 3 -Minijail uses kernel coding style: http://lxr.free-electrons.com/source/Documentation/CodingStyle
|
/external/brotli/ |
D | .editorconfig | 2 # Consistent coding style across different editors.
|
/external/autotest/ |
D | README.md | 60 See the coding style guide for guidance on submitting patches. 62 [Coding Style](docs/coding-style.md)
|
/external/tensorflow/ |
D | CONTRIBUTING.md | 39 TensorFlow coding style. 77 #### C++ coding style 96 #### Python coding style 131 This will catch most license, Python coding style and BUILD file issues that
|
/external/tensorflow/tensorflow/docs_src/community/ |
D | index.md | 11 * @{$style_guide$TensorFlow Style Guide}, which identifies coding style
|
/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/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_vertex_buffers.h | 87 uint8_t coding; member
|
/external/libvncserver/ |
D | TODO | 12 style fixes: use Linux' coding guidelines & ANSIfy tightvnc-filetransfer:
|
/external/capstone/packages/macports/devel/capstone/ |
D | Portfile | 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc…
|
12345678910