Searched
full:aout (Results
251 -
275 of
741) sorted by null
<<11121314151617181920>>
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
attr-merge-wchar-24-nowarn.d | 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
attr-merge-wchar-40-nowarn.d | 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
attr-merge-wchar-40.d | 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
attr-merge-wchar-42-nowarn.d | 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
attr-merge-wchar-44-nowarn.d | 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
attr-merge-wchar-44.d | 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
section-match-1.d | 4 #notarget: *-*-osf* *-*-aix* *-*-pe *-*-*aout *-*-*oldld *-*-ecoff *-*-netbsd *-*-vms h8300-*-* tic30-*-*
|
/frameworks/rs/ |
rsScriptIntrinsic.h | 47 Allocation* aout, 54 Allocation *aout, const RsScriptCall *sc) override;
|
rsScriptC.h | 45 Allocation * aout, 52 Allocation *aout, const RsScriptCall *sc) override;
|
/toolchain/binutils/binutils-2.25/bfd/ |
stab-syms.c | 27 #include "aout/aout64.h" 54 #include "aout/stab.def"
|
host-aout.c | 69 #include "aout/aout64.h" 87 #include "aout-target.h"
|
aout-sparcle.c | 1 /* BFD backend for sparc little-endian aout binaries.
|
hp300bsd.c | 40 #include "aout-target.h"
|
m88kmach3.c | 41 #include "aout-target.h"
|
/frameworks/rs/cpu_ref/ |
rsCpuScript.h | 50 uint32_t inLen, Allocation * aout, const void * usr, 53 uint32_t inLen, Allocation * aout, 60 Allocation* aout, 67 Allocation* aout, 89 Allocation * aout, const void * usr, uint32_t usrLen, 95 bool reduceMtlsSetup(const Allocation ** ains, uint32_t inLen, const Allocation *aout,
|
rsCpuScript.cpp | 546 const Allocation * aout, 549 rsAssert(ains && (inLen >= 1) && aout); 561 if (allocationLODIsNull(aout)) { 599 mtls->redp.outPtr[0] = (uint8_t *)aout->mHal.drvState.lod[0].mallocPtr; 600 mtls->redp.outStride[0] = aout->getType()->getElementSizeBytes(); 617 Allocation * aout, 638 if (allocationLODIsNull(aout)) { 666 } else if (aout != nullptr) { 667 const Type *outType = aout->getType(); 683 if (inLen > 0 && aout != nullptr) [all...] |
/frameworks/rs/tests/cpp_api/cppbasic/ |
compute.cpp | 32 sp<Allocation> aout = Allocation::createTyped(rs, t); local 33 printf("Allocation %p %p\n", ain.get(), aout.get()); 63 sc->forEach_root(ain, aout);
|
/frameworks/rs/tests/cpp_api/cppbasic-shared/ |
compute.cpp | 32 sp<Allocation> aout = Allocation::createTyped(rs, t); local 33 printf("Allocation %p %p\n", ain.get(), aout.get()); 63 sc->forEach_root(ain, aout);
|
/frameworks/native/cmds/dumpsys/ |
dumpsys.cpp | 162 aout << "Currently running services:" << endl; 169 aout << " " << services[i] << (skipped ? " (skipped)" : "") << endl; 197 aout << "------------------------------------------------------------" 199 aout << "DUMP OF SERVICE " << service_name << ":" << endl; 269 aout << endl 284 aout << StringPrintf("--------- %.3fs ", elapsed_seconds.count()).c_str()
|
/external/boringssl/src/crypto/perlasm/ |
x86gas.pl | 14 $::lbdecor=$::aout?"L":".L"; # local label decoration 15 $nmdecor=($::aout or $::coff)?"_":""; # external name decoration 20 $align=log($align)/log(2) if ($::aout); 21 $com_start="#" if ($::aout or $::coff); 125 elsif (($::aout and !$::pic) or $::macosx) 188 if ($::aout) 198 if (($::pic && ($::elf || $::aout)) || $::macosx) 252 elsif ($::aout)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1Object.java | 24 ASN1OutputStream aOut = new ASN1OutputStream(bOut); 26 aOut.writeObject(this);
|
DERUniversalString.java | 89 ASN1OutputStream aOut = new ASN1OutputStream(bOut); 93 aOut.writeObject(this);
|
/external/syslinux/bios/com32/mboot/ |
mboot.c32 | |
/external/syslinux/efi32/com32/mboot/ |
mboot.c32 | |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
DebugContext.java | 106 Allocation aOut; 137 aOut = Allocation.createTyped(mRS, typeBuilder.create()); 145 aOut.copyFrom(outArray); 154 aOut.copyFrom(outArray); 160 Soob.set_aOut1D(aOut); 163 Soob.set_aOut2D(aOut); 202 AC.aOut.copyTo(outArray); 251 AC.aOut.copyTo(outArray); 447 Allocation aOut = Allocation.createTyped(mRS, typeBuilder2.create()); 450 Soob.set_aOut2D(aOut); [all...] |
Completed in 796 milliseconds
<<11121314151617181920>>