Home
last modified time | relevance | path

Searched refs:Contains (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/native/libs/shaders/tests/
Dshaders_test.cpp27 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/
DCanvasOpBuffer.h94 mHas = Contains{}; in clear()
123 struct Contains { struct
131 Contains mHas; argument
/frameworks/libs/binary_translation/backend/x86_64/
Dmachine_ir_check.cc27 return Contains(edge_vector, target_edge); in CheckEdgeInVector()
32 return Contains(bb_list, bb); in CheckBasicBlockInIR()
Dcontext_liveness_analyzer.cc38 if (!Contains(worklist, pred_bb)) { in Init()
Dliveness_analyzer.cc45 if (!Contains(worklist, pred_bb)) { in Run()
Drename_copy_uses.cc70 if (Contains(bb_->live_out(), dst)) { in ProcessCopy()
Dloop_guest_context_optimizer.cc180 if (Contains(*loop, in_edge->src())) { in GenerateGetsInPreloop()
192 if (Contains(*loop, out_edge->dst())) { in GeneratePutsInPostloop()
Dmachine_ir_analysis.cc178 if (node->loop() != nullptr && !Contains(*node->loop(), loop->at(0))) { in TryInsertLoopAtNode()
Dcontext_liveness_analyzer_test.cc44 if (Contains(dead_guest_regs, reg)) { in CheckBBLiveIn()
/frameworks/native/libs/binder/tests/
DbinderHostDeviceTest.cpp47 using ::testing::Contains;
122 ASSERT_THAT(services, Contains(String16(kServiceName))); in TEST_F()
/frameworks/libs/binary_translation/base/include/berberis/base/
Dalgorithm.h43 bool Contains(const Container& container, const Value& value) { in Contains() function
/frameworks/libs/binary_translation/kernel_api/
Dopen_emulation.cc65 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/
Dbluetooth_extension_atoms.proto172 // 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/
Denums.proto25 * 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/
DREADME.md8 - integration, this maybe a mix of functional and integration tests. Contains
/frameworks/base/tools/aapt2/optimize/
DObfuscator_test.cpp30 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/
Dalgorithm_test.cpp27 TEST(Algorithm, Contains) { in TEST() argument
/frameworks/hardware/interfaces/sensorservice/aidl/vts/
DVtsHalSensorManagerTargetTest.cpp45 using ::testing::Contains;
200 ASSERT_THAT(sensorList, Contains(info)); in TEST_P()
/frameworks/proto_logging/stats/enums/display/
Ddisplay_enums.proto90 // Contains vote different statuses.
/frameworks/hardware/interfaces/sensorservice/1.0/vts/functional/
DVtsHalSensorManagerV1_0TargetTest.cpp52 using ::testing::Contains;
231 ASSERT_THAT(*accelerometer_ashmem_sensors, Contains(info)); in TEST_P()
/frameworks/base/packages/SystemUI/docs/
Duser-switching.md25 * Contains the current list of all system users
/frameworks/libs/systemui/motiontoollib/src/com/android/app/motiontool/proto/
Dmotion_tool.proto39 // Contains error information whenever the request failed.
/frameworks/libs/binary_translation/guest_os_primitives/
DAndroid.bp134 // Contains sources that are textually common, but must be compiled with arch-
/frameworks/base/libs/hwui/tests/unit/
DGraphicsStatsServiceTests.cpp60 EXPECT_THAT(acceptableLocations, ::testing::Contains(findRootPath())); in TEST()
/frameworks/base/tools/hoststubgen/
DREADME.md24 Contains source code of the "hoststubgen" tool and relevant code

12