/external/markdown/tests/extensions-x-toc/ |
D | invalid.txt | 1 [TOC] 6 The TOC marker cannot be inside a header. This test makes sure markdown doesn't 8 clue the author in that s/he needs to add a blank line between the TOC and
|
D | nested.txt | 9 [TOC]
|
/external/markdown/docs/extensions/ |
D | Tables_of_Contents.txt | 16 marker. The marker defaults to ``[TOC]`` so the following document: 18 [TOC] 43 to ``[TOC]``. 48 * **title**: Title to insert in TOC ``<div>``. Defaults to ``None``.
|
/external/valgrind/main/coregrind/m_dispatch/ |
D | dispatch-ppc64-linux.S | 80 .quad .VG_(disp_run_translations),.TOC.@tocbase,0 400 .quad .VG_(disp_cp_chain_me_to_slowEP),.TOC.@tocbase,0 425 .quad .VG_(disp_cp_chain_me_to_fastEP),.TOC.@tocbase,0 450 .quad .VG_(disp_cp_xindir),.TOC.@tocbase,0 501 .quad .VG_(disp_cp_xassisted),.TOC.@tocbase,0 518 .quad .VG_(disp_cp_evcheck_fail),.TOC.@tocbase,0
|
/external/chromium_org/build/toolchain/nacl/ |
D | BUILD.gn | 30 …TOC ]; then $ld -shared \$ldflags -o \$lib -Wl,-soname=\$soname -Wl,--whole-archive \$in \$solibs …
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-calls.ll | 13 ; Calls to local function does not require the TOC restore 'nop' 22 ; Calls to weak function requires a TOC restore 'nop' because they 45 ; Absolute vales should be have the TOC restore 'nop'
|
D | mcm-12.ll | 3 ; Test peephole optimization for medium code model (32-bit TOC offsets) 4 ; for loading a value from the constant pool (TOC-relative).
|
D | 2012-09-16-TOC-entry-check.ll | 5 ; This test check if the TOC entry symbol name won't clash with global .LC0 12 ; The 1.0 and 3.0 constants generate two TOC entries
|
D | ppc64-linux-func-size.ll | 7 ; CHECK-NEXT: .quad .TOC.@tocbase
|
D | mcm-10.ll | 3 ; Test peephole optimization for medium code model (32-bit TOC offsets)
|
D | mcm-11.ll | 3 ; Test peephole optimization for medium code model (32-bit TOC offsets)
|
D | mcm-4.ll | 5 ; for loading a value from the constant pool (TOC-relative).
|
D | mcm-5.ll | 5 ; for loading the address of a jump table from the TOC.
|
/external/chromium_org/build/toolchain/mac/ |
D | BUILD.gn | 52 …TOC ] || otool -l \$lib | grep -q LC_REEXPORT_DYLIB ; then $ld -shared \$ldflags -o \$lib \$in \$s…
|
/external/chromium_org/third_party/opus/src/silk/ |
D | debug.h | 168 #define TOC(TAG_NAME) { \ macro 197 #define TOC(TAG_NAME) { \ macro 231 #define TOC(TAG_NAME) macro
|
/external/chromium_org/build/toolchain/linux/ |
D | BUILD.gn | 16 …TOC ]; then $ld -shared \$ldflags -o \$lib -Wl,-soname=\$soname -Wl,--whole-archive \$in \$solibs …
|
/external/chromium_org/third_party/icu/ |
D | icu4c.css | 410 h2.TOC { 427 ul.TOC { 433 ul.TOC li a { 437 ul.TOC li ul li a { 443 ul.TOC li ul {
|
/external/icu4c/ |
D | icu4c.css | 410 h2.TOC { 427 ul.TOC { 433 ul.TOC li a { 437 ul.TOC li ul li a { 443 ul.TOC li ul {
|
/external/libffi/src/powerpc/ |
D | aix.S | 99 .long .ffi_call_AIX, TOC[tc0], 0 219 .long .ffi_call_DARWIN, TOC[tc0], 0
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-relocs-01.s | 7 .quad .TOC.@tocbase
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syscall-ppc64-linux.S | 81 .quad .ML_(do_syscall_for_client_WRK),.TOC.@tocbase,0
|
/external/chromium_org/components/autofill/ |
D | README | 22 …red-components-technical-approach/making-autofill-into-a-layered-component#TOC-Help-How-Do-I-Get-M…
|
/external/elfutils/backends/ |
D | ppc64_reloc.def | 76 RELOC_TYPE (TOC, REL) 142 ie. TOC managed by compiler.
|
/external/chromium_org/build/ |
D | java.gypi | 374 'message': 'Creating <(_target_name) jar.TOC', 382 '<(jar_final_path).TOC', 387 '--toc-path=<(jar_final_path).TOC',
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 65 MapVector<MCSymbol*, MCSymbol*> TOC; member in __anon82dd75290111::PPCAsmPrinter 308 MCSymbol *&TOCEntry = TOC[Sym]; in lookUpOrCreateTOCEntry() 768 if (isPPC64 && !TOC.empty()) { in doFinalization() 774 for (MapVector<MCSymbol*, MCSymbol*>::iterator I = TOC.begin(), in doFinalization() 775 E = TOC.end(); I != E; ++I) { in doFinalization()
|