Searched refs:fh (Results 1 – 6 of 6) sorted by relevance
/packages/modules/adb/ |
D | sysdeps_win32.cpp | 220 void operator()(struct FHRec_* fh) { in operator ()() argument 226 _fh_close(fh); in operator ()() 613 FH fh = _fh_from_int(fds[i].fd, __func__); in adb_poll() local 614 if (!fh || !fh->used || fh->clazz != &_fh_socket_class) { in adb_poll() 620 .fd = fh->u.socket, in adb_poll() 830 FH fh = _fh_from_int(fd, __func__); in adb_bind() local 832 if (!fh || fh->clazz != &_fh_socket_class) { in adb_bind() 838 if (bind(fh->fh_socket, addr, addrlen) == SOCKET_ERROR) { in adb_bind() 879 FH fh = _fh_from_int(fd, __func__); in adb_sendmsg() local 881 if (!fh || fh->clazz != &_fh_socket_class) { in adb_sendmsg() [all …]
|
D | test_device.py | 1416 fh = open(file_path, 'w') 1417 fh.write('\0' * (100 * 1024 * 1024)) 1418 fh.close()
|
/packages/apps/Nfc/nci/jni/ |
D | RouteDataSet.cpp | 243 FILE* fh = NULL; in saveToFile() local 250 fh = fopen(filename.c_str(), "w"); in saveToFile() 251 if (fh == NULL) { in saveToFile() 256 actualWritten = fwrite(routesXml, sizeof(char), strlen(routesXml), fh); in saveToFile() 258 fclose(fh); in saveToFile() 281 FILE* fh = NULL; in loadFromFile() local 287 fh = fopen(filename.c_str(), "r"); in loadFromFile() 288 if (fh == NULL) { in loadFromFile() 295 actual = fread(buffer, sizeof(char), sizeof(buffer), fh); in loadFromFile() 299 fclose(fh); in loadFromFile()
|
/packages/providers/MediaProvider/jni/ |
D | FuseDaemon.cpp | 775 handle* h = reinterpret_cast<handle*>(fi->fh); in pf_fallocate() 827 handle* h = reinterpret_cast<handle*>(fi->fh); in pf_setattr() 1296 fi->fh = ptr_to_id(h); in pf_open() 1316 handle* h = reinterpret_cast<handle*>(fi->fh); in do_read() 1352 handle* h = reinterpret_cast<handle*>(fi->fh); in do_read_with_redaction() 1390 handle* h = reinterpret_cast<handle*>(fi->fh); in pf_read() 1428 handle* h = reinterpret_cast<handle*>(fi->fh); in pf_write_buf() 1456 handle* h_in = reinterpret_cast<handle *>(fi_in->fh); 1457 handle* h_out = reinterpret_cast<handle *>(fi_out->fh); 1486 handle* h = reinterpret_cast<handle*>(fi->fh); in pf_release() [all …]
|
/packages/apps/Gallery/src/com/android/camera/ |
D | ImageViewTouchBase.java | 302 float fh = (float) mBitmapDisplayed.getHeight() / (float) mThisHeight; in maxZoom() local 303 float max = Math.max(fw, fh) * 4; in maxZoom()
|
/packages/apps/DocumentsUI/tests/res/raw/ |
D | images_tar | 276 'I�ct���3��ڤ�43���:7b��{X���O8�5�;NmgP?>fh�^�s��=jO��_�-����N��n���I���|�hM�u�Is���̎… 2199 …d�'���B�p$z�۫�T)ns� �*m�\!�d9��q횕|����Ԇ:���6Ie�²��2~Q@d����P{v���M�fh�mQ��&�$����zH��ck��… 2373 …&ƫ��4}��߈��|���9~���z�C��^M5����K�<����^���V�ip�I�rq��N���-��fh$P�7����U�4U)�u��… 3116 …|�Q����8ᗞ�1�t�k_������j��.�K)��A����q̳�ڣ�Uus����S=��dIt]6�v��.fh�.X|�9d]��I^4bH��dp… 3216 �$��W�%�?{�*DQ��! �:g�(`�S̑��b@^�^MH` �`Y���S�>`Twu�T��G�s�~z�[��fh��;@=�&��I��z��PF�6ބ… 4250 …s�Ǒϧl�=*�߄��ʍq��Vw������U��.q�|]�y�H-�~BT�Ǹu�͜���p���B�G|g�98��/>|4�fh|9m`�ܞy��ӭf��=|:… 5538 ������U݀���֕��V%� `d���+��G���qڢH�Q���= �<�$bH�0y��3��RH$�a��M!\��%1��v��),�y�T�ǯfh�+0… 5709 ��?�=���*�χ|��<'�42B����Blp>br:�Z���I��KE2�����y�8�����5�B]1#�fh� 0���?��W�����}�a�z�BӴrE�… 5788 "��`rMO�ہ�^Y�8x�U&A��v�7�fh��劶N;Uh�� �b2x������y��=qހK���A��ҹ�s���t��1�aM+m��A��I�… 5892 -�۪�`x g&����R'����h��A�1��fh�.D��>]��s�+���5� [all …]
|