Home
last modified time | relevance | path

Searched refs:canonical (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/backup/
DBackupUtils.java36 for (PathWithRequiredFlags canonical : canonicalPathList) { in isFileSpecifiedInPathList()
37 String canonicalPath = canonical.getPath(); in isFileSpecifiedInPathList()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageManagerServiceTest.java122 String canonical = new File("/" + partitions[i]).getCanonicalPath(); in testPartitions() local
123 String path = String.format("%s/%s/A.apk", canonical, appdir[j]); in testPartitions()
/frameworks/opt/telephony/proto/src/
DcarrierId.proto34 // [Optional] A unique canonical number designated to a carrier.
43 // [Optional] A unique canonical number to represent its parent carrier. The parent-child
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DTextFormatTest.java332 String canonical = "repeated_float: Infinity\n" + in testParseCompatibility() local
346 assertEquals(canonical, builder.build().toString()); in testParseCompatibility()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java353 String canonical = "repeated_float: Infinity\n" + in testParseCompatibility() local
367 assertEquals(canonical, builder.build().toString()); in testParseCompatibility()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dany.proto123 // The name should be in a canonical form (e.g., leading "." is
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DCHANGES.txt58 serialization is, however, NOT canonical across languages; it is also
60 Users who need canonical serialization, e.g. persistent storage in a
61 canonical form, fingerprinting, etc, should define their own
124 * Bugfix: non-canonical varints are correctly decoded.