HomeSort by relevance Sort by last modified time
    Searched refs:ta (Results 126 - 150 of 327) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
Spline.java 194 double ta = a * y1; local
198 double y = ta + tb + (delta2 / 6) * (tc + td);
289 double ta = a * y1; local
293 double y = ta + tb + (delta2 / 6) * (tc + td);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 150 ta = typea(a)
155 testoutcome = op(ta, tb)
161 ta = typea(a)
164 realres = op(ta, tb)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_richcmp.py 150 ta = typea(a)
155 testoutcome = op(ta, tb)
161 ta = typea(a)
164 realres = op(ta, tb)
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 219 * - ta: text-align property, as a string.
235 if ('ta' in params && /^[-0-9a-zA-Z ,]+$/.test(params.ta))
236 styles.textAlign = params.ta;
  /external/chromium_org/third_party/icu/source/data/curr/
reslocal.mk 72 ta.txt\
  /external/chromium_org/third_party/icu/source/data/rbnf/
rbnffiles.mk 54 sq.txt sr.txt sr_Latn.txt sv.txt ta.txt\
  /external/chromium_org/third_party/icu/source/data/region/
reslocal.mk 70 ta.txt\
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
stroker.c 501 VGfloat ta = line_dy(l1) / line_dx(l1); local
503 isect[1] = ta * l2[0] + l1[1] - ta*l1[0];
506 VGfloat ta = line_dy(l1) / line_dx(l1); local
508 if (ta == la)
511 x = ( - l2[1] + la * l2[0] + l1[1] - ta * l1[0] ) / (la - ta);
513 isect[1] = ta*(x - l1[0]) + l1[1];
    [all...]
  /external/icu/icu4c/source/data/rbnf/
rbnffiles.mk 54 sq.txt sr.txt sr_Latn.txt sv.txt ta.txt\
  /external/mesa3d/src/gallium/state_trackers/vega/
stroker.c 501 VGfloat ta = line_dy(l1) / line_dx(l1); local
503 isect[1] = ta * l2[0] + l1[1] - ta*l1[0];
506 VGfloat ta = line_dy(l1) / line_dx(l1); local
508 if (ta == la)
511 x = ( - l2[1] + la * l2[0] + l1[1] - ta * l1[0] ) / (la - ta);
513 isect[1] = ta*(x - l1[0]) + l1[1];
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
x86_64-gcc.c 297 BN_ULONG ta = (a), tb = (b); \
298 t1 = ta * tb; \
299 t2 = BN_UMULT_HIGH(ta, tb); \
308 BN_ULONG ta = (a), tb = (b), t0; \
309 t1 = BN_UMULT_HIGH(ta, tb); \
310 t0 = ta * tb; \
  /external/openssl/crypto/bn/asm/
x86_64-gcc.c 279 BN_ULONG ta=(a),tb=(b); \
280 t1 = ta * tb; \
281 t2 = BN_UMULT_HIGH(ta,tb); \
287 BN_ULONG ta=(a),tb=(b),t0; \
288 t1 = BN_UMULT_HIGH(ta,tb); \
289 t0 = ta * tb; \
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1052 int td, ta, c = lstrm.GetByte() - 1; local
1061 ta = td & 15;
1063 if( !(ta <= 3 && m_is_ta[ta] &&
1069 m_ci[c].ta = (char)ta;
1289 const short* ta = m_ta[m_ci[c].ta]; local
    [all...]
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 357 const char* ta = 0; local
361 (ta = env->GetStringUTFChars(tag, 0))) {
362 checkEsrError(env, SR_GrammarAddWordToSlot((SR_Grammar*)grammar, sl, wo, pr, weight, ta));
364 if (ta) env->ReleaseStringUTFChars(tag, ta);
  /frameworks/base/core/java/android/view/inputmethod/
BaseInputConnection.java 592 TypedArray ta = context.getTheme() local
596 CharSequence style = ta.getText(0);
597 ta.recycle();
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
BackgroundManager.java 378 TypedArray ta = activity.getTheme().obtainStyledAttributes(new int[] { local
380 mThemeDrawableResourceId = ta.getResourceId(0, -1);
384 ta.recycle();
BrowseFragment.java 619 TypedArray ta = getActivity().obtainStyledAttributes(R.styleable.LeanbackTheme); local
620 mContainerListMarginStart = (int) ta.getDimension(
622 mContainerListAlignTop = (int) ta.getDimension(
624 ta.recycle();
    [all...]
BrowseSupportFragment.java 621 TypedArray ta = getActivity().obtainStyledAttributes(R.styleable.LeanbackTheme); local
622 mContainerListMarginStart = (int) ta.getDimension(
624 mContainerListAlignTop = (int) ta.getDimension(
626 ta.recycle();
    [all...]
  /external/chromium_org/third_party/icu/source/data/lang/
reslocal.mk 71 ta.txt\
  /external/chromium_org/third_party/icu/source/data/locales/
reslocal.mk 72 ta.txt\
  /external/clang/test/Misc/
diag-template-diffing.cpp 1011 T<&a> ta; local
    [all...]
  /external/icu/icu4c/source/data/coll/
colfiles.mk 67 ta.txt te.txt th.txt to.txt tr.txt\
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
TrustManagerFactory1Test.java 448 TrustAnchor ta = new TrustAnchor(validCaNameRfc2253, pk, getFullEncoding()); local
450 trustAnchors.add(ta);
  /art/test/005-annotations/src/android/test/anno/
TestAnnotations.java 102 TestAnnotations ta = new TestAnnotations(); local
  /external/jdiff/src/jdiff/
RootDocToXML.java 383 Tag[] ta = ((Doc)ped).tags("deprecated"); local
384 if (ta.length != 0) {
387 if (ta.length > 1) {
392 String text = ta[0].text(); // Use only one @deprecated tag
    [all...]

Completed in 1747 milliseconds

1 2 3 4 56 7 8 91011>>