Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 56) sorted by relevance

123

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dint128_unittest.cc457 } 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/
DREADME.md4 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/
DREADME.md4 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/
Dwrappers.proto37 // Top-level test cases proto used by MarshallingTest. See description
39 // test cases.
/frameworks/opt/net/wifi/tests/wifitests/
DREADME.md4 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/
Drun_lint.sh47 for cases where the lint violation is intended, so that reviewers
DREADME14 for cases where the lint violation is intended, so that reviewers
/frameworks/base/apct-tests/perftests/core/src/android/text/
DBoringLayoutIsBoringPerfTest.java45 public static Collection cases() { in cases() method in BoringLayoutIsBoringPerfTest
DPaintMeasureDrawPerfTest.java47 public static Collection cases() { in cases() method in PaintMeasureDrawPerfTest
DStaticLayoutCreateDrawPerfTest.java55 public static Collection cases() { in cases() method in StaticLayoutCreateDrawPerfTest
DDynamicLayoutPerfTest.java48 public static Collection cases() { in cases() method in DynamicLayoutPerfTest
DBoringLayoutCreateDrawPerfTest.java51 public static Collection cases() { in cases() method in BoringLayoutCreateDrawPerfTest
DTextViewSetTextMeasurePerfTest.java56 public static Collection cases() { in cases() method in TextViewSetTextMeasurePerfTest
/frameworks/base/core/res/
DAndroid.bp22 // Soong special-cases framework-res to install this alongside
/frameworks/base/apct-tests/perftests/core/src/android/widget/
DEditTextCursorMovementPerfTest.java52 public static Collection cases() { in cases() method in EditTextCursorMovementPerfTest
DEditTextBackspacePerfTest.java55 public static Collection cases() { in cases() method in EditTextBackspacePerfTest
DEditTextLongTextPerfTest.java44 public static Collection cases() { in cases() method in EditTextLongTextPerfTest
/frameworks/base/core/proto/android/server/
Dfingerprint.proto60 // image acquisition in some cases (too fast, too slow, dirty sensor, etc.)
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Dlit.cfg23 # 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/
Dpython.proto33 // These message definitions are used to exercises known corner cases
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/
Dacx_check_suncc.m427 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/
DDesignDoc.md24 * 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/
Dtiming108 -c|--case|--cases)
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/javanano/src/test/java/com/google/protobuf/nano/
Dmap_test.proto60 // so that we can keep the number of test cases manageable
/frameworks/base/startop/view_compiler/
DREADME.md49 In each case, you should be able to cargo-cult the existing test cases.

123