HomeSort by relevance Sort by last modified time
    Searched refs:ti (Results 101 - 125 of 291) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/misc/common/swig/include/2.0.11/
swigrun.swg 371 SWIG_TypeClientData(swig_type_info *ti, void *clientdata) {
372 swig_cast_info *cast = ti->cast;
373 /* if (ti->clientdata == clientdata) return; */
374 ti->clientdata = clientdata;
387 SWIG_TypeNewClientData(swig_type_info *ti, void *clientdata) {
388 SWIG_TypeClientData(ti, clientdata);
389 ti->owndata = 1;
  /external/valgrind/coregrind/m_gdbserver/
target.c 69 struct thread_info *ti; local
77 #define LOCAL_THREAD_TRACE " ti* %p vgtid %u status %s as gdb ptid %s lwpid %d\n", \
78 ti, tid, VG_(name_of_ThreadStatus) (ts->status), \
84 ti = gdb_id_to_thread (ptid);
85 if (!ti) {
228 struct thread_info *ti = gdb_id_to_thread(tid); local
231 if (ti != NULL) {
232 tst = (ThreadState *) inferior_target_data (ti);
server.c 687 struct thread_info *ti; local
702 ti = gdb_id_to_thread (gdb_id);
703 if (ti != NULL) {
707 tst = (ThreadState *) inferior_target_data (ti);
749 struct thread_info *ti; local
753 ti = gdb_id_to_thread (gdb_id);
754 if (ti != NULL) {
755 tst = (ThreadState *) inferior_target_data (ti);
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
LongArray.java 919 int[] ti = new int[16]; local
1051 int[] ti = new int[16]; local
1408 int[] ti = new int[16]; local
    [all...]
  /external/libvpx/libvpx/test/
vp10_inv_txfm_test.cc 62 for (int ti = 0; ti < count_test_block; ++ti) {
  /external/pdfium/xfa/src/fxbarcode/common/
BC_WhiteRectangleDetector.cpp 222 float ti = t->GetX(); local
227 (*result)[0] = new CBC_ResultPoint(ti - CORR, tj + CORR);
235 (*result)[0] = new CBC_ResultPoint(ti + CORR, tj + CORR);
  /build/core/tasks/
vendor_module_check.mk 44 ti \
  /external/doclava/src/com/google/doclava/
Converter.java 536 TypeInfo ti =
539 return ti;
545 TypeInfo ti = (TypeInfo) r;
547 ti.setTypeArguments(new ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(t.asParameterizedType().typeArguments()))));
549 ti.setTypeArguments(new ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(((ClassDoc) t).typeParameters()))));
551 ti.setBounds(null, new ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes((t.asTypeVariable().bounds())))));
552 ti.setIsTypeVariable(true);
554 ti.setIsWildcard(true);
555 ti.setBounds(new ArrayList<TypeInfo>(Arrays.asList(Converter.convertTypes(t.asWildcardType().superBounds()))),
TypeInfo.java 461 TypeInfo ti = new TypeInfo(this); local
467 ti.setTypeArguments(newArgs);
469 return ti;
  /external/libunwind/include/
libunwind-dynamic.h 143 unw_dyn_table_info_t ti; member in union:unw_dyn_info::__anon16822
  /external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c 573 di->u.ti.name_ptr = (unw_word_t) (uintptr_t) obj_name;
574 di->u.ti.table_data = (unw_word_t *) fdesc;
575 di->u.ti.table_len = sizeof (*fdesc) / sizeof (unw_word_t);
576 di->u.ti.segbase = segbase + fdesc->segbase_bias;
581 (char *) (uintptr_t) di->u.ti.name_ptr,
582 (long) di->u.ti.segbase, (long) di->u.ti.table_len,
583 (long) di->gp, (long) di->u.ti.table_data);
932 struct unw_debug_frame_list *fdesc = (void *) di->u.ti.table_data;
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf 125 -a|--hel*|-d|--de*|-g|--u*|-j|--n*|-u|--ti*|-e|--di*|--*=*) ;;
166 -a|--hel*|-d|--debu*|-g|--u*|-j|--n*|-u|--ti*|-e|--di*|-D|--debl*|--*=*) ;;
  /hardware/ti/omap4-aah/domx/omx_proxy_component/
Android.mk 4 # libOMX.TI.DUCATI1.VIDEO.DECODER
39 LOCAL_MODULE:= libOMX.TI.DUCATI1.VIDEO.DECODER
43 # libOMX.TI.DUCATI1.MISC.SAMPLE
67 LOCAL_MODULE:= libOMX.TI.DUCATI1.MISC.SAMPLE
72 # libOMX.TI.DUCATI1.VIDEO.CAMERA
78 $(HARDWARE_TI_OMAP4_BASE)/kernel-headers-ti \
79 $(HARDWARE_TI_OMAP4_BASE)/system-core-headers-ti \
100 LOCAL_MODULE:= libOMX.TI.DUCATI1.VIDEO.CAMERA
104 # libOMX.TI.DUCATI1.VIDEO.H264E
135 LOCAL_MODULE:= libOMX.TI.DUCATI1.VIDEO.H264
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 213 int ri, ti, ti1, ti0; local
337 for( ti = 0; ti < tn; ti++ )
339 if( caccum[ri * tn + ti > threshold] )
358 for( ti = 0; ti < tn; ti++ )
360 if( caccum[ri * tn + ti] > threshold )
377 ti2 = (ti * stn - ti0) * 5
    [all...]
  /external/opencv3/doc/pattern_tools/
svgfig.py 107 >>> for ti, s in svg:
108 ... print ti, repr(s)
142 def __getitem__(self, ti):
146 if isinstance(ti, (list, tuple)):
147 for i in ti[:-1]:
149 ti = ti[-1]
151 if isinstance(ti, (int, long, slice)):
152 return obj.sub[ti]
154 return obj.attr[ti]
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
Android.mk 85 hardware/ti/omap4xxx/ion
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerSession.java 48 private SentenceSuggestionsInfo fixWronglyInvalidatedWordWithSingleQuote(TextInfo ti,
50 final CharSequence typedText = TextInfoCompatUtils.getCharSequenceOrString(ti);
  /frameworks/base/tools/aapt/
ResourceTable.cpp 2592 size_t ti; local
2701 size_t ti; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
Profiler.cs 643 for (int ti = i; ti < input.Count && ti <= j; ti++) {
644 IToken t = input.Get(ti);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
Profiler.cs 700 for (int ti = i; ti < input.Count && ti <= j; ti++)
702 IToken t = input.Get(ti);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 714 for (int ti = i; ti<input.size() && ti <= j; ti++) {
715 Token t = input.get(ti);
  /external/opencv3/modules/calib3d/src/
triangulate.cpp 347 for (int ti = 0; ti < 6; ++ti) {
348 t = result->data.db[2*ti];
  /external/speex/libspeex/
kiss_fft.c 53 spx_word32_t tr, ti; local
55 ti = SHR32(ADD32(MULT16_16(Fout2->i , tw1->r),MULT16_16(Fout2->r , tw1->i)), 1);
58 Fout2->i = PSHR32(SUB32(SHL32(EXTEND32(Fout->i), 14), ti), 15);
60 Fout->i = PSHR32(ADD32(SHL32(EXTEND32(Fout->i), 14), ti), 15);
  /toolchain/binutils/binutils-2.25/include/coff/
sym.h 343 TIR ti; /* type information record */ member in union:__anon74382
  /external/opencv3/modules/imgproc/src/
hough.cpp 208 int ri, ti, ti1, ti0; local
320 for( ti = 0; ti < tn; ti++ )
322 if( caccum[ri * tn + ti] > threshold )
340 for( ti = 0; ti < tn; ti++ )
342 if( caccum[ri * tn + ti] > threshold )
359 ti2 = (ti * stn - ti0) * 5
    [all...]

Completed in 794 milliseconds

1 2 3 45 6 7 8 91011>>