Home
last modified time | relevance | path

Searched refs:Elem (Results 1 – 12 of 12) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml_test.go158 if typе.Elem(arch).Kind(arch) != cpp_types.Int32T {
211 if typе.Elem(arch).Kind(arch) != cpp_types.UInt32T {
255 if typе.Elem(arch).Kind(arch) != cpp_types.Int64T {
297 if typе.Elem(arch).Kind(arch) != cpp_types.Ptr {
301 if typе.Elem(arch).Elem(arch).Kind(arch) != cpp_types.Opaque {
335 if typе.Elem(arch) != cpp_types.UInt64TType {
340 if typе.Elem(arch).Kind(arch) != cpp_types.Ptr {
344 if typе.Elem(arch).Elem(arch).Kind(arch) != cpp_types.Opaque {
381 typе.Elem(arch).Kind(arch) != cpp_types.Func {
385 if typе.Elem(arch).Elem(arch).Kind(arch) != cpp_types.Void {
[all …]
Dcpp_types.go36 Elem(arch Arch) Type methodSpec
454 func (typе *opaqueType) Elem(Arch) Type { func
499 func (typе *aliasType) Elem(arch Arch) Type { func
554 func (typе *fixedType) Elem(Arch) Type { func
701 func (typе *archDependentType) Elem(arch Arch) Type { func
706 return typе.arm_type.Elem(arch)
708 return typе.arm64_type.Elem(arch)
710 return typе.riscv32_type.Elem(arch)
712 return typе.riscv64_type.Elem(arch)
714 return typе.x86_type.Elem(arch)
[all …]
Dvulkan_types.go221 typе.Elem(arch).Kind(arch) == cpp_types.Ptr &&
222 typе.Elem(arch).Elem(arch).Kind(arch) == cpp_types.Opaque &&
223 typе.Elem(arch).Elem(arch).Name(arch) == fmt.Sprintf("struct %s_T", typе.Name(arch))
228 typе.Elem(arch).Kind(arch) == cpp_types.UInt64T
Dgen_vulkan.go383 base_name := typе.Elem(cpp_types.FirstArch).Name(cpp_types.FirstArch)
385 if base_name != typе.Elem(arch).Name(arch) {
396 …ypes.FirstArch) + "\" refers to undefined type: \"" + alias_types_list[0].Elem(cpp_types.FirstArch…
401 …if _, ok := printed_aliases[typе.Elem(cpp_types.FirstArch).Name(cpp_types.FirstArch)]; ok || !isAl…
403 base_type := typе.Elem(cpp_types.FirstArch)
461 …_, err = fmt.Fprintf(w, "enum %s : %s {\n", name, typе.Elem(cpp_types.FirstArch).Name(cpp_types.Fi…
484 if isInt32T(typе.Elem(cpp_types.FirstArch)) {
486 } else if isUInt32T(typе.Elem(cpp_types.FirstArch)) {
488 } else if isInt64T(typе.Elem(cpp_types.FirstArch)) {
587 …if typе.Kind(cpp_types.FirstArch) != cpp_types.Alias || typе.Elem(cpp_types.FirstArch).Kind(cpp_ty…
[all …]
Dvulkan_xml.go626 extended_with = &types[name].Elem(cpp_types.FirstArch).(*extendedStruct).extended_with
640 typе = typе.Elem(cpp_types.FirstArch)
652 pointee_type := field.Type().Elem(cpp_types.FirstArch)
658 pointee_type.Elem(cpp_types.FirstArch).Kind(cpp_types.FirstArch) == cpp_types.Opaque {
659 …if field_type, ok := types[pointee_type.Elem(cpp_types.FirstArch).Name(cpp_types.FirstArch)]; ok &…
687 cpp_types.PointerType(field_info.Type().Elem(cpp_types.FirstArch)),
1174 length_type = length_type.Elem(cpp_types.FirstArch)
1176 length_type = length_type.Elem(cpp_types.FirstArch)
1206 element_type := typе.Elem(cpp_types.FirstArch)
1208 element_type = element_type.Elem(cpp_types.FirstArch)
[all …]
/frameworks/av/media/module/codecs/mp3dec/src/
Dpvmp3_getbits.cpp117 uint8 Elem = 0; /* Needs to be same type as pInput->pBuffer */ in getNbits() local
147 Elem = *(ptBitStream->pBuffer + module(offset, BUFSIZE)); in getNbits()
151 returnValue = (((uint32)(Elem)) << 24) | in getNbits()
178 uint8 Elem = 0; /* Needs to be same type as pInput->pBuffer */ in getUpTo9bits() local
191 Elem = *(ptBitStream->pBuffer + module(offset, BUFSIZE)); in getUpTo9bits()
196 Elem = *(ptBitStream->pBuffer + module(offset, BUFSIZE)); in getUpTo9bits()
200 returnValue = (((uint16)(Elem)) << 8) | in getUpTo9bits()
224 uint8 Elem = 0; /* Needs to be same type as pInput->pBuffer */ in getUpTo17bits() local
238 Elem = *(ptBitStream->pBuffer + module(offset, BUFSIZE)); in getUpTo17bits()
244 Elem = *(ptBitStream->pBuffer + module(offset, BUFSIZE)); in getUpTo17bits()
[all …]
/frameworks/base/cmds/incidentd/src/
DSection.cpp641 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
642 BinaryLogEntry::Elem::EVENT_TYPE_INT); in BlockingCall()
643 proto.write(BinaryLogEntry::Elem::VAL_INT32, (int)elem.data.int32); in BlockingCall()
646 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
647 BinaryLogEntry::Elem::EVENT_TYPE_LONG); in BlockingCall()
648 proto.write(BinaryLogEntry::Elem::VAL_INT64, (long long)elem.data.int64); in BlockingCall()
651 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
652 BinaryLogEntry::Elem::EVENT_TYPE_STRING); in BlockingCall()
653 proto.write(BinaryLogEntry::Elem::VAL_STRING, elem.data.string, elem.len); in BlockingCall()
656 proto.write(BinaryLogEntry::Elem::TYPE, in BlockingCall()
[all …]
/frameworks/av/services/mediametrics/include/mediametricsservice/
DAnalyticsActions.h40 using Elem = mediametrics::Item::Prop::Elem;
55 using Trigger = std::pair<std::string, Elem>;
DTimeMachine.h68 using Elem = Item::Prop::Elem; // use the Item property element.
69 using PropertyHistory = std::multimap<int64_t /* time */, Elem>;
150 Elem el{std::forward<T>(e)}; in REQUIRES()
/frameworks/base/core/proto/android/util/
Dlog.proto65 message Elem { message
86 repeated Elem elems = 7;
/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h757 using Elem = std::variant<
829 const Elem& get() const { in get()
883 Elem mElem;
1064 const Prop::Elem* get(const char *key) const { in get()
1120 bool hasPropElem(const char *propName, const Prop::Elem& elem) const { in hasPropElem()
1122 const Prop::Elem *e = get(propName); in hasPropElem()
1152 const char *url, const Prop::Elem& elem) const { in recursiveWildcardCheckElem()
1160 const char *itemKeyPtr, const char *url, const Prop::Elem& elem) const { in recursiveWildcardCheckElem()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt56930 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_FLOAT:I
56931 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_INT:I
56932 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_LIST:I
56933 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_LIST_STOP:I
56934 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_LONG:I
56935 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_STRING:I
56936 Landroid/util/BinaryLogEntry$Elem;->EVENT_TYPE_UNKNOWN:I
56937 Landroid/util/BinaryLogEntry$Elem;->TYPE:J
56938 Landroid/util/BinaryLogEntry$Elem;->VAL_FLOAT:J
56939 Landroid/util/BinaryLogEntry$Elem;->VAL_INT32:J
[all …]