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

<<11121314151617181920>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 107 tc = 1.46163214496836224576e+00, /* 0x3FF762D8, 0x6356BE3F */ variable
242 else if(ix>=0x3FCDA661) {y= x-(tc-one); i=1;}
247 else if(ix>=0x3FF3B4C4) {y=x-tc;i=1;} /* [1.23,1.73] */
  /build/kati/
runtest.rb 233 testcases.each do |tc|
239 cmd += " #{tc} 2>&1"
242 expected += "=== #{tc} ===\n" + res
248 testcases.each do |tc|
249 json = "#{tc.empty? ? 'test' : tc}"
268 cmd += " #{tc}"
275 cmd += " #{tc}"
282 output += "=== #{tc} ===\n" + res
317 testcases.each do |tc|
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
ConscryptSocketBase.java 401 public void setTrafficClass(int tc) throws SocketException {
403 socket.setTrafficClass(tc);
405 super.setTrafficClass(tc);
  /external/fdlibm/
e_lgamma_r.c 105 tc = 1.46163214496836224576e+00, /* 0x3FF762D8, 0x6356BE3F */ variable
247 else if(ix>=0x3FCDA661) {y= x-(tc-one); i=1;}
252 else if(ix>=0x3FF3B4C4) {y=x-tc;i=1;} /* [1.23,1.73] */
  /external/golang-protobuf/proto/
text_test.go 329 for i, tc := range testCases {
331 if err := proto.MarshalText(&buf, tc.in); err != nil {
336 if s != tc.out {
337 t.Errorf("#%d: Got:\n%s\nExpected:\n%s\n", i, s, tc.out)
347 if !proto.Equal(pb, tc.in) {
348 t.Errorf("#%d: Round-trip failed:\nstart: %v\n end: %v", i, tc.in, pb)
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
SwatDeprecated.java 203 int tc = 0; local
223 ++tc;
279 if (tc == 0) { // nothing changed, forget this file
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
AudioTest.java 358 long tc = getTcRec() - waltDevice.clock.baseTime; // When callback receiving a recorded buffer fired
379 double latencyCb_ms = (tc - tb - remaining_us) / 1000.;
395 tc + waltDevice.clock.baseTime,
  /bionic/libc/include/arpa/
nameser_compat.h 59 unsigned tc :1; /* truncated message */ member in struct:__anon248
  /external/icu/icu4c/source/test/intltest/
plurults.cpp 989 DoubleTestCase &tc = testCases[i]; local
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 59 UnicodeString cf, lc, tc, uc; member in struct:UniProps
  /external/iproute2/examples/diffserv/
Edge32-ca-u32 15 TC=$IPROUTE/tc/tc
46 $TC qdisc add dev $INDEV handle ffff: ingress
57 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
61 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
74 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
86 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32
    [all...]
  /external/libnl/lib/route/cls/ematch/
nbyte.c 20 #include <netlink-private/tc.h>
  /external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
ltp_tpci.c 674 int tc = 0; local
676 sscanf(buf, "%d", &tc);
677 prk_info("test-case %d", tc);
679 test_result = test_case(tc);
724 prk_err(": Can't create sysfs file 'tc'");
  /external/mesa3d/src/gallium/drivers/ilo/shader/
toy_compiler_asm.c     [all...]
  /external/testng/src/main/java/org/testng/reporters/
XMLSuiteResultWriter.java 106 ITestContext tc = suiteResult.getTestContext(); local
107 attributes.setProperty(XMLReporterConfig.ATTR_NAME, tc.getName());
108 XMLReporter.addDurationAttributes(config, attributes, tc.getStartDate(), tc.getEndDate());
  /libcore/ojluni/src/main/java/java/net/
DatagramSocket.java     [all...]
  /prebuilts/go/darwin-x86/src/encoding/base64/
base64_test.go 232 for _, tc := range testCases {
233 dbuf := make([]byte, StdEncoding.DecodedLen(len(tc.input)))
234 _, err := StdEncoding.Decode(dbuf, []byte(tc.input))
235 if tc.offset == -1 {
237 t.Error("Decoder wrongly detected corruption in", tc.input)
243 testEqual(t, "Corruption in %q at offset %v, want %v", tc.input, int(err), tc.offset)
245 t.Error("Decoder failed to detect corruption in", tc)
  /prebuilts/go/linux-x86/src/encoding/base64/
base64_test.go 232 for _, tc := range testCases {
233 dbuf := make([]byte, StdEncoding.DecodedLen(len(tc.input)))
234 _, err := StdEncoding.Decode(dbuf, []byte(tc.input))
235 if tc.offset == -1 {
237 t.Error("Decoder wrongly detected corruption in", tc.input)
243 testEqual(t, "Corruption in %q at offset %v, want %v", tc.input, int(err), tc.offset)
245 t.Error("Decoder failed to detect corruption in", tc)
  /external/valgrind/coregrind/
m_transtab.c 185 This is a pointer into the sector's tc (code) area. */
394 ULong* tc; member in struct:__anon42505
406 /* This points to the current allocation point in tc. */
442 N_TC_SECTORS. The initial value indicates the TT/TC system is
460 /* Fast helper for the TC. A direct-mapped cache which holds a set of
464 Entries in tt_fast may refer to any valid TC entry, regardless of
466 invalidate this cache when TC entries are changed or disappear.
851 if ((const UChar*)hcode >= (const UChar*)sectors[sno].tc
885 vg_assert( (UChar*)host_code >= (UChar*)sectors[to_sNo].tc );
    [all...]
  /art/compiler/optimizing/
induction_var_range_test.cc 162 HInductionVarAnalysis::InductionInfo* CreateTripCount(int32_t tc, bool in_loop, bool safe) {
171 // Return TC with taken-test 0 < TC.
173 CreateConst(tc),
174 CreateInvariant('<', CreateConst(0), CreateConst(tc)),
790 int64_t tc = 0; local
846 int64_t tc = 0; local
928 int64_t tc = 0; local
1014 int64_t tc = 0; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ppc.c 0 /* tc-ppc.c -- Assemble for the PowerPC or POWER (RS/6000)
296 { "tc", ppc_tc, 0 },
996 and variables. Symbols are put in the TOC with the .tc pseudo-op.
5632 struct ppc_tc_sy *tc; local
6165 TC_SYMFIELD_TYPE *tc; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 233 int tr = br, tc = bc; local
301 CHECK_BETTER(left, tr, tc - 2);
302 CHECK_BETTER(right, tr, tc + 2);
303 CHECK_BETTER(up, tr - 2, tc);
304 CHECK_BETTER(down, tr + 2, tc);
309 case 0: CHECK_BETTER(diag, tr - 2, tc - 2); break;
310 case 1: CHECK_BETTER(diag, tr - 2, tc + 2); break;
311 case 2: CHECK_BETTER(diag, tr + 2, tc - 2); break;
312 case 3: CHECK_BETTER(diag, tr + 2, tc + 2); break;
316 if (tr == br && tc == bc) break
    [all...]
  /external/icu/icu4c/source/test/letest/
xmlreader.cpp 166 int32_t tc = 0; local
168 while((testCase = root->nextChildElement(tc)) != NULL) {
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 170 int32_t tc = 0; local
172 while((testCase = root->nextChildElement(tc)) != NULL) {
  /external/iproute2/examples/
cbqinit.eth1 3 TC=/home/root/tc
13 $TC qdisc add dev $DEVICE root handle 1: cbq \
23 # This rate is viewed with "tc -s class ls dev $DEVICE"
25 $TC class add dev $DEVICE parent 1:0 classid :1 est 1sec 8sec cbq \
35 $TC class add dev $DEVICE parent 1:1 classid :2 est 1sec 8sec cbq \
43 $TC qdisc add dev $DEVICE parent 1:2 sfq quantum 1514b perturb 15
47 $TC class add dev $DEVICE parent 1:1 classid :3 est 2sec 16sec cbq \
51 $TC qdisc add dev $DEVICE parent 1:3 sfq quantum 1514b perturb 15
55 $TC class add dev $DEVICE parent 1:1 classid :4 est 1sec 8sec cbq
    [all...]

Completed in 2155 milliseconds

<<11121314151617181920>>