/aosp12/system/tools/hidl/c2hal/ |
H A D | Expression.h | 37 U32 = 2, // 0b10 enumerator 46 case U32: return "U32"; in getTypeDescription() 58 case U32: return "uint32_t"; in getTypeName()
|
H A D | Expression.cpp | 38 return Type::U32; in integralType() 71 if (lhs == U32 || rhs == U32) { in coalesceTypes()
|
/aosp12/frameworks/rs/tests/cpp_api/typecheck/ |
H A D | typecheck.cpp | 56 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 D | RaHeader.java | 49 @Field(order = 3, type = Type.U32) 51 @Field(order = 4, type = Type.U32)
|
H A D | PrefixInformationOption.java | 64 @Field(order = 4, type = Type.U32) 66 @Field(order = 5, type = Type.U32)
|
H A D | MtuOption.java | 46 @Field(order = 3, type = Type.U32)
|
H A D | RdnssOption.java | 53 @Field(order = 3, type = Type.U32)
|
/aosp12/frameworks/rs/tests/java_api/LatencyBenchmark/src/com/example/android/rs/computebench/ |
H A D | Benchmark.java | 31 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 D | RsBrickedBitMask.java | 59 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 D | Struct.java | 109 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 D | more_structs.rscript | 37 // 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 D | bitfield.rscript | 15 // 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 D | TetherDevKey.java | 25 @Field(order = 0, type = Type.U32)
|
H A D | TetherDevValue.java | 25 @Field(order = 0, type = Type.U32)
|
H A D | TetherLimitKey.java | 25 @Field(order = 0, type = Type.U32)
|
H A D | TetherStatsKey.java | 25 @Field(order = 0, type = Type.U32)
|
H A D | TetherDownstream6Key.java | 35 @Field(order = 0, type = Type.U32)
|
H A D | Tether4Key.java | 33 @Field(order = 0, type = Type.U32)
|
H A D | Tether4Value.java | 33 @Field(order = 0, type = Type.U32)
|
/aosp12/frameworks/rs/tests/cpp_api/cpp-globalguard/ |
H A D | compute.cpp | 50 e = Element::U32(rs); in main()
|
/aosp12/frameworks/rs/tests/cpp_api/cppallocation/ |
H A D | compute.cpp | 27 sp<const Element> e = Element::U32(rs); in main()
|
/aosp12/frameworks/rs/tests/cpp_api/cppstrided/ |
H A D | compute.cpp | 28 sp<const Element> e = Element::U32(rs); in main()
|
/aosp12/frameworks/rs/tests/cpp_api/cppbasic-getpointer/ |
H A D | compute.cpp | 22 sp<const Element> e = Element::U32(rs); in test_compute()
|
/aosp12/frameworks/rs/tests/cpp_api/latency/ |
H A D | latency.cpp | 62 sp<const Element> e = Element::U32(rs); in main()
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | UT_foreach_multi.java | 41 Type.Builder type32Builder = new Type.Builder(RS, Element.U32(RS)); in initializeGlobals()
|