Home
last modified time | relevance | path

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

12

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java482 .withViewDescription(HumanReadables.describe(view)) in calculateCoordinates()
500 .withViewDescription(HumanReadables.describe(view)) in locateHandle()
542 .withViewDescription(HumanReadables.describe(view)) in calculateCoordinates()
552 .withViewDescription(HumanReadables.describe(view)) in locateHandlePointsTextIndex()
580 .withViewDescription(HumanReadables.describe(view)) in locateHandlePointsTextIndex()
626 .withViewDescription(HumanReadables.describe(view)) in calculateCoordinates()
632 .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.java363 public static String describe(int state) { in describe() method in StatusBarStateControllerImpl
370 pw.println(" mState=" + mState + " (" + describe(mState) + ")"); in dump()
371 pw.println(" mLastState=" + mLastState + " (" + describe(mLastState) + ")"); in dump()
409 .append(" (").append(describe(mState)).append(")"); in toString()
410 sb.append("lastState=").append(mLastState).append(" (").append(describe(mLastState)) in toString()
/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::__anon8b1918600111::ParamReflector
130 return describe_impl<SUPPORTED_TYPES>::describe(paramIndex); in describe()
/frameworks/base/core/tests/coretests/src/android/view/
DPinchZoomAction.java232 .withViewDescription(HumanReadables.describe(view)) in perform()
239 .withViewDescription(HumanReadables.describe(view)) in perform()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java142 private String describe(LocalBluetoothProfile profile) { in describe() method in CachedBluetoothDevice
259 Log.d(TAG, "Command sent successfully:DISCONNECT " + describe(profile)); in disconnect()
346 Log.d(TAG, "Command sent successfully:CONNECT " + describe(profile)); in connectInt()
388 Log.d(TAG, "Command sent successfully:REMOVE_BOND " + describe(null)); in unpair()
392 describe(null)); in unpair()
/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/av/media/codec2/hidl/1.0/utils/
DComponentStore.cpp164 mParamReflector->describe(coreIndex); in validateSupportedParams()
286 mParamReflector->describe(coreIndex); in getStructDescriptors()
/frameworks/av/media/codec2/hidl/1.1/utils/
DComponentStore.cpp164 mParamReflector->describe(coreIndex); in validateSupportedParams()
286 mParamReflector->describe(coreIndex); in getStructDescriptors()
/frameworks/compile/mclinker/
DLICENSE.TXT48 This file will describe the copyrights, license, and restrictions which apply
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java1573 operation.describe(msg, true); in logOperationLocked()
1596 operation.describe(msg, false); in describeCurrentOperation()
1620 operation.describe(msg, false); // Never dump bingargs in a bugreport in dump()
1658 public void describe(StringBuilder msg, boolean allowDetailedLog) { in describe() method in SQLiteConnection.Operation
/frameworks/hardware/interfaces/vr/composer/2.0/
DIVrComposerClient.hal65 * used to describe the content of the layer (ie: notification, permission,
/frameworks/hardware/interfaces/vr/composer/1.0/
DIVrComposerClient.hal65 * used to describe the content of the layer (ie: notification, permission,
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp120 std::unique_ptr<C2StructDescriptor> structDesc = reflector->describe( in addParamDesc()
143 std::unique_ptr<C2StructDescriptor> structDesc_ = reflector->describe( in addParamStructDesc()
/frameworks/base/tests/utils/testutils/java/com/android/test/filters/
DSelectTest.java125 public String describe() { in describe() method in SelectTest
/frameworks/av/services/mediacodec/registrant/
DCodecServiceRegistrant.cpp329 virtual std::unique_ptr<C2StructDescriptor> describe( in getParamReflector() function
/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.cpp1027 std::unique_ptr<C2StructDescriptor> descUnique = mReflector->describe(index); in descendInto()
1197 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/base/packages/SystemUI/docs/
Dqs-tiles.md194 The following sections describe the classes that live in SystemUI to support third party tiles. The…
229 …tion of each tile as well as the complete lifecycle of a tile. First we describe two important int…
269 We describe first the parts of the lifecycle that are common to SystemUI tiles and third party tile…
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt259 descriptor to eglCreateSyncKHR and as a way to describe the subsequent
/frameworks/compile/libbcc/
DNOTICE250 This file will describe the copyrights, license, and restrictions which apply
/frameworks/av/media/codec2/core/include/
DC2Param.h1504 virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex coreIndex) const = 0;
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp812 virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex coreIndex) const { in getParamReflector() function

12