| /frameworks/libs/binary_translation/kernel_api/tools/ |
| D | kernel_api_arm64.json | 6 "type" : "func __do_sys_accept" string 10 "type" : "func __do_sys_accept4" string 14 "type" : "func __do_sys_add_key" string 18 "type" : "func __do_sys_adjtimex" string 22 "type" : "func __do_sys_bind" string 26 "type" : "func __do_sys_bpf" string 30 "type" : "func __do_sys_brk" string 34 "type" : "func __do_sys_capget" string 38 "type" : "func __do_sys_capset" string 42 "type" : "func __do_sys_chdir" string [all …]
|
| D | kernel_api_riscv64.json | 6 "type" : "func __do_sys_accept" string 10 "type" : "func __do_sys_accept4" string 14 "type" : "func __do_sys_add_key" string 18 "type" : "func __do_sys_adjtimex" string 22 "type" : "func __do_sys_bind" string 26 "type" : "func __do_sys_bpf" string 30 "type" : "func __do_sys_brk" string 34 "type" : "func __do_sys_capget" string 38 "type" : "func __do_sys_capset" string 42 "type" : "func __do_sys_chdir" string [all …]
|
| D | kernel_api_x86_64.json | 6 "type" : "func __do_sys_accept" string 10 "type" : "func __do_sys_accept4" string 14 "type" : "func __do_sys_access" string 18 "type" : "func __do_sys_add_key" string 22 "type" : "func __do_sys_adjtimex" string 26 "type" : "func __do_sys_alarm" string 30 "type" : "func __do_sys_arch_prctl" string 34 "type" : "func __do_sys_bind" string 38 "type" : "func __do_sys_bpf" string 42 "type" : "func __do_sys_brk" string [all …]
|
| D | kernel_api_x86.json | 7 "type" : "func __do_sys_accept4" string 11 "type" : "func __do_sys_access" string 15 "type" : "func __do_sys_acct" string 19 "type" : "func __do_sys_add_key" string 23 "type" : "func __do_sys_adjtimex_time32" string 27 "type" : "func __do_sys_alarm" string 31 "type" : "func __do_sys_arch_prctl" string 35 "type" : "func __do_sys_bdflush" string 39 "type" : "func __do_sys_bind" string 43 "type" : "func __do_sys_bpf" string [all …]
|
| D | kernel_api_arm.json | 7 "type" : "func __do_sys_accept" string 11 "type" : "func __do_sys_accept4" string 15 "type" : "func __do_sys_access" string 19 "type" : "func __do_sys_acct" string 23 "type" : "func __do_sys_add_key" string 27 "type" : "func __do_sys_adjtimex_time32" string 31 "type" : "func __do_sys_bdflush" string 35 "type" : "func __do_sys_bind" string 39 "type" : "func __do_sys_bpf" string 43 "type" : "func __do_sys_brk" string [all …]
|
| /frameworks/av/media/img_utils/src/ |
| D | TiffEntry.cpp | 37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) { in forceValidType() 47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) { in forceValidType() 57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) { in forceValidType() 67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) { in forceValidType() 77 const int16_t* TiffEntry::forceValidType<int16_t>(TagType type, const int16_t* value) { in forceValidType() 87 const uint32_t* TiffEntry::forceValidType<uint32_t>(TagType type, const uint32_t* value) { in forceValidType() 97 const int32_t* TiffEntry::forceValidType<int32_t>(TagType type, const int32_t* value) { in forceValidType() 107 const double* TiffEntry::forceValidType<double>(TagType type, const double* value) { in forceValidType() 117 const float* TiffEntry::forceValidType<float>(TagType type, const float* value) { in forceValidType() 136 TagType type = getType(); in toString() local
|
| /frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
| D | BaseSettingsProviderTest.java | 79 protected void setStringViaFrontEndApiSetting(int type, String name, String value, int userId) { in setStringViaFrontEndApiSetting() 101 protected String getStringViaFrontEndApiSetting(int type, String name, int userId) { in getStringViaFrontEndApiSetting() 123 protected Uri insertStringViaProviderApi(int type, String name, String value, in insertStringViaProviderApi() 136 protected int deleteStringViaProviderApi(int type, String name) { in deleteStringViaProviderApi() 141 protected int updateStringViaProviderApiSetting(int type, String name, String value) { in updateStringViaProviderApiSetting() 150 protected String queryStringViaProviderApi(int type, String name) { in queryStringViaProviderApi() 154 protected String queryStringViaProviderApi(int type, String name, boolean queryStringInQuotes, in queryStringViaProviderApi() 189 protected static void resetSettingsViaShell(int type, int resetMode) throws IOException { in resetSettingsViaShell() 224 protected static void resetToDefaultsViaShell(int type, String packageName) throws IOException { in resetToDefaultsViaShell() 228 protected static void resetToDefaultsViaShell(int type, String packageName, String tag) in resetToDefaultsViaShell() [all …]
|
| D | SettingsProviderTest.java | 253 private void testResetModePackageDefaultsCommon(int type) throws Exception { in testResetModePackageDefaultsCommon() 297 private void testResetModePackageDefaultsWithTokensCommon(int type) throws Exception { in testResetModePackageDefaultsWithTokensCommon() 352 private void testResetModeUntrustedDefaultsCommon(int type) throws Exception { in testResetModeUntrustedDefaultsCommon() 394 private void testResetModeUntrustedClearCommon(int type) throws Exception { in testResetModeUntrustedClearCommon() 436 private void testResetModeTrustedDefaultsCommon(int type) throws Exception { in testResetModeTrustedDefaultsCommon() 492 private void doTestQueryStringInBracketsViaProviderApiForType(int type) { in doTestQueryStringInBracketsViaProviderApiForType() 512 private void toTestBulkInsertViaProviderApiForType(int type) { in toTestBulkInsertViaProviderApiForType() 563 private void doTestQueryUpdateDeleteGlobalViaProviderApiForType(int type) throws Exception { in doTestQueryUpdateDeleteGlobalViaProviderApiForType() 600 private void performSetAndGetSettingTestViaFrontEndApi(int type, int userId) in performSetAndGetSettingTestViaFrontEndApi() 612 private void performSetAndGetSettingTestViaProviderApi(int type) in performSetAndGetSettingTestViaProviderApi() [all …]
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
| D | TonesAutoTest.java | 37 int type; in tonesDtmfTest() local 61 int type; in tonesSupervisoryTest() local 98 int type; in tonesProprietaryTest() local 123 int type; in tonesSimultaneousTest() local 153 int type; in tonesStressTest() local
|
| /frameworks/libs/net/common/device/com/android/net/module/util/ |
| D | BpfUtils.java | 42 public static void attachProgram(int type, @NonNull String programPath, in attachProgram() 50 public static void detachProgram(int type, @NonNull String cgroupPath) in detachProgram() 58 public static void detachSingleProgram(int type, @NonNull String programPath, in detachSingleProgram() 63 private static native boolean native_attachProgramToCgroup(int type, String programPath, in native_attachProgramToCgroup() 65 private static native boolean native_detachProgramFromCgroup(int type, String cgroupPath) in native_detachProgramFromCgroup() 67 private static native boolean native_detachSingleProgramFromCgroup(int type, in native_detachSingleProgramFromCgroup()
|
| /frameworks/base/core/java/android/app/slice/ |
| D | SliceQuery.java | 83 public static List<SliceItem> findAll(SliceItem s, String type) { in findAll() 90 public static List<SliceItem> findAll(SliceItem s, String type, String hints, String nonHints) { in findAll() 97 public static List<SliceItem> findAll(SliceItem s, String type, String[] hints, in findAll() 107 public static SliceItem find(Slice s, String type, String hints, String nonHints) { in find() 114 public static SliceItem find(Slice s, String type) { in find() 121 public static SliceItem find(SliceItem s, String type) { in find() 128 public static SliceItem find(SliceItem s, String type, String hints, String nonHints) { in find() 135 public static SliceItem find(Slice s, String type, String[] hints, String[] nonHints) { in find() 144 public static SliceItem find(SliceItem s, String type, String[] hints, String[] nonHints) { in find()
|
| /frameworks/base/core/java/android/credentials/ |
| D | ListEnabledProvidersException.java | 47 public ListEnabledProvidersException(@NonNull String type, @Nullable String message) { in ListEnabledProvidersException() 56 public ListEnabledProvidersException( in ListEnabledProvidersException() 68 public ListEnabledProvidersException(@NonNull String type, @Nullable Throwable cause) { in ListEnabledProvidersException() 77 public ListEnabledProvidersException(@NonNull String type) { in ListEnabledProvidersException()
|
| D | SetEnabledProvidersException.java | 47 public SetEnabledProvidersException(@NonNull String type, @Nullable String message) { in SetEnabledProvidersException() 56 public SetEnabledProvidersException( in SetEnabledProvidersException() 68 public SetEnabledProvidersException(@NonNull String type, @Nullable Throwable cause) { in SetEnabledProvidersException() 77 public SetEnabledProvidersException(@NonNull String type) { in SetEnabledProvidersException()
|
| D | ClearCredentialStateException.java | 55 public ClearCredentialStateException(@NonNull String type, @Nullable String message) { in ClearCredentialStateException() 64 public ClearCredentialStateException( in ClearCredentialStateException() 76 public ClearCredentialStateException(@NonNull String type, @Nullable Throwable cause) { in ClearCredentialStateException() 85 public ClearCredentialStateException(@NonNull String type) { in ClearCredentialStateException()
|
| D | GetCredentialException.java | 81 public GetCredentialException(@NonNull String type, @Nullable String message) { in GetCredentialException() 90 public GetCredentialException( in GetCredentialException() 102 public GetCredentialException(@NonNull String type, @Nullable Throwable cause) { in GetCredentialException() 111 public GetCredentialException(@NonNull String type) { in GetCredentialException()
|
| D | CreateCredentialException.java | 81 public CreateCredentialException(@NonNull String type, @Nullable String message) { in CreateCredentialException() 90 public CreateCredentialException( in CreateCredentialException() 102 public CreateCredentialException(@NonNull String type, @Nullable Throwable cause) { in CreateCredentialException() 111 public CreateCredentialException(@NonNull String type) { in CreateCredentialException()
|
| /frameworks/libs/net/common/device/com/android/net/module/util/netlink/ |
| D | StructNlAttr.java | 46 public static short makeNestedType(short type) { in makeNestedType() 141 public StructNlAttr(short type, byte value) { in StructNlAttr() 147 public StructNlAttr(short type, short value) { in StructNlAttr() 151 public StructNlAttr(short type, short value, ByteOrder order) { in StructNlAttr() 164 public StructNlAttr(short type, int value) { in StructNlAttr() 168 public StructNlAttr(short type, int value, ByteOrder order) { in StructNlAttr() 181 public StructNlAttr(short type, @NonNull final byte[] value) { in StructNlAttr() 186 public StructNlAttr(short type, @NonNull final InetAddress ip) { in StructNlAttr() 191 public StructNlAttr(short type, @NonNull final MacAddress mac) { in StructNlAttr() 196 public StructNlAttr(short type, @NonNull final String string) { in StructNlAttr() [all …]
|
| /frameworks/libs/binary_translation/base/include/berberis/base/ |
| D | struct_check.h | 28 #define CHECK_STRUCT_LAYOUT(type, size, align) \ argument 36 #define CHECK_STRUCT_LAYOUT_GUEST_TO_HOST(type, size, align) \ argument 45 #define CHECK_STRUCT_LAYOUT_HOST_TO_GUEST(type, size, align) \ argument 52 #define CHECK_FIELD_LAYOUT(type, field, offset, size) \ argument
|
| /frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/ |
| D | AccessibilityUtilsTest.java | 69 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_stringChange_returnTextChange() local 80 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_stringNotChange_returnNoneChange() local 93 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_nonSpanToNonParcelableSpan_returnNoneChange() local 106 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_nonSpanToParcelableSpan_returnParcelableSpanChange() local 121 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_nonParcelableSpanToParcelableSpan_returnParcelableSpanChange() local 135 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_nonParcelableSpanChange_returnNoneChange() local 149 @AccessibilityUtils.A11yTextChangeType int type = AccessibilityUtils.textOrSpanChanged( in textOrSpanChanged_parcelableSpanChange_returnParcelableSpanChange() local
|
| /frameworks/base/core/java/android/hardware/camera2/utils/ |
| D | TypeReference.java | 91 private TypeReference(Type type) { in TypeReference() 108 public SpecializedBaseTypeReference(Type type) { in SpecializedBaseTypeReference() 144 public static TypeReference<?> createSpecializedTypeReference(Type type) { in createSpecializedTypeReference() 167 private static final Class<?> getRawType(Type type) { in getRawType() 221 private static Type getComponentType(Type type) { in getComponentType() 276 public static boolean containsTypeVariable(Type type) { in containsTypeVariable() 374 private static void toString(Type type, StringBuilder out) { in toString()
|
| /frameworks/base/core/java/com/android/server/ |
| D | LocalServices.java | 45 public static <T> T getService(Class<T> type) { in getService() 54 public static <T> void addService(Class<T> type, T service) { in addService() 67 public static <T> void removeServiceForTest(Class<T> type) { in removeServiceForTest()
|
| /frameworks/base/core/java/android/content/res/ |
| D | TypedArray.java | 230 final int type = data[index + STYLE_TYPE]; in getText() local 267 final int type = data[index + STYLE_TYPE]; in getString() local 306 final int type = data[index + STYLE_TYPE]; in getNonResourceString() local 338 final int type = data[index + STYLE_TYPE]; in getNonConfigurationString() local 385 final int type = data[index + STYLE_TYPE]; in getBoolean() local 424 final int type = data[index + STYLE_TYPE]; in getInt() local 461 final int type = data[index + STYLE_TYPE]; in getFloat() local 512 final int type = data[index + STYLE_TYPE]; in getColor() local 633 final int type = data[index + STYLE_TYPE]; in getInteger() local 682 final int type = data[index + STYLE_TYPE]; in getDimension() local [all …]
|
| /frameworks/base/libs/hwui/utils/ |
| D | TypeLogic.h | 24 using type = std::conditional_t<std::is_const<S>::value, std::add_const_t<D>, D>; member 29 using type = std::conditional_t<std::is_volatile<S>::value, std::add_volatile_t<D>, D>; member 34 using type = copy_volatile_t<copy_const_t<D, S>, S>; member
|
| /frameworks/base/tools/aapt2/ |
| D | Resource_test.cpp | 27 const ResourceType* type = ParseResourceType("anim"); in TEST() local 132 auto type = ParseResourceNamedType("anim"); in TEST() local 155 auto type = ResourceNamedTypeWithDefaultName(ResourceType::kAnim); in TEST() local
|
| /frameworks/libs/net/common/device/com/android/net/module/util/structs/ |
| D | LlaOption.java | 39 public final byte type; field in LlaOption 48 LlaOption(final byte type, final byte length, final MacAddress linkLayerAddress) { in LlaOption() 57 public static ByteBuffer build(final byte type, final MacAddress linkLayerAddress) { in build()
|