Searched refs:check (Results 1 – 9 of 9) sorted by relevance
/system/core/libnetutils/ |
D | packet.c | 108 ip.check = 0; in send_packet() 111 ip.check = finish_sum(checksum(&ip, sizeof(ip), 0)); in send_packet() 116 udp.check = 0; in send_packet() 131 udp.check = finish_sum(udpsum); in send_packet() 212 LOGW("IP header checksum failure (0x%x)", packet.ip.check); in receive_packet() 229 temp = packet.udp.check; in receive_packet() 230 packet.udp.check = 0; in receive_packet() 232 packet.udp.check = temp; in receive_packet()
|
/system/core/libmincrypt/tools/ |
D | DumpPublicKey.java | 39 static void check(RSAPublicKey key) throws Exception { in check() method in DumpPublicKey 57 check(key); in print() 120 check(key); in main()
|
/system/core/fastboot/ |
D | usb_linux.c | 78 static int check(void *_desc, int len, unsigned type, int size) in check() function 103 if(check(ptr, len, USB_DT_DEVICE, USB_DT_DEVICE_SIZE)) in filter_usb_device() 109 if(check(ptr, len, USB_DT_CONFIG, USB_DT_CONFIG_SIZE)) in filter_usb_device() 149 if(check(ptr, len, USB_DT_INTERFACE, USB_DT_INTERFACE_SIZE)) in filter_usb_device() 162 if(check(ptr, len, USB_DT_ENDPOINT, USB_DT_ENDPOINT_SIZE)) in filter_usb_device()
|
/system/core/sh/ |
D | alias.c | 179 lookupalias(char *name, int check) in lookupalias() argument 185 if (check && (ap->flag & ALIASINUSE)) in lookupalias()
|
D | input.c | 273 goto check; in preadbuffer() 290 check: in preadbuffer()
|
/system/core/rootdir/etc/ |
D | init.goldfish.rc | 46 # program to check wether it runs on the emulator
|
/system/core/adb/ |
D | sysdeps_win32.c | 1277 int (*check) ( EventHook hook ); member 1304 hook->check = NULL; in event_hook_alloc() 1531 (!hook->check || hook->check(hook)) ) in fdevent_process() 1887 hook->check = _event_socket_check; in _fh_socket_hook()
|
/system/core/rootdir/ |
D | init.rc | 93 # create dalvik-cache and double-check the perms 102 # double check the perms, in case lost+found already exists, and set owner
|
/system/core/logcat/ |
D | event-log-tags | 136 # + check activity_launch_time for Home app
|