/frameworks/av/media/module/extractors/fuzzers/ |
D | README.md | 32 ##### Maximize code coverage 61 # <a name="wavExtractorFuzzer"></a> Fuzzer for libwavextractor 90 # <a name="amrExtractorFuzzer"></a> Fuzzer for libamrextractor 96 ##### Maximize code coverage 124 # <a name="mkvExtractorFuzzer"></a> Fuzzer for libmkvextractor 130 ##### Maximize code coverage 158 # <a name="oggExtractorFuzzer"></a> Fuzzer for liboggextractor 164 ##### Maximize code coverage 192 # <a name="mpeg2ExtractorFuzzer"></a> Fuzzer for libmpeg2extractor 199 ##### Maximize code coverage [all …]
|
/frameworks/base/core/java/org/apache/http/params/ |
D | HttpParams.java | 61 Object getParameter(String name); in getParameter() 69 HttpParams setParameter(String name, Object value); in setParameter() 85 boolean removeParameter(String name); in removeParameter() 98 long getLongParameter(String name, long defaultValue); in getLongParameter() 106 HttpParams setLongParameter(String name, long value); in setLongParameter() 119 int getIntParameter(String name, int defaultValue); in getIntParameter() 127 HttpParams setIntParameter(String name, int value); in setIntParameter() 140 double getDoubleParameter(String name, double defaultValue); in getDoubleParameter() 148 HttpParams setDoubleParameter(String name, double value); in setDoubleParameter() 161 boolean getBooleanParameter(String name, boolean defaultValue); in getBooleanParameter() [all …]
|
/frameworks/base/services/flags/java/com/android/server/flags/ |
D | SettingsProxy.java | 61 Uri getUriFor(String name); in getUriFor() 64 String getStringForUser(String name, int userHandle); in getStringForUser() 67 boolean putString(String name, String value, boolean overrideableByRestore); in putString() 70 boolean putStringForUser(String name, String value, int userHandle); in putStringForUser() 76 boolean putStringForUser(@NonNull String name, @Nullable String value, @Nullable String tag, in putStringForUser() 80 boolean putString(@NonNull String name, @Nullable String value, @Nullable String tag, in putString() 91 default String getString(String name) { in getString() 96 default boolean putString(String name, String value) { in putString() 100 default int getIntForUser(String name, int def, int userHandle) { in getIntForUser() 110 default int getInt(String name) throws Settings.SettingNotFoundException { in getInt() [all …]
|
/frameworks/base/core/java/android/view/inspector/ |
D | PropertyMapper.java | 49 int mapBoolean(@NonNull String name, @AttrRes int attributeId); in mapBoolean() 59 int mapByte(@NonNull String name, @AttrRes int attributeId); in mapByte() 69 int mapChar(@NonNull String name, @AttrRes int attributeId); in mapChar() 79 int mapDouble(@NonNull String name, @AttrRes int attributeId); in mapDouble() 89 int mapFloat(@NonNull String name, @AttrRes int attributeId); in mapFloat() 99 int mapInt(@NonNull String name, @AttrRes int attributeId); in mapInt() 109 int mapLong(@NonNull String name, @AttrRes int attributeId); in mapLong() 119 int mapShort(@NonNull String name, @AttrRes int attributeId); in mapShort() 129 int mapObject(@NonNull String name, @AttrRes int attributeId); in mapObject() 140 int mapColor(@NonNull String name, @AttrRes int attributeId); in mapColor() [all …]
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | DumpHelpers.cpp | 26 void dumpVal(std::string& out, const char* name, bool value) { in dumpVal() 30 void dumpVal(std::string& out, const char* name, const void* value) { in dumpVal() 34 void dumpVal(std::string& out, const char* name, int value) { in dumpVal() 38 void dumpVal(std::string& out, const char* name, float value) { in dumpVal() 42 void dumpVal(std::string& out, const char* name, uint32_t value) { in dumpVal() 46 void dumpHex(std::string& out, const char* name, uint64_t value) { in dumpHex() 50 void dumpVal(std::string& out, const char* name, const char* value) { in dumpVal() 54 void dumpVal(std::string& out, const char* name, const std::string& value) { in dumpVal() 58 void dumpVal(std::string& out, const char* name, const char* valueName, int value) { in dumpVal() 62 void dumpVal(std::string& out, const char* name, const std::string& valueName, int value) { in dumpVal() [all …]
|
/frameworks/libs/modules-utils/java/com/android/modules/utils/ |
D | TypedXmlPullParser.java | 33 default int getAttributeIndex(@Nullable String namespace, @NonNull String name) { in getAttributeIndex() 49 default int getAttributeIndexOrThrow(@Nullable String namespace, @NonNull String name) in getAttributeIndexOrThrow() 118 @NonNull String name) throws XmlPullParserException { in getAttributeBytesHex() 127 @NonNull String name) throws XmlPullParserException { in getAttributeBytesBase64() 135 default int getAttributeInt(@Nullable String namespace, @NonNull String name) in getAttributeInt() 144 default int getAttributeIntHex(@Nullable String namespace, @NonNull String name) in getAttributeIntHex() 153 default long getAttributeLong(@Nullable String namespace, @NonNull String name) in getAttributeLong() 162 default long getAttributeLongHex(@Nullable String namespace, @NonNull String name) in getAttributeLongHex() 171 default float getAttributeFloat(@Nullable String namespace, @NonNull String name) in getAttributeFloat() 180 default double getAttributeDouble(@Nullable String namespace, @NonNull String name) in getAttributeDouble() [all …]
|
D | TypedXmlSerializer.java | 36 @NonNull XmlSerializer attributeInterned(@Nullable String namespace, @NonNull String name, in attributeInterned() 43 @NonNull XmlSerializer attributeBytesHex(@Nullable String namespace, @NonNull String name, in attributeBytesHex() 50 @NonNull XmlSerializer attributeBytesBase64(@Nullable String namespace, @NonNull String name, in attributeBytesBase64() 57 @NonNull XmlSerializer attributeInt(@Nullable String namespace, @NonNull String name, in attributeInt() 64 @NonNull XmlSerializer attributeIntHex(@Nullable String namespace, @NonNull String name, in attributeIntHex() 71 @NonNull XmlSerializer attributeLong(@Nullable String namespace, @NonNull String name, in attributeLong() 78 @NonNull XmlSerializer attributeLongHex(@Nullable String namespace, @NonNull String name, in attributeLongHex() 85 @NonNull XmlSerializer attributeFloat(@Nullable String namespace, @NonNull String name, in attributeFloat() 92 @NonNull XmlSerializer attributeDouble(@Nullable String namespace, @NonNull String name, in attributeDouble() 99 @NonNull XmlSerializer attributeBoolean(@Nullable String namespace, @NonNull String name, in attributeBoolean()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | XmlUtils.java | 66 public XmlSerializer attributeInterned(String namespace, String name, String value) in attributeInterned() 72 public XmlSerializer attributeBytesHex(String namespace, String name, byte[] value) in attributeBytesHex() 78 public XmlSerializer attributeBytesBase64(String namespace, String name, byte[] value) in attributeBytesBase64() 84 public XmlSerializer attributeInt(String namespace, String name, int value) in attributeInt() 90 public XmlSerializer attributeIntHex(String namespace, String name, int value) in attributeIntHex() 96 public XmlSerializer attributeLong(String namespace, String name, long value) in attributeLong() 102 public XmlSerializer attributeLongHex(String namespace, String name, long value) in attributeLongHex() 108 public XmlSerializer attributeFloat(String namespace, String name, float value) in attributeFloat() 114 public XmlSerializer attributeDouble(String namespace, String name, double value) in attributeDouble() 120 public XmlSerializer attributeBoolean(String namespace, String name, boolean value) in attributeBoolean() [all …]
|
/frameworks/libs/native_bridge_support/android_api/vdso/include/native_bridge_support/vdso/ |
D | interceptable_functions.h | 26 #define INTERCEPTABLE_STUB_ASM_FUNCTION(name) \ argument 33 #define INTERCEPTABLE_STUB_ASM_FUNCTION(name) \ argument 40 #define INTERCEPTABLE_STUB_ASM_FUNCTION(name) \ argument 49 #define DEFINE_INTERCEPTABLE_STUB_VARIABLE(name) uintptr_t name; argument 51 #define INIT_INTERCEPTABLE_STUB_VARIABLE(library_name, name) \ argument 54 #define DEFINE_INTERCEPTABLE_STUB_FUNCTION(name) \ argument 58 #define INIT_INTERCEPTABLE_STUB_FUNCTION(library_name, name) \ argument
|
/frameworks/libs/binary_translation/backend/x86_64/ |
D | reg_class_def.json | 19 "name": "GeneralReg64", string 39 "name": "XmmReg", string 61 "name": "Reg64", string 69 "name": "Reg32", string 76 "name": "GeneralReg32", string 83 "name": "GeneralReg16", string 90 "name": "GeneralReg8", string 97 "name": "FpReg64", string 104 "name": "FpReg32", string 111 "name": "VecReg128", string [all …]
|
/frameworks/base/tools/aapt/ |
D | AaptConfig.cpp | 299 bool parseMcc(const char* name, ResTable_config* out) { in parseMcc() 329 bool parseMnc(const char* name, ResTable_config* out) { in parseMnc() 360 bool parseLayoutDirection(const char* name, ResTable_config* out) { in parseLayoutDirection() 381 bool parseScreenLayoutSize(const char* name, ResTable_config* out) { in parseScreenLayoutSize() 412 bool parseScreenLayoutLong(const char* name, ResTable_config* out) { in parseScreenLayoutLong() 432 bool parseScreenRound(const char* name, ResTable_config* out) { in parseScreenRound() 452 bool parseWideColorGamut(const char* name, ResTable_config* out) { in parseWideColorGamut() 472 bool parseHdr(const char* name, ResTable_config* out) { in parseHdr() 492 bool parseOrientation(const char* name, ResTable_config* out) { in parseOrientation() 510 bool parseUiModeType(const char* name, ResTable_config* out) { in parseUiModeType() [all …]
|
/frameworks/base/libs/androidfw/ |
D | ConfigDescription.cpp | 36 static bool parseMcc(const char* name, ResTable_config* out) { in parseMcc() 66 static bool parseMnc(const char* name, ResTable_config* out) { in parseMnc() 97 static bool parseGrammaticalInflection(const std::string& name, ResTable_config* out) { in parseGrammaticalInflection() 114 static bool parseLayoutDirection(const char* name, ResTable_config* out) { in parseLayoutDirection() 138 static bool parseScreenLayoutSize(const char* name, ResTable_config* out) { in parseScreenLayoutSize() 174 static bool parseScreenLayoutLong(const char* name, ResTable_config* out) { in parseScreenLayoutLong() 198 static bool parseScreenRound(const char* name, ResTable_config* out) { in parseScreenRound() 221 static bool parseWideColorGamut(const char* name, ResTable_config* out) { in parseWideColorGamut() 244 static bool parseHdr(const char* name, ResTable_config* out) { in parseHdr() 267 static bool parseOrientation(const char* name, ResTable_config* out) { in parseOrientation() [all …]
|
/frameworks/native/libs/binder/aidl/android/os/ |
D | IServiceManager.aidl | 64 @nullable IBinder getService(@utf8InCpp String name); in getService() 72 @nullable IBinder checkService(@utf8InCpp String name); in checkService() 78 void addService(@utf8InCpp String name, IBinder service, in addService() 89 void registerForNotifications(@utf8InCpp String name, IServiceCallback callback); in registerForNotifications() 94 void unregisterForNotifications(@utf8InCpp String name, IServiceCallback callback); in unregisterForNotifications() 101 boolean isDeclared(@utf8InCpp String name); in isDeclared() 114 @nullable @utf8InCpp String updatableViaApex(@utf8InCpp String name); in updatableViaApex() 125 @nullable ConnectionInfo getConnectionInfo(@utf8InCpp String name); in getConnectionInfo() 131 void registerClientCallback(@utf8InCpp String name, IBinder service, IClientCallback callback); in registerClientCallback() 136 void tryUnregisterService(@utf8InCpp String name, IBinder service); in tryUnregisterService()
|
/frameworks/libs/binary_translation/jni/ |
D | api.json | 3 "name": "GetVersion", string 10 "name": "DefineClass", string 21 "name": "FindClass", string 29 "name": "FromReflectedMethod", string 37 "name": "FromReflectedField", string 45 "name": "ToReflectedMethod", string 55 "name": "GetSuperclass", string 63 "name": "IsAssignableFrom", string 72 "name": "ToReflectedField", string 82 "name": "Throw", string [all …]
|
/frameworks/base/core/java/android/os/ |
D | ServiceManagerNative.java | 61 public IBinder getService(String name) throws RemoteException { in getService() 66 public IBinder checkService(String name) throws RemoteException { in checkService() 70 public void addService(String name, IBinder service, boolean allowIsolated, int dumpPriority) in addService() 79 public void registerForNotifications(String name, IServiceCallback cb) in registerForNotifications() 84 public void unregisterForNotifications(String name, IServiceCallback cb) in unregisterForNotifications() 89 public boolean isDeclared(String name) throws RemoteException { in isDeclared() 97 public String updatableViaApex(String name) throws RemoteException { in updatableViaApex() 105 public ConnectionInfo getConnectionInfo(String name) throws RemoteException { in getConnectionInfo() 109 public void registerClientCallback(String name, IBinder service, IClientCallback cb) in registerClientCallback() 114 public void tryUnregisterService(String name, IBinder service) throws RemoteException { in tryUnregisterService()
|
D | ServiceManager.java | 169 public static IBinder getService(String name) { in getService() 184 public static IBinder getService$ravenwood(String name) { in getService$ravenwood() 198 public static IBinder getServiceOrThrow(String name) throws ServiceNotFoundException { in getServiceOrThrow() 217 public static void addService(String name, IBinder service) { in addService() 233 public static void addService(String name, IBinder service, boolean allowIsolated) { in addService() 250 public static void addService(String name, IBinder service, boolean allowIsolated, in addService() 260 public static void addService$ravenwood(String name, IBinder service, boolean allowIsolated, in addService$ravenwood() 274 public static IBinder checkService(String name) { in checkService() 294 public static boolean isDeclared(@NonNull String name) { in isDeclared() 332 public static IBinder waitForService(@NonNull String name) { in waitForService() [all …]
|
D | HwNoService.java | 39 public android.hidl.base.V1_0.IBase get(String fqName, String name) in get() 46 public boolean add(String name, android.hidl.base.V1_0.IBase service) in add() 53 public byte getTransport(String fqName, String name) throws android.os.RemoteException { in getTransport() 73 String fqName, String name, android.hidl.manager.V1_0.IServiceNotification callback) in registerForNotifications() 87 public void registerPassthroughClient(String fqName, String name) in registerPassthroughClient() 94 String fqName, String name, android.hidl.manager.V1_0.IServiceNotification callback) in unregisterForNotifications() 103 String name, in registerClientCallback() 123 String name, android.hidl.base.V1_0.IBase service, java.util.ArrayList<String> chain) in addWithChain() 137 public boolean tryUnregister(String fqName, String name, android.hidl.base.V1_0.IBase service) in tryUnregister()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | SettingsAdapter.java | 35 public int getGlobalInt(ContentResolver cr, String name, int def) { in getGlobalInt() 40 public String getGlobalString(ContentResolver resolver, String name) { in getGlobalString() 45 public boolean putGlobalInt(ContentResolver cr, String name, int value) { in putGlobalInt() 50 public boolean putGlobalString(ContentResolver resolver, String name, String value) { in putGlobalString() 59 public int getSystemIntForUser(ContentResolver cr, String name, int def, int userHandle) { in getSystemIntForUser() 64 public boolean putSystemIntForUser(ContentResolver cr, String name, int value, int userHandle) { in putSystemIntForUser() 73 public int getSecureIntForUser(ContentResolver cr, String name, int def, int userHandle) { in getSecureIntForUser() 78 public String getSecureStringForUser(ContentResolver resolver, String name, int userHandle) { in getSecureStringForUser() 83 public boolean putSecureIntForUser(ContentResolver cr, String name, int value, int userHandle) { in putSecureIntForUser() 88 public boolean putSecureStringForUser(ContentResolver cr, String name, String value, in putSecureStringForUser()
|
/frameworks/base/apex/jobscheduler/framework/java/android/os/ |
D | IDeviceIdleController.aidl | 23 void addPowerSaveWhitelistApp(String name); in addPowerSaveWhitelistApp() 25 void removePowerSaveWhitelistApp(String name); in removePowerSaveWhitelistApp() 28 void removeSystemPowerWhitelistApp(String name); in removeSystemPowerWhitelistApp() 29 void restoreSystemPowerWhitelistApp(String name); in restoreSystemPowerWhitelistApp() 42 boolean isPowerSaveWhitelistExceptIdleApp(String name); in isPowerSaveWhitelistExceptIdleApp() 43 boolean isPowerSaveWhitelistApp(String name); in isPowerSaveWhitelistApp() 46 …void addPowerSaveTempWhitelistApp(String name, long duration, int userId, int reasonCode, String r… in addPowerSaveTempWhitelistApp() 47 long addPowerSaveTempWhitelistAppForMms(String name, int userId, int reasonCode, String reason); in addPowerSaveTempWhitelistAppForMms() 48 long addPowerSaveTempWhitelistAppForSms(String name, int userId, int reasonCode, String reason); in addPowerSaveTempWhitelistAppForSms() 49 long whitelistAppTemporarily(String name, int userId, int reasonCode, String reason); in whitelistAppTemporarily()
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
D | benchmark.h | 44 static inline void Btrace(const char* name, int64_t nanoseconds_monotonic) { in Btrace() 51 static inline void Btrace(const char* name) { in Btrace() 55 static inline void Btrace(FILE* file, const char* name, in Btrace() 60 static inline void Btrace(FILE* file, const char* name) { in Btrace() 64 static inline void BtraceData(const char* name, int64_t nanoseconds_monotonic, in BtraceData() 72 static inline void BtraceData(const char* name, int64_t data) { in BtraceData() 76 static inline void BtraceData(FILE* file, const char* name, in BtraceData() 82 static inline void BtraceData(FILE* file, const char* name, int64_t data) { in BtraceData()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/audio/ |
D | NoOpSettingsAdapter.java | 34 public int getGlobalInt(ContentResolver cr, String name, int def) { in getGlobalInt() 39 public String getGlobalString(ContentResolver resolver, String name) { in getGlobalString() 44 public boolean putGlobalInt(ContentResolver cr, String name, int value) { in putGlobalInt() 50 public boolean putGlobalString(ContentResolver resolver, String name, String value) { in putGlobalString() 62 public int getSystemIntForUser(ContentResolver cr, String name, int def, int userHandle) { in getSystemIntForUser() 67 public boolean putSystemIntForUser(ContentResolver cr, String name, int value, int userHandle) { in putSystemIntForUser() 80 public int getSecureIntForUser(ContentResolver cr, String name, int def, int userHandle) { in getSecureIntForUser() 85 public String getSecureStringForUser(ContentResolver resolver, String name, int userHandle) { in getSecureStringForUser() 90 public boolean putSecureIntForUser(ContentResolver cr, String name, int value, int userHandle) { in putSecureIntForUser() 96 public boolean putSecureStringForUser(ContentResolver cr, String name, String value, in putSecureStringForUser()
|
/frameworks/libs/native_bridge_support/android_api/linker/ |
D | linker_translate_path.cpp | 44 #define SYSTEM_LIB(name) \ argument 46 #define APEX_LIB(apex, name) \ argument 49 #define SYSTEM_LIB(name) \ argument 51 #define APEX_LIB(apex, name) \ argument 54 #define SYSTEM_LIB(name) \ argument 56 #define APEX_LIB(apex, name) \ argument 69 bool translateSystemPathToApexPath(const char* name, std::string* out_name) { in translateSystemPathToApexPath()
|
/frameworks/libs/binary_translation/intrinsics/riscv64_to_x86_64/ |
D | machine_ir_intrinsic_binding.json | 16 "name": "Adduw", string 22 "name": "Bclr", string 28 "name": "Bext", string 34 "name": "Binv", string 40 "name": "Bset", string 46 "name": "CanonicalizeNan<Float32>", string 52 "name": "CanonicalizeNan<Float32>", string 59 "name": "CanonicalizeNan<Float64>", string 65 "name": "CanonicalizeNan<Float64>", string 72 "name": "Clz<int32_t>", string [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsServiceFeatureQueryManager.java | 51 ImsServiceFeatureQuery(ComponentName name, String intentFilter) { in ImsServiceFeatureQuery() 74 public void onServiceConnected(ComponentName name, IBinder service) { in onServiceConnected() 86 public void onServiceDisconnected(ComponentName name) { in onServiceDisconnected() 91 public void onBindingDied(ComponentName name) { in onBindingDied() 100 public void onNullBinding(ComponentName name) { in onNullBinding() 147 void onComplete(ComponentName name, Set<ImsFeatureConfiguration.FeatureSlotPair> features); in onComplete() 152 void onError(ComponentName name); in onError() 157 void onPermanentError(ComponentName name); in onPermanentError() 177 public boolean startQuery(ComponentName name, String intentFilter) { in startQuery()
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | api_riscv64.json | 4700 "name" : "common", string 4705 "name" : "flags", string 4710 "name" : "minSwapInterval", string 4715 "name" : "maxSwapInterval", string 4720 "name" : "xdpi", string 4725 "name" : "ydpi", string 4730 "name" : "oem", string 4735 "name" : "setSwapInterval", string 4740 "name" : "dequeueBuffer_DEPRECATED", string 4745 "name" : "lockBuffer_DEPRECATED", string [all …]
|