/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
|
/external/ltp/ |
Makefile.release | 38 TARBALL_VERSION ?= $(error you must either make Version via make $$PWD/Version or specify an LTP version via TARBALL_VERSION)
|
/external/skia/tools/ |
ok_vias.cpp | 30 ViaPic via; local 31 via.target = std::move(dst); 32 if (options("bbh") == "rtree") { via.rtree = true; } 33 return move_unique(via);
|
/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/media/libnbaio/include/ |
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...] |
/prebuilts/go/darwin-x86/test/fixedbugs/issue14164.dir/ |
a.go | 19 // defined via an embedded interface t. The compiler 22 // G is not inlineable (at least via export data), so 35 // at package level. This function is inlineable via
|
/prebuilts/go/linux-x86/test/fixedbugs/issue14164.dir/ |
a.go | 19 // defined via an embedded interface t. The compiler 22 // G is not inlineable (at least via export data), so 35 // at package level. This function is inlineable via
|
/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"
|