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

1 2 3 4 5 6

  /external/chromium_org/v8/test/mjsunit/regress/
regress-et-clobbers-doubles.js 37 var ta = [1,,3]; variable
38 t_smi(ta);
39 assertEquals([1.5,,3], ta);
regress-convert-hole2.js 70 var ta = [1,,3]; variable
71 t_smi(ta);
72 ta.__proto__ = [6,6,6];
73 assertEquals([1.5,6,3], ta);
  /cts/tests/tests/view/src/android/view/cts/
ContextThemeWrapperTest.java 59 TypedArray ta = local
63 assertEqualsTextAppearanceStyle(ta);
106 private void assertEqualsTextAppearanceStyle(TypedArray ta) {
113 assertEquals(expectedTa.getIndexCount(), ta.getIndexCount());
115 ta.getColor(R.styleable.TextAppearance_textColor, defValue));
117 ta.getColor(R.styleable.TextAppearance_textColorHint, defValue));
119 ta.getColor(R.styleable.TextAppearance_textColorLink, defValue));
121 ta.getColor(R.styleable.TextAppearance_textColorHighlight, defValue));
123 ta.getDimension(R.styleable.TextAppearance_textSize, defValue));
125 ta.getInt(R.styleable.TextAppearance_textStyle, defValue))
    [all...]
  /bionic/libc/dns/nameser/
ns_samedomain.c 200 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; local
202 if (ns_makecanon(a, ta, sizeof ta) < 0 ||
205 if (strcasecmp(ta, tb) == 0)
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchor_ImplTest.java 121 TrustAnchor ta = new TrustAnchor( local
128 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
413 TrustAnchor ta = new TrustAnchor( local
415 byte[] ncRet = ta.getNameConstraints();
420 assertNotSame(ncRet, ta.getNameConstraints());
441 TrustAnchor ta = new TrustAnchor( local
444 assertNull(ta.getCAPublicKey());
465 TrustAnchor ta = new TrustAnchor( local
468 assertNull(ta.getCAName());
489 TrustAnchor ta = new TrustAnchor(cert, null) local
511 TrustAnchor ta = new TrustAnchor( local
534 TrustAnchor ta = new TrustAnchor( local
    [all...]
  /external/qemu/android/
audio-test.c 32 TestAudio* ta = opaque; local
34 //printf("%s: pos=%d free=%d\n", __FUNCTION__, ta->pos, free);
37 int avail = SAMPLE_SIZE - ta->pos;
41 AUD_write(ta->voice, ta->sample + ta->pos, avail);
42 ta->pos += avail;
43 if (ta->pos >= SAMPLE_SIZE)
44 ta->pos = 0;
51 testAudio_init( TestAudio* ta )
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizard.java 126 final TypedArray ta = getActivity().getTheme() local
129 .setIcon(ta.getDrawable(0))
135 ta.recycle();
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Theme_Delegate.java 58 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(attrs); local
59 ta.setTheme(thisTheme);
61 return ta;
70 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(resid, local
72 ta.setTheme(thisTheme);
74 return ta;
82 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().obtainStyledAttributes(set, local
84 ta.setTheme(thisTheme);
86 return ta;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicLUT.cpp 69 const uchar *ta = &tb[256]; local
75 out[3] = ta[in[3]];
  /packages/apps/Launcher3/src/com/android/launcher3/
PreloadIconDrawable.java 63 TypedArray ta = t.obtainStyledAttributes(R.styleable.PreloadIconDrawable); local
64 mBgDrawable = ta.getDrawable(R.styleable.PreloadIconDrawable_background);
66 mPaint.setStrokeWidth(ta.getDimension(R.styleable.PreloadIconDrawable_indicatorSize, 0));
67 mRingOutset = ta.getDimensionPixelSize(R.styleable.PreloadIconDrawable_ringOutset, 0);
68 ta.recycle();
  /external/chromium_org/v8/test/cctest/
test-weaktypedarrays.cc 77 JSArrayBufferView* ta) {
81 if (ta == o) return true;
308 i::SNPrintF(source, "ta%d = null;", i);
322 i::SNPrintF(source, "ta%d", j);
323 v8::Handle<TypedArray> ta = local
325 CHECK(HasViewInWeakList(*iab, *v8::Utils::OpenHandle(*ta)));
  /external/ipsec-tools/src/racoon/
security.c 74 struct isakmp_parse_t *ta; local
121 ta = (struct isakmp_parse_t *)tbuf->v;
122 if (ta->type != ISAKMP_NPTYPE_T) {
124 "Invalid payload type=%u\n", ta->type);
128 trns = (struct isakmp_pl_t *)ta->ptr;
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 177 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS); local
178 mActionBarHeight = ta.getDimensionPixelSize(0, 0);
179 mWindowContentOverlay = ta.getDrawable(1);
181 ta.recycle();
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 82 final TypedArray ta = context.obtainStyledAttributes(taId, local
84 mLabelSize = ta.getDimensionPixelSize(
86 ta.recycle();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ButteryProgressBar.java 88 final TypedArray ta = c.obtainStyledAttributes(attrs, R.styleable.ButteryProgressBar); local
90 mBarColor = ta.getColor(R.styleable.ButteryProgressBar_barColor,
92 mSolidBarHeight = ta.getDimensionPixelSize(
95 mSolidBarDetentWidth = ta.getDimensionPixelSize(
99 ta.recycle();
  /art/test/005-annotations/src/android/test/anno/
TestAnnotations.java 102 TestAnnotations ta = new TestAnnotations(); local
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 94 Allocation ta = Allocation.createSized(mRS, Element.U8(mRS), tmp.length); local
95 ta.copyFrom(tmp);
99 syuv.setInput(ta);
128 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); local
139 ta.copyFrom(tmp);
142 syuv.setInput(ta);
146 script.set_mInput(ta);
171 Allocation ta = Allocation.createTyped(mRS, tb.create(), Allocation.USAGE_SCRIPT); local
184 ta.copyFrom(tmp);
187 syuv.setInput(ta);
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontreeadaptor.c 179 pANTLR3_BASE_TREE_ADAPTOR ta; local
183 ta = ANTLR3_TREE_ADAPTORNew(strFactory);
185 if (ta != NULL)
189 antlr3BaseTreeAdaptorInit(ta, debugger);
190 ta->create = (void * (*) (pANTLR3_BASE_TREE_ADAPTOR, pANTLR3_COMMON_TOKEN))
192 ta->setTokenBoundaries = (void (*) (pANTLR3_BASE_TREE_ADAPTOR, void *, pANTLR3_COMMON_TOKEN, pANTLR3_COMMON_TOKEN))
196 return ta;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchorTest.java 108 TrustAnchor ta = new TrustAnchor(validCaNameRfc2253, pk, ncCopy); local
113 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
222 TrustAnchor ta = new TrustAnchor(new X500Principal(validCaNameRfc2253), local
228 assertTrue(Arrays.equals(nc, ta.getNameConstraints()));
283 TrustAnchor ta = local
285 assertEquals("equals1", pk, ta.getCAPublicKey());
288 ta = new TrustAnchor(x500p, pk, null);
289 assertEquals("equals2", pk, ta.getCAPublicKey());
307 TrustAnchor ta = local
309 assertEquals("equals1", validCaNameRfc2253, ta.getCAName())
331 TrustAnchor ta = local
356 TrustAnchor ta = local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 172 struct tnl_clipspace_attr *ta = &vtx->attr[i]; local
173 struct nouveau_array *a = &render->attrs[ta->attrib];
176 a->offset = swtnl->offset + ta->vertoffset;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_swtnl_t.c 172 struct tnl_clipspace_attr *ta = &vtx->attr[i]; local
173 struct nouveau_array *a = &render->attrs[ta->attrib];
176 a->offset = swtnl->offset + ta->vertoffset;
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 135 char td, ta; // DC & AC huffman tables member in struct:GrFmtJpegReader::cmp_info
  /frameworks/wilhelm/tests/sandbox/
multithread.c 46 ThreadArgument *ta = (ThreadArgument *) param; local
51 ++ta->mCounter;
52 switch (ta->mObjectID) {
56 result = (*ta->mEngineEngine)->CreateOutputMix(ta->mEngineEngine, &myMixObject, 0, NULL,
67 SLDataLocator_URI locURI = {SL_DATALOCATOR_URI, ta->mURI};
70 SLDataLocator_OutputMix locOutputMix = {SL_DATALOCATOR_OUTPUTMIX, ta->mMixObject};
73 result = (*ta->mEngineEngine)->CreateAudioPlayer(ta->mEngineEngine, &myPlayerObject,
132 ThreadArgument *ta = &thread_args[i] local
165 ThreadArgument *ta = &thread_args[i]; local
177 ThreadArgument *ta = &thread_args[i]; local
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathBuilderResultTest.java 82 TrustAnchor ta = TestUtils.getTrustAnchor(); local
83 if (ta == null) {
89 ta,
105 TrustAnchor ta = TestUtils.getTrustAnchor(); local
106 if (ta == null) {
112 ta,
125 TrustAnchor ta = TestUtils.getTrustAnchor(); local
126 if (ta == null) {
134 ta,
168 TrustAnchor ta = TestUtils.getTrustAnchor() local
187 TrustAnchor ta = TestUtils.getTrustAnchor(); local
189 + ": not performed (could not create test TrustAnchor)", ta); local
211 TrustAnchor ta = TestUtils.getTrustAnchor(); local
238 TrustAnchor ta = TestUtils.getTrustAnchor(); local
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 166 final TypedArray ta = getContext().getResources().obtainAttributes(set, local
168 assertEquals(1, ta.getIndexCount());
169 assertEquals(EXPECTED_NON_RESOURCE_STRING, ta.getNonResourceString(
171 ta.recycle();

Completed in 771 milliseconds

1 2 3 4 5 6