/device/google/wahoo/sepolicy/vendor/ |
D | bug_map | 1 apexd metadata_file dir b/149317789 2 bootanim vendor_default_prop file b/79617173 3 drmserver app_data_file dir b/77869200 4 drmserver sdcardfs dir b/77869200 5 hal_audio_default default_prop file b/77926553 6 hal_audio_default priv_app fd b/77926553 7 hal_bluetooth_default ramdump_vendor_data_file dir b/124682886 8 hal_camera_default camera_vendor_data_file dir b/77865891 9 hal_camera_default debugfs dir b/77865891 10 hal_camera_default radio_prop file b/77865891 [all …]
|
/device/google/bonito-sepolicy/vendor/google/ |
D | bug_map | 1 bootanim vendor_default_prop file b/78460200 2 cdsprpcd system_file dir b/109882276 3 dataservice_app vendor_default_prop file b/78460200 4 drmserver sdcardfs dir b/77869200 5 e2fs tmpfs lnk_file b/133126350 6 hal_bluetooth_default hal_bluetooth_default socket b/132313059 7 hal_rcsservice sysfs_soc dir b/78460200 8 hardware_info_app sysfs_msm_subsys dir b/78460200 9 init persist_block_device lnk_file b/133126350 10 init vendor_firmware_file filesystem b/133126350 [all …]
|
/device/google/crosshatch-sepolicy/vendor/google/ |
D | bug_map | 1 bootanim vendor_default_prop file b/79617173 2 cdsprpcd system_file dir b/109882276 3 dataservice_app vendor_default_prop file b/79617173 4 factory_ota_app vendor_default_prop file b/79617173 5 hal_bluetooth_default hal_bluetooth_default socket b/126576829 6 hal_bluetooth_default ramdump_vendor_data_file dir b/129298416 7 hal_camera_default persist_file file b/123018469 8 hal_health_default persist_file dir b/127303305 9 hal_health_default persist_file file b/127303305 10 hal_health_default sysfs_usb_c dir b/126568362 [all …]
|
/device/generic/goldfish/sepolicy/common/ |
D | bug_map | 1 gsid gsid capability b/146356992 2 hal_wifi_default default_prop file b/131598173 3 hal_wifi_default vendor_default_prop property_service b/131598173 4 init unlabeled dir b/131596633 5 init vendor_toolbox_exec file b/132695863 6 installd device file b/131595213 7 kernel kernel system b/131597442 8 netd device file b/131598170 9 platform_app vendor_default_prop file b/130684647 10 priv_app property_socket sock_file b/131598844 [all …]
|
/device/google/coral/ |
D | init.msm.usb.configfs.rc | 31 rm /config/usb_gadget/g1/configs/b.1/f1 32 rm /config/usb_gadget/g1/configs/b.1/f2 33 rm /config/usb_gadget/g1/configs/b.1/f3 34 rm /config/usb_gadget/g1/configs/b.1/f4 35 rm /config/usb_gadget/g1/configs/b.1/f5 36 rm /config/usb_gadget/g1/configs/b.1/f6 37 rm /config/usb_gadget/g1/configs/b.1/f7 38 rm /config/usb_gadget/g1/configs/b.1/f8 39 rm /config/usb_gadget/g1/configs/b.1/f9 42 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "msc" [all …]
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-mem.c | 51 xf_mm_block_t *b = (xf_mm_block_t *)addr; in xf_mm_block_init() local 54 return b->l_node.color = size, b; in xf_mm_block_init() 58 static inline int xf_mm_block_length_less(xf_mm_block_t *b, u32 size) in xf_mm_block_length_less() argument 61 return (b->l_node.color < size); in xf_mm_block_length_less() 65 static inline u32 xf_mm_block_length(xf_mm_block_t *b) in xf_mm_block_length() argument 68 return (b->l_node.color & ~1); in xf_mm_block_length() 72 static inline u32 xf_mm_block_length_add(xf_mm_block_t *b, u32 size) in xf_mm_block_length_add() argument 75 return ((b->l_node.color += size) & ~1); in xf_mm_block_length_add() 79 static inline u32 xf_mm_block_length_sub(xf_mm_block_t *b, u32 size) in xf_mm_block_length_sub() argument 82 return ((b->l_node.color -= size) & ~1); in xf_mm_block_length_sub() [all …]
|
/device/generic/goldfish-opengl/android-emu/android/base/files/ |
D | Stream.cpp | 34 uint8_t b[2] = { (uint8_t)(value >> 8), (uint8_t)value }; in putBe16() local 35 write(b, 2U); in putBe16() 39 uint8_t b[2] = { 0, 0 }; in getBe16() local 40 read(b, 2U); in getBe16() 41 return ((uint16_t)b[0] << 8) | (uint16_t)b[1]; in getBe16() 45 uint8_t b[4] = { in putBe32() local 50 write(b, 4U); in putBe32() 54 uint8_t b[4] = { 0, 0, 0, 0 }; in getBe32() local 55 read(b, 4U); in getBe32() 56 return ((uint32_t)b[0] << 24) | in getBe32() [all …]
|
/device/google/crosshatch/json-c/ |
D | linkhash.c | 158 #define mix(a,b,c) \ argument 160 a -= c; a ^= rot(c, 4); c += b; \ 161 b -= a; b ^= rot(a, 6); a += c; \ 162 c -= b; c ^= rot(b, 8); b += a; \ 163 a -= c; a ^= rot(c,16); c += b; \ 164 b -= a; b ^= rot(a,19); a += c; \ 165 c -= b; c ^= rot(b, 4); b += a; \ 193 #define final(a,b,c) \ argument 195 c ^= b; c -= rot(b,14); \ 197 b ^= a; b -= rot(a,25); \ [all …]
|
D | json_util.h | 18 #define json_min(a,b) ((a) < (b) ? (a) : (b)) argument 22 #define json_max(a,b) ((a) > (b) ? (a) : (b)) argument
|
/device/google/bonito/json-c/ |
D | linkhash.c | 158 #define mix(a,b,c) \ argument 160 a -= c; a ^= rot(c, 4); c += b; \ 161 b -= a; b ^= rot(a, 6); a += c; \ 162 c -= b; c ^= rot(b, 8); b += a; \ 163 a -= c; a ^= rot(c,16); c += b; \ 164 b -= a; b ^= rot(a,19); a += c; \ 165 c -= b; c ^= rot(b, 4); b += a; \ 193 #define final(a,b,c) \ argument 195 c ^= b; c -= rot(b,14); \ 197 b ^= a; b -= rot(a,25); \ [all …]
|
D | json_util.h | 18 #define json_min(a,b) ((a) < (b) ? (a) : (b)) argument 22 #define json_max(a,b) ((a) > (b) ? (a) : (b)) argument
|
/device/google/coral/json-c/ |
D | linkhash.c | 158 #define mix(a,b,c) \ argument 160 a -= c; a ^= rot(c, 4); c += b; \ 161 b -= a; b ^= rot(a, 6); a += c; \ 162 c -= b; c ^= rot(b, 8); b += a; \ 163 a -= c; a ^= rot(c,16); c += b; \ 164 b -= a; b ^= rot(a,19); a += c; \ 165 c -= b; c ^= rot(b, 4); b += a; \ 193 #define final(a,b,c) \ argument 195 c ^= b; c -= rot(b,14); \ 197 b ^= a; b -= rot(a,25); \ [all …]
|
/device/google/contexthub/util/nanoapp_sign/ |
D | test_modulus | 2 b0:05:9f:88:e1:0b:c9:2b:83:74:6d:1d:e0:04:e4: 4 48:88:e6:d8:5e:4d:3c:b6:5b:09:1a:c5:9a:fc:d8: 7 b3:e9:3b:a8:0a:9a:88:49:66:1f:92:8a:38:42:68: 8 c5:f2:e8:36:2b:a1:7b:f9:c8:21:98:46:cd:0e:92: 9 14:7f:a4:f7:99:bc:8b:1b:c2:01:c2:65:ee:f7:44: 12 fe:3c:f0:4b:ed:12:f7:dc:6b:94:a9:f0:84:4f:95: 14 af:9e:11:7c:72:83:eb:31:b0:3a:77:38:4f:ec:0b: 15 70:0e:08:11:01:5b:83:6e:5a:e9:3b:e5:27:17:3d: 16 94:0f:43:33:7f:77:dd:13:82:a8:71:b7:10:72:1b: 17 55:0d:72:f2:a9:2a:b3:a9:75:35:0a:50:d0:54:2b:
|
D | test_exponent | 5 f8:a8:76:fe:6d:49:72:0b:5a:c3:b0:89:18:b4:a1: 8 f2:6b:71:64:54:18:a3:d2:0a:42:c1:98:f2:36:eb: 9 e4:fb:26:a8:88:3b:b9:7b:89:4b:94:ed:8c:75:10: 10 2e:64:f2:84:8f:0f:7d:f7:0a:ee:19:f4:6a:ec:5b: 11 7d:f1:83:42:82:7d:83:24:5b:9d:36:81:c4:dd:04: 15 a0:0f:aa:b8:f2:f8:be:09:13:dc:e4:18:24:0b:dc: 16 a3:2f:1b:86:1f:65:62:98:2a:13:19:6c:55:12:b8: 17 4e:c5:2a:5d:5b:81:39:f5:e6:c5:01:8c:f1:0d:34:
|
/device/google/cuttlefish/host/frontend/gcastv2/https/certs/ |
D | trusted.pem | 5 19:72:96:d8:8b:da:2c:2c:9b:fc:a2:18:23:0a:76:21:cd:7e:78:64 16 00:db:29:08:b3:c2:ff:fe:8b:35:92:00:ae:6c:52: 17 61:1a:e8:8d:23:e2:8b:30:12:37:4b:2f:76:1d:77: 22 fa:8b:56:6b:67:8b:87:c0:34:27:b7:8d:ff:19:fd: 23 72:5e:f1:b4:6f:2e:52:a5:9c:ff:44:27:6b:b6:e9: 24 e2:45:0e:ab:bd:0c:e0:a9:f5:34:6b:e5:2e:1b:53: 26 d1:ef:3a:2b:a5:01:59:20:d6:28:f2:e6:6a:b5:75: 27 98:3a:d8:a3:b8:31:4a:ed:73:a8:bb:2c:62:2b:7f: 28 5f:c5:dd:8b:c1:12:43:45:91:7b:54:16:35:4c:4c: 29 93:ba:8b:15:34:21:d5:f4:94:1a:fe:9a:a6:35:8b: [all …]
|
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/certs/ |
D | trusted.pem | 5 15:c1:c9:dc:34:7b:fe:e5:df:57:7d:7f:33:bb:be:b0:71:03:0e:32 18 72:15:e8:cc:94:a8:62:9b:85:1b:8d:d9:23:ff:5e: 19 c5:59:a1:40:a6:78:5b:02:54:5f:be:1b:79:8b:99: 20 87:ad:75:4b:5b:fd:9c:08:80:5f:ec:37:96:96:a2: 24 ab:54:58:9b:7f:bd:11:4b:44:38:b3:d0:19:f7:1a: 26 22:84:e9:bf:f2:3e:ee:69:70:ce:ca:8f:8b:67:f6: 27 1b:b9:08:e3:b6:f3:d5:a8:97:7a:1d:f8:8d:e9:4a: 28 47:7d:b5:7c:a9:75:fc:35:b7:17:40:8b:4a:3d:3f: 31 8b:1c:23:14:75:05:a4:c8:ac:96:92:09:4e:c7:9f: 33 9b:55 [all …]
|
/device/google/contexthub/firmware/lib/builtins/ |
D | aeabi_llsr.c | 21 di_int __aeabi_llsr(di_int a, si_int b); 24 __aeabi_llsr(di_int a, si_int b) in __aeabi_llsr() argument 30 if (b & bits_in_word) /* bits_in_word <= b < bits_in_dword */ in __aeabi_llsr() 33 result.s.low = input.s.high >> (b - bits_in_word); in __aeabi_llsr() 37 if (b == 0) in __aeabi_llsr() 39 result.s.high = input.s.high >> b; in __aeabi_llsr() 40 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b); in __aeabi_llsr()
|
D | aeabi_llsl.c | 21 di_int __aeabi_llsl(di_int a, si_int b); 24 __aeabi_llsl(di_int a, si_int b) in __aeabi_llsl() argument 30 if (b & bits_in_word) /* bits_in_word <= b < bits_in_dword */ in __aeabi_llsl() 33 result.s.high = input.s.low << (b - bits_in_word); in __aeabi_llsl() 37 if (b == 0) in __aeabi_llsl() 39 result.s.low = input.s.low << b; in __aeabi_llsl() 40 result.s.high = (input.s.high << b) | (input.s.low >> (bits_in_word - b)); in __aeabi_llsl()
|
/device/generic/goldfish/camera/ |
D | Converters.h | 94 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(b) << 6) | (g)) << 5) | (r)) argument 96 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(b) << 8) | (g)) << 8) | (r)) argument 111 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(r) << 6) | g) << 5) | b) argument 113 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(r) << 8) | g) << 8) | b) argument 122 uint8_t r; uint8_t g; uint8_t b; uint8_t a; member 124 uint8_t a; uint8_t b; uint8_t g; uint8_t r; 147 #define RGB2Y(r, g, b) (uint8_t)(((66 * (r) + 129 * (g) + 25 * (b) + 128) >> 8) + 16) argument 148 #define RGB2U(r, g, b) (uint8_t)(((-38 * (r) - 74 * (g) + 112 * (b) + 128) >> 8) + 128) argument 149 #define RGB2V(r, g, b) (uint8_t)(((112 * (r) - 94 * (g) - 18 * (b) + 128) >> 8) + 128) argument 153 R8G8B8ToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* y, uint8_t* u, uint8_t* v) in R8G8B8ToYUV() argument [all …]
|
D | EmulatedCameraCommon.h | 57 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument 58 #define max(a,b) (((a) > (b)) ? (a) : (b)) argument
|
/device/google/cuttlefish/guest/hals/camera/ |
D | Converters.h | 97 #define RGB565(r, g, b) \ argument 98 static_cast<uint16_t>((((static_cast<uint16_t>(b) << 6) | g) << 5) | r) 100 #define RGB32(r, g, b) \ argument 101 static_cast<uint32_t>((((static_cast<uint32_t>(b) << 8) | g) << 8) | r) 119 #define RGB565(r, g, b) \ argument 120 static_cast<uint16_t>((((static_cast<uint16_t>(r) << 6) | g) << 5) | b) 122 #define RGB32(r, g, b) \ argument 123 static_cast<uint32_t>((((static_cast<uint32_t>(r) << 8) | g) << 8) | b) 135 uint8_t b; member 139 uint8_t b; [all …]
|
/device/generic/goldfish/camera/qemu-pipeline3/ |
D | QemuSensor.cpp | 285 const StreamBuffer &b = (*mNextCapturedBuffers)[i]; in threadLoop() local 288 i, b.streamId, b.width, b.height, b.format, b.stride, in threadLoop() 289 b.buffer, b.img); in threadLoop() 290 switch (b.format) { in threadLoop() 292 captureRGB(b.img, b.width, b.height, b.stride, ×tamp); in threadLoop() 296 captureRGBA(b.width, b.height, b.stride, ×tamp, b.buffer); in threadLoop() 298 captureRGBA(b.img, b.width, b.height, b.stride, ×tamp); in threadLoop() 302 if (b.dataSpace == HAL_DATASPACE_DEPTH) { in threadLoop() 311 bAux.width = b.width; in threadLoop() 312 bAux.height = b.height; in threadLoop() [all …]
|
/device/google/contexthub/lib/nanohub/ |
D | sha2.c | 37 #define STRINFIGY2(b) #b argument 38 #define STRINGIFY(b) STRINFIGY2(b) argument 39 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret… argument 68 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local 83 b = state->h[1]; in sha2processBlock() 97 uint32_t maj = (a & b) ^ (a & c) ^ (b & c); in sha2processBlock() 105 c = b; in sha2processBlock() 106 b = a; in sha2processBlock() 112 state->h[1] += b; in sha2processBlock() 133 memcpy(state->b + state->bufBytesUsed, inBytes, bytesToCopy); in sha2processBytes() [all …]
|
/device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/ |
D | EmailPolicy.java | 216 Bundle b = new Bundle(); in getPolicy() local 217 b.putString(FIND_PROVIDER_IN_URI, "imap+ssl://imap.school.edu"); in getPolicy() 218 b.putString(FIND_PROVIDER_IN_USER, "$email"); in getPolicy() 219 b.putString(FIND_PROVIDER_OUT_URI, "smtp+ssl://smtp.school.edu"); in getPolicy() 220 b.putString(FIND_PROVIDER_OUT_USER, "$email"); in getPolicy() 221 return b; in getPolicy() 234 Bundle b = new Bundle(); in getPolicy() local 235 b.putString(GET_IMAP_ID, MY_DEVICE_ID); in getPolicy() 236 return b; in getPolicy()
|
/device/google/crosshatch/ |
D | init.hardware.usb.rc | 39 mkdir /config/usb_gadget/g1/configs/b.1 0770 40 mkdir /config/usb_gadget/g1/configs/b.1/strings/0x409 0770 52 symlink /config/usb_gadget/g1/configs/b.1 /config/usb_gadget/g1/os_desc/b.1 60 rm /config/usb_gadget/g1/configs/b.1/f1 61 rm /config/usb_gadget/g1/configs/b.1/f2 62 rm /config/usb_gadget/g1/configs/b.1/f3 63 rm /config/usb_gadget/g1/configs/b.1/f4 64 rm /config/usb_gadget/g1/configs/b.1/f5 65 rm /config/usb_gadget/g1/configs/b.1/f6 66 rm /config/usb_gadget/g1/configs/b.1/f7 [all …]
|