/aosp12/frameworks/compile/slang/lit-tests/padding/ |
H A D | more_structs.rscript | 36 // CHECK-JAVA-CHAR-STRUCT-NEXT: eb.add(Element.I16(rs), "f1"); 37 // CHECK-JAVA-CHAR-STRUCT-NEXT: eb.add(Element.U32(rs), "#rs_padding_1"); 39 // CHECK-JAVA-CHAR-STRUCT-NEXT: eb.add(Element.I64(rs), "f2"); 40 // CHECK-JAVA-CHAR-STRUCT-NEXT: return eb.create(); 46 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.I8(rs), "f1"); 49 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.U8(rs), "#rs_padding_3"); 50 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.I64(rs), "f2"); 51 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.I16(rs), "f3"); 54 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.I64(rs), "f4"); 55 // CHECK-JAVA-FIVE-STRUCT-NEXT: eb.add(Element.F16(rs), "f5"); [all …]
|
H A D | bitfield.rscript | 13 // CHECK-JAVA-STRUCT-NEXT: Element.Builder eb = new Element.Builder(rs); 14 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.I32(rs), "I"); 15 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.U32(rs), "#rs_padding_1"); 16 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.I64(rs), "L"); 17 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.F32(rs), "F"); 18 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.U32(rs), "#rs_padding_2"); 19 // CHECK-JAVA-STRUCT-NEXT: return eb.create();
|
H A D | small_struct.rscript | 17 // CHECK-JAVA-STRUCT-NEXT: Element.Builder eb = new Element.Builder(rs); 18 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.I32(rs), "i"); 19 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.U32(rs), "#rs_padding_1"); 20 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.I64(rs), "l"); 21 // CHECK-JAVA-STRUCT-NEXT: return eb.create();
|
H A D | small_struct_2.rscript | 17 // CHECK-JAVA-STRUCT-NEXT: Element.Builder eb = new Element.Builder(rs); 18 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.I64(rs), "l"); 19 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.I32(rs), "i"); 20 // CHECK-JAVA-STRUCT-NEXT: eb.add(Element.U32(rs), "#rs_padding_1"); 21 // CHECK-JAVA-STRUCT-NEXT: return eb.create();
|
/aosp12/frameworks/base/cmds/hid/src/com/android/commands/hid/ |
H A D | Event.java | 210 Event.Builder eb = new Event.Builder(); in getNextEvent() local 217 eb.setId(readInt()); in getNextEvent() 223 eb.setDescriptor(readData()); in getNextEvent() 226 eb.setName(mReader.nextString()); in getNextEvent() 229 eb.setVid(readInt()); in getNextEvent() 232 eb.setPid(readInt()); in getNextEvent() 235 eb.setBus(readBus()); in getNextEvent() 238 eb.setReport(readData()); in getNextEvent() 244 eb.setOutputs(readOutputs()); in getNextEvent() 247 eb.setDuration(readInt()); in getNextEvent() [all …]
|
/aosp12/frameworks/base/cmds/uinput/src/com/android/commands/uinput/ |
H A D | Event.java | 224 Event.Builder eb = new Event.Builder(); in getNextEvent() local 231 eb.setId(readInt()); in getNextEvent() 237 eb.setName(mReader.nextString()); in getNextEvent() 240 eb.setVid(readInt()); in getNextEvent() 243 eb.setPid(readInt()); in getNextEvent() 246 eb.setBus(readBus()); in getNextEvent() 251 eb.setInjections(injections); in getNextEvent() 257 eb.setFfEffectsMax(readInt()); in getNextEvent() 260 eb.setAbsInfo(readAbsInfoArray()); in getNextEvent() 263 eb.setDuration(readInt()); in getNextEvent() [all …]
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | GIFMovie.cpp | 231 ExtensionBlock* eb = frame->ExtensionBlocks + i; in drawFrame() local 232 if (eb->Function == GRAPHICS_EXT_FUNC_CODE && in drawFrame() 233 eb->ByteCount == 4) { in drawFrame() 265 ExtensionBlock* eb = frame->ExtensionBlocks + i; in checkIfWillBeCleared() local 266 if (eb->Function == GRAPHICS_EXT_FUNC_CODE && in checkIfWillBeCleared() 267 eb->ByteCount == 4) { in checkIfWillBeCleared() 269 int disposal = ((eb->Bytes[0] >> 2) & 7); in checkIfWillBeCleared() 284 if (eb->Function == GRAPHICS_EXT_FUNC_CODE && in getTransparencyAndDisposalMethod() 285 eb->ByteCount == 4) { in getTransparencyAndDisposalMethod() 286 *trans = ((eb->Bytes[0] & 1) == 1); in getTransparencyAndDisposalMethod() [all …]
|
/aosp12/build/soong/third_party/zip/ |
H A D | writer.go | 90 eb := writeBuf(buf[:]) 91 eb.uint16(zip64ExtraId) 92 eb.uint16(24) // size = 3x uint64 93 eb.uint64(h.UncompressedSize64) 94 eb.uint64(h.CompressedSize64) 95 eb.uint64(h.offset) 303 eb := writeBuf(buf[:]) 304 eb.uint16(zip64ExtraId) 305 eb.uint16(16) // size = 2x uint64 306 eb.uint64(h.UncompressedSize64) [all …]
|
H A D | reader.go | 303 eb := readBuf(b[:size]) 307 if len(eb) < 8 { 310 f.UncompressedSize64 = eb.uint64() 314 if len(eb) < 8 { 317 f.CompressedSize64 = eb.uint64() 321 if len(eb) < 8 { 324 f.headerOffset = int64(eb.uint64())
|
H A D | reader_test.go | 519 0000090 57 39 00 05 00 fa ff 00 05 00 fa ff 00 14 00 eb 521 00000b0 00 14 00 eb ff 42 88 21 c4 00 00 14 00 eb ff 42 522 00000c0 88 21 c4 00 00 14 00 eb ff 42 88 21 c4 00 00 14 523 00000d0 00 eb ff 42 88 21 c4 00 00 14 00 eb ff 42 88 21 658 0000250 94 b9 5d eb 4b a7 5c 44 bb 1e f2 3c 6b cf 52 c9 664 00002b0 52 e9 be e6 6e cf eb 9e 85 4d 65 ce cc 30 c1 44 667 00002e0 5d be de f9 e8 81 eb a5 0a a5 63 54 2c d7 1c d1 671 0000320 bb fc 6c d6 99 23 eb 36 ad c6 c5 e1 d8 e1 e2 3e 681 00003c0 a0 de 1a 66 c8 62 eb 55 8f 91 17 b4 61 42 7a 50 692 0000470 d4 13 1f e3 b8 83 ba 64 92 e7 eb e4 77 05 8f ba
|
/aosp12/system/ca-certificates/google/files/ |
H A D | 00673b5b.0 | 44 e6:eb:4d:09:a7:1c:d2:b8:c9:97:36:02:b7:89:d4: 45 24:5f:06:c0:cc:44:94:94:8d:02:62:6f:eb:5a:dd: 47 38:a0:e2:d5:54:44:eb:1d:07:9f:07:ba:6f:ee:e9: 53 d5:2f:91:cc:7c:71:72:1c:c5:c0:67:eb:32:fd:c9: 57 40:2d:eb:e8:27:85:c9:fe:61:fd:7e:e6:7c:97:1d: 71 41:11:c0:77:d9:b3:60:9d:eb:1b:d5:d1:6e:44:44:a9:a6:01: 75 6a:27:b6:a1:eb:5a:ba:98:1f:d5:e3:4d:64:0a:9d:13:c8:61: 77 10:6f:3d:8f:1b:79:76:8b:c4:37:b3:21:18:84:e5:36:00:eb:
|
H A D | 69105f4f.0 | 54 f0:b7:c5:a8:3f:95:16:d0:ff:a1:96:eb:08:5f:18: 69 32:e4:42:75:62:ae:87:eb:f2:d5:d9:de:56:b3:9f:cc:ce:14: 73 1f:e9:65:ef:87:e0:df:c1:67:49:b3:5d:eb:b2:09:2a:eb:26: 76 eb:81:2d:94:eb:42:b7:fa:8c:1e:dd:62:f1:be:50:67:b7:6c:
|
/aosp12/system/ca-certificates/files/ |
H A D | e442e424.0 | 52 83:3b:a6:64:4b:32:89:fb:16:16:38:7e:eb:43:e2: 62 87:69:b1:0e:ef:c3:89:19:eb:ea:1c:61:fc:7a:6c: 67 c4:a7:b4:04:44:eb:47:fb:e6:58:b9:f7:0c:f0:7b: 69 48:eb:7b:09:79:a9:6d:da:a8:30:98:cf:80:72:03: 75 c0:cc:77:23:34:49:75:7c:f6:98:11:eb:2d:de:ed: 76 41:2e:14:05:02:7f:e0:fe:20:eb:35:e7:11:ac:22: 80 7c:1c:eb:80:7e:db:b6:d0:dd:13:fe:c9:d3:9c:d7: 99 fe:13:8b:64:e4:d3:c1:d2:e8:84:fb:49:d1:10:4d:79:66:eb: 116 e1:60:9d:d3:ad:04:18:f4:7c:eb:5e:93:8f:53:4a:22:29:f8:
|
H A D | d59297b8.0 | 44 15:be:3a:56:a6:5a:6f:76:69:52:a9:7a:b9:c8:eb: 46 ca:3a:06:00:37:47:e4:7e:57:4f:3f:8b:eb:67:b8: 51 1f:fd:4a:10:eb:4e:82:16:3a:ac:27:0c:53:f1:ad: 68 8e:93:eb:f1:fa:17:ee:cd:4e:e3:04:12:55:d6:e5:e4:dd:fb: 73 72:d5:49:02:f6:02:e5:f4:1f:eb:7c:d9:96:55:a9:ff:ec:8a: 76 0b:a7:b6:37:81:a5:5d:8c:aa:33:5e:81:28:7c:a7:7d:27:eb:
|
H A D | 69105f4f.0 | 54 f0:b7:c5:a8:3f:95:16:d0:ff:a1:96:eb:08:5f:18: 69 32:e4:42:75:62:ae:87:eb:f2:d5:d9:de:56:b3:9f:cc:ce:14: 73 1f:e9:65:ef:87:e0:df:c1:67:49:b3:5d:eb:b2:09:2a:eb:26: 76 eb:81:2d:94:eb:42:b7:fa:8c:1e:dd:62:f1:be:50:67:b7:6c:
|
H A D | 33ee480d.0 | 62 a1:93:88:eb:c1:97:bc:8c:f9:1d:d9:22:84:24:74: 63 c7:04:3d:6a:a9:29:93:cc:eb:b8:5b:e1:fe:5f:25: 78 59:5f:97:ac:eb:ef:2e:c8:bc:d7:1b:59:3c:2b:cc: 80 9b:7f:93:fe:34:67:84:4e:99:eb:fc:b3:78:09:33: 81 70:ba:66:a6:76:ed:1b:73:eb:1a:a5:0d:c4:22:13: 105 64:98:d3:f6:28:dd:87:d8:70:65:74:fb:0e:b9:13:eb:a7:0f: 110 bf:d8:eb:6b:ac:7e:de:ec:63:33:15:b7:23:08:8f:c6:0f:8d: 123 ef:53:48:5a:eb:80:f1:28:58:21:cd:b0:06:55:fb:27:3f:53:
|
H A D | a81e292b.0 | 26 3e:8a:5d:07:ec:55:d2:32:d5:b7:e3:b6:5f:01:eb:2d:dc:e4:d6:e4 40 f4:2a:18:9d:da:d1:ae:26:ee:eb:53:dc:f4:90:d6: 44 00:1e:a8:34:47:bb:9a:eb:fe:0b:14:bd:36:84:da: 67 3b:fd:a4:6f:2b:53:00:e0:ff:39:b9:6a:07:0e:eb:1d:1c:f6: 73 9f:87:51:54:eb:a5:e3:eb:c9:85:a0:25:20:37:fb:8e:ce:0c:
|
H A D | 9339512a.0 | 57 99:1a:cd:eb:61:ab:c2:65:a6:1f:b7:b7:bd:b7:8f: 64 c3:21:bd:50:04:55:eb:b1:bb:9d:fb:45:1e:64:15: 84 6d:68:51:eb:da:3f:05:7f:8b:32:e6:13:5c:6b:fe: 87 ff:40:eb 115 3c:eb:80:27:db:f5:a6:44:0d:9f:5a:55:59:0b:d5:0d:52:48: 126 ea:4f:12:87:5e:eb:45:d8:6c:f5:98:02:d3:a0:d8:55:8a:06: 131 bc:e0:74:2b:b2:eb:7d:be:41:1b:b5:c0:46:c5:a1:22:cb:5f: 133 94:5c:23:cf:5a:27:97:5e:0b:05:06:93:37:1e:3b:69:36:eb:
|
H A D | 1f58a078.0 | 47 00:a1:ae:25:b2:01:18:dc:57:88:3f:46:eb:f9:af: 48 e2:eb:23:71:e2:9a:d1:61:66:21:5f:aa:af:27:51: 58 6d:f8:49:ab:3e:3b:ba:b8:d7:80:01:fb:a5:eb:5b: 69 45:06:d0:23:3a:db:eb:65:5d:2a:11:11:f0:3b:4f: 75 0b:c3:eb:15:6e:f8:a4:19:d9:a2:ab:af:e2:27:52: 79 16:d0:eb:de:0b:af:3e:04:10:45:65:58:50:38:af: 91 91:df:80:3f:43:09:7e:71:c2:f7:eb:b3:88:8f:e1:51:b2:bc:
|
H A D | 82223c44.0 | 48 83:52:eb:ea:1c:61:15:48:bb:1d:07:ca:8c:ae:b0: 71 d5:6c:b5:4d:b3:33:e0:61:eb:5d:be:e9:98:0f:32: 103 f2:77:ab:43:22:0a:c7:eb:b6:0c:84:82:2c:80:6b:41:8a:08: 104 c0:eb:a5:6b:df:99:12:cb:8a:d5:5e:80:0c:91:e0:26:08:36: 107 ba:d5:ec:32:ae:c0:aa:ac:f7:d1:7a:4d:eb:d4:07:e2:48:f7: 108 22:8e:b0:a4:9f:6a:ce:8e:b2:b2:60:f4:a3:22:d0:23:eb:94: 113 99:cc:be:ad:20:de:26:60:1c:eb:56:51:a6:a3:ea:e4:a3:3f:
|
H A D | 9576d26b.0 | 66 f3:eb:2e:05:6f:d9:1b:cf:37:76:04:c8:b4:5a:e4: 69 08:65:d4:ae:b2:36:0d:eb:ba:38:ba:0c:e5:9b:9e: 70 eb:8d:66:dd:99:cf:d6:89:41:f6:04:92:8a:29:29: 103 7b:eb:30:d0:dc:4d:af:c5:d5:b6:a5:4c:5b:71:c9:e8:31:be: 107 e2:ec:ee:96:5b:90:13:4e:1e:56:3a:eb:b0:ef:96:bb:96:23: 111 a8:27:a2:75:be:6e:81:3e:d7:c0:eb:1b:98:0f:70:5c:34:b2: 112 8a:cc:c0:85:18:eb:6e:7a:b3:f7:5a:a1:07:bf:a9:42:92:f3:
|
/aosp12/frameworks/compile/slang/tests/P_reflection3264_divergent_support/ |
H A D | ScriptField_Divergent.java.expect | 46 Element.Builder eb = new Element.Builder(rs); 47 eb.add(Element.I32(rs), "i"); 49 eb.add(Element.U32(rs), "#rs_padding_1"); 52 eb.add(Element.ALLOCATION(rs), "a"); 53 eb.add(Element.I32(rs), "j"); 55 eb.add(Element.U32(rs), "#rs_padding_2"); 58 return eb.create();
|
H A D | ScriptField_DivergentNest.java.expect | 47 Element.Builder eb = new Element.Builder(rs); 48 eb.add(Element.I32(rs), "x"); 50 eb.add(Element.U32(rs), "#rs_padding_1"); 53 eb.add(ScriptField_Divergent.createElement(rs), "d"); 54 eb.add(Element.I32(rs), "y"); 56 eb.add(Element.U32(rs), "#rs_padding_2"); 59 return eb.create();
|
/aosp12/frameworks/compile/slang/tests/P_reflection3264_divergent/ |
H A D | ScriptField_Divergent.java.expect | 49 Element.Builder eb = new Element.Builder(rs); 50 eb.add(Element.I32(rs), "i"); 52 eb.add(Element.U32(rs), "#rs_padding_1"); 55 eb.add(Element.ALLOCATION(rs), "a"); 56 eb.add(Element.I32(rs), "j"); 58 eb.add(Element.U32(rs), "#rs_padding_2"); 61 return eb.create();
|
/aosp12/frameworks/compile/slang/tests/P_struct_field/ |
H A D | ScriptField_InnerTwo.java.expect | 49 Element.Builder eb = new Element.Builder(rs); 50 eb.add(Element.I8(rs), "z"); 51 eb.add(Element.U16(rs), "#rs_padding_1"); 52 eb.add(Element.U8(rs), "#rs_padding_2"); 53 eb.add(ScriptField_InnerOne.createElement(rs), "innerOne"); 54 return eb.create();
|