Home
last modified time | relevance | path

Searched refs:isrc (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
DAssociationState.java301 for (int isrc = other.mSources.size() - 1; isrc >= 0; isrc--) { in add()
302 final SourceKey key = other.mSources.keyAt(isrc); in add()
303 final SourceState otherSrc = other.mSources.valueAt(isrc); in add()
366 for (int isrc = mSources.size() - 1; isrc >= 0; isrc--) { in resetSafely()
367 SourceState src = mSources.valueAt(isrc); in resetSafely()
381 mSources.removeAt(isrc); in resetSafely()
390 for (int isrc = 0; isrc < NSRC; isrc++) { in writeToParcel()
391 final SourceKey key = mSources.keyAt(isrc); in writeToParcel()
392 final SourceState src = mSources.valueAt(isrc); in writeToParcel()
419 for (int isrc = 0; isrc < NSRC; isrc++) { in readFromParcel()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstructurally_valid.cc366 const uint8* isrc = reinterpret_cast<const uint8*>(str); in UTF8GenericScan() local
367 const uint8* src = isrc; in UTF8GenericScan()
368 const uint8* srclimit = isrc + str_length; in UTF8GenericScan()
446 } while ((src > isrc) && ((src[0] & 0xc0) == 0x80)); in UTF8GenericScan()
453 } while ((src > isrc) && ((src[0] & 0xc0) == 0x80)); in UTF8GenericScan()
464 *bytes_consumed = src - isrc; in UTF8GenericScan()
475 const uint8* isrc = reinterpret_cast<const uint8*>(str); in UTF8GenericScanFastAscii() local
476 const uint8* src = isrc; in UTF8GenericScanFastAscii()
477 const uint8* srclimit = isrc + str_length; in UTF8GenericScanFastAscii()
499 n = src - isrc; in UTF8GenericScanFastAscii()
[all …]