Searched refs:appendix (Results 1 – 25 of 37) sorted by relevance
12
/external/python/httplib2/ |
D | ref.tex | 58 %\appendix 61 %My appendix. 63 %The \code{\e appendix} markup need not be repeated for additional
|
/external/protobuf/ |
D | build.gradle | 104 appendix "java" 113 appendix "java" 122 appendix "java" 131 appendix "java"
|
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 48 static void maybe_append_error_msg(const char* appendix, char** dst) { in maybe_append_error_msg() argument 49 if (dst != nullptr && appendix != nullptr) { in maybe_append_error_msg() 51 *dst = static_cast<char*>(realloc(*dst, dst_len + strlen(appendix) + 1)); in maybe_append_error_msg() 53 memcpy(*dst + dst_len, appendix, strlen(appendix) + 1); in maybe_append_error_msg()
|
/external/antlr/ |
D | build.gradle | 20 appendix "runtime"
|
/external/python/cpython3/Doc/tutorial/ |
D | index.rst | 60 appendix.rst
|
D | appendix.rst | 1 .. _tut-appendix:
|
/external/python/cpython2/Doc/tutorial/ |
D | index.rst | 59 appendix.rst
|
D | appendix.rst | 1 .. _tut-appendix:
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | territory_codes.txt | 6 # See also http://www.cia.gov/cia/publications/factbook/appendix/appendix-d.html
|
/external/wayland/doc/publican/sources/css/ |
D | common.css | 85 .toc .chapter, .toc .appendix { 95 span.appendix { 254 .appendix h2 { 1330 div.appendix {
|
/external/boringssl/src/crypto/cipher_extra/test/ |
D | aes_128_gcm_siv_tests.txt | 12 # https://tools.ietf.org/html/draft-irtf-cfrg-gcmsiv-04#appendix-C
|
D | aes_256_gcm_siv_tests.txt | 2 # https://tools.ietf.org/html/draft-irtf-cfrg-gcmsiv-04#appendix-C
|
/external/skqp/site/dev/design/conical/ |
D | index.md | 26 3. [Appendix](#appendix) 164 ## <span id="appendix">Appendix</span>
|
/external/skia/site/dev/design/conical/ |
D | index.md | 26 3. [Appendix](#appendix) 164 ## <span id="appendix">Appendix</span>
|
/external/llvm/lib/Target/X86/ |
D | X86ScheduleBtVer2.td | 12 // Optimization Guide for AMD Family 16h Processors & Instruction Latency appendix.
|
/external/freetype/builds/mac/ |
D | README | 22 appendix of this document.
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | idnaContextRules.txt | 12 …e context rules are derived from http://tools.ietf.org/html/draft-ietf-idnabis-tables-05#appendix-A
|
/external/archive-patcher/ |
D | README.md | 34 * [Appendix](#appendix) 49 …ta-friendly space. Much more information on this subject is available in the [Appendix](#appendix).
|
/external/cldr/specs/rfc/ |
D | rfc2629.xslt | 159 xref code: attempt to uppercase "section" and "appendix" when at the start 169 experimental support for appendix and spanx elements 1202 <xsl:template match="section|appendix"> 2975 …<xsl:when test="ancestor::back"><xsl:number count="ed:del|ed:ins|section|appendix" level="multiple… 2976 …<xsl:when test="self::appendix"><xsl:number count="ed:del|ed:ins|appendix" level="multiple" format…
|
/external/libchrome/base/containers/ |
D | README.md | 69 Code size comparisons for a block of code (see appendix) on Windows using
|
/external/grpc-grpc-java/services/src/main/proto/grpc/channelz/v1/ |
D | channelz.proto | 328 // https://tools.ietf.org/html/rfc4346#appendix-C
|
/external/grpc-grpc/src/proto/grpc/channelz/ |
D | channelz.proto | 328 // https://tools.ietf.org/html/rfc4346#appendix-C
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ScheduleBtVer2.td | 12 // Optimization Guide for AMD Family 16h Processors & Instruction Latency appendix.
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 4051 % Trace whether the current chapter is an appendix or not: 4078 % Check for appendix sections: 4083 \errmessage{@appendix... within a non-appendix chapter}% 4126 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset 4155 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz 4279 % to what kind of chapter we are in (ordinary, appendix, or unnumbered). 4376 % Only insert the separating space if we have a chapter/appendix 4708 % Typeset the label for a chapter or appendix for the short contents. 4709 % The arg is, e.g., `A' for an appendix, or `3' for a chapter. 4719 % with appendix letters. And right-justifying numbers and
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 4051 % Trace whether the current chapter is an appendix or not: 4078 % Check for appendix sections: 4083 \errmessage{@appendix... within a non-appendix chapter}% 4126 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset 4155 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz 4279 % to what kind of chapter we are in (ordinary, appendix, or unnumbered). 4376 % Only insert the separating space if we have a chapter/appendix 4708 % Typeset the label for a chapter or appendix for the short contents. 4709 % The arg is, e.g., `A' for an appendix, or `3' for a chapter. 4719 % with appendix letters. And right-justifying numbers and
|
12