Home
last modified time | relevance | path

Searched +defs:type +defs:base (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockTargetStateAnalysis.java45 BasicValue base = super.naryOperation(inst, args); in naryOperation() local
68 public BasicValue newValue(Type type) { in newValue()
69 BasicValue base = super.newValue(type); in newValue() local
90 BasicValue base = super.merge(v1, v2); in merge() local
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java414 final int base = mHeaderPaddingTop - mTextMetrics.ascent + 1; in drawLabels() local
425 .toString(), 1, base, mTextPaint); in drawLabels() local
433 .toString(), 1 + itemW, base, mTextPaint); in drawLabels() local
438 .toString(), 1 + itemW * 2, base, mTextPaint); in drawLabels() local
447 .toString(), 1 + itemW, base, mTextPaint); in drawLabels() local
453 .toString(), 1 + itemW * 2, base, mTextPaint); in drawLabels() local
460 .toString(), 1 + itemW * 3, base, mTextPaint); in drawLabels() local
466 .toString(), 1 + itemW * 4, base, mTextPaint); in drawLabels() local
474 .toString(), 1 + itemW * 5, base, mTextPaint); in drawLabels() local
481 .toString(), 1 + itemW * 6, base, mTextPaint); in drawLabels() local
[all …]
/frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
DLocalServiceKeeperRule.java43 public <T> void overrideLocalService(Class<T> type, T service) { in overrideLocalService()
62 public Statement apply(Statement base, Description description) { in apply()
/frameworks/base/core/java/android/window/
DWindowContext.java76 public WindowContext(@NonNull Context base, int type, @Nullable Bundle options) { in WindowContext()
/frameworks/base/core/java/android/util/
DTypedValue.java193 public int type; field in TypedValue
706 public static float complexToFraction(int data, float base, float pbase) in complexToFraction()
730 public float getFraction(float base, float pbase) in getFraction()
769 public static final String coerceToString(int type, int data) in coerceToString()
/frameworks/av/media/libstagefright/
DOggWriter.cpp40 static inline void writeint(char *buf, int base, int32_t val) { in writeint()
123 uint32_t type; in addSource() local
DFrameDecoder.cpp62 uint32_t type; in allocVideoFrame() local
173 uint32_t *type = NULL, const void **data = NULL, size_t *size = NULL) { in findThumbnailInfo()
787 uint8_t *base; in captureSurface() local
832 uint32_t type; in onGetFormatAndSeekOptions() local
/frameworks/base/core/java/android/content/res/
DTypedArray.java230 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
342 final int type = data[index + STYLE_TYPE]; in getNonConfigurationString() local
389 final int type = data[index + STYLE_TYPE]; in getBoolean() local
428 final int type = data[index + STYLE_TYPE]; in getInt() local
465 final int type = data[index + STYLE_TYPE]; in getFloat() local
516 final int type = data[index + STYLE_TYPE]; in getColor() local
637 final int type = data[index + STYLE_TYPE]; in getInteger() local
686 final int type = data[index + STYLE_TYPE]; in getDimension() local
[all …]
DResources.java872 public float getFraction(@FractionRes int id, int base, int pbase) { in getFraction()
2420 int type; in parseBundleExtras() local
2553 XmlResourceParser loadXmlResourceParser(@AnyRes int id, @NonNull String type) in loadXmlResourceParser()
2583 String type) throws NotFoundException { in loadXmlResourceParser()
/frameworks/proto_logging/stats/stats_log_api_gen/
Dutils.cpp43 size_t base = 0; in Split() local
165 const char* cpp_type_name(java_type_t type, bool isVendorAtomLogging) { in cpp_type_name()
200 const char* java_type_name(java_type_t type) { in java_type_name()
236 bool is_repeated_field(java_type_t type) { in is_repeated_field()
250 bool is_primitive_field(java_type_t type) { in is_primitive_field()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperDataParser.java96 final String base = new File(getWallpaperDir(userId), WALLPAPER_INFO).getAbsolutePath(); in makeJournaledFile() local
173 int type; in loadSettingsLocked() local
595 String type = null; in restoreNamedResourceLocked() local
/frameworks/av/media/audioaidlconversion/
DAidlConversionCppNdk.cpp395 AudioDeviceDescription make_AudioDeviceDescription(AudioDeviceType type, in make_AudioDeviceDescription()
595 AudioFormatDescription make_AudioFormatDescription(AudioFormatType type) { in make_AudioFormatDescription()
862 const char* func, const char* type) -> ConversionResult<audio_channel_mask_t> { in aidl2legacy_AudioChannelLayout_audio_channel_mask_t()
939 const char* func, const char* type) -> ConversionResult<AudioChannelLayout> { in legacy2aidl_audio_channel_mask_t_AudioChannelLayout()
2005 audio_config_base_t base = VALUE_OR_RETURN( in aidl2legacy_AudioOffloadInfo_audio_offload_info_t() local
2033 const audio_config_base_t base = { .sample_rate = legacy.sample_rate, in legacy2aidl_audio_offload_info_t_AudioOffloadInfo() local
2062 ConversionResult<AudioPortDirection> portDirection(audio_port_role_t role, audio_port_type_t type) { in portDirection()
2091 ConversionResult<audio_port_role_t> portRole(AudioPortDirection direction, audio_port_type_t type) { in portRole()
2132 const audio_config_base_t base = { .sample_rate = legacy.sample_rate, in legacy2aidl_audio_config_t_AudioConfig() local
2330 audio_port_config_ext* legacy, audio_port_type_t* type) { in aidl2legacy_AudioPortExt_audio_port_config_ext()
[all …]
/frameworks/base/tools/split-select/
DMain.cpp71 void generate(const KeyedVector<String8, Vector<SplitDescription> >& splits, const String8& base) { in generate()
178 uint16_t type = xml.getAttributeDataType(idx); in getAppInfo() local
/frameworks/base/core/java/android/os/
DEnvironment.java200 public File getExternalStoragePublicDirectory(String type) { in getExternalStoragePublicDirectory()
204 public File[] buildExternalStoragePublicDirs(String type) { in buildExternalStoragePublicDirs()
1092 public static File getExternalStoragePublicDirectory(String type) { in getExternalStoragePublicDirectory()
1556 public static File[] buildPaths(File[] base, String... segments) { in buildPaths()
1570 public static File buildPath(File base, String... segments) { in buildPath()
/frameworks/av/media/codec2/tests/
DC2Param_test.cpp1201 C2Param::Type type = C2NumberTuning::PARAM_TYPE; in TEST_F() local
1392 C2Param::Type type = C2NumberPortTuning::input::PARAM_TYPE; in TEST_F() local
1626 C2Param::Type type = C2NumberStreamTuning::input::PARAM_TYPE; in TEST_F() local
1705 struct base { enum : uint32_t { CORE_INDEX = 1 }; }; in StaticTestAddCoreIndex() struct
1798 C2Param::Type type = C2NumbersTuning::PARAM_TYPE; in TEST_F() local
1988 C2Param::Type type = C2NumbersPortTuning::input::PARAM_TYPE; in TEST_F() local
2221 C2Param::Type type = C2NumbersStreamTuning::input::PARAM_TYPE; in TEST_F() local
/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java266 int type; in skipCurrentTag() local
321 int base = 10; in convertValueToInt() local
366 int base = 10; in parseUnsignedIntAttribute() local
1690 int type; in beginDocument() local
1709 int type; in nextElement() local
1719 int type = parser.next(); in nextElementWithin() local
/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator.cpp376 ConfigDescription ModifyConfigForPseudoLocale(const ConfigDescription& base, in ModifyConfigForPseudoLocale()
548 for (auto& type : package->types) { in Consume() local
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp137 C2Param::Type type = desc->index(); in addSupportedProfileLevels() local
486 std::string base = "/apex/com.android.media/etc/formatshaper"; in buildMediaCodecList() local
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DDatabaseHelper.java2062 int type; in loadBookmarks() local
2555 int type = SystemProperties.getInt("ro.telephony.default_cdma_sub", in loadGlobalSettings() local
2616 private void loadFractionSetting(SQLiteStatement stmt, String key, int resid, int base) { in loadFractionSetting()
/frameworks/base/core/java/android/content/
DContextWrapper.java95 public ContextWrapper(Context base) { in ContextWrapper()
106 protected void attachBaseContext(Context base) { in attachBaseContext()
307 public @Nullable File getExternalFilesDir(@Nullable String type) { in getExternalFilesDir()
312 public File[] getExternalFilesDirs(String type) { in getExternalFilesDirs()
1159 public Context createWindowContext(@WindowType int type, @Nullable Bundle options) { in createWindowContext()
1165 public Context createWindowContext(@NonNull Display display, @WindowType int type, in createWindowContext()
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp297 uint8_t *C2WriteView::base() { return mImpl->data(); } in base() function in C2WriteView
310 void *base = nullptr; in map() local
340 void *base = nullptr; in map() local
1613 type_t type() const { return mType; } in type() function in C2BufferData::Impl
1627 C2BufferData::type_t C2BufferData::type() const { return mImpl->type(); } in type() function in C2BufferData
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java256 final int type = mOneShotAnimationType; in takeOneShotEnterAnimationType() local
648 final Rect base = getBaseValue(); in ofBounds() local
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1523 uint8_t type = attr->typedValue.dataType; in getAttributeDataType() local
1884 const uint16_t type = dtohs(chunk->type); in setTo() local
2044 /* static */ size_t unpackLanguageOrRegion(const char in[2], const char base, in unpackLanguageOrRegion()
2076 /* static */ void packLanguageOrRegion(const char* in, const char base, in packLanguageOrRegion()
3718 const ResTable_type* type; member
4139 const uint8_t type = te.value.dataType; in getAttribute() local
5041 Type* type = typeList.editItemAt(ts); in setParameters() local
5093 const char16_t* type, size_t typeLen, in identifierForName()
5382 uint8_t type; member
5769 String16 package, type, name; in stringToValue() local
[all …]
/frameworks/rs/driver/
DrsdAllocation.cpp300const Type *type, uint8_t *ptr, size_t requiredAlignment) { in AllocationBuildPointerTable()
356 const Type *type, uint8_t *ptr) { in AllocationBuildPointerTable()
503 const Allocation *base = alloc->mHal.state.baseAlloc; in rsdAllocationAdapterOffset() local
504 const Type *type = alloc->mHal.state.type; in rsdAllocationAdapterOffset() local
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceUtils.cpp120 double base = _mNum / _mDenom; in contains() local
823 C2FieldUtils::Info::type_t C2FieldUtils::Info::type() const { in type() function in C2FieldUtils::Info

12