/build/make/tools/droiddoc/templates-ndk/assets/ |
android-developer-docs.css | [all...] |
/build/make/tools/droiddoc/templates-sac/assets/ |
android-developer-docs.css | [all...] |
/external/doclava/res/assets/templates-sdk/assets/ |
android-developer-docs.css | [all...] |
/frameworks/av/media/libstagefright/ |
OggExtractor.cpp | 632 uint8_t toc = data[0]; local 633 uint8_t config = (toc >> 3) & 0x1f; 648 uint8_t c = toc & 3; [all...] |
/cts/tests/tests/location/src/android/location/cts/suplClient/ |
SuplRrlpController.java | 231 gpsEphemerisProto.toc = ephemeris.getEphemToc().getInteger().intValue() * NAVIGATION_TOC_SCALE_FACTOR;
|
/external/e2fsprogs/doc/ |
texinfo.tex | 563 % and @{ and @} for the aux/toc files. [all...] |
/external/e2fsprogs/lib/et/ |
texinfo.tex | 563 % and @{ and @} for the aux/toc files. [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
data.go | 412 if !(SysArch.Family == sys.PPC64 && Linkmode == LinkExternal && r.Sym.Name == ".TOC.") { [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
data.go | 412 if !(SysArch.Family == sys.PPC64 && Linkmode == LinkExternal && r.Sym.Name == ".TOC.") { [all...] |
/external/netperf/doc/ |
texinfo.tex | [all...] |
/build/make/core/ |
java.mk | 671 $(call define-jar-to-toc-rule, $(full_classes_jar)) [all...] |
/external/icu/icu4c/ |
icu4c.css | 446 h2.TOC { 463 ul.TOC { 467 ul.TOC, 468 ul.TOC li, 469 ul.TOC li ul, 470 ul.TOC li ul li { 475 ul.TOC li { 479 ul.TOC li li { 506 div#toc {
|
/external/libopus/src/ |
opus_decoder.c | 245 /* Payloads of 1 (2 including ToC) or 0 trigger the PLC/DTX */ 249 /* In that case, don't conceal more than what the ToC says */ 604 unsigned char toc; local 636 count = opus_packet_parse_impl(data, len, self_delimited, &toc, NULL,
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/html/ |
manpage.css | 95 .toc-item {
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
manpage.css | 95 .toc-item {
|
/toolchain/binutils/binutils-2.25/bfd/ |
coff64-rs6000.c | 953 bfd_vma toc; local 994 toc = xcoff_data (abfd)->toc; 995 internal_a.o_toc = toc; [all...] |
libcoff.h | 154 /* TOC value. */ 155 bfd_vma toc; member in struct:xcoff_tdata 157 /* Index of section holding TOC. */ [all...] |
/build/make/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 316 //If auto-toc div is present, generate the automated TOC 317 if ($("#auto-toc").is('*')) { 319 var toc = ""; 323 toc+="<ol>"; 326 toc+="</ol>"; 328 toc+="<li><a href='#" + current[0].id + "'>" + 333 $("#auto-toc").append(toc); //append to the div [all...] |
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/ |
doxia-core-1.0.jar | |
/external/libnl/doc/stylesheets/ |
asciidoc.css | 343 #toc {
|
/system/media/camera/docs/ |
html.mako | 35 /* toc style */ 174 <ul class="toc">
|
/external/bison/build-aux/ |
texinfo.tex | [all...] |
/external/libmicrohttpd/doc/ |
texinfo.tex | [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/ |
texinfo.tex | [all...] |
/build/soong/cc/ |
cc.go | 79 // Paths to the dependencies to use for .so files (.so.toc files) 1035 depFile = cc.linker.(libraryInterface).toc() 1039 depFile = cc.linker.(libraryInterface).toc() [all...] |