/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_wifi.c | 63 int found = 0; in del_hdl_by_name() local 67 found = 1; in del_hdl_by_name() 72 if(1 == found) { in del_hdl_by_name() 84 int found = 0; in get_hdl_by_name() local 88 found = 1; in get_hdl_by_name() 93 if(1 == found) { in get_hdl_by_name()
|
/AliOS-Things-master/components/SDL2/src/audio/qsa/ |
A D | SDL_qsa_audio.c | 264 int found = 0; in QSA_OpenDevice() local 308 found = 0; in QSA_OpenDevice() 316 found = 1; in QSA_OpenDevice() 322 found = 1; in QSA_OpenDevice() 328 found = 1; in QSA_OpenDevice() 334 found = 1; in QSA_OpenDevice() 340 found = 1; in QSA_OpenDevice() 346 found = 1; in QSA_OpenDevice() 352 found = 1; in QSA_OpenDevice() 358 found = 1; in QSA_OpenDevice() [all …]
|
/AliOS-Things-master/components/SDL2/test/ |
A D | autogen.sh | 5 found=false 7 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi 9 if test x$found = xfalse; then
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylanddatamanager.c | 151 const char *found = mime_type; in Wayland_convert_mime_type() local 157 found = mime_conversion_list[index][1]; in Wayland_convert_mime_type() 162 return found; in Wayland_convert_mime_type() 169 SDL_MimeDataList *found = NULL; in mime_data_list_find() local 174 found = mime_list; in mime_data_list_find() 178 return found; in mime_data_list_find() 284 SDL_bool found = SDL_FALSE; in Wayland_data_source_has_mime() local 289 return found; in Wayland_data_source_has_mime() 372 SDL_bool found = SDL_FALSE; in Wayland_data_offer_has_mime() local 375 found = mime_data_list_find(&offer->mimes, mime_type) != NULL; in Wayland_data_offer_has_mime() [all …]
|
/AliOS-Things-master/components/netmgr/src/ |
A D | netmgr_service.c | 88 int found = 0; in del_hdl_by_name() local 92 found = 1; in del_hdl_by_name() 97 if(1 == found) { in del_hdl_by_name() 109 int found = 0; in get_hdl_by_name() local 113 found = 1; in get_hdl_by_name() 118 if(1 == found) { in get_hdl_by_name() 128 int found = 0; in get_hdl_type() local 132 found = 1; in get_hdl_type() 137 if(1 == found) { in get_hdl_type()
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftdebug.c | 190 FT_Int level = -1, found = -1; in ft_debug_init() local 206 found = n; in ft_debug_init() 220 if ( found >= 0 && level >= 0 ) in ft_debug_init() 222 if ( found == trace_any ) in ft_debug_init() 229 ft_trace_levels[found] = level; in ft_debug_init()
|
/AliOS-Things-master/components/SDL2/ |
A D | autogen.sh | 12 found=false 14 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi 16 if test x$found = xfalse; then
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | dm_log_report.c | 244 char *found; in get_msgid() local 250 found = strstr(payload, interest); in get_msgid() 251 if (NULL == found) { in get_msgid() 254 found = strstr(payload, "{"); in get_msgid() 255 if (NULL == found) { in get_msgid() 259 parse_msg_id(found, strlen(found), &request); in get_msgid()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/ |
A D | devicedb.cc | 29 std::vector<const DeviceDecisionTreeEdge*> found; in Find() local 35 found.push_back(possible); in Find() 41 found.push_back(item); in Find() 45 return found; in Find()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | compile | 99 found=no 106 found=yes 111 found=yes 116 found=yes 123 if test "$found" != yes; then
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | compile | 99 found=no 106 found=yes 111 found=yes 116 found=yes 123 if test "$found" != yes; then
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | compile | 99 found=no 106 found=yes 111 found=yes 116 found=yes 123 if test "$found" != yes; then
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | compile | 99 found=no 106 found=yes 111 found=yes 116 found=yes 123 if test "$found" != yes; then
|
/AliOS-Things-master/components/py_engine/engine/extmod/webrepl/ |
A D | webrepl_setup.py | 56 found = False 60 found = True 66 if not found:
|
/AliOS-Things-master/components/SDL2/src/audio/esd/ |
A D | SDL_esdaudio.c | 215 int found = 0; in ESD_OpenDevice() local 229 !found && test_format; test_format = SDL_NextAudioFormat()) { in ESD_OpenDevice() 233 found = 1; in ESD_OpenDevice() 242 found = 0; in ESD_OpenDevice() 247 if (!found) { in ESD_OpenDevice()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | dns.c | 243 dns_found_callback found; member 956 if (dns_requests[i].found && (dns_requests[i].dns_table_idx == idx)) { in dns_call_found() 959 dns_requests[i].found = NULL; in dns_call_found() 963 if (dns_requests[idx].found) { in dns_call_found() 966 dns_requests[idx].found = NULL; in dns_call_found() 1359 dns_enqueue(const char *name, size_t hostnamelen, dns_found_callback found, in dns_enqueue() argument 1384 if (dns_requests[r].found == 0) { in dns_enqueue() 1385 dns_requests[r].found = found; in dns_enqueue() 1433 if (dns_requests[r].found == NULL) { in dns_enqueue() 1457 req->found = found; in dns_enqueue() [all …]
|
/AliOS-Things-master/components/py_engine/tests/wipy/wlan/ |
A D | wlan.py.exp | 18 Network found 27 Network found
|
/AliOS-Things-master/components/oss/src/encryption/ |
A D | EncryptionMaterials.cc | 107 bool found = false; in findIndexByDescription() local 111 found = true; in findIndexByDescription() 116 return found ? index: -1; in findIndexByDescription()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | dns.h | 101 dns_found_callback found, void *callback_arg); 103 dns_found_callback found, void *callback_arg,
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | dns.h | 101 dns_found_callback found, void *callback_arg); 103 dns_found_callback found, void *callback_arg,
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 1381 (found by Benoit Lecocq). 1383 installed (found by Rawi666). 1855 size (found by TrustInSoft) 1904 (found by Matthew Page) 1920 (found by Barry K. Nathan) 1958 (found by Gergely Budai) 2348 size (found by TrustInSoft) 2818 (found by Mads Kiilerich) 2824 found by Boris Krasnovskiy) 2914 (found by Frank de Brabander) [all …]
|
A D | LICENSE | 2 under the Apache 2.0 license, as can be found in: apache-2.0.txt
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | alsa.m4 | 14 dnl and the alsa libraries are not found, a fatal AC_MSG_ERROR() will result. 112 [AC_MSG_RESULT(found.)], 114 ifelse([$3], , [AC_MSG_ERROR(Sufficiently new version of libasound not found.)]) 122 [ifelse([$3], , [AC_MSG_ERROR(No linkable libasound was found.)])
|
/AliOS-Things-master/components/netmgr/netdev/src/ |
A D | netdev_cli.c | 240 int found = 0; in del_fd_by_netdev() local 244 found = 1; in del_fd_by_netdev() 249 if(1 == found) { in del_fd_by_netdev() 260 int found = 0; in get_fd_by_netdev() local 264 found = 1; in get_fd_by_netdev() 269 if(1 == found) { in get_fd_by_netdev()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/file_system/ftl/ |
A D | ftl.c | 367 uint8_t found = 0; in ftl_page_can_addr_drop() local 374 found = 1; in ftl_page_can_addr_drop() 376 return found; in ftl_page_can_addr_drop() 396 found = 1; in ftl_page_can_addr_drop() 408 if (found == 0 && 0 == ftl_get_prev_page(pageID, &prePageID)) in ftl_page_can_addr_drop() 432 return found; in ftl_page_can_addr_drop() 873 uint8_t found = 0; in ftl_read() local 900 found = 1; in ftl_read() 920 if (found == 0 && 0 == ftl_get_prev_page(pageID, &prePageID)) in ftl_read() 943 if (!found) in ftl_read()
|