/system/netd/netutils_wrappers/ |
Android.mk | 31 tc-wrapper-1.0 \
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/ |
InvokeMethodDebuggee.java | 71 testClass tc, testClass[] atc, testClass[][] aatc) {
|
/external/iproute2/examples/diffserv/ |
Edge31-ca-u32 | 15 TC=$IPROUTE/tc/tc 29 $TC qdisc add dev $INDEV handle ffff: ingress 33 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1: u32 \ 53 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \ 62 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \ 70 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \ 82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \ 90 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 [all...] |
Edge32-cb-chains | 14 TC=$IPROUTE/tc/tc 43 $TC qdisc add dev $INDEV handle ffff: ingress 55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 handle 1 fw \ 58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 handle 1 fw \ 65 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 handle 1 fw \ 68 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \ 75 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \ 78 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw [all...] |
Edge32-cb-u32 | 14 TC=$IPROUTE/tc/tc 44 $TC qdisc add dev $INDEV handle ffff: ingress 55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \ 58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \ 66 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \ 69 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \ 76 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \ 79 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 [all...] |
/external/ltp/pan/ |
tag_report.c | 55 int test_result(char *tag, char *tcid, char *tc, char *result, SYM tags) 64 if (tc == NULL) 65 tc = "-"; 89 printf(FORMAT, tag, tcid, tc, result, *cont); 127 /* parse analysis type: cuts:tc-count */ 183 printf("cuts_report: tc %s = %s\n", 196 test_result(tag, "-", "-", "TC count wrong", keys); 316 * - tcid+tc = "!" 436 printf("cuts_testcase: TCID=%s TC=%s Result=%s\n", cuts_info[0],
|
/external/valgrind/coregrind/m_dispatch/ |
dispatch-ppc64le-linux.S | 58 .tc vgPlain_tt_fast[TC],vgPlain_tt_fast 60 .tc vgPlain_stats__n_xindirs_32[TC],vgPlain_stats__n_xindirs_32 62 .tc vgPlain_stats__n_xindir_misses_32[TC],vgPlain_stats__n_xindir_misses_32 64 .tc vgPlain_machine_ppc64_has_VMX[TC],vgPlain_machine_ppc64_has_VMX
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_lgammaf_r.c | 41 * Domain x in [tc-0.24, tc+0.28], range ~[-5.6577e-10, 5.5677e-10]: 42 * |(lgamma(x) - tf) - t(x - tc)| < 2**-30.8. 44 tc = 1.46163213e+00, /* 0x3fbb16c3 */ variable 163 else if(ix>=0x3e6d3308) {y= x-(tc-one); i=1;} 168 else if(ix>=0x3F9da620) {y=x-tc;i=1;} /* [1.23,1.73] */
|
/external/libnl/python/netlink/route/qdisc/ |
htb.py | 14 from .. import tc as tc 23 return tc.Handle(capi.rtnl_htb_get_defcls(self._qdisc._rtnl_qdisc))
|
/external/pdfium/xfa/fgas/layout/ |
cfx_rtfbreak.cpp | 268 CFX_Char* tc = m_pCurLine->GetChar(iCount - 1); 269 tc->m_dwStatus = dwStatus; 297 const CFX_Char* tc = m_pCurLine->GetChar(m_pCurLine->CountChars() - 1); local 298 switch (tc->GetCharType()) { 467 const CFX_Char* tc = ttp.GetChar(j); local 468 if (tc->m_nBreakType == FX_LBT_DIRECT_BRK) 472 uint32_t dwCharType = tc->GetCharType(); 476 int32_t iCharWidth = tc->m_iCharWidth; 505 CFX_Char* tc = ttp.GetChar(j); local 506 if (tc->m_nBreakType != FX_LBT_DIRECT_BRK || tc->m_iCharWidth < 0 [all...] |
/external/testng/src/main/java/org/testng/junit/ |
JUnit4TestRunner.java | 190 JUnit4TestClass tc = new JUnit4TestClass(test); 191 JUnitTestMethod tm = new JUnit4TestMethod(tc, test); 193 TestResult tr = new TestResult(tc,
|
JUnitTestRunner.java | 118 JUnitTestClass tc= new JUnit3TestClass(test);
local 119 JUnitTestMethod tm= new JUnit3TestMethod(tc, test);
121 org.testng.internal.TestResult tr= new org.testng.internal.TestResult(tc,
|
/build/soong/cc/ |
compiler.go | 239 tc := ctx.toolchain() 278 tc.IncludeFlags(), 289 "-isystem "+getCurrentIncludePath(ctx).Join(ctx, tc.ClangTriple()).String()) 324 instructionSetFlags, err := tc.InstructionSetFlags(instructionSet) 326 instructionSetFlags, err = tc.ClangInstructionSetFlags(instructionSet) 348 target := "-target " + tc.ClangTriple() 349 gccPrefix := "-B" + config.ToolPath(tc) 366 flags.AsFlags = append(flags.AsFlags, tc.ClangAsflags()) 369 tc.ClangCflags(), 375 tc.Cflags() [all...] |
/cts/hostsidetests/incident/src/com/android/server/cts/ |
JobSchedulerIncidentTest.java | 208 for (JobStatusDumpProto.TrackingController tc : jsd.getTrackingControllersList()) { 210 .contains(tc.getValueDescriptor())); 319 StateControllerProto.TimeController tc = sc.getTime(); local 320 assertTrue(0 <= tc.getNowElapsedRealtime()); 321 for (StateControllerProto.TimeController.TrackedJob tj : tc.getTrackedJobsList()) {
|
/build/soong/android/ |
paths_test.go | 440 for _, tc := range testCases { 441 t.Run(tc.name, func(t *testing.T) { 442 tc.ctx.androidBaseContextImpl.config = testConfig 443 output := PathForModuleInstall(tc.ctx, tc.in...) 444 if output.basePath.path != tc.out { 447 tc.out)
|
/prebuilts/misc/common/swig/include/2.0.11/tcl/ |
tclrun.swg | 118 swig_cast_info *tc; 157 tc = c ? SWIG_TypeCheck(c,ty) : 0; 158 if (!tc) { 166 *ptr = SWIG_TypeCast(tc,(void *) *ptr,&newmemory); 199 swig_cast_info *tc; 209 tc = SWIG_TypeCheck(c,ty); 210 if (!tc) goto type_error;
|
/libcore/ojluni/src/main/java/java/io/ |
ObjectInputStream.java | 2492 int tc = in.peek(); local [all...] |
/prebuilts/go/darwin-x86/src/image/gif/ |
writer_test.go | 81 for _, tc := range testCase { 82 m0, err := readImg(tc.filename) 84 t.Error(tc.filename, err) 90 t.Error(tc.filename, err) 95 t.Error(tc.filename, err) 99 t.Errorf("%s, bounds differ: %v and %v", tc.filename, m0.Bounds(), m1.Bounds()) 104 if avgDelta > tc.tolerance { 105 t.Errorf("%s: average delta is too high. expected: %d, got %d", tc.filename, tc.tolerance, avgDelta)
|
/prebuilts/go/linux-x86/src/image/gif/ |
writer_test.go | 81 for _, tc := range testCase { 82 m0, err := readImg(tc.filename) 84 t.Error(tc.filename, err) 90 t.Error(tc.filename, err) 95 t.Error(tc.filename, err) 99 t.Errorf("%s, bounds differ: %v and %v", tc.filename, m0.Bounds(), m1.Bounds()) 104 if avgDelta > tc.tolerance { 105 t.Errorf("%s: average delta is too high. expected: %d, got %d", tc.filename, tc.tolerance, avgDelta)
|
/external/libhevc/common/arm/ |
ihevc_deblk_luma_horz.s | 106 ldr r6,[r4,r3,lsl #2] @ tc 246 @ && abs(pu1_src[0] - pu1_src[-1]) < ( (5 * tc + 1) >> 1 ) ) 308 @ r6 has teh value of tc 367 @r6 =tc 413 @r6 =tc 448 vdup.8 d30,r6 @ duplicating the +tc value 451 vdup.8 d31,r12 @ duplicating the -tc value 471 vmax.s8 d8,d31,d11 @ d8 has the value delta = clip3(delta, -tc, tc)@ 486 vdup.8 d2,r12 @ d2 has the 10*tc valu [all...] |
/prebuilts/go/darwin-x86/src/net/http/cookiejar/ |
jar_test.go | 117 for _, tc := range hasDotSuffixTests { 118 got := hasDotSuffix(tc.s, tc.suffix) 119 want := strings.HasSuffix(tc.s, "."+tc.suffix) 121 t.Errorf("s=%q, suffix=%q: got %v, want %v", tc.s, tc.suffix, got, want) 327 for _, tc := range domainAndTypeTests { 328 domain, hostOnly, err := jar.domainAndType(tc.host, tc.domain [all...] |
/prebuilts/go/linux-x86/src/net/http/cookiejar/ |
jar_test.go | 117 for _, tc := range hasDotSuffixTests { 118 got := hasDotSuffix(tc.s, tc.suffix) 119 want := strings.HasSuffix(tc.s, "."+tc.suffix) 121 t.Errorf("s=%q, suffix=%q: got %v, want %v", tc.s, tc.suffix, got, want) 327 for _, tc := range domainAndTypeTests { 328 domain, hostOnly, err := jar.domainAndType(tc.host, tc.domain [all...] |
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
ocaml.swg | 61 swig_cast_info *tc = 65 tc ? tc->str : "<none>" ); 67 if( tc ) { 69 *ptr = SWIG_TypeCast(tc, source, &newmemory);
|
/external/testng/src/main/java/org/testng/internal/ |
BaseTestMethod.java | 131 public void setTestClass(ITestClass tc) {
132 assert null != tc;
local 133 if (! tc.getRealClass().equals(m_method.getDeclaringClass())) {
134 assert m_method.getDeclaringClass().isAssignableFrom(tc.getRealClass()) :
135 "\nMISMATCH : " + tc.getRealClass() + " " + m_method.getDeclaringClass();
137 m_testClass = tc;
|
Utils.java | 284 ITestAnnotation tc = AnnotationHelper.findTest(finder, cls); local 285 if (null != tc) { 286 for (String group : tc.getDependsOnGroups()) { 314 ITestAnnotation tc = AnnotationHelper.findTest(finder, cls); local 315 if (null != tc) { 316 for (String group : tc.getGroups()) {
|