Searched refs:te (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java119 } catch (TimeoutException te) {
120 Slog.e(LOG_TAG, "Error getting print jobs.", te);
143 } catch (TimeoutException te) {
144 Slog.e(LOG_TAG, "Error creating print job.", te);
166 } catch (TimeoutException te) {
167 Slog.e(LOG_TAG, "Error writing print job data.", te);
193 } catch (TimeoutException te) {
194 Slog.e(LOG_TAG, "Error getting print job info.", te);
218 } catch (TimeoutException te) {
219 Slog.e(LOG_TAG, "Error setting print job state.", te);
[all...]
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java97 } catch (TimeoutException te) {
98 Log.w(LOG_TAG, "Could not detect idle state.", te);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3028 theme_entry* te = pi->types[j].entries; local
3029 if (te != NULL) {
3030 free(te);
3042 theme_entry* te = pi->types[j].entries; local
3043 if (te != NULL) {
3046 memcpy(newte, te, cnt*sizeof(theme_entry));
3205 const theme_entry& te = ti.entries[e]; local
3207 *outTypeSpecFlags |= te.typeSpecFlags;
3210 te.value.dataType, te
3269 const theme_entry& te = ti.entries[k]; local
[all...]

Completed in 219 milliseconds