HomeSort by relevance Sort by last modified time
    Searched refs:ta (Results 226 - 250 of 523) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_richcmp.py 150 ta = typea(a)
155 testoutcome = op(ta, tb)
161 ta = typea(a)
164 realres = op(ta, tb)
  /external/autotest/server/cros/chaos_lib/
chaos_capture_analyzer.py 89 filter = ' or '.join(['wlan.ta==%s' % addr for addr in mac_addresses])
123 filter = ' or '.join(['wlan.ta==%s' % addr for addr in mac_addresses])
171 PACKET_MATCH_WLAN_TRANSMITTER = "wlan.ta"
449 if packet.wlan.ta == self._dut_mac:
455 (packet.wlan.ta in self._ap_macs)):
460 if ((packet.wlan.ta == self._dut_mac) and
494 (next_packet.wlan.addr == packet.wlan.ta)):
  /external/blktrace/
Makefile 73 $(RPMBUILD) -ta btrace-1.0.tar.bz2
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 791 TypeArgument ta; local
793 ta = new TypeArgument(null, '*');
800 ta = new TypeArgument(parseObjectType(sig, c, false), t);
803 args.add(ta);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
14-1.c 216 ret = pthread_create(&child, &scenarii[sc].ta, threaded, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
6-1.c 263 ret = pthread_create(&child, &scenarii[sc].ta, threaded, &ctl);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
6-3.c 138 ret = pthread_create(&child, &scenarii[sc].ta,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
s-c.c 178 pthread_attr_t ta; variable
405 pthread_create(&th[i], &ta, waiter,
597 ret = pthread_attr_init(&ta);
602 ret = pthread_attr_setstacksize(&ta, sysconf(_SC_THREAD_STACK_MIN));
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
stress.c 185 &scenarii[sc].ta, threaded,
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
stress.c 215 pthread_create(&creation[sc], &scenarii[sc].ta,
  /external/python/cpython2/Lib/test/
test_richcmp.py 150 ta = typea(a)
155 testoutcome = op(ta, tb)
161 ta = typea(a)
164 realres = op(ta, tb)
  /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();
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 147 TypedArray ta = getContext().getTheme().obtainStyledAttributes(ATTRS); local
148 mActionBarHeight = ta.getDimensionPixelSize(0, 0);
149 mWindowContentOverlay = ta.getDrawable(1);
151 ta.recycle();
  /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/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationGuts.java 143 final TypedArray ta = context.obtainStyledAttributes(attrs, local
145 ta.recycle();
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 113 final TypedArray ta = mResources.obtainTypedArray(R.array.string); local
114 assertEquals(3, ta.length());
115 assertEquals("Test String 1", ta.getString(0));
116 assertEquals("Test String 2", ta.getString(1));
117 assertEquals("Test String 3", ta.getString(2));
118 assertEquals(mResources, ta.getResources());
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 903 g_abbv *ta; // temporary abbreviation, reallocated if needed. local
904 UInt ta_nf_maxE; // max nr of pairs in ta.nf[], doubled when reallocated.
905 UInt ta_nf_n; // nr of pairs in ta->nf that are initialised.
912 ta = ML_(dinfo_zalloc) ("di.readdwarf3.ht_ta_nf", SZ_G_ABBV(ta_nf_maxE));
918 ta->abbv_code = get_ULEB128( &c );
919 if (ta->abbv_code == 0) break; /* end of the table */
921 ta->atag = get_ULEB128( &c )
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 68 ta uint8 // AC table selector.
99 scan[i].ta = d.tmp[2+2*i] & 0x0f
100 if scan[i].ta > maxTh {
101 return FormatError("bad Ta value")
223 if err := d.refine(&b, &d.huff[acTable][scan[i].ta], zigStart, zigEnd, 1<<al); err != nil {
250 huff := &d.huff[acTable][scan[i].ta]
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 68 ta uint8 // AC table selector.
99 scan[i].ta = d.tmp[2+2*i] & 0x0f
100 if scan[i].ta > maxTh {
101 return FormatError("bad Ta value")
223 if err := d.refine(&b, &d.huff[acTable][scan[i].ta], zigStart, zigEnd, 1<<al); err != nil {
250 huff := &d.huff[acTable][scan[i].ta]
  /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...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 755 BridgeTypedArray ta = local
1019 BridgeTypedArray ta = local
    [all...]

Completed in 791 milliseconds

1 2 3 4 5 6 7 8 91011>>