HomeSort by relevance Sort by last modified time
    Searched refs:tc (Results 626 - 650 of 886) sorted by null

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/cmd/go/internal/get/
vcs.go 475 for _, tc := range v.tagCmd {
476 out, err := v.runOutput(dir, tc.cmd)
480 re := regexp.MustCompile(`(?m-s)` + tc.pattern)
495 for _, tc := range v.tagLookupCmd {
496 out, err := v.runOutput(dir, tc.cmd, "tag", tag)
500 re := regexp.MustCompile(`(?m-s)` + tc.pattern)
  /cts/tests/camera/src/android/hardware/camera2/cts/
CaptureRequestTest.java     [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java 2177 int tc = pc + (short)(c >> TC_SHIFT); local
3126 int tc = pc + (short)(c >>> TC_SHIFT); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 102 static UBool assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex,
4270 int tc, mode, option, level; local
4831 int32_t proLength, epiLength, srcLen, destLen, tc; local
    [all...]
  /external/libvncserver/libvncclient/
rfbproto.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_surface.c 889 struct ureg_src tc; local
919 tc = ureg_DECL_fs_input(
924 tc = ureg_swizzle(tc, TGSI_SWIZZLE_X, TGSI_SWIZZLE_Z,
932 target, tc, ureg_DECL_sampler(ureg, 1));
940 target, tc, ureg_DECL_sampler(ureg, 0));
    [all...]
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate_test.go 593 for i, tc := range testCases {
595 tc[0] = firstN
606 for _, n := range tc {
  /prebuilts/go/darwin-x86/src/net/
dial.go 403 if tc, ok := c.(*TCPConn); ok && d.KeepAlive > 0 {
404 setKeepAlive(tc.fd, true)
405 setKeepAlivePeriod(tc.fd, d.KeepAlive)
  /prebuilts/go/linux-x86/src/compress/flate/
deflate_test.go 593 for i, tc := range testCases {
595 tc[0] = firstN
606 for _, n := range tc {
  /prebuilts/go/linux-x86/src/net/
dial.go 403 if tc, ok := c.(*TCPConn); ok && d.KeepAlive > 0 {
404 setKeepAlive(tc.fd, true)
405 setKeepAlivePeriod(tc.fd, d.KeepAlive)
  /external/dnsmasq/src/
rfc1035.c 856 if (!header->tc)
913 header->tc = 0; /* not truncated */
    [all...]
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
core_test.py 27 from tensorflow.contrib.labeled_tensor.python.ops import _typecheck as tc
114 with self.assertRaises(tc.Error):
157 with self.assertRaisesRegexp(tc.Error, 'allowed type ' + regexp):
  /external/valgrind/coregrind/m_debuginfo/
tytypes.c 367 UWord tc; local
371 tc = cache->ce[h].cuOff0;
375 cache->ce[h].cuOff1 = tc;
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Xml.cpp 817 config->extd_firewall_entries[config->num_extd_firewall_entries - 1].attrib.u.v6.tc
820 config->extd_firewall_entries[config->num_extd_firewall_entries - 1].attrib.u.v6.tc);
831 config->extd_firewall_entries[config->num_extd_firewall_entries - 1].attrib.u.v6.tc
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
PKCS12KeyStoreSpi.java 355 Certificate tc = (Certificate)c.nextElement(); local
358 if (tc.equals(cert))
369 Certificate tc = (Certificate)c.nextElement(); local
372 if (tc.equals(cert))
    [all...]
  /external/libnl/lib/route/cls/
ematch.c 20 #include <netlink-private/tc.h>
ematch_syntax.y 14 #include <netlink-private/tc.h>
  /external/libnl/tests/
test-complex-HTB-with-hash-filters.c 13 #include <netlink/route/tc.h>
31 /* some functions are copied from iproute-tc tool */
339 //struct rtnl_class *class = (struct rtnl_class *) tc;
471 rtnl_sfq_set_quantum(qdisc, 16000); // tc default value
  /prebuilts/go/darwin-x86/src/net/smtp/
smtp.go 174 tc, ok := c.conn.(*tls.Conn)
178 return tc.ConnectionState(), true
  /prebuilts/go/linux-x86/src/net/smtp/
smtp.go 174 tc, ok := c.conn.(*tls.Conn)
178 return tc.ConnectionState(), true
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 6954 const long long tc = GetTimeCode(); local
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUJDKCompare.java 533 Class tc = pairClassEquivalent(tts[i]); local
535 if (!assignableFrom(tc, mc)) { // m param must be same or narrower than t
  /external/libnl/python/netlink/route/
capi.i 11 #include <netlink/route/tc.h>
290 /* <netlink/route/tc.h> */
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 2364 GLfloat sc, tc, ma; local
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py     [all...]

Completed in 1710 milliseconds

<<21222324252627282930>>