/external/valgrind/drd/tests/ |
trylock.stderr.exp | 2 Locking rwlock via pthread_rwlock_wrlock(). 3 Locking rwlock via pthread_rwlock_trywrlock(). 4 Locking rwlock via pthread_rwlock_timedwrlock(). 5 Locking rwlock via pthread_rwlock_rdlock(). 6 Locking rwlock via pthread_rwlock_tryrdlock(). 7 Locking rwlock via pthread_rwlock_timedrdlock(). 16 Locking mutex via pthread_mutex_trylock(). 17 Locking mutex via pthread_mutex_lock(). 18 Locking mutex via pthread_mutex_timedlock().
|
/external/iproute2/ip/ |
routel | 22 via="" 28 broadcast|local|unreachable) via=$network 40 echo "$network $via $src $proto $scope $dev $table" 52 via=$2; 58 printf(format,network,mask,via,src,proto,scope,dev,table);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
subsect-via-symbols-1.d | 2 #source: subsect-via-symbols.s
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/ |
relax_call26_boundary_c8.d | 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
|
relax_call26_boundary_cc.d | 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
|
relax_call26_boundary_d0.d | 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
|
relax_call26_boundary_d4.d | 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
|
relax_call26_boundary_d8.d | 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
|
relax_call26_boundary_dc.d | 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
|
relax_call26_boundary_f0.d | 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
|
relax_call26_boundary_f4.d | 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
|
relax_call26_boundary_f8.d | 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
|
relax_call26_boundary_fc.d | 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
|
relax_call26_cache.d | 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
|
relax_call26_norelax.d | 5 # Test relaxation of call26 relocations via linker stubs
|
relax_call26_cache.s | 1 # test for call26 relaxation via linker stubs
|
relax_call26.s | 1 # test for call26 relaxation via linker stubs
|
/external/nist-sip/java/javax/sip/message/ |
MessageFactory.java | 17 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, 22 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, 27 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, 33 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, 38 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, 43 CSeqHeader cSeq, FromHeader from, ToHeader to, List via,
|
/frameworks/av/include/media/nbaio/ |
AudioBufferProviderSource.h | 46 virtual ssize_t readVia(readVia_t via, size_t total, void *user, size_t block);
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
MessageProcessor.java | 32 import gov.nist.javax.sip.header.Via; 63 * My Sent by string ( which I use to set the outgoing via header) 159 * Get the Via header to assign for this message processor. The topmost via 162 * @return the ViaHeader to be used by the messages sent via this message processor. 164 public Via getViaHeader() { 166 Via via = new Via(); local 168 via.setSentBy(sentByHostPort) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
MessageFactoryImpl.java | 110 * @param via - 123 FromHeader from, ToHeader to, List via, 127 || cSeq == null || from == null || to == null || via == null 139 sipRequest.setVia(via); 167 * @param via - 180 List via, MaxForwardsHeader maxForwards, byte[] content, 183 || cSeq == null || from == null || to == null || via == null 197 sipRequest.setVia(via); 225 * @param via - 233 List via, MaxForwardsHeader maxForwards) throws ParseException [all...] |
/external/iproute2/testsuite/tests/ip/route/ |
add_default_route.t | 13 ts_ip "$0" "Add default route via 1.1.1.2" route add default via 1.1.1.2 16 test_on "default via 1.1.1.2 dev $DEV" 21 test_on "default via 1.1.1.2 dev $DEV" 25 ts_ip "$0" "Add default route via dead:beef::2" route add default via dead:beef::2 27 test_on "default via dead:beef::2 dev $DEV" 32 test_on "default via dead:beef::2 dev $DEV"
|
/external/llvm/test/MC/ARM/ |
relocated-mapping.s | 4 @ go via MCStreamer::EmitBytes; make sure they still emit a mapping symbol.
|
/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
|