/frameworks/native/cmds/cmd/ |
cmd.cpp | 151 aout << "Currently running services:" << endl; 156 aout << " " << services[i] << endl; 195 aout << "cmd: Failure calling service " << argv[1] << ": " << errstr << " ("
|
/frameworks/rs/driver/ |
rsdBcc.h | 41 android::renderscript::Allocation * aout, 51 android::renderscript::Allocation *aout, 59 android::renderscript::Allocation * aout,
|
/frameworks/rs/ |
rs.spec | 400 param RsAllocation aout 409 param RsAllocation aout 418 param RsAllocation aout
|
rsScriptC.cpp | 175 Allocation * aout, 208 aout, usr, usrBytes, sc); 211 rsc->mHal.funcs.script.invokeForEach(rsc, this, slot, ains[0], aout, 222 Allocation *aout, const RsScriptCall *sc) { 238 rsc->mHal.funcs.script.invokeReduce(rsc, this, slot, ains, inLen, aout, sc);
|
/toolchain/binutils/binutils-2.25/bfd/ |
hp300hpux.c | 51 from aoutx.h and aout-target.h with appropriate #defines to override 60 #include "aout-target.h" 112 #include "aout/hp300hpux.h" 146 routines in this file, we can not use the default aout 226 /* Calculate the file positions of the parts of a newly read aout header */ 291 NAME (aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); 304 NAME (aout,swap_exec_header_out) (abfd, execp, &exec_bytes); 334 if (!NAME (aout,squirt_out_relocs) (abfd, obj_textsec (abfd))) 338 if (!NAME (aout,squirt_out_relocs) (abfd, obj_datasec (abfd))) 443 NAME (aout,swap_exec_header_in) (bfd *abfd [all...] |
riscix.c | 117 NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end); \ 126 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); \ 140 if (! NAME (aout, write_syms) (abfd)) \ 151 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \ 157 #include "aout/aout64.h" 440 extern reloc_howto_type NAME (aout, std_howto_table)[]; 464 if (!NAME (aout, slurp_reloc_table) (abfd, section, symbols)) 471 c = tblptr->howto - NAME(aout,std_howto_table); 481 /* This is the same as NAME(aout,some_aout_object_p), but has different 567 if (! NAME (aout, make_sections) (abfd) [all...] |
pdp11.c | 135 #include "aout-target.h" 147 #include "aout/aout64.h" 148 #include "aout/stab_gnu.h" 149 #include "aout/ar.h" 261 NAME (aout, reloc_type_lookup) (bfd * abfd ATTRIBUTE_UNUSED, 276 NAME (aout, reloc_name_lookup) (bfd *abfd ATTRIBUTE_UNUSED, 299 NAME (aout, adjust_sizes_and_vmas) (abfd, &text_size, &text_end); 316 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); 332 if (! NAME (aout, write_syms) (abfd)) 340 || !NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd) [all...] |
aout-cris.c | 95 #define MY_set_arch_mach NAME (aout, set_arch_mach) 113 #include "aout-target.h" 269 NAME (aout, set_arch_mach) in aoutx. */ 274 /* Just as the default in aout-target.h (with some #ifdefs folded)... */ 282 would be to add a check on bfd_arch_cris in NAME (aout,
|
ChangeLog-9495 | 93 (NAME(aout,final_link)): Initialize includes hash table. 156 * aout-arm.c (MY_swap_std_reloc_out): Use KEEPIT to get the symbol 318 * host-aout.c: If TRAD_HEADER is defined, include it. 472 * aout-target.h (MY(callback)): Set the lma of the sections. 517 * aoutx.h (NAME(aout,final_link)): Report a reasonable error when 524 * aoutx.h (NAME(aout,set_section_contents)): If a section can not 767 * aout-adobe.c, aout-target.h, binary.c, bout.c, coff-alpha.c, [all...] |
aoutx.h | 76 The file @file{host-aout.c} is a special case. It is for a large set 99 to use @file{host-aout.c}, specify: 102 | TDEPFILES= host-aout.o trad-core.o 127 #include "aout/aout64.h" 128 #include "aout/stab_gnu.h" 129 #include "aout/ar.h" 153 #define MY_swap_std_reloc_in NAME (aout, swap_std_reloc_in) 157 #define MY_swap_ext_reloc_in NAME (aout, swap_ext_reloc_in) 161 #define MY_swap_std_reloc_out NAME (aout, swap_std_reloc_out) 165 #define MY_swap_ext_reloc_out NAME (aout, swap_ext_reloc_out [all...] |
i386lynx.c | 42 NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end); \ 51 NAME(aout,swap_exec_header_out) (abfd, execp, &exec_bytes); \ 65 if (! NAME(aout,write_syms) (abfd)) return FALSE; \ 84 #include "aout/aout64.h" 280 Aout keeps all it's symbols based from zero, so the symbol would 551 #include "aout-target.h"
|
mipsbsd.c | 71 #include "aout-target.h" 344 extern reloc_howto_type NAME(aout,ext_howto_table)[]; 368 if (!NAME(aout,slurp_reloc_table) (abfd, section, symbols)) 375 c = tblptr->howto - NAME(aout,ext_howto_table);
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
tic6xdsbt.em | 76 asection *aout = asec->output_section, *bout = bsec->output_section; 80 if (!aout || !bout) 83 avma = aout->vma + asec->output_offset;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1ObjectIdentifier.java | 281 private void doOutput(ByteArrayOutputStream aOut) 289 writeField(aOut, first + Long.parseLong(secondToken)); 293 writeField(aOut, new BigInteger(secondToken).add(BigInteger.valueOf(first))); 301 writeField(aOut, Long.parseLong(token)); 305 writeField(aOut, new BigInteger(token));
|
/frameworks/rs/rsov/driver/ |
rsovScript.cpp | 161 uint32_t inLen, Allocation *aout, 171 static_cast<RSoVAllocation *>(aout->mHal.drv); 176 uint32_t inLen, Allocation *aout, 178 getCpuScript()->invokeReduce(slot, ains, inLen, aout, sc); 745 const Allocation *ain, Allocation *aout, 749 rsovScriptInvokeForEachMulti(rsc, s, slot, nullptr, 0, aout, usr, usrLen, 754 rsovScriptInvokeForEachMulti(rsc, s, slot, ains, 1, aout, usr, usrLen, sc); 760 Allocation *aout, const void *usr, 763 cs->invokeForEach(slot, ains, inLen, aout, usr, usrLen, sc); 789 Allocation *aout, const RsScriptCall *sc) [all...] |
/frameworks/rs/cpp/ |
ScriptIntrinsics.cpp | 58 void ScriptIntrinsic3DLUT::forEach(const sp<Allocation>& ain, const sp<Allocation>& aout) { 60 aout->getType()->getElement()->isCompatible(mElement) == false) { 64 Script::forEach(0, ain, aout, nullptr, 0); 536 void ScriptIntrinsicLUT::forEach(const sp<Allocation>& ain, const sp<Allocation>& aout) { 542 !(aout->getType()->getElement()->isCompatible(Element::U8_4(mRS)))) { 546 Script::forEach(0, ain, aout, nullptr, 0); 589 void ScriptIntrinsicResize::forEach_bicubic(const sp<Allocation>& aout) { 590 if (aout == mInput) { 594 if (!(mInput->getType()->getElement()->isCompatible(aout->getType()->getElement()))) { 598 Script::forEach(0, nullptr, aout, nullptr, 0) [all...] |
/frameworks/native/libs/binder/ |
Static.cpp | 70 TextOutput& aout(gStdoutTextOutput);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicHistogram.cpp | 37 Allocation * aout, const void * usr, 40 Allocation * aout, const void * usr, 97 uint32_t inLen, Allocation * aout, 145 uint32_t inLen, Allocation * aout,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
arch7a-mp.d | 5 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
mapshort-elf.d | 4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-*eabi* *-*-syymbianelf *-*-linux-* *-*-vxworks *-*-elf *-*-nacl*
|
thumb2_pool.d | 4 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
sparc.exp | 35 setup_xfail "sparc*-*-*aout*" "sparc*-*-sunos4*"
|
/toolchain/binutils/binutils-2.25/include/coff/ |
ia64.h | 42 /********************** AOUT "OPTIONAL HEADER" **********************/
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
phdrs2.exp | 35 if { [istarget *-*-linux*aout*] \
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/ |
weak-undef.exp | 42 if { [istarget *-*-linux*aout*] \
|