Home
last modified time | relevance | path

Searched defs:describe (Results 1 – 17 of 17) sorted by relevance

/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/
DBitUtilsTests.kt66 fun describe(a: Long, b: Long) = describeDifferences(a, b, Integer::toString) in <lambda>() method
/frameworks/base/apct-tests/perftests/windowmanager/src/com/android/server/wm/test/filters/
DFrameworksTestsFilter.java42 public String describe() { in describe() method in FrameworksTestsFilter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
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
DParseableCommand.kt303 fun Iterable<Describable>.describe(pw: IndentingPrintWriter) { in Iterable() method
349 fun describe(pw: IndentingPrintWriter) { in describe() method
DParameters.kt74 override fun describe(pw: IndentingPrintWriter) { in parseArgsFromIter() method in com.android.systemui.statusbar.commandline.UnaryParamBase
/frameworks/av/media/codec2/hal/plugin/
DDefaultFilterPlugin.cpp94 bool DefaultFilterPlugin::describe(C2String name, FilterWrapper::Descriptor *desc) { in describe() function in android::DefaultFilterPlugin
/frameworks/av/media/codec2/sfplugin/tests/
DReflectedParamUpdater_test.cpp85 static std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex index) { in describe() function
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::__anonb4c4c7e50111::ParamReflector
/frameworks/base/tests/utils/testutils/java/com/android/test/filters/
DSelectTest.java125 public String describe() { in describe() method in SelectTest
/frameworks/av/media/module/codecserviceregistrant/
DCodecServiceRegistrant.cpp330 virtual std::unique_ptr<C2StructDescriptor> describe( in getParamReflector() function
/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
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java599 public static String describe(int state) { in describe() method in StatusBarStateControllerImpl
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDevice.java191 private String describe(LocalBluetoothProfile profile) { in describe() method in CachedBluetoothDevice
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp37 C2ReflectorHelper::describe(C2Param::CoreIndex paramIndex) const { in describe() function in C2ReflectorHelper
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp950 bool describe(C2String name, Descriptor *desc) override { in describe() function in android::SampleFilterPlugin
/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnection.java1684 public void describe(StringBuilder msg, boolean allowDetailedLog) { in describe() method in SQLiteConnection.Operation
/frameworks/av/media/codec2/hal/client/
Dclient.cpp841 virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex coreIndex) const { in getParamReflector() function
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp2123 status_t CCodecConfig::describe(const std::string &name, CodecParameterDescriptor *desc) { in describe() function in android::CCodecConfig