| /external/python/google-api-python-client/docs/epy/ |
| D | toc.html | 13 <h1 class="toc">Table of Contents</h1> 15 <a target="moduleFrame" href="toc-everything.html">Everything</a> 17 <h2 class="toc">Modules</h2> 18 <a target="moduleFrame" href="toc-googleapiclient-module.html" 19 …onclick="setFrame('toc-googleapiclient-module.html','googleapiclient-module.html');" >googleap… 20 <a target="moduleFrame" href="toc-googleapiclient._auth-module.html" 21 …onclick="setFrame('toc-googleapiclient._auth-module.html','googleapiclient._auth-module.html');" … 23 <a target="moduleFrame" href="toc-googleapiclient._helpers-module.html" 24 …onclick="setFrame('toc-googleapiclient._helpers-module.html','googleapiclient._helpers-module.html… 25 <a target="moduleFrame" href="toc-googleapiclient.channel-module.html" [all …]
|
| /external/markdown/tests/test_syntax/extensions/ |
| D | test_toc.py | 23 from markdown.extensions.toc import TocExtension 30 # TODO: Move the rest of the TOC tests here. 106 # Header 1 not in TOC 108 ## Header 2 not in TOC 114 ##### Header 5 not in TOC 119 <h1 id="header-1-not-in-toc">Header 1 not in TOC</h1> 120 <h2 id="header-2-not-in-toc">Header 2 not in TOC</h2> 123 <h5 id="header-5-not-in-toc">Header 5 not in TOC</h5> 127 'toc': ( 128 '<div class="toc">\n' [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/common/components/ |
| D | _toc.scss | 1 ul.toc { class 21 .toc-h1 { 32 .toc-h5, .toc-h6 { 44 .toc-h1 { 51 .toc-h2 { 55 .toc-h1, 56 .toc-h2 { 59 .toc-h3, 60 .toc-h4, 61 .toc-h5, [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/common/components/ |
| D | _toc.scss | 1 ul.toc { class 21 .toc-h1 { 32 .toc-h5, .toc-h6 { 44 .toc-h1 { 51 .toc-h2 { 55 .toc-h1, 56 .toc-h2 { 59 .toc-h3, 60 .toc-h4, 61 .toc-h5, [all …]
|
| /external/markdown/tests/ |
| D | test_extensions.py | 314 """ Test TOC Extension. """ 317 self.md = markdown.Markdown(extensions=['toc']) 320 """ Test TOC with a Marker. """ 321 text = '[TOC]\n\n# Header 1\n\n## Header 2' 324 '<div class="toc">\n' 338 """ Test TOC without a Marker. """ 346 self.md.toc, 347 '<div class="toc">\n' 359 """ Test TOC with user defined marker. """ 361 extensions=[markdown.extensions.toc.TocExtension(marker='{{marker}}')] [all …]
|
| /external/cldr/tools/scripts/tr-archive/ |
| D | fix-tocs.js | 3 const { generateGfmToc } = require('@not-dalia/gfm-toc'); 13 // ToC entries we don't want, for deletion 23 // see gfm-toc docs 60 // go through the lines, looking for the header to the old ToC. 62 out.push(lines[i]); // Emit the header line for the old ToC 68 throw Error(`in ${f}: ran out of lines looking for start of ToC`); 71 out.push(''); // blank line before ToC 73 // Generate the ToC 74 let toc = generateGfmToc(contents, gfmOpts); 76 // Delete any patterns in tocDelete from the ToC [all …]
|
| /external/llvm/test/CodeGen/PowerPC/ |
| D | peephole-align.ll | 4 ; Test peephole optimization for medium code model (32-bit TOC offsets) 33 ; POWER7: addis [[REGSTRUCT:[0-9]+]], 2, b4v@toc@ha 34 ; POWER7-DAG: lbz [[REG0_0:[0-9]+]], b4v@toc@l([[REGSTRUCT]]) 35 ; POWER7-DAG: lbz [[REG1_0:[0-9]+]], b4v@toc@l+1([[REGSTRUCT]]) 36 ; POWER7-DAG: lbz [[REG2_0:[0-9]+]], b4v@toc@l+2([[REGSTRUCT]]) 37 ; POWER7-DAG: lbz [[REG3_0:[0-9]+]], b4v@toc@l+3([[REGSTRUCT]]) 42 ; POWER7-DAG: stb [[REG0_1]], b4v@toc@l([[REGSTRUCT]]) 43 ; POWER7-DAG: stb [[REG1_1]], b4v@toc@l+1([[REGSTRUCT]]) 44 ; POWER7-DAG: stb [[REG2_1]], b4v@toc@l+2([[REGSTRUCT]]) 45 ; POWER7-DAG: stb [[REG3_1]], b4v@toc@l+3([[REGSTRUCT]]) [all …]
|
| /external/kotlinx.coroutines/docs/ |
| D | kc.tree | 11 <toc-element id="coroutines-guide.md"/> 12 …<toc-element id="coroutines-basics.md" accepts-web-file-names="basics.html,coroutines-basic-jvm.ht… 13 <toc-element id="coroutines-and-channels.md"/> 14 <toc-element id="cancellation-and-timeouts.md"/> 15 <toc-element id="composing-suspending-functions.md"/> 16 <toc-element id="coroutine-context-and-dispatchers.md"/> 17 <toc-element id="flow.md"/> 18 <toc-element id="channels.md"/> 19 <toc-element id="exception-handling.md"/> 20 <toc-element id="shared-mutable-state-and-concurrency.md"/> [all …]
|
| /external/bzip2/ |
| D | bz-common.xsl | 20 <xsl:param name="generate.toc"> 21 set toc,title 22 book toc,title,figure,table,example,equation 23 chapter toc,title 24 section toc 25 sect1 toc 26 sect2 toc 27 sect3 toc 30 qandaset toc 32 appendix toc,title [all …]
|
| /external/icu/icu4c/source/common/ |
| D | ucmndata.cpp | 125 const UDataOffsetTOCEntry *toc, int32_t count) { in offsetTOCPrefixBinarySearch() argument 144 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, &startPrefixLength)) { in offsetTOCPrefixBinarySearch() 149 if(0==strcmpAfterPrefix(s, names+toc[limit].nameOffset, &limitPrefixLength)) { in offsetTOCPrefixBinarySearch() 155 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength); in offsetTOCPrefixBinarySearch() 170 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { in pointerTOCPrefixBinarySearch() argument 189 if(0==strcmpAfterPrefix(s, toc[0].entryName, &startPrefixLength)) { in pointerTOCPrefixBinarySearch() 194 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) { in pointerTOCPrefixBinarySearch() 200 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength); in pointerTOCPrefixBinarySearch() 218 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCEntryCount() local 219 if (toc != NULL) { in offsetTOCEntryCount() [all …]
|
| /external/cronet/third_party/icu/source/common/ |
| D | ucmndata.cpp | 125 const UDataOffsetTOCEntry *toc, int32_t count) { in offsetTOCPrefixBinarySearch() argument 144 if(0==strcmpAfterPrefix(s, names+toc[0].nameOffset, &startPrefixLength)) { in offsetTOCPrefixBinarySearch() 149 if(0==strcmpAfterPrefix(s, names+toc[limit].nameOffset, &limitPrefixLength)) { in offsetTOCPrefixBinarySearch() 155 int32_t cmp=strcmpAfterPrefix(s, names+toc[i].nameOffset, &prefixLength); in offsetTOCPrefixBinarySearch() 170 pointerTOCPrefixBinarySearch(const char *s, const PointerTOCEntry *toc, int32_t count) { in pointerTOCPrefixBinarySearch() argument 189 if(0==strcmpAfterPrefix(s, toc[0].entryName, &startPrefixLength)) { in pointerTOCPrefixBinarySearch() 194 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) { in pointerTOCPrefixBinarySearch() 200 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength); in pointerTOCPrefixBinarySearch() 218 const UDataOffsetTOC *toc = (UDataOffsetTOC *)pData->toc; in offsetTOCEntryCount() local 219 if (toc != NULL) { in offsetTOCEntryCount() [all …]
|
| /external/gson/ |
| D | UserGuide.md | 3 1. [Overview](#TOC-Overview) 4 2. [Goals for Gson](#TOC-Goals-for-Gson) 5 3. [Gson Performance and Scalability](#TOC-Gson-Performance-and-Scalability) 6 4. [Gson Users](#TOC-Gson-Users) 7 5. [Using Gson](#TOC-Using-Gson) 8 * [Using Gson with Gradle/Android](#TOC-Gson-With-Gradle) 9 * [Using Gson with Maven](#TOC-Gson-With-Maven) 10 * [Primitives Examples](#TOC-Primitives-Examples) 11 * [Object Examples](#TOC-Object-Examples) 12 * [Finer Points with Objects](#TOC-Finer-Points-with-Objects) [all …]
|
| /external/cronet/build/toolchain/ |
| D | gcc_solink_wrapper.py | 6 """Runs 'ld -shared' and generates a .TOC file that's untouched when unchanged. 26 toc = '' 34 toc += line 35 return readelf.wait(), toc 40 toc = '' 47 toc += ' '.join(line.split(' ', 2)[:2]) + '\n' 48 return nm.wait(), toc 52 result, toc = CollectSONAME(args) 55 toc += dynsym 56 return result, toc [all …]
|
| /external/angle/build/toolchain/ |
| D | gcc_solink_wrapper.py | 6 """Runs 'ld -shared' and generates a .TOC file that's untouched when unchanged. 26 toc = '' 34 toc += line 35 return readelf.wait(), toc 40 toc = '' 47 toc += ' '.join(line.split(' ', 2)[:2]) + '\n' 48 return nm.wait(), toc 52 result, toc = CollectSONAME(args) 55 toc += dynsym 56 return result, toc [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/ |
| D | c_api_conversions.h | 49 SE_DeviceMemoryBase ToC(const stream_executor::DeviceMemoryBase& base); 50 void ToC(const stream_executor::DeviceMemoryBase& base, 57 void ToC(const xla::Shape& xla_shape, XLA_Shape* c_shape); 62 void ToC(const xla::Layout& xla_layout, XLA_Layout* c_layout); 67 void ToC(const xla::Tile& xla_tile, XLA_Tile* c_tile); 71 XLA_ShapeIndex ToC(const xla::ShapeIndex& xla_shape); 76 void ToC(const xla::LiteralSlice& literal, XLA_Literal* c_literal); 81 void ToC(const xla::ShapedBuffer& buffer, XLA_ShapedBuffer* c_device_buffer); 86 SE_DeviceMemoryBase ToC(const stream_executor::DeviceMemoryBase& base); 91 void ToC(const xla::LiteralSlice& literal, XLA_Literal* c_literal); [all …]
|
| D | c_api_conversions.cc | 49 SE_MaybeOwningDeviceMemory ToC(xla::MaybeOwningDeviceMemory& mem, in ToC() function 53 se_mem.memory = ApiConverter::ToC(mem.AsDeviceMemoryBase()); in ToC() 58 se_mem.allocator = ApiConverter::ToC(owned->allocator()); in ToC() 65 ToC(static_cast<stream_executor::DeviceMemoryAllocator*>(nullptr)); in ToC() 83 SE_DeviceMemoryAllocator ToC( in ToC() function 110 memory->wrapped = ApiConverter::ToC(scoped_memory.Release()); in ToC() 128 SE_MaybeOwningDeviceMemory ToC(stream_executor::OwningDeviceMemory* mem) { in ToC() function 131 se_mem.memory = ApiConverter::ToC(mem->Release()); in ToC() 132 se_mem.allocator = ApiConverter::ToC(mem->allocator()); in ToC() 137 void ToC(const stream_executor::DeviceMemoryBase& base, in ToC() function [all …]
|
| /external/python/cpython2/Lib/plat-irix6/ |
| D | cddb.py | 31 def tochash(toc): argument 32 if type(toc) == type(''): 34 for i in range(2, len(toc), 4): 36 (int(toc[i:i+2]), 37 int(toc[i+2:i+4])))) 39 tracklist = toc 103 elif name2 == 'toc': 104 if not self.toc: 105 self.toc = value 106 if self.toc != value: [all …]
|
| /external/python/cpython2/Lib/plat-irix5/ |
| D | cddb.py | 31 def tochash(toc): argument 32 if type(toc) == type(''): 34 for i in range(2, len(toc), 4): 36 (int(toc[i:i+2]), 37 int(toc[i+2:i+4])))) 39 tracklist = toc 103 elif name2 == 'toc': 104 if not self.toc: 105 self.toc = value 106 if self.toc != value: [all …]
|
| /external/markdown/docs/extensions/ |
| D | toc.md | 37 marker. The marker defaults to `[TOC]` so the following document: 40 [TOC] 50 <div class="toc"> 63 Table of Contents is available as an attribute (`toc`) on the Markdown class. 68 >>> md = markdown.Markdown(extensions=['toc']) 70 >>> page = render_some_template(context={'body': html, 'toc': md.toc}) 99 `data-toc-label` attribute is defined on the header, then the contents of that 106 [TOC] 110 ## `markdown.markdown(text [, **kwargs])` { #markdown data-toc-label='markdown.markdown' } 115 <div class="toc"> [all …]
|
| /external/compiler-rt/lib/tsan/rtl/ |
| D | tsan_rtl_ppc64.S | 14 .quad .L._setjmp,.TOC.@tocbase,0 28 // Materialize a TOC in case we were called from libc. 29 // For big-endian, we load the TOC from the OPD. For little- 30 // endian, we use the .TOC. symbol to find it. 36 addis r2,r2,.TOC.-0b@ha 37 addi r2,r2,.TOC.-0b@l 50 // perform a sibcall: The real setjmp function trashes the TOC 59 std r5,8(r3) // caller's saved TOC pointer 130 // Restore TOC, LR, and stack and return to caller. 157 .quad .L.__sigsetjmp,.TOC.@tocbase,0 [all …]
|
| /external/libopus/tests/ |
| D | opus_decode_fuzzer.c | 50 static void ParseToc(const uint8_t *toc, TocInfo *const info) { in ParseToc() argument 52 const int bandwidth = opus_packet_get_bandwidth(toc); in ParseToc() 55 info->channels = opus_packet_get_nb_channels(toc); in ParseToc() 62 * bytes 8+ : Opus packet, including ToC 68 TocInfo toc; in LLVMFuzzerTestOneInput() local 73 /* Not enough data to setup the decoder (+1 for the ToC) */ in LLVMFuzzerTestOneInput() 78 /* Create decoder based on info from the first ToC available */ in LLVMFuzzerTestOneInput() 79 ParseToc(&data[SETUP_BYTE_COUNT], &toc); in LLVMFuzzerTestOneInput() 81 dec = opus_decoder_create(toc.fs, toc.channels, &err); in LLVMFuzzerTestOneInput() 86 pcm = (opus_int16*) malloc(sizeof(*pcm) * MAX_FRAME_SAMP * toc.channels); in LLVMFuzzerTestOneInput()
|
| /external/markdown/markdown/extensions/ |
| D | toc.py | 5 See <https://Python-Markdown.github.io/extensions/toc> 182 # would causes an enless loop of placing a new TOC 183 # inside previously generated TOC. 241 """ Return a string div given a toc list. """ 254 # List item link, to be inserted into the toc div 293 code_escape(el.attrib.get('data-toc-label', text)), 298 # Remove the data-toc-label attribute as it is no longer needed 299 if 'data-toc-label' in el.attrib: 300 del el.attrib['data-toc-label'] 313 toc = self.md.serializer(div) [all …]
|
| /external/google-styleguide/include/ |
| D | styleguide.js | 8 // Find the toc element DIV. We'll place our TOC there. 9 var toc = document.getElementById(tocElement); 11 var tocTypeClass = toc.className; 38 // Add TOC title elements 40 toc.appendChild(tocHeadingDiv); 43 toc.appendChild(tocHeading); 45 tocHeading.id = 'toc'; 54 toc.appendChild(tocTable); 58 tbody_element.className = 'toc'; 95 // If level is a masterLevel, make it a TOC parent category [all …]
|
| /external/llvm/test/MC/PowerPC/ |
| D | ppc64-relocs-01.s | 7 .quad .TOC.@tocbase 11 ld 4, .LC1@toc(2) 14 .section .toc,"aw",@progbits 25 # R_PPC64_TOC16_DS against the .toc and the 'sin' external function 28 # CHECK-NEXT: 0x{{[0-9,A-F]+}} R_PPC64_TOC16_DS .toc 36 # module's TOC base). 41 # Finally the TOC creates the relocation for the 'number64'. 42 # CHECK: Section ({{[0-9]+}}) .rela.toc {
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | XCOFF.h | 44 XMC_TC0 = 15, ///< TOC Anchor for TOC Addressability 45 XMC_TC = 3, ///< General TOC item 46 XMC_TD = 16, ///< Scalar data item in the TOC 54 XMC_TE = 22 ///< Symbol mapped at the end of TOC 165 R_TOC = 0x03, ///< Relative to the TOC relocation. Provides a displacement 167 ///< referenced symbol and the TOC anchor csect. 168 R_TRL = 0x12, ///< TOC relative indirect load relocation. Similar to R_TOC, 172 0x13, ///< Relative to the TOC or to the thread-local storage base 178 R_GL = 0x05, ///< Global linkage-external TOC address relocation. Provides the 179 ///< address of the external TOC associated with a defined [all …]
|