Home
last modified time | relevance | path

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

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DParseableCommand.kt213 it.describe(ipw) in help()
222 required.describe(ipw) in help()
226 optional.describe(ipw) in help()
232 reqSub.describe(ipw) in help()
236 optSub.describe(ipw) in help()
303 fun Iterable<Describable>.describe(pw: IndentingPrintWriter) { in Iterable() method
306 it.describe(pw) in Iterable()
349 fun describe(pw: IndentingPrintWriter) { in describe() method
DSubCommand.kt76 override fun describe(pw: IndentingPrintWriter) { in parseSubCommandArgs() method in com.android.systemui.statusbar.commandline.OptionalSubCommand
103 override fun describe(pw: IndentingPrintWriter) { in getValue() method in com.android.systemui.statusbar.commandline.RequiredSubCommand
DParameters.kt74 override fun describe(pw: IndentingPrintWriter) { in parseArgsFromIter() method in com.android.systemui.statusbar.commandline.UnaryParamBase
/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/av/media/codec2/hal/plugin/
DDefaultFilterPlugin.cpp94 bool DefaultFilterPlugin::describe(C2String name, FilterWrapper::Descriptor *desc) { in describe() function in android::DefaultFilterPlugin
98 return mPlugin->describe(name, desc); in describe()
/frameworks/base/apct-tests/perftests/windowmanager/src/com/android/server/wm/test/filters/
DFrameworksTestsFilter.java42 public String describe() { in describe() method in FrameworksTestsFilter
/frameworks/av/media/codec2/hal/plugin/include/codec2/hidl/plugin/
DFilterPlugin.h53 virtual bool describe(C2String name, Descriptor *desc) = 0;
/frameworks/av/media/codec2/hal/plugin/internal/
DDefaultFilterPlugin.h36 bool describe(C2String name, FilterWrapper::Descriptor *desc) override;
DFilterWrapper.h44 virtual bool describe(C2String name, Descriptor *desc) = 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java625 public static String describe(int state) { in describe() method in StatusBarStateControllerImpl
632 pw.println(" mState=" + mState + " (" + describe(mState) + ")"); in dump()
633 pw.println(" mLastState=" + mLastState + " (" + describe(mLastState) + ")"); in dump()
716 .append("(").append(describe(mNewState)).append(")"); in toString()
717 sb.append(" lastState=").append(mLastState).append("(").append(describe(mLastState)) in toString()
/frameworks/base/core/tests/coretests/src/android/view/
DPinchZoomAction.java232 .withViewDescription(HumanReadables.describe(view)) in perform()
239 .withViewDescription(HumanReadables.describe(view)) in perform()
/frameworks/av/media/codec2/hal/aidl/
DComponentStore.cpp184 std::shared_ptr<C2StructDescriptor> structDesc = describe(coreIndex); in validateSupportedParams()
362 std::shared_ptr<C2StructDescriptor> structDesc = describe(coreIndex); in getStructDescriptors()
415 std::shared_ptr<C2StructDescriptor> ComponentStore::describe(const C2Param::CoreIndex &index) { in describe() function in aidl::android::hardware::media::c2::utils::ComponentStore
417 std::shared_ptr<C2StructDescriptor> desc = reflector->describe(index); in describe()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentStore.cpp179 std::shared_ptr<C2StructDescriptor> structDesc = describe(coreIndex); in validateSupportedParams()
350 std::shared_ptr<C2StructDescriptor> structDesc = describe(coreIndex); in getStructDescriptors()
396 std::shared_ptr<C2StructDescriptor> ComponentStore::describe(const C2Param::CoreIndex &index) { in describe() function in android::hardware::media::c2::V1_0::utils::ComponentStore
398 std::shared_ptr<C2StructDescriptor> desc = reflector->describe(index); in describe()
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp179 std::shared_ptr<C2StructDescriptor> structDesc = describe(coreIndex); in validateSupportedParams()
351 std::shared_ptr<C2StructDescriptor> structDesc = describe(coreIndex); in getStructDescriptors()
433 std::shared_ptr<C2StructDescriptor> ComponentStore::describe(const C2Param::CoreIndex &index) { in describe() function in android::hardware::media::c2::V1_1::utils::ComponentStore
435 std::shared_ptr<C2StructDescriptor> desc = reflector->describe(index); in describe()
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp179 std::shared_ptr<C2StructDescriptor> structDesc = describe(coreIndex); in validateSupportedParams()
349 std::shared_ptr<C2StructDescriptor> structDesc = describe(coreIndex); in getStructDescriptors()
467 std::shared_ptr<C2StructDescriptor> ComponentStore::describe(const C2Param::CoreIndex &index) { in describe() function in android::hardware::media::c2::V1_2::utils::ComponentStore
469 std::shared_ptr<C2StructDescriptor> desc = reflector->describe(index); in describe()
/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/
DComponentStore.h139 std::shared_ptr<C2StructDescriptor> describe(const C2Param::CoreIndex &index);
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h121 std::shared_ptr<C2StructDescriptor> describe(const C2Param::CoreIndex &index);
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponentStore.h129 std::shared_ptr<C2StructDescriptor> describe(const C2Param::CoreIndex &index);
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/
DComponentStore.h136 std::shared_ptr<C2StructDescriptor> describe(const C2Param::CoreIndex &index);
/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp158 paramReflector->describe(C2ComponentDomainSetting::CORE_INDEX); in invokeH2C2ComponentStore()
/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/native/services/surfaceflinger/FrontEnd/
Dreadme.md3 SurfaceFlinger FrontEnd implements the client APIs that describe how buffers should be
13 Layers are used to describe how a buffer should be placed on the display relative to other
/frameworks/compile/mclinker/
DLICENSE.TXT48 This file will describe the copyrights, license, and restrictions which apply
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/
DREADME.md28 * The `ChipStateSender` and `ChipStateReceiver` classes are enums that describe all the possible

123