Searched refs:_type (Results 1 – 9 of 9) sorted by relevance
222 #define DEFINE_CAST_OPERATORS(_type) \223 inline static _type* From(C2Param *other) { \224 return (_type*)C2Param::ifSuitable( \225 other, sizeof(_type),_type::typeIndex, _type::flexSize, \226 (_type::typeIndex & T::Index::kDirUndefined) != T::Index::kDirUndefined); \228 inline static const _type* From(const C2Param *other) { \229 return const_cast<const _type*>(From(const_cast<C2Param *>(other))); \231 inline static _type* From(std::nullptr_t) { return nullptr; } \241 #define DEFINE_FLEXIBLE_ALLOC(_type, S, ptr) \243 inline static std::ptr##_ptr<_type> alloc_##ptr(size_t flexCount, const Args(&... args)) { \[all …]
909 typedef C2##name##Struct _type; /**< type name shorthand */ \1015 C2FieldDescriptor(&((_type*)(nullptr))->member, name),1019 C2FieldDescriptor(&_type::member, name, 0)
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
56 BasePermission(String _name, String _sourcePackage, int _type) { in BasePermission() argument59 type = _type; in BasePermission()
1937 public LayoutParams(int _type) { in LayoutParams() argument1939 type = _type; in LayoutParams()1943 public LayoutParams(int _type, int _flags) { in LayoutParams() argument1945 type = _type; in LayoutParams()1950 public LayoutParams(int _type, int _flags, int _format) { in LayoutParams() argument1952 type = _type; in LayoutParams()1957 public LayoutParams(int w, int h, int _type, int _flags, int _format) { in LayoutParams() argument1959 type = _type; in LayoutParams()1964 public LayoutParams(int w, int h, int xpos, int ypos, int _type, in LayoutParams() argument1969 type = _type; in LayoutParams()
225 uint64_t _type = (uint64_t)(uintptr_t)type; in TypeGetNativeData() local227 GetIContextHandle(context)->typeGetNativeMetadata(_type, in TypeGetNativeData()423 uint64_t _type = (uint64_t)(uintptr_t)type; in AllocationCreateTyped() local426 uint64_t allocation = GetIContextHandle(context)->allocationCreateTyped(_type, in AllocationCreateTyped()436 uint64_t _type = (uint64_t)(uintptr_t)type; in AllocationCreateFromBitmap() local441 uint64_t allocation = GetIContextHandle(context)->allocationCreateFromBitmap(_type, in AllocationCreateFromBitmap()450 uint64_t _type = (uint64_t)(uintptr_t)type; in AllocationCubeCreateFromBitmap() local455 …uint64_t allocation = GetIContextHandle(context)->allocationCubeCreateFromBitmap(_type, (Allocatio… in AllocationCubeCreateFromBitmap()970 std::vector<Type> _type(typeSize / sizeof(RsType)); in ScriptGroupCreate() local984 for (size_t i = 0; i < _type.size(); i++) { in ScriptGroupCreate()[all …]
142 using _type = typename std::aligned_union<0, Ts...>::type; ///< storage type143 _type mValue; ///< storage162 sizeof(_type), reinterpret_cast<T*>(&mValue), std::forward<Args>(args)...); in emplace()
2295 public Alarm(int _type, long _when, long _whenElapsed, long _windowLength, long _maxWhen, in Alarm() argument2299 type = _type; in Alarm()2301 wakeup = _type == AlarmManager.ELAPSED_REALTIME_WAKEUP in Alarm()2302 || _type == AlarmManager.RTC_WAKEUP; in Alarm()2311 statsTag = makeTag(_op, _listenerTag, _type); in Alarm()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...