Searched defs:tmp (Results 201 - 204 of 204) sorted by relevance

123456789

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp314 AString tmp; local
316 tmp = componentNameBase;
317 tmp.append(".secure");
319 componentName = tmp.c_str();
H A DMPEG4Writer.cpp1793 const uint8_t *tmp = data; local
1798 while (bytesLeft > 4 && !memcmp("\x00\x00\x00\x01", tmp, 4)) {
1799 getNalUnitType(*(tmp + 4), &type);
1808 nextStartCode = parseParamSet(tmp + 4, bytesLeft - 4, type, &paramSetLen);
1817 nextStartCode = parseParamSet(tmp + 4, bytesLeft - 4, type, &paramSetLen);
1828 bytesLeft -= nextStartCode - tmp;
1829 tmp = nextStartCode;
/frameworks/base/core/java/android/app/
H A DActivityThread.java3582 private void handleRelaunchActivity(ActivityClientRecord tmp) { argument
3595 IBinder token = tmp.token;
3596 tmp = null;
3600 tmp = r;
3601 configChanges |= tmp.pendingConfigChanges;
3608 if (tmp == null) {
3614 + tmp.token + " with configChanges=0x"
3623 if (tmp.createdConfig != null) {
3628 || (tmp.createdConfig.isOtherSeqNewer(mConfiguration)
3629 && mConfiguration.diff(tmp
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2877 uint32_t tmp; local
2880 &tmp) == NO_ERROR) {
2881 idmap_id = tmp;
4601 String16 tmp; local
4636 tmp.append(String16(s, p-s));
4648 tmp.append(String16(" "));
4658 tmp.append(String16("\t"));
4661 tmp.append(String16("\n"));
4664 tmp.append(String16("#"));
4667 tmp
[all...]

Completed in 326 milliseconds

123456789