/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/ |
D | ParseableCommand.kt | 213 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
|
D | SubCommand.kt | 76 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
|
D | Parameters.kt | 74 override fun describe(pw: IndentingPrintWriter) { in parseArgsFromIter() method in com.android.systemui.statusbar.commandline.UnaryParamBase
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewActions.java | 482 .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()
|
D | DragAction.java | 469 .withViewDescription(HumanReadables.describe(view)) in perform() 483 .withViewDescription(HumanReadables.describe(view)) in perform()
|
/frameworks/av/media/codec2/hal/plugin/ |
D | DefaultFilterPlugin.cpp | 94 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/ |
D | FrameworksTestsFilter.java | 42 public String describe() { in describe() method in FrameworksTestsFilter
|
/frameworks/av/media/codec2/hal/plugin/include/codec2/hidl/plugin/ |
D | FilterPlugin.h | 53 virtual bool describe(C2String name, Descriptor *desc) = 0;
|
/frameworks/av/media/codec2/hal/plugin/internal/ |
D | DefaultFilterPlugin.h | 36 bool describe(C2String name, FilterWrapper::Descriptor *desc) override;
|
D | FilterWrapper.h | 44 virtual bool describe(C2String name, Descriptor *desc) = 0;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarStateControllerImpl.java | 625 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/ |
D | PinchZoomAction.java | 232 .withViewDescription(HumanReadables.describe(view)) in perform() 239 .withViewDescription(HumanReadables.describe(view)) in perform()
|
/frameworks/av/media/codec2/hal/aidl/ |
D | ComponentStore.cpp | 184 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/ |
D | ComponentStore.cpp | 179 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/ |
D | ComponentStore.cpp | 179 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/ |
D | ComponentStore.cpp | 179 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/ |
D | ComponentStore.h | 139 std::shared_ptr<C2StructDescriptor> describe(const C2Param::CoreIndex &index);
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | ComponentStore.h | 121 std::shared_ptr<C2StructDescriptor> describe(const C2Param::CoreIndex &index);
|
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/ |
D | ComponentStore.h | 129 std::shared_ptr<C2StructDescriptor> describe(const C2Param::CoreIndex &index);
|
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/ |
D | ComponentStore.h | 136 std::shared_ptr<C2StructDescriptor> describe(const C2Param::CoreIndex &index);
|
/frameworks/av/media/module/codecserviceregistrant/fuzzer/ |
D | codecServiceRegistrant_fuzzer.cpp | 158 paramReflector->describe(C2ComponentDomainSetting::CORE_INDEX); in invokeH2C2ComponentStore()
|
/frameworks/av/media/codec2/tests/ |
D | C2SampleComponent_test.cpp | 172 …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/ |
D | readme.md | 3 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/ |
D | LICENSE.TXT | 48 This file will describe the copyrights, license, and restrictions which apply
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/ |
D | README.md | 28 * The `ChipStateSender` and `ChipStateReceiver` classes are enums that describe all the possible
|