HomeSort by relevance Sort by last modified time
    Searched defs:tc (Results 1 - 25 of 268) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/mesa3d/src/gallium/auxiliary/util/
u_texture.c 52 /* Compute sc = +/-scale and tc = +/-scale.
58 const float tc = (2 * in_st[1] - 1) * scale; local
63 ry = -tc;
68 ry = -tc;
74 rz = tc;
79 rz = -tc;
83 ry = -tc;
88 ry = -tc;
  /external/libchrome/base/trace_event/
trace_config_unittest.cc 229 TraceConfig tc(configs[i], "");
230 EXPECT_EQ(0u, tc.GetSyntheticDelayValues().size());
236 TraceConfig tc; local
237 EXPECT_STREQ(kDefaultTraceConfigString, tc.ToString().c_str());
238 EXPECT_EQ(RECORD_UNTIL_FULL, tc.GetTraceRecordMode());
239 EXPECT_FALSE(tc.IsSamplingEnabled());
240 EXPECT_FALSE(tc.IsSystraceEnabled());
241 EXPECT_FALSE(tc.IsArgumentFilterEnabled());
242 EXPECT_STREQ("-*Debug,-*Test", tc.ToCategoryFilterString().c_str());
244 EXPECT_FALSE(tc.IsCategoryEnabled("Category1"))
414 TraceConfig tc; local
486 TraceConfig tc; local
    [all...]
  /external/clang/test/OpenMP/
single_codegen.cpp 27 TestClass tc; variable
29 #pragma omp threadprivate(tc, tc2)
41 TestClass &c = tc;
102 #pragma omp single copyprivate(a, c, tc, a2, tc2)
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_tile_cache.c 49 struct softpipe_tex_tile_cache *tc; local
55 tc = CALLOC_STRUCT( softpipe_tex_tile_cache );
56 if (tc) {
57 tc->pipe = pipe;
59 tc->entries[pos].addr.bits.invalid = 1;
61 tc->last_tile = &tc->entries[0]; /* any tile */
63 return tc;
68 sp_destroy_tex_tile_cache(struct softpipe_tex_tile_cache *tc)
70 if (tc) {
    [all...]
sp_state_derived.c 216 struct softpipe_tex_tile_cache *tc = softpipe->tex_cache[sh][i]; local
217 if (tc && tc->texture) {
218 struct softpipe_resource *spt = softpipe_resource(tc->texture);
219 if (spt->timestamp != tc->timestamp) {
220 sp_tex_tile_cache_validate_texture( tc );
222 _debug_printf("INV %d %d\n", tc->timestamp, spt->timestamp);
224 tc->timestamp = spt->timestamp;
sp_tile_cache.c 42 sp_alloc_tile(struct softpipe_tile_cache *tc);
86 struct softpipe_tile_cache *tc; local
99 tc = CALLOC_STRUCT( softpipe_tile_cache );
100 if (tc) {
101 tc->pipe = pipe;
103 tc->tile_addrs[pos].bits.invalid = 1;
105 tc->last_tile_addr.bits.invalid = 1;
110 tc->tile = MALLOC_STRUCT( softpipe_cached_tile );
111 if (!tc->tile)
113 FREE(tc);
    [all...]
  /external/testng/src/main/java/org/testng/remote/adapter/
RemoteResultListener.java 53 ITestContext tc = suiteResult.getTestContext(); local
54 TestHTMLReporter.generateLog(tc, remoteSuiteRunner.getHost(),
56 tc.getFailedConfigurations().getAllResults(),
57 tc.getSkippedConfigurations().getAllResults(),
58 tc.getPassedTests().getAllResults(),
59 tc.getFailedTests().getAllResults(),
60 tc.getSkippedTests().getAllResults(),
61 tc.getFailedButWithinSuccessPercentageTests().getAllResults());
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_unit_test.c 653 int tc = 0; local
655 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_open_close;
656 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_preview;
657 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_zsl;
658 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_video_preview;
659 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_video_record
672 int i, j, tc = 0; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_unit_test.c 653 int tc = 0; local
655 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_open_close;
656 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_preview;
657 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_zsl;
658 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_video_preview;
659 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_video_record
672 int i, j, tc = 0; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_unit_test.c 703 int tc = 0; local
705 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_0;
706 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_1;
707 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_2;
708 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_3; /*Enable only when RDI enabled for front camera*/
709 //if(tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_4
736 int i, tc = 0; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_unit_test.c 653 int tc = 0; local
655 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_open_close;
656 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_preview;
657 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_zsl;
658 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_video_preview;
659 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_video_record
672 int i, j, tc = 0; local
    [all...]
  /external/expat/tests/
minicheck.c 28 TCase *tc = (TCase *) calloc(1, sizeof(TCase)); local
29 if (tc != NULL) {
30 tc->name = name;
32 return tc;
36 suite_add_tcase(Suite *suite, TCase *tc)
39 assert(tc != NULL);
40 assert(tc->next_tcase == NULL);
42 tc->next_tcase = suite->tests;
43 suite->tests = tc;
47 tcase_add_checked_fixture(TCase *tc,
114 TCase *tc; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestContext.java 74 int tc; local
81 for (tc = 0; tc < CONTEXT_COUNT; tc++) {
82 cc = contextData[tc];
93 assertEquals("\nActual and expected output mismatch on case "+tc+"." +
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestContext.java 70 int tc; local
77 for (tc = 0; tc < CONTEXT_COUNT; tc++) {
78 cc = contextData[tc];
89 assertEquals("\nActual and expected output mismatch on case "+tc+"." +
  /external/ppp/pppd/
srp-entry.c 96 struct t_conf *tc; local
121 if (idx != 0 && (tc = t_openconf(NULL)) != NULL) {
123 tcent = t_getconflast(tc);
125 tcent = t_getconfbyindex(tc, idx);
  /external/srtp/crypto/test/
sha1_driver.c 148 struct hex_sha1_test_case_t tc[] = { local
476 tc[i].hex_data,
477 tc[i].bit_len/8,
478 tc[i].hex_hash, 20);
  /external/testng/src/main/java/org/testng/internal/
FactoryMethod.java 59 NoOpTestClass tc = new NoOpTestClass(); local
60 tc.setTestClass(declaringClass);
61 m_testClass = tc;
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_unit_test.c 654 int tc = 0; local
656 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_open_close;
657 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_preview;
658 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_zsl;
659 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_video_preview;
660 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_video_record
673 int i, j, tc = 0; local
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-test/src/
mm_qcamera_unit_test.c 660 int tc = 0; local
662 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_open_close;
663 if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_preview;
664 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_zsl;
665 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_video_preview;
666 //if (tc < MM_QCAM_APP_TEST_NUM) mm_app_tc[tc++].f = mm_app_tc_start_stop_video_record
679 int i, j, tc = 0; local
    [all...]
  /external/testng/src/main/java/org/testng/
TestRunner.java 442 ITestClass tc = new TestClass(ic, local
448 m_classMap.put(ic.getRealClass(), tc); local
463 for (ITestClass tc : m_classMap.values()) {
464 fixMethodsWithClass(tc.getTestMethods(), tc, testMethods); local
465 fixMethodsWithClass(tc.getBeforeClassMethods(), tc, beforeClassMethods); local
466 fixMethodsWithClass(tc.getBeforeTestMethods(), tc, null); local
467 fixMethodsWithClass(tc.getAfterTestMethods(), tc, null) local
468 fixMethodsWithClass(tc.getAfterClassMethods(), tc, afterClassMethods); local
469 fixMethodsWithClass(tc.getBeforeSuiteMethods(), tc, beforeSuiteMethods); local
470 fixMethodsWithClass(tc.getAfterSuiteMethods(), tc, afterSuiteMethods); local
471 fixMethodsWithClass(tc.getBeforeTestConfigurationMethods(), tc, beforeXmlTestMethods); local
472 fixMethodsWithClass(tc.getAfterTestConfigurationMethods(), tc, afterXmlTestMethods); local
473 fixMethodsWithClass(tc.getBeforeGroupsMethods(), tc, local
475 fixMethodsWithClass(tc.getAfterGroupsMethods(), tc, local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/polynomials/
PolynomialFunctionLagrangeForm.java 188 final double tc = x[j] - z; local
197 c[j] = tc * w;
240 final double[] tc = new double[n]; local
261 // polynomial of degree n-1. tc[] are the coefficients of the i-th
263 tc[n-1] = c[n]; // actually c[n] = 1
264 coefficients[n-1] += t * tc[n-1];
266 tc[j] = c[j+1] + tc[j+1] * x[i];
267 coefficients[j] += t * tc[j];
  /external/clang/test/CXX/special/class.copy/
p12-0x.cpp 49 TemplateCtor tc; member in struct:TemplateCtorMember
p25-0x.cpp 52 TemplateCtor tc; member in struct:TemplateCtorMember
  /external/iproute2/ip/
iproute_lwtunnel.c 146 fprintf(fp, "tc %d ", rta_getattr_u8(tb[LWTUNNEL_IP6_TC]));
292 } else if (strcmp(*argv, "tc") == 0) {
293 __u32 tc; local
296 duparg2("tc", *argv);
297 if (rtnl_dsfield_a2n(&tc, *argv))
298 invarg("\"tc\" value is invalid\n", *argv);
299 rta_addattr8(rta, len, LWTUNNEL_IP6_TC, tc);
  /external/opencv3/modules/viz/src/vtk/
vtkCloudMatSource.cpp 147 Mat tc = _tcoords.getMat(); local
149 if (tc.depth() == CV_32F && cl.depth() == CV_32F)
150 filterNanTCoordsCopy<float, float>(tc, cl, total);
151 else if (tc.depth() == CV_32F && cl.depth() == CV_64F)
152 filterNanTCoordsCopy<float, double>(tc, cl, total);
153 else if (tc.depth() == CV_64F && cl.depth() == CV_32F)
154 filterNanTCoordsCopy<double, float>(tc, cl, total);
155 else if (tc.depth() == CV_64F && cl.depth() == CV_64F)
156 filterNanTCoordsCopy<double, double>(tc, cl, total);

Completed in 607 milliseconds

1 2 3 4 5 6 7 8 91011