/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/ |
relax_call26.s | 1 # test for call26 relaxation via linker stubs
|
relax_call26_shared.d | 5 # Test relaxation of call26 relocations via linker stubs
|
/external/llvm/test/MC/ARM/ |
relocated-mapping.s | 4 @ go via MCStreamer::EmitBytes; make sure they still emit a mapping symbol.
|
/prebuilts/go/darwin-x86/src/runtime/ |
cgocallback.go | 7 // These functions are called from C code via cgo/callbacks.go.
|
os_android.go | 12 // loaded via JNI. See golang.org/x/mobile/app.
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue10219.go | 8 // in an anonymous struct via :=.
|
issue15329.go | 46 // Invocation via method expression. 49 // Invocation via interface. 52 // Invocation via method value.
|
/prebuilts/go/linux-x86/src/runtime/ |
cgocallback.go | 7 // These functions are called from C code via cgo/callbacks.go.
|
os_android.go | 12 // loaded via JNI. See golang.org/x/mobile/app.
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue10219.go | 8 // in an anonymous struct via :=.
|
issue15329.go | 46 // Invocation via method expression. 49 // Invocation via interface. 52 // Invocation via method value.
|
/bionic/libc/arch-x86_64/bionic/ |
syscall.S | 44 # All arguments are passed via registers.
|
/external/llvm/test/MC/MachO/ARM/ |
no-subsections-reloc.s | 5 @ When not using subsections-via-symbols, references to non-local symbols
|
/external/llvm/test/MC/X86/ |
imm-comments.s | 14 # This line should not induce undefined behavior via negation of INT64_MIN.
|
/frameworks/av/media/libnbaio/ |
NBAIO.cpp | 64 ssize_t NBAIO_Sink::writeVia(writeVia_t via, size_t total, void *user, size_t block) 83 ssize_t ret = via(user, buffer, count); 100 ssize_t NBAIO_Source::readVia(readVia_t via, size_t total, void *user, size_t block) 123 ret = via(user, buffer, maxRet);
|
AudioBufferProviderSource.cpp | 82 ssize_t AudioBufferProviderSource::readVia(readVia_t via, size_t total, void *user, size_t block) 120 ssize_t ret = via(user, (char *) mBuffer.raw + (mConsumed * mFrameSize), count);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
gc-unwind.s | 2 @ via the EH tables, .data.foo should not.
|
/external/sqlite/android/ |
Android.mk | 27 # (as of 2009-08-02), in which phone_number_compare() is tested via sqlite's custom
|
/frameworks/base/docs/ |
__DEPRECATED__DO_NOT_EDIT__.txt | 10 - Reference documentation is still maintained via building of .java source files,
|
/frameworks/base/docs/html/ |
__DEPRECATED__DO_NOT_EDIT__.txt | 10 - Reference documentation is still maintained via building of .java source files,
|
/packages/apps/ManagedProvisioning/ |
Android.mk | 23 # additionally, build tests if we build via mmm / mm
|
/external/ltp/testcases/network/stress/route/ |
route6-change-gw | 221 ip -f inet6 route add ${dst_network}/64 via ${IPV6_NETWORK}:${rhost_part_hex} dev $lhost_ifname 248 ip -f inet6 route add ${dst_network}/64 via ${IPV6_NETWORK}:${rhost_part_hex} dev $lhost_ifname 249 ip -f inet6 route del ${dst_network}/64 via ${IPV6_NETWORK}:${pre_rhost_part_hex} dev $lhost_ifname
|
/external/llvm/test/MC/Mips/ |
module-softfloat.s | 20 # command line options and any inconsistencies reported via a warning.
|
nooddspreg-error.s | 14 # command line options and any inconsistencies reported via a warning.
|
/frameworks/av/media/libnbaio/include/ |
NBAIO.h | 192 // via Callback function that the sink will call as many times as needed to consume data. 208 // The 'via' callback is called by the data sink as follows: 218 virtual ssize_t writeVia(writeVia_t via, size_t total, void *user, size_t block = 0); 291 // via Callback function that the source will call as many times as needed to provide data. 307 // The 'via' callback is called by the data source as follows: 317 virtual ssize_t readVia(readVia_t via, size_t total, void *user, size_t block = 0);
|