/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.
|
/system/connectivity/shill/test-scripts/ |
backchannel | 34 echo " reach <ip> <gw> [new_iface_name] Route <ip> via gateway <gw>" 79 ip route add "$ip" via "$gw" dev "$test_if"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/ |
relax_call26_shared.d | 5 # Test relaxation of call26 relocations via linker stubs
|
relax_call26_multi.d | 5 # Test relaxation of call26 relocations via linker stubs
|
relax_call26_boundary.s | 1 # Test for call26 relaxation via linker stubs.
|
/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.
|
module-hardfloat.s | 26 # command line options and any inconsistencies reported via a warning.
|
/frameworks/av/include/media/nbaio/ |
NBAIO.h | 184 // via Callback function that the sink will call as many times as needed to consume data. 200 // The 'via' callback is called by the data sink as follows: 210 virtual ssize_t writeVia(writeVia_t via, size_t total, void *user, size_t block = 0); 272 // via Callback function that the source will call as many times as needed to provide data. 288 // The 'via' callback is called by the data source as follows: 298 virtual ssize_t readVia(readVia_t via, size_t total, void *user, size_t block = 0);
|
/external/valgrind/memcheck/tests/ |
leak_cpp_interior.stderr.exp | 13 of which reachable via heuristic: 28 of which reachable via heuristic: 42 of which reachable via heuristic: 54 of which reachable via heuristic: 66 of which reachable via heuristic: 78 of which reachable via heuristic: 92 of which reachable via heuristic: 106 of which reachable via heuristic:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
x.s | 5 ;# refers to fn via a local label. We use .gcc_except_table as we
|
/external/iproute2/doc/ |
ip-tunnels.tex | 50 to tunnel net 10.0.0.0 via router 193.233.7.65. It does not 53 to 10.0.0.0 via \verb|tunl0| in routing table. 60 ip route add 10.0.0.0/8 via 193.233.7.65 dev tunl0 onlink 123 via this tunnel, 124 rather than via Internet. Actual tunnel endpoint address \verb|A| 133 kinds and gateway is required to be directly reachable via this tunnel, 134 rather than via Internet. You still may use \verb|ip route add ... onlink| 211 NBMA tunnels are different. To route something via NBMA tunnel 216 ip route add 10.0.0.0/24 via <A> dev tunl0 onlink 219 kernel will refuse request to create route via gateway not directl [all...] |
/external/jemalloc/include/jemalloc/ |
jemalloc_mangle.sh | 32 * provide isolation from the name mangling specified via --with-mangling
|
/external/llvm/test/MC/Mips/mips32/ |
abiflags.s | 36 # command line options and any inconsistencies reported via a warning.
|
/external/llvm/test/MC/Mips/mips32r2/ |
abiflags.s | 37 # command line options and any inconsistencies reported via a warning.
|
/external/llvm/test/MC/Mips/mips32r3/ |
abiflags.s | 37 # command line options and any inconsistencies reported via a warning.
|
/external/llvm/test/MC/Mips/mips32r5/ |
abiflags.s | 37 # command line options and any inconsistencies reported via a warning.
|
/external/llvm/test/MC/Mips/mips64/ |
abiflags.s | 36 # command line options and any inconsistencies reported via a warning.
|
/external/llvm/test/MC/Mips/mips64r2/ |
abiflags.s | 36 # command line options and any inconsistencies reported via a warning.
|
/external/llvm/test/MC/Mips/mips64r3/ |
abiflags.s | 36 # command line options and any inconsistencies reported via a warning.
|
/external/llvm/test/MC/Mips/mips64r5/ |
abiflags.s | 36 # command line options and any inconsistencies reported via a warning.
|
/external/llvm/test/MC/Mips/msa/ |
abiflags.s | 37 # command line options and any inconsistencies reported via a warning.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ViaParser.java | 33 * Parser for via headers. 43 public ViaParser(String via) { 44 super(via); 52 * a parser for the essential part of the via header. 54 private void parseVia(Via v) throws ParseException { 98 if (name.equals(Via.BRANCH)) { 109 // JvB Note: RFC3261 does not allow a comment in Via headers anymore 163 if (name.getTokenValue().compareToIgnoreCase(Via.RECEIVED) == 0) { 202 // The first via header. 203 this.lexer.match(TokenTypes.VIA); [all...] |