Home
last modified time | relevance | path

Searched refs:te (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DAssistVisualizer.java117 TextEntry te = mTextRects.get(i); in logText() local
118 Log.d(TAG, "View " + te.className + " " + te.bounds.toShortString() in logText()
119 + " in " + te.parentLeft + "," + te.parentTop in logText()
120 + " matrix=" + te.matrix.toShortString() in logText()
121 + " size=" + te.textSize + " color=#" + Integer.toHexString(te.textColor) in logText()
123 + te.text); in logText()
124 if (te.lineCharOffsets != null && te.lineBaselines != null) { in logText()
125 final int num = te.lineCharOffsets.length < te.lineBaselines.length in logText()
126 ? te.lineCharOffsets.length : te.lineBaselines.length; in logText()
128 Log.d(TAG, " Line #" + j + ": offset=" + te.lineCharOffsets[j] in logText()
[all …]
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiAutomatorBridge.java97 } catch (TimeoutException te) { in waitForIdle()
98 Log.w(LOG_TAG, "Could not detect idle state.", te); in waitForIdle()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3434 theme_entry* te = pi->types[j].entries; in free_package() local
3435 if (te != NULL) { in free_package()
3436 free(te); in free_package()
3448 theme_entry* te = pi->types[j].entries; in copy_package() local
3450 if (te != NULL && (cnt < 0xFFFFFFFF-1) && (cnt < cnt_max)) { in copy_package()
3453 memcpy(newte, te, cnt*sizeof(theme_entry)); in copy_package()
3661 const theme_entry& te = ti.entries[e]; in getAttribute() local
3663 *outTypeSpecFlags |= te.typeSpecFlags; in getAttribute()
3667 te.value.dataType, te.value.data); in getAttribute()
3669 const uint8_t type = te.value.dataType; in getAttribute()
[all …]
/frameworks/base/core/tests/coretests/src/android/print/
DBasePrintTest.java185 } catch (TimeoutException te) { in waitForCallbackCallCount()
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintSpooler.java532 } catch (RemoteException | TimeoutException | InterruptedException te) { in removeObsoletePrintJobs()
533 Slog.e(LOG_TAG, "Error removing obsolete print jobs .", te); in removeObsoletePrintJobs()