Searched refs:get_long (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Tools/scripts/ |
D | checkpyc.py | 53 mtime = get_long(mtime_str) 60 def get_long(s): function
|
/external/python/cpython2/Modules/ |
D | _struct.c | 195 get_long(PyObject *v, long *p) in get_long() function 487 if (get_long(v, &x) < 0) in np_byte() 502 if (get_long(v, &x) < 0) in np_ubyte() 530 if (get_long(v, &x) < 0) in np_short() 548 if (get_long(v, &x) < 0) in np_ushort() 565 if (get_long(v, &x) < 0) in np_int() 596 if (get_long(v, &x) < 0) in np_long() 817 if (get_long(v, &x) < 0) in bp_int() 1037 if (get_long(v, &x) < 0) in lp_int()
|
/external/python/cpython2/Modules/_ctypes/ |
D | cfield.c | 355 get_long(PyObject *v, long *p) in get_long() function 522 if (get_long(value, &val) < 0) in b_set() 561 if (get_long(value, &val) < 0) in h_set() 575 if (get_long(value, &val) < 0) in h_set_sw() 657 if (get_long(value, &val) < 0) in i_set() 670 if (get_long(value, &val) < 0) in i_set_sw() 806 if (get_long(value, &val) < 0) in l_set() 819 if (get_long(value, &val) < 0) in l_set_sw()
|
/external/v8/tools/clang/plugins/tests/ |
D | ipc.cpp | 287 long get_long() const { return 0; } in get_long() function 325 IPC::WriteParam(nullptr, p.get_long()); // ERROR in TestWriteParamMemberArgument()
|
D | ipc.txt | 201 IPC::WriteParam(nullptr, p.get_long()); // ERROR
|