Home
last modified time | relevance | path

Searched refs:mp_const_false (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/py_engine/engine/py/
A Dobj.c152 if (arg == mp_const_false) { in mp_obj_is_true()
206 mp_obj_t local_true = (op == MP_BINARY_OP_NOT_EQUAL) ? mp_const_false : mp_const_true; in mp_obj_equal_not_equal()
207 mp_obj_t local_false = (op == MP_BINARY_OP_NOT_EQUAL) ? mp_const_true : mp_const_false; in mp_obj_equal_not_equal()
294 if (arg == mp_const_false) { in mp_obj_get_int()
320 if (arg == mp_const_false) { in mp_obj_get_int_maybe()
338 if (arg == mp_const_false) { in mp_obj_get_float_maybe()
375 if (arg == mp_const_false) { in mp_obj_get_complex_maybe()
A Dobjbool.c33 #define BOOL_VALUE(o) ((o) == mp_const_false ? 0 : 1)
68 return mp_const_false; in bool_make_new()
A Dobjdict.c162 return mp_const_false; in dict_binary_op()
165 return e1 == NULL && e2 == NULL ? mp_const_true : mp_const_false; in dict_binary_op()
172 return mp_const_false; in dict_binary_op()
180 return mp_const_false; in dict_binary_op()
186 return mp_const_false; in dict_binary_op()
A Dobjset.c282 return mp_const_false; in set_isdisjoint()
309 out = mp_const_false; in set_issubset_internal()
316 out = mp_const_false; in set_issubset_internal()
355 return mp_const_false; in set_equal()
A Ddynruntime.h44 #undef mp_const_false
100 #define mp_const_false ((mp_obj_t)mp_fun_table.const_false) macro
A Dobj.h297 #define MP_ROM_FALSE mp_const_false
675 #define mp_const_false MP_OBJ_NEW_IMMEDIATE_OBJ(1) macro
679 #define mp_const_false (MP_OBJ_FROM_PTR(&mp_const_false_obj)) macro
711 #define mp_obj_is_bool(o) ((o) == mp_const_false || (o) == mp_const_true)
723 return x ? mp_const_true : mp_const_false; in mp_obj_new_bool()
A Dobjarray.c314 return mp_const_false; in array_binary_op()
327 return mp_const_false; in array_binary_op()
339 return mp_const_false; in array_binary_op()
A Dmodmath.c227 return mp_const_false; in MATH_FUN_2()
234 return mp_const_false; in MATH_FUN_2()
A Dnativeglue.c257 mp_const_false,
A Dmodbuiltins.c102 return mp_const_false; in mp_builtin_all()
118 return mp_const_false; in mp_builtin_any()
132 return mp_const_false; in mp_builtin_callable()
A Dobjstr.c773 return mp_const_false; in str_startswith()
788 return mp_const_false; in str_endswith()
1846 return mp_const_false; // default to False for empty str in str_uni_istype()
1852 return mp_const_false; in str_uni_istype()
1862 return mp_const_false; in str_uni_istype()
1868 return mp_const_false; in str_uni_istype()
A Dmodthread.c75 return mp_const_false; in thread_lock_acquire()
A Dobjlist.c146 return mp_const_false; in list_binary_op()
345 args.reverse.u_bool ? mp_const_false : mp_const_true); in mp_obj_list_sort()
A Dobjint.c375 if (rhs_in == mp_const_false) { in mp_obj_int_binary_op_extra_cases()
A Druntime.c344 return mp_const_false; in mp_binary_op()
357 return mp_const_false; in mp_binary_op()
612 return mp_const_false; in mp_binary_op()
A Dbuiltinimport.c423 if (i == mod_len && fromtuple == mp_const_false && stat != MP_IMPORT_STAT_DIR) { in mp_builtin___import__()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmoduos.c752 return mp_const_false; in mod_os_file_read()
774 return mp_const_false; in mod_os_file_write()
797 return mp_const_false; in mod_os_file_seek()
813 return mp_const_false; in mod_os_file_tell()
826 return mp_const_false; in mod_os_file_rewind()
839 return mp_const_false; in mod_os_file_getpos()
857 return mp_const_false; in mod_os_file_setpos()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmoduos.c734 return mp_const_false; in mod_os_file_read()
756 return mp_const_false; in mod_os_file_write()
778 return mp_const_false; in mod_os_file_seek()
794 return mp_const_false; in mod_os_file_tell()
807 return mp_const_false; in mod_os_file_rewind()
820 return mp_const_false; in mod_os_file_getpos()
838 return mp_const_false; in mod_os_file_setpos()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmoduos.c734 return mp_const_false; in mod_os_file_read()
756 return mp_const_false; in mod_os_file_write()
778 return mp_const_false; in mod_os_file_seek()
794 return mp_const_false; in mod_os_file_tell()
807 return mp_const_false; in mod_os_file_rewind()
820 return mp_const_false; in mod_os_file_getpos()
838 return mp_const_false; in mod_os_file_setpos()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmachine_pinbase.c68 dest[2] = (arg == 0 ? mp_const_false : mp_const_true); in pinbase_ioctl()
A Dmoduasyncio.c39 #define TASK_STATE_DONE_WAS_WAITED_ON (mp_const_false)
187 return mp_const_false; in task_cancel()
A Dmoduheapq.c62 …nary_op(MP_BINARY_OP_LESS, heap->items[child_pos], heap->items[child_pos + 1]) == mp_const_false) { in uheapq_heap_siftup()
A Dmoduwebsocket.c247 dest[2] = mp_const_false; in websocket_write()
A Dmodujson.c188 next = mp_const_false; in mod_ujson_load()
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodlinkkit.c520 return mp_const_false; in linkkit_init()
532 return mp_const_false; in linkkit_init()

Completed in 47 milliseconds

12