Home
last modified time | relevance | path

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

12345678910>>...13

/external/tensorflow/tensorflow/core/lib/core/
DBUILD58 name = "coding",
59 hdrs = ["coding.h"],
61 "//tensorflow/core/platform:coding",
152 "coding.h",
183 "coding.h",
270 "coding.h",
/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/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/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/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/tensorflow/tensorflow/core/lib/io/
DBUILD35 "//tensorflow/core/lib/core:coding",
72 "//tensorflow/core/lib/core:coding",
120 "//tensorflow/core/lib/core:coding",
150 "//tensorflow/core/lib/core:coding",
169 "//tensorflow/core/lib/core:coding",
225 "//tensorflow/core/lib/core:coding",
/external/python/cryptography/docs/
Dlimitations.rst14 `CERT secure coding guidelines`_ assesses this issue as "Severity: medium,
19 .. _`CERT secure coding guidelines`: https://www.securecoding.cert.org/confluence/display/c/MEM03-C…
/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/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/arm-trusted-firmware/
D.editorconfig13 # (https://www.kernel.org/doc/html/v4.10/process/coding-style.html)
26 # Not specified, but implicit for "LINUX coding style".
/external/arm-trusted-firmware/docs/process/
Dindex.rst11 coding-guidelines
/external/v4l2_codec2/accel/
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/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/grpc-grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/
Dd297b3f84e3dee9f74bf1162718aff66a11a7f5c6 :authority localhost content-typeapplication/grpcgrpc-accept-enPRI * codingdeflate,identity,gz…
/external/clang/tools/scan-build-py/tests/functional/exec/
Dconfig.h.in1 /* -*- coding: utf-8 -*-
/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/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/ImageMagick/.github/
DPULL_REQUEST_TEMPLATE.md5 - [ ] I have verified that I am following the existing coding patterns and practices as demonstrate…
/external/tensorflow/
DCONTRIBUTING.md11 …Coding Style](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md#c-coding-style).
61 TensorFlow coding style.
107 #### C++ coding style
126 #### Python coding style
158 This will catch most license, Python coding style and BUILD file issues that

12345678910>>...13