/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/ |
D | int128_unittest.cc | 457 } cases[] = { in TEST() local 503 for (size_t i = 0; i < GOOGLE_ARRAYSIZE(cases); ++i) { in TEST() 505 os.flags(cases[i].flags); in TEST() 506 os.width(cases[i].width); in TEST() 507 os.fill(cases[i].fill); in TEST() 508 os << cases[i].val; in TEST() 509 EXPECT_EQ(cases[i].rep, os.str()); in TEST()
|
/frameworks/base/lowpan/tests/ |
D | README.md | 4 The test cases are built using the [JUnit](http://junit.org/) and [Mockito](http://mockito.org/) 44 Tests can be added by adding classes to the src directory. JUnit4 style test cases can
|
/frameworks/base/wifi/tests/ |
D | README.md | 4 The test cases are built using the [JUnit](http://junit.org/) and [Mockito](http://mockito.org/) 44 Tests can be added by adding classes to the src directory. JUnit4 style test cases can
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/testdata/ |
D | wrappers.proto | 37 // Top-level test cases proto used by MarshallingTest. See description 39 // test cases.
|
/frameworks/opt/net/wifi/tests/wifitests/ |
D | README.md | 4 The test cases are built using the [JUnit](http://junit.org/) and [Mockito](http://mockito.org/) 34 Tests can be added by adding classes to the src directory. JUnit4 style test cases can
|
/frameworks/base/packages/SystemUI/tools/lint/ |
D | run_lint.sh | 47 for cases where the lint violation is intended, so that reviewers
|
D | README | 14 for cases where the lint violation is intended, so that reviewers
|
/frameworks/base/apct-tests/perftests/core/src/android/text/ |
D | BoringLayoutIsBoringPerfTest.java | 45 public static Collection cases() { in cases() method in BoringLayoutIsBoringPerfTest
|
D | PaintMeasureDrawPerfTest.java | 47 public static Collection cases() { in cases() method in PaintMeasureDrawPerfTest
|
D | StaticLayoutCreateDrawPerfTest.java | 55 public static Collection cases() { in cases() method in StaticLayoutCreateDrawPerfTest
|
D | DynamicLayoutPerfTest.java | 48 public static Collection cases() { in cases() method in DynamicLayoutPerfTest
|
D | BoringLayoutCreateDrawPerfTest.java | 51 public static Collection cases() { in cases() method in BoringLayoutCreateDrawPerfTest
|
D | TextViewSetTextMeasurePerfTest.java | 56 public static Collection cases() { in cases() method in TextViewSetTextMeasurePerfTest
|
/frameworks/base/core/res/ |
D | Android.bp | 22 // Soong special-cases framework-res to install this alongside
|
/frameworks/base/apct-tests/perftests/core/src/android/widget/ |
D | EditTextCursorMovementPerfTest.java | 52 public static Collection cases() { in cases() method in EditTextCursorMovementPerfTest
|
D | EditTextBackspacePerfTest.java | 55 public static Collection cases() { in cases() method in EditTextBackspacePerfTest
|
D | EditTextLongTextPerfTest.java | 44 public static Collection cases() { in cases() method in EditTextLongTextPerfTest
|
/frameworks/base/core/proto/android/server/ |
D | fingerprint.proto | 60 // image acquisition in some cases (too fast, too slow, dirty sensor, etc.)
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | lit.cfg | 23 # the target triple string that must be used in cases marked expected failures
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | python.proto | 33 // These message definitions are used to exercises known corner cases
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/ |
D | acx_check_suncc.m4 | 27 dnl Sun Studio has a crashing bug with -xO4 in some cases. Keep this
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/docs/swift/ |
D | DesignDoc.md | 24 * Enum cases in protobufs typically are `UPPERCASE_WITH_UNDERSCORES`, whereas 390 raw `Int32` type; Swift does not allow an enum with a raw type to have cases 422 if it is an optional type, its cases would be `some` and `none`, not the cases 472 to represent that type, because raw values of cases in an enum must be unique. 473 Swift lets us define static variables in an enum that alias actual cases. For 500 cannot be used as cases in a switch statement (the compiler emits the error 601 library. The use cases for reflection on mobile are not as strong and the static
|
/frameworks/rs/perf-test-scripts/ |
D | timing | 108 -c|--case|--cases)
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/ |
D | map_test.proto | 60 // so that we can keep the number of test cases manageable
|
/frameworks/base/startop/view_compiler/ |
D | README.md | 49 In each case, you should be able to cargo-cult the existing test cases.
|