/frameworks/native/libs/shaders/tests/ |
D | shaders_test.cpp | 27 using testing::Contains; 64 Contains(UniformEq("in_rgbToXyz", in TEST_F() 68 Contains(UniformEq("in_xyzToSrcRgb", in TEST_F() 72 EXPECT_THAT(uniforms, Contains(UniformNameEq("in_colorTransform"))); in TEST_F() 87 Contains(UniformEq("in_rgbToXyz", in TEST_F() 91 Contains(UniformEq("in_xyzToSrcRgb", in TEST_F() 93 EXPECT_THAT(uniforms, Contains(UniformNameEq("in_colorTransform"))); in TEST_F()
|
/frameworks/base/libs/hwui/canvas/ |
D | CanvasOpBuffer.h | 94 mHas = Contains{}; in clear() 123 struct Contains { struct 131 Contains mHas; argument
|
/frameworks/libs/binary_translation/backend/x86_64/ |
D | machine_ir_check.cc | 27 return Contains(edge_vector, target_edge); in CheckEdgeInVector() 32 return Contains(bb_list, bb); in CheckBasicBlockInIR()
|
D | context_liveness_analyzer.cc | 38 if (!Contains(worklist, pred_bb)) { in Init()
|
D | liveness_analyzer.cc | 45 if (!Contains(worklist, pred_bb)) { in Run()
|
D | rename_copy_uses.cc | 70 if (Contains(bb_->live_out(), dst)) { in ProcessCopy()
|
D | loop_guest_context_optimizer.cc | 180 if (Contains(*loop, in_edge->src())) { in GenerateGetsInPreloop() 192 if (Contains(*loop, out_edge->dst())) { in GeneratePutsInPostloop()
|
D | machine_ir_analysis.cc | 178 if (node->loop() != nullptr && !Contains(*node->loop(), loop->at(0))) { in TryInsertLoopAtNode()
|
D | context_liveness_analyzer_test.cc | 44 if (Contains(dead_guest_regs, reg)) { in CheckBBLiveIn()
|
/frameworks/native/libs/binder/tests/ |
D | binderHostDeviceTest.cpp | 47 using ::testing::Contains; 122 ASSERT_THAT(services, Contains(String16(kServiceName))); in TEST_F()
|
/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | algorithm.h | 43 bool Contains(const Container& container, const Value& value) { in Contains() function
|
/frameworks/libs/binary_translation/kernel_api/ |
D | open_emulation.cc | 65 bool Contains(int fd) { in Contains() function in berberis::__anonb505d9860111::EmulatedFileDescriptors 225 return EmulatedFileDescriptors::GetInstance()->Contains(fd); in IsFileDescriptorEmulatedProcSelfMaps()
|
/frameworks/proto_logging/stats/atoms/bluetooth/ |
D | bluetooth_extension_atoms.proto | 172 // Contains the state of the LE Connection Session 179 // Contains the connection type whether it was CONNECTION_TYPE_GATT 187 // Contains the latency of the transaction from the beginning till 191 // Contains the metric id associated with the remote device 194 // Contains the UID which is associated with the app 197 // Contains the latency of the ACL Connection, which if made will be 201 // Contains the status of the ACL Transactions, which if made will be
|
/frameworks/proto_logging/stats/enums/input/ |
D | enums.proto | 25 * Contains the key events that are pressed from keyboard 173 * Contains usage type/category definitions. 217 * Contains buses through which an input device can be connected.
|
/frameworks/base/libs/WindowManager/Shell/tests/ |
D | README.md | 8 - integration, this maybe a mix of functional and integration tests. Contains
|
/frameworks/base/tools/aapt2/optimize/ |
D | Obfuscator_test.cpp | 30 using ::testing::Contains; 252 EXPECT_THAT(lpt_shortened_names, Contains("res/_lPt.png")); in TEST() 253 EXPECT_THAT(lpt_shortened_names, Contains("res/_lPt1.png")); in TEST() 254 EXPECT_THAT(lpt_shortened_names, Contains("res/_lPt2.png")); in TEST()
|
/frameworks/native/libs/ftl/ |
D | algorithm_test.cpp | 27 TEST(Algorithm, Contains) { in TEST() argument
|
/frameworks/hardware/interfaces/sensorservice/aidl/vts/ |
D | VtsHalSensorManagerTargetTest.cpp | 45 using ::testing::Contains; 200 ASSERT_THAT(sensorList, Contains(info)); in TEST_P()
|
/frameworks/proto_logging/stats/enums/display/ |
D | display_enums.proto | 90 // Contains vote different statuses.
|
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/ |
D | VtsHalSensorManagerV1_0TargetTest.cpp | 52 using ::testing::Contains; 231 ASSERT_THAT(*accelerometer_ashmem_sensors, Contains(info)); in TEST_P()
|
/frameworks/base/packages/SystemUI/docs/ |
D | user-switching.md | 25 * Contains the current list of all system users
|
/frameworks/libs/systemui/motiontoollib/src/com/android/app/motiontool/proto/ |
D | motion_tool.proto | 39 // Contains error information whenever the request failed.
|
/frameworks/libs/binary_translation/guest_os_primitives/ |
D | Android.bp | 134 // Contains sources that are textually common, but must be compiled with arch-
|
/frameworks/base/libs/hwui/tests/unit/ |
D | GraphicsStatsServiceTests.cpp | 60 EXPECT_THAT(acceptableLocations, ::testing::Contains(findRootPath())); in TEST()
|
/frameworks/base/tools/hoststubgen/ |
D | README.md | 24 Contains source code of the "hoststubgen" tool and relevant code
|