Home
last modified time | relevance | path

Searched refs:U32 (Results 1 – 25 of 74) sorted by relevance

123

/aosp12/system/tools/hidl/c2hal/
H A DExpression.h37 U32 = 2, // 0b10 enumerator
46 case U32: return "U32"; in getTypeDescription()
58 case U32: return "uint32_t"; in getTypeName()
H A DExpression.cpp38 return Type::U32; in integralType()
71 if (lhs == U32 || rhs == U32) { in coalesceTypes()
/aosp12/frameworks/rs/tests/cpp_api/typecheck/
H A Dtypecheck.cpp56 TEST_ELEM(ENAME, U32) \
68 TEST_ELEM_ALL(U32) in TEST_ELEM_ALL()
97 EXECUTE_TEST_ELEM_ALL(U32); in TEST_ELEM_ALL()
/aosp12/frameworks/libs/net/common/device/com/android/net/module/util/structs/
H A DRaHeader.java49 @Field(order = 3, type = Type.U32)
51 @Field(order = 4, type = Type.U32)
H A DPrefixInformationOption.java64 @Field(order = 4, type = Type.U32)
66 @Field(order = 5, type = Type.U32)
H A DMtuOption.java46 @Field(order = 3, type = Type.U32)
H A DRdnssOption.java53 @Field(order = 3, type = Type.U32)
/aosp12/frameworks/rs/tests/java_api/LatencyBenchmark/src/com/example/android/rs/computebench/
H A DBenchmark.java31 ain = Allocation.createSized(rs, Element.U32(mRS), 10000); in Benchmark()
32 aout = Allocation.createSized(rs, Element.U32(mRS), 10000); in Benchmark()
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DRsBrickedBitMask.java59 Type.Builder b = new Type.Builder(state.mRs, android.renderscript.Element.U32(state.mRs)); in RsBrickedBitMask()
83 Type.Builder b = new Type.Builder(rs, android.renderscript.Element.U32(rs)); in createChunkAllocation()
/aosp12/frameworks/libs/net/common/device/com/android/net/module/util/
H A DStruct.java109 U32, // unsigned int, size = 4 bytes enumConstant
172 case U32: in checkAnnotationType()
221 case U32: in getFieldLength()
357 case U32: in getFieldValue()
450 case U32: in putFieldValue()
/aosp12/frameworks/compile/slang/lit-tests/padding/
H A Dmore_structs.rscript37 // CHECK-JAVA-CHAR-STRUCT-NEXT: eb.add(Element.U32(rs), "#rs_padding_1");
47 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.U32(rs), "#rs_padding_1");
52 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.U32(rs), "#rs_padding_4");
56 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.U32(rs), "#rs_padding_6");
H A Dbitfield.rscript15 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.U32(rs), "#rs_padding_1");
18 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.U32(rs), "#rs_padding_2");
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DTetherDevKey.java25 @Field(order = 0, type = Type.U32)
H A DTetherDevValue.java25 @Field(order = 0, type = Type.U32)
H A DTetherLimitKey.java25 @Field(order = 0, type = Type.U32)
H A DTetherStatsKey.java25 @Field(order = 0, type = Type.U32)
H A DTetherDownstream6Key.java35 @Field(order = 0, type = Type.U32)
H A DTether4Key.java33 @Field(order = 0, type = Type.U32)
H A DTether4Value.java33 @Field(order = 0, type = Type.U32)
/aosp12/frameworks/rs/tests/cpp_api/cpp-globalguard/
H A Dcompute.cpp50 e = Element::U32(rs); in main()
/aosp12/frameworks/rs/tests/cpp_api/cppallocation/
H A Dcompute.cpp27 sp<const Element> e = Element::U32(rs); in main()
/aosp12/frameworks/rs/tests/cpp_api/cppstrided/
H A Dcompute.cpp28 sp<const Element> e = Element::U32(rs); in main()
/aosp12/frameworks/rs/tests/cpp_api/cppbasic-getpointer/
H A Dcompute.cpp22 sp<const Element> e = Element::U32(rs); in test_compute()
/aosp12/frameworks/rs/tests/cpp_api/latency/
H A Dlatency.cpp62 sp<const Element> e = Element::U32(rs); in main()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_foreach_multi.java41 Type.Builder type32Builder = new Type.Builder(RS, Element.U32(RS)); in initializeGlobals()

123