Searched defs:ti (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java343 public SentenceWordItem(TextInfo ti, int start, int end) { argument
344 mTextInfo = ti;
357 public SentenceTextInfoParams(TextInfo ti, ArrayList<SentenceWordItem> items) { argument
358 mOriginalTextInfo = ti;
387 final TextInfo ti = new TextInfo(query, 0, query.length(), cookie,
389 wordItems.add(new SentenceWordItem(ti, wordStart, wordEnd));
/frameworks/compile/slang/
H A Dslang_rs_foreach_lowering.cpp318 clang::TypeSourceInfo* ti = mASTCtxt.getTrivialTypeSourceInfo(AllocArrayTy); local
321 ti,
/frameworks/native/opengl/libagl/
H A Dtexture.cpp201 int32_t ti = -1; local
210 case GL_UNSIGNED_BYTE: ti = 0; break;
211 case GL_UNSIGNED_SHORT_5_6_5: ti = 1; break;
212 case GL_UNSIGNED_SHORT_4_4_4_4: ti = 2; break;
213 case GL_UNSIGNED_SHORT_5_5_5_1: ti = 3; break;
215 if (fi==-1 || ti==-1)
217 return gl2format_table[fi][ti];
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2592 size_t ti; local
2593 for (ti=0; ti<N; ti++) {
2594 sp<Type> t = p->getOrderedTypes().itemAt(ti);
2628 for (size_t ti = 0; ti < typeCount; ti++) {
2629 sp<Type> t = p->getOrderedTypes().itemAt(ti);
2640 t->setIndex(ti
2701 size_t ti; local
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3545 const type_info& ti = pi->types[t]; local
3547 ALOGI("Desired entry index is %u in avail %zu", e, ti.numEntries);
3549 if (e < ti.numEntries) {
3550 const theme_entry& te = ti.entries[e];
3619 type_info& ti = pi->types[j]; local
3620 if (ti.numEntries == 0) continue;
3622 for (size_t k = 0; k < ti.numEntries; k++) {
3623 const theme_entry& te = ti.entries[k];
4460 for (size_t ti = 0; ti < typ
4635 ssize_t ti = group->packages[pi]->typeStrings.indexOfString( local
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 167 milliseconds