Home
last modified time | relevance | path

Searched refs:describe (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java381 .withViewDescription(HumanReadables.describe(view)) in calculateCoordinates()
399 .withViewDescription(HumanReadables.describe(view)) in locateHandle()
441 .withViewDescription(HumanReadables.describe(view)) in calculateCoordinates()
451 .withViewDescription(HumanReadables.describe(view)) in locateHandlePointsTextIndex()
479 .withViewDescription(HumanReadables.describe(view)) in locateHandlePointsTextIndex()
525 .withViewDescription(HumanReadables.describe(view)) in calculateCoordinates()
531 .withViewDescription(HumanReadables.describe(view)) in calculateCoordinates()
DDragAction.java469 .withViewDescription(HumanReadables.describe(view)) in perform()
483 .withViewDescription(HumanReadables.describe(view)) in perform()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java298 public static String describe(int state) { in describe() method in StatusBarStateControllerImpl
305 pw.println(" mState=" + mState + " (" + describe(mState) + ")"); in dump()
306 pw.println(" mLastState=" + mLastState + " (" + describe(mLastState) + ")"); in dump()
344 .append(" (").append(describe(mState)).append(")"); in toString()
345 sb.append("lastState=").append(mLastState).append(" (").append(describe(mLastState)) in toString()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/commonjs/
Dimport_test.js46 describe('Import test suite', function() {
/frameworks/av/media/codec2/sfplugin/tests/
DReflectedParamUpdater_test.cpp85 static std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex index) { in describe() function
89 return describe_impl<TYPES...>::describe(index); in describe()
95 static std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex) { in describe() function
129 std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex paramIndex) const override { in describe() function in android::__anon1f4930a90111::ParamReflector
130 return describe_impl<SUPPORTED_TYPES>::describe(paramIndex); in describe()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/
Ddebug_test.js45 describe('debugTest', function() {
Dproto3_test.js68 describe('proto3Test', function() {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java111 private String describe(LocalBluetoothProfile profile) { in describe() method in CachedBluetoothDevice
183 Log.d(TAG, "Command sent successfully:DISCONNECT " + describe(profile)); in disconnect()
284 Log.d(TAG, "Command sent successfully:CONNECT " + describe(profile)); in connectInt()
326 Log.d(TAG, "Command sent successfully:REMOVE_BOND " + describe(null)); in unpair()
330 describe(null)); in unpair()
/frameworks/base/core/tests/coretests/src/android/view/
DPinchZoomAction.java232 .withViewDescription(HumanReadables.describe(view)) in perform()
239 .withViewDescription(HumanReadables.describe(view)) in perform()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/js/binary/
Dwriter_test.js56 describe('binaryWriterTest', function() {
Darith_test.js44 describe('binaryArithTest', function() {
Ddecoder_test.js147 describe('binaryDecoderTest', function() {
Dutils_test.js76 describe('binaryUtilsTest', function() {
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp120 std::unique_ptr<C2StructDescriptor> structDesc = reflector->describe( in addParamDesc()
134 std::unique_ptr<C2StructDescriptor> structDesc = reflector->describe( in addParamDesc()
155 std::unique_ptr<C2StructDescriptor> structDesc_ = reflector->describe( in addParamStructDesc()
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp138 mParamReflector->describe(coreIndex); in validateSupportedParams()
255 mParamReflector->describe(coreIndex); in getStructDescriptors()
/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp172 …virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex paramIndex) const override… in describe() function in MyComponentInstance::MyParamReflector
399 myComp->getParamReflector()->describe(C2ComponentDomainSetting::CORE_INDEX)}; in TEST_F()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java1514 operation.describe(msg, true); in logOperationLocked()
1537 operation.describe(msg, false); in describeCurrentOperation()
1561 operation.describe(msg, false); // Never dump bingargs in a bugreport in dump()
1599 public void describe(StringBuilder msg, boolean allowDetailedLog) { in describe() method in SQLiteConnection.Operation
/frameworks/compile/mclinker/
DLICENSE.TXT48 This file will describe the copyrights, license, and restrictions which apply
/frameworks/hardware/interfaces/vr/composer/1.0/
DIVrComposerClient.hal65 * used to describe the content of the layer (ie: notification, permission,
/frameworks/base/tests/utils/testutils/java/com/android/test/filters/
DSelectTest.java125 public String describe() { in describe() method in SelectTest
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp37 C2ReflectorHelper::describe(C2Param::CoreIndex paramIndex) const { in describe() function in C2ReflectorHelper
545 std::unique_ptr<C2StructDescriptor> param = reflector->describe(index); in GetBaseOffset()
DC2InterfaceUtils.cpp1013 std::unique_ptr<C2StructDescriptor> descUnique = mReflector->describe(index); in descendInto()
1183 std::unique_ptr<C2StructDescriptor> descUnique = mReflector->describe(index); in descendInto()
/frameworks/compile/slang/
DNOTICE248 This file will describe the copyrights, license, and restrictions which apply
320 This file will describe the copyrights, license, and restrictions which apply
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceHelper.h52 virtual std::unique_ptr<C2StructDescriptor> describe(
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dfield_mask.proto107 // describe the updated values, the API ignores the values of all

12