Home
last modified time | relevance | path

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

12345678910

/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
DHOWTO_INDEX6 HOWTO_CodingGuidelines- describes coding guidelines for this project
/external/libxml2/result/
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
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
/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/v4l2_codec2/vda/
D.clang-format2 # Therefore, they are obviously based on Chromium coding style
/external/icu/icu4c/source/test/testdata/
Dencoded.utf16be1 // -*- coding: utf-16-be -*-
/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/tests/functional/exec/
Dconfig.h.in1 /* -*- coding: utf-8 -*-
/external/pdfium/core/fpdfapi/cmaps/
Dcmap_int.h34 int coding);
/external/clang/tools/scan-build-py/libear/
Dconfig.h.in1 /* -*- coding: utf-8 -*-
/external/minijail/
DHACKING3 -Minijail uses kernel coding style: http://lxr.free-electrons.com/source/Documentation/CodingStyle
/external/brotli/
D.editorconfig2 # Consistent coding style across different editors.
/external/autotest/
DREADME.md60 See the coding style guide for guidance on submitting patches.
62 [Coding Style](docs/coding-style.md)
/external/tensorflow/
DCONTRIBUTING.md39 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/
Dindex.md11 * @{$style_guide$TensorFlow Style Guide}, which identifies coding style
/external/ImageMagick/coders/
Dvips.c386 coding; in ReadVIPSImage() local
445 coding=(VIPSCoding) ReadBlobLong(image); in ReadVIPSImage()
500 if (coding == VIPSCodingNONE) in ReadVIPSImage()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_vertex_buffers.h87 uint8_t coding; member
/external/libvncserver/
DTODO12 style fixes: use Linux' coding guidelines & ANSIfy tightvnc-filetransfer:
/external/capstone/packages/macports/devel/capstone/
DPortfile1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc…

12345678910