Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 3031) sorted by relevance

12345678910>>...122

/aosp12/art/compiler/optimizing/
H A Ddata_type.h50 static constexpr size_t SizeShift(Type type) { in SizeShift()
76 static constexpr size_t Size(Type type) { in Size()
103 static bool IsFloatingPointType(Type type) { in IsFloatingPointType()
107 static bool IsIntegralType(Type type) { in IsIntegralType()
126 static bool IsIntOrLongType(Type type) { in IsIntOrLongType()
130 static bool Is64BitType(Type type) { in Is64BitType()
134 static bool Is8BitType(Type type) { in Is8BitType()
138 static bool IsUnsignedType(Type type) { in IsUnsignedType()
144 static Type Kind(Type type) { in Kind()
223 static Type ToSigned(Type type) { in ToSigned()
[all …]
H A Ddata_type-inl.h26 constexpr DataType::Type DataTypeFromPrimitive(Primitive::Type type) { in DataTypeFromPrimitive()
44 constexpr Primitive::Type DataTypeToPrimitive(DataType::Type type) { in DataTypeToPrimitive()
62 constexpr DataType::Type DataType::FromShorty(char type) { in FromShorty()
66 constexpr char DataType::TypeId(DataType::Type type) { in TypeId()
/aosp12/art/runtime/arch/x86/
H A Dcallee_save_frame_x86.h51 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills()
58 static constexpr uint32_t GetFpSpills(CalleeSaveType type) { in GetFpSpills()
64 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize()
71 static constexpr QuickMethodFrameInfo GetMethodFrameInfo(CalleeSaveType type) { in GetMethodFrameInfo()
76 static constexpr size_t GetFpr1Offset(CalleeSaveType type) { in GetFpr1Offset()
83 static constexpr size_t GetGpr1Offset(CalleeSaveType type) { in GetGpr1Offset()
89 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset()
/aosp12/art/runtime/arch/x86_64/
H A Dcallee_save_frame_x86_64.h61 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills()
68 static constexpr uint32_t GetFpSpills(CalleeSaveType type) { in GetFpSpills()
75 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize()
82 static constexpr QuickMethodFrameInfo GetMethodFrameInfo(CalleeSaveType type) { in GetMethodFrameInfo()
87 static constexpr size_t GetFpr1Offset(CalleeSaveType type) { in GetFpr1Offset()
94 static constexpr size_t GetGpr1Offset(CalleeSaveType type) { in GetGpr1Offset()
100 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset()
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/
H A Dconfig_schema.json4 "type": "object", string
12 "type": "array", string
17 "type": "object", string
26 "type": "string", string
33 "type": "string", string
40 "type": "array", string
45 "type": "string", string
52 "type": "integer", string
65 "type": "string", string
80 "type": "array", string
[all …]
/aosp12/art/runtime/arch/arm/
H A Dcallee_save_frame_arm.h61 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills()
69 static constexpr uint32_t GetFpSpills(CalleeSaveType type) { in GetFpSpills()
77 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize()
84 static constexpr QuickMethodFrameInfo GetMethodFrameInfo(CalleeSaveType type) { in GetMethodFrameInfo()
89 static constexpr size_t GetFpr1Offset(CalleeSaveType type) { in GetFpr1Offset()
96 static constexpr size_t GetGpr1Offset(CalleeSaveType type) { in GetGpr1Offset()
102 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset()
/aosp12/art/runtime/arch/arm64/
H A Dcallee_save_frame_arm64.h84 static constexpr uint32_t GetCoreSpills(CalleeSaveType type) { in GetCoreSpills()
92 static constexpr uint32_t GetFpSpills(CalleeSaveType type) { in GetFpSpills()
100 static constexpr uint32_t GetFrameSize(CalleeSaveType type) { in GetFrameSize()
107 static constexpr QuickMethodFrameInfo GetMethodFrameInfo(CalleeSaveType type) { in GetMethodFrameInfo()
112 static constexpr size_t GetFpr1Offset(CalleeSaveType type) { in GetFpr1Offset()
119 static constexpr size_t GetGpr1Offset(CalleeSaveType type) { in GetGpr1Offset()
125 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset()
/aosp12/art/libdexfile/dex/
H A Dprimitive.h53 static constexpr Type GetType(char type) { in GetType()
78 static constexpr size_t ComponentSizeShift(Type type) { in ComponentSizeShift()
95 static constexpr size_t ComponentSize(Type type) { in ComponentSize()
112 static const char* Descriptor(Type type) { in Descriptor()
144 static constexpr bool IsNumericType(Type type) { in IsNumericType()
162 static constexpr bool IsSignedNumericType(Type type) { in IsSignedNumericType()
181 static constexpr size_t BitsRequiredForLargestValue(Type type) { in BitsRequiredForLargestValue()
214 static bool Is64BitType(Type type) { in Is64BitType()
/aosp12/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DBaseSettingsProviderTest.java101 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()
228 protected static void resetToDefaultsViaShell(int type, String packageName, String tag) in resetToDefaultsViaShell()
252 protected String getSetting(int type, String name) { in getSetting()
272 protected void putSetting(int type, String name, String value) { in putSetting()
292 protected static void setSettingViaShell(int type, String name, String value, in setSettingViaShell()
297 protected static void setSettingViaShell(int type, String name, String value, in setSettingViaShell()
[all …]
H A DSettingsProviderTest.java255 private void testResetModePackageDefaultsCommon(int type) throws Exception { in testResetModePackageDefaultsCommon()
354 private void testResetModeUntrustedDefaultsCommon(int type) throws Exception { in testResetModeUntrustedDefaultsCommon()
396 private void testResetModeUntrustedClearCommon(int type) throws Exception { in testResetModeUntrustedClearCommon()
438 private void testResetModeTrustedDefaultsCommon(int type) throws Exception { in testResetModeTrustedDefaultsCommon()
469 private void doTestQueryStringInBracketsViaProviderApiForType(int type) { in doTestQueryStringInBracketsViaProviderApiForType()
489 private void toTestBulkInsertViaProviderApiForType(int type) { in toTestBulkInsertViaProviderApiForType()
577 private void performSetAndGetSettingTestViaFrontEndApi(int type, int userId) in performSetAndGetSettingTestViaFrontEndApi()
589 private void performSetAndGetSettingTestViaProviderApi(int type) in performSetAndGetSettingTestViaProviderApi()
602 private void setSettingViaFrontEndApiAndAssertSuccessfulChange(final int type, in setSettingViaFrontEndApiAndAssertSuccessfulChange()
609 private void setSettingViaProviderApiAndAssertSuccessfulChange(final int type, in setSettingViaProviderApiAndAssertSuccessfulChange()
[all …]
/aosp12/system/tools/hidl/
H A DScope.cpp38 void Scope::addType(NamedType* type) { in addType()
52 for (const auto* type : mTypes) { in validateUniqueNames() local
178 for (const Type* type : mTypes) { in emitTypeDeclarations() local
187 for (const Type* type : mTypes) { in emitTypeDeclarations() local
194 for (const Type* type : mTypes) { in emitGlobalTypeDeclarations() local
200 for (const Type* type : mTypes) { in emitPackageTypeDeclarations() local
206 for (const Type* type : mTypes) { in emitPackageTypeHeaderDefinitions() local
212 for (const Type* type : mTypes) { in emitPackageHwDeclarations() local
222 for (const Type* type : mTypes) { in emitJavaTypeDeclarations() local
229 for (const Type* type : mTypes) { in emitTypeDefinitions() local
[all …]
/aosp12/system/tools/aidl/
H A Daidl_to_cpp.cpp38 std::string RawParcelMethod(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in RawParcelMethod()
140 std::string GetRawCppName(const AidlTypeSpecifier& type) { in GetRawCppName()
146 const auto& type = typenames.IsList(raw_type) ? (*raw_type.GetTypeParameters().at(0)) : raw_type; in WrapIfNullable() local
193 std::string ConstantValueDecorator(const AidlTypeSpecifier& type, const std::string& raw_value) { in ConstantValueDecorator()
219 std::string CppNameOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in CppNameOf()
237 bool IsNonCopyableType(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in IsNonCopyableType()
249 std::string ParcelReadMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in ParcelReadMethodOf()
253 std::string ParcelReadCastOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in ParcelReadCastOf()
265 std::string ParcelWriteMethodOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in ParcelWriteMethodOf()
269 std::string ParcelWriteCastOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in ParcelWriteCastOf()
[all …]
H A Daidl_to_rust.cpp42 std::string ConstantValueDecoratorInternal(const AidlTypeSpecifier& type, in ConstantValueDecoratorInternal()
78 std::string GetRawRustName(const AidlTypeSpecifier& type) { in GetRawRustName()
89 std::string GetRustName(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in GetRustName()
137 std::string ConstantValueDecorator(const AidlTypeSpecifier& type, const std::string& raw_value) { in ConstantValueDecorator()
145 std::string ConstantValueDecoratorRef(const AidlTypeSpecifier& type, const std::string& raw_value) { in ConstantValueDecoratorRef()
153 std::string RustNameOf(const AidlTypeSpecifier& type, const AidlTypenames& typenames, in RustNameOf()
269 bool TypeIsInterface(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in TypeIsInterface()
274 bool TypeHasDefault(const AidlTypeSpecifier& type, const AidlTypenames& typenames) { in TypeHasDefault()
/aosp12/frameworks/base/core/java/android/app/timezone/
H A DUtils.java24 static int validateVersion(String type, int version) { in validateVersion()
31 static String validateRulesVersion(String type, String rulesVersion) { in validateRulesVersion()
41 static <T> T validateNotNull(String type, T object) { in validateNotNull()
52 static <T> T validateConditionalNull(boolean requireNotNull, String type, T object) { in validateConditionalNull()
61 static <T> T validateNull(String type, T object) { in validateNull()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DTonesAutoTest.java37 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
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/1/android/hardware/power/
H A DIPower.aidl21 oneway void setMode(in android.hardware.power.Mode type, in boolean enabled); in setMode()
22 boolean isModeSupported(in android.hardware.power.Mode type); in isModeSupported()
23 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost()
24 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioStackEvent.java49 public int type = EVENT_TYPE_NONE; field in LeAudioStackEvent
56 LeAudioStackEvent(int type) { in LeAudioStackEvent()
74 private static String eventTypeToString(int type) { in eventTypeToString()
91 private static String eventTypeValue1ToString(int type, int value) { in eventTypeValue1ToString()
119 private static String eventTypeValue2ToString(int type, int value) { in eventTypeValue2ToString()
145 private static String eventTypeValue3ToString(int type, int value) { in eventTypeValue3ToString()
158 private static String eventTypeValue4ToString(int type, int value) { in eventTypeValue4ToString()
/aosp12/hardware/interfaces/broadcastradio/common/utils1x/
H A DUtils.cpp47 const IdentifierType type) { in bothHaveId()
52 const IdentifierType type) { in anyHaveId()
57 const IdentifierType type) { in haveEqualIds()
68 auto type = getType(a); in tunesTo() local
107 bool isAmFm(const ProgramType type) { in isAmFm()
127 static bool maybeGetId(const ProgramSelector& sel, const IdentifierType type, uint64_t* val) { in maybeGetId()
146 bool hasId(const ProgramSelector& sel, const IdentifierType type) { in hasId()
150 uint64_t getId(const ProgramSelector& sel, const IdentifierType type) { in getId()
161 uint64_t getId(const ProgramSelector& sel, const IdentifierType type, uint64_t defval) { in getId()
173 ProgramType type; in make_selector() local
/aosp12/packages/services/Car/cpp/computepipe/runner/client_interface/
H A DPipeOptionsConverter.cpp44 PipeInputConfigInputType ConvertInputType(proto::InputStreamConfig::InputType type) { in ConvertInputType()
55 PipeInputConfigCameraType ConvertCameraType(proto::CameraConfig::CameraType type) { in ConvertCameraType()
68 PipeInputConfigImageFileType ConvertImageFileType(proto::ImageFileConfig::ImageFileType type) { in ConvertImageFileType()
77 PipeInputConfigVideoFileType ConvertVideoFileType(proto::VideoFileConfig::VideoFileType type) { in ConvertVideoFileType()
84 PipeInputConfigFormatType ConvertInputFormat(proto::InputStreamConfig::FormatType type) { in ConvertInputFormat()
95 PipeOffloadConfigOffloadType ConvertOffloadType(proto::OffloadOption::OffloadType type) { in ConvertOffloadType()
108 PipeOutputConfigPacketType ConvertOutputType(proto::PacketType type) { in ConvertOutputType()
120 proto::TerminationOption::TerminationType type) { in ConvertTerminationType()
/aosp12/frameworks/base/core/java/android/app/slice/
H A DSliceQuery.java83 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()
/aosp12/hardware/google/pixel/thermal/utils/
H A Dconfig_schema.json7 "type":"object", string
15 "type":"array", string
19 "type":"object", string
31 "type":"string", string
41 "type":"string", string
51 "type":"array", string
58 "type":[ array
85 "type":[ array
134 "type":[ array
184 "type":"array", string
[all …]
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
H A DMessageFactory.h57 MessageFactory(nlmsgtype_t type, uint16_t flags) in MessageFactory()
108 void add(nlattrtype_t type, const A& attr) { in add()
113 void add(nlattrtype_t type, const std::string& s) { in add()
120 NestedGuard(MessageFactory & req, nlattrtype_t type) : mReq(req), mAttr(req.add(type)) {} in NestedGuard()
151 NestedGuard addNested(nlattrtype_t type) { return {*this, type}; } in addNested()
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dioctl.h46 #define _IOC(dir,type,nr,size) (((dir) << _IOC_DIRSHIFT) | ((type) << _IOC_TYPESHIFT) | ((nr) << _I… argument
48 #define _IO(type,nr) _IOC(_IOC_NONE, (type), (nr), 0) argument
49 #define _IOR(type,nr,size) _IOC(_IOC_READ, (type), (nr), (_IOC_TYPECHECK(size))) argument
50 #define _IOW(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
51 #define _IOWR(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), (_IOC_TYPECHECK(size))) argument
52 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument
53 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument
54 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ | _IOC_WRITE, (type), (nr), sizeof(size)) argument
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/2/android/hardware/power/
H A DIPower.aidl37 oneway void setMode(in android.hardware.power.Mode type, in boolean enabled); in setMode()
38 boolean isModeSupported(in android.hardware.power.Mode type); in isModeSupported()
39 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost()
40 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported()
/aosp12/hardware/interfaces/power/aidl/aidl_api/android.hardware.power/current/android/hardware/power/
H A DIPower.aidl37 oneway void setMode(in android.hardware.power.Mode type, in boolean enabled); in setMode()
38 boolean isModeSupported(in android.hardware.power.Mode type); in isModeSupported()
39 oneway void setBoost(in android.hardware.power.Boost type, in int durationMs); in setBoost()
40 boolean isBoostSupported(in android.hardware.power.Boost type); in isBoostSupported()

12345678910>>...122