/external/libnl/doc/stylesheets/ |
volnitsky.css | 26 #toc a { 31 #toc a:hover {
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/ |
asm.go | 51 // r2 (the TOC pointer) at 24(r1) (the "TOC save slot"). 61 // function/object file pair). This saves the TOC in the 62 // TOC save slot, reads the function pointer from x's .plt 89 // us to save and restore the TOC pointer. 109 // Need outer to resolve .TOC. 118 // Restore TOC after bl. The compiler put a 139 // addis r2, r12, .TOC.-func@ha 143 rel.Sym = ctxt.Syms.Lookup(".TOC.", 0) 146 // addi r2, r2, .TOC.-func@ [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/ |
asm.go | 51 // r2 (the TOC pointer) at 24(r1) (the "TOC save slot"). 61 // function/object file pair). This saves the TOC in the 62 // TOC save slot, reads the function pointer from x's .plt 89 // us to save and restore the TOC pointer. 109 // Need outer to resolve .TOC. 118 // Restore TOC after bl. The compiler put a 139 // addis r2, r12, .TOC.-func@ha 143 rel.Sym = ctxt.Syms.Lookup(".TOC.", 0) 146 // addi r2, r2, .TOC.-func@ [all...] |
/build/make/core/ |
definitions.mk | [all...] |
java_common.mk | 216 full_java_lib_deps := $(addsuffix .toc, $(full_java_lib_deps)) 344 # Turn off .toc optimization for apps build as we cannot build dexdump. 346 full_jack_deps := $(patsubst %.jack, %.dex.toc, $(full_jack_deps))
|
prebuilt_internal.mk | 518 $(call define-jar-to-toc-rule, $(common_classes_jar)) 569 # Update timestamps of .toc files for prebuilts so dependents will be 571 $(intermediates.COMMON)/classes.dex.toc: $(intermediates.COMMON)/classes.jack
|
java.mk | 640 $(call define-jar-to-toc-rule, $(full_classes_jar)) 759 # Update timestamps of .toc files for static java libraries so 761 $(built_dex).toc: $(full_classes_jack) [all...] |
/build/soong/cc/ |
builder.go | 142 _ = pctx.SourcePathVariable("tocPath", "build/soong/scripts/toc.sh") var 144 toc = pctx.AndroidStaticRule("toc", 685 Rule: toc,
|
library.go | 387 toc() android.OptionalPath 532 tocPath = pathtools.ReplaceExtension(tocPath, flags.Toolchain.ShlibSuffix()[1:]+".toc") 685 func (library *libraryDecorator) toc() android.OptionalPath { func
|
/external/e2fsprogs/lib/et/ |
Makefile.in | 155 $(RM) -f *~ \#* *.bak *.otl *.aux *.toc *.PS *.dvi *.ps TAGS *.ln \ 156 *.html *.cp *.fn *.fns *.ky *.log *.pc *.pg *.toc *.tp *.vr \
|
texinfo.tex | 563 % and @{ and @} for the aux/toc files. [all...] |
/external/libopus/tests/ |
test_opus_encode.c | 397 unsigned char toc; local 426 if(opus_packet_parse(packet,len,&toc,frames,size,&payload_offset)<=0)test_failed();
|
/tools/tradefederation/core/ |
Android.mk | 98 -hdf book.root toc \
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/ |
ebb.c | 141 u64 toc; member in struct:opd
|
/toolchain/binutils/binutils-2.25/bfd/ |
libcoff-in.h | 150 /* TOC value. */ 151 bfd_vma toc; member in struct:xcoff_tdata 153 /* Index of section holding TOC. */
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.css | 1243 ol.toc { 1250 ol.toc li { 1256 ol.toc li p { 1260 ol.toc li ol { 1265 ol.toc li li { 1272 table ol.toc {
|
/frameworks/av/media/libstagefright/ |
OggExtractor.cpp | 628 uint8_t toc = data[0]; local 629 uint8_t config = (toc >> 3) & 0x1f; 644 uint8_t c = toc & 3; [all...] |
/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...] |
/external/e2fsprogs/doc/ |
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...] |
/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 {
|