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

12 3 4 5 6 7 8 91011

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTips.py 193 class TC(object):
222 tc = TC() variable
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTips.py 193 class TC(object):
222 tc = TC() variable
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 193 class TC(object):
222 tc = TC() variable
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 193 class TC(object):
222 tc = TC() variable
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7
    [all...]
  /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] */
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 1892 int tc = 0; local
1915 int i, tc = 0; local
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 1892 int tc = 0; local
1915 int i, tc = 0; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 1892 int tc = 0; local
1915 int i, tc = 0; local
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 1892 int tc = 0; local
1915 int i, tc = 0; local
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
RunnerController.java 158 for(TestCase tc: rule.getTestCases()) {
159 this.add(new TestCaseTreeNode(tc));
169 for(TestCase tc: data.getTestCases()) {
170 if(tc.isPass())
187 private TestCaseTreeNode(TestCase tc) {
188 super(tc.toString());
189 data = tc;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3basetreeadaptor.c 577 pANTLR3_BASE_TREE tc; local
581 tc = adaptor->create(adaptor, child);
582 adaptor->addChild(adaptor, t, tc);
583 adaptor->debugger->addChild(adaptor->debugger, t, tc);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestReorderingMode.java 56 /* TC 0: 123 */
58 /* TC 1: .123->4.5 */
61 /* TC 2: 678 */
63 /* TC 3: .678->8.9 */
67 /* TC 4: MLK1.2,3JIH */
69 /* TC 5: FE.>12-> */
73 /* TC 6: JIH.>12->a */
78 /* TC 7: CBA.>67->89=a */
83 /* TC 8: CBA.123->xyz */
88 /* TC 9: .>12->xyz *
208 int tc, mode, option, level; local
    [all...]
  /external/icu/icu4c/source/test/letest/
gendata.cpp 187 int32_t tc = 0; local
189 while((testCase = root->nextChildElement(tc)) != NULL) {
xmlreader.cpp 164 int32_t tc = 0; local
166 while((testCase = root->nextChildElement(tc)) != NULL) {
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 164 int32_t tc = 0; local
166 while((testCase = root->nextChildElement(tc)) != NULL) {
  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 57 UnicodeString cf, lc, tc, uc; member in struct:UniProps
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestReorderingMode.java 52 /* TC 0: 123 */
54 /* TC 1: .123->4.5 */
57 /* TC 2: 678 */
59 /* TC 3: .678->8.9 */
63 /* TC 4: MLK1.2,3JIH */
65 /* TC 5: FE.>12-> */
69 /* TC 6: JIH.>12->a */
74 /* TC 7: CBA.>67->89=a */
79 /* TC 8: CBA.123->xyz */
84 /* TC 9: .>12->xyz *
204 int tc, mode, option, level; local
    [all...]
  /external/junit/src/org/junit/internal/runners/
JUnit38ClassRunner.java 97 TestCase tc= (TestCase) test; local
98 return Description.createTestDescription(tc.getClass(), tc.getName());
  /external/libedit/src/
common.c 362 Char tc; local
365 num = FUN(el,getc)(el, &tc);
366 c = tc;
  /external/libhevc/common/
ihevc_deblk_edge_filter.c 109 WORD32 beta, tc; local
124 /* based on BS, tc index is calcuated by adding 2 * ( bs - 1) to QP and tc_offset */
131 tc = gai4_ihevc_tc_table[tc_indx];
132 if(0 == tc)
162 && ABS(pu1_src[0] - pu1_src[-1]) < ((5 * tc + 1) >> 1))
172 && ABS(pu1_src[0] - pu1_src[-1]) < ((5 * tc + 1) >> 1))
181 if(tc <= 1)
205 pu1_src[0] - 2 * tc,
206 pu1_src[0] + 2 * tc);
210 pu1_src[1] - 2 * tc,
346 WORD32 beta, tc; local
727 WORD32 tc; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.c 163 struct ureg_src tc[2], sampler; local
172 tc[0] = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, VS_O_VTOP, TGSI_INTERPOLATE_LINEAR);
173 tc[1] = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, VS_O_VBOTTOM, TGSI_INTERPOLATE_LINEAR);
183 * ref = field.z ? tc[1] : tc[0]
185 * // Adjust tc acording to top/bottom field selection
196 tc[1], tc[0]);
199 tc[1], tc[0])
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_debug.c 308 unsigned tc = (ptr[j] >> (i * 4)) & 0xf; local
309 if (tc != 0xf)
310 BITS(stream, tc, 3, 0, "tex coord %d", i);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_debug.c 232 unsigned tc = (ptr[j] >> (i * 4)) & 0xf; local
233 if (tc != 0xf)
234 BITS(tc, 3, 0, "tex coord %d", i);
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 463 GLfloat tc[4]; local
464 COPY_4V(tc, ctx->Current.Attrib[VERT_ATTRIB_TEX0 + u]);
466 compute_texgen(ctx, vObj, eye, norm, u, tc);
469 ctx->TextureMatrixStack[u].Top->m, tc);
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_HighLevelEncoder.cpp 276 FX_WCHAR tc = msg.GetAt(p); local
277 if (isX12TermSep(tc)) {
280 if (!isNativeX12(tc)) {

Completed in 1743 milliseconds

12 3 4 5 6 7 8 91011