Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 25 of 89) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dasdl.c7 asdl_seq *seq = NULL; in asdl_seq_new() local
38 asdl_int_seq *seq = NULL; in asdl_int_seq_new() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dasdl.c7 asdl_seq *seq = NULL; in asdl_seq_new() local
38 asdl_int_seq *seq = NULL; in asdl_int_seq_new() local
Dast.c581 asdl_seq *seq; in seq_for_testlist() local
1849 asdl_seq *seq; in ast_for_expr() local
2278 asdl_seq *seq = NULL; in ast_for_print_stmt() local
2308 asdl_seq *seq; in ast_for_exprlist() local
2743 asdl_seq *seq; in ast_for_suite() local
2971 asdl_seq *_target, *seq = NULL, *suite_seq; in ast_for_for_stmt() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_index.py146 seq = [0,10,20,30,40,50] variable in ListTestCase
214 seq = (0,10,20,30,40,50) variable in TupleTestCase
217 seq = "this is a test" variable in StringTestCase
220 seq = bytearray("this is a test") variable in ByteArrayTestCase
223 seq = u"this is a test" variable in UnicodeTestCase
226 seq = ClassicSeq((0,10,20,30,40,50)) variable in ClassicSeqTestCase
229 seq = NewSeq((0,10,20,30,40,50)) variable in NewSeqTestCase
232 seq = ClassicSeqDeprecated((0,10,20,30,40,50)) variable in ClassicSeqDeprecatedTestCase
235 seq = NewSeqDeprecated((0,10,20,30,40,50)) variable in NewSeqDeprecatedTestCase
Dtest_enumerate.py67 seq, res = 'abc', [(0,'a'), (1,'b'), (2,'c')] variable in EnumerateTestCase
122 seq, res = '', [] variable in TestEmpty
126 seq = range(10,20000,2) variable in TestBig
233 seq, res = 'abc', [(11, 'a'), (12, 'b'), (13, 'c')] variable in TestStart
239 seq, res = 'abc', [(sys.maxint+1,'a'), (sys.maxint+2,'b'), variable in TestLongStart
Dtest_contains.py13 class seq(base_set): class
Dtest_mhlib.py212 def seqeq(seq, val): argument
Dtest_iter.py53 def check_iterator(self, it, seq): argument
64 def check_for_loop(self, expr, seq): argument
535 def __init__(self, seq): argument
Dtest_getargs2.py268 class seq: class
Dtest_hash.py119 seq = range(10) variable in DefaultIterSeq
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Denumobject.c17 PyObject *seq = NULL; in enum_new() local
219 PyObject* seq; member
226 PyObject *seq, *reversed_meth; in reversed_new() local
Diterobject.c12 PySeqIter_New(PyObject *seq) in PySeqIter_New()
49 PyObject *seq; in iter_iternext() local
Drangeobject.c268 range_iter(PyObject *seq) in range_iter()
287 range_reverse(PyObject *seq) in range_reverse()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Denumobject.c17 PyObject *seq = NULL; in enum_new() local
219 PyObject* seq; member
226 PyObject *seq, *reversed_meth; in reversed_new() local
Diterobject.c12 PySeqIter_New(PyObject *seq) in PySeqIter_New()
49 PyObject *seq; in iter_iternext() local
Drangeobject.c293 range_iter(PyObject *seq) in range_iter()
312 range_reverse(PyObject *seq) in range_reverse()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DRev.py63 def __init__(self, seq): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Danalyze_dxp.py126 def seq(): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dmarkov.py12 def put(self, seq): argument
/device/linaro/hikey/installer/hikey/
Dhisi-idt.py144 def senddataframe(self,seq,data): argument
158 def sendtailframe(self,seq): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dastgen.py245 def flatten(seq): argument
256 def flatten_nodes(seq): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
D_strptime.py79 def __pad(self, seq, front): argument
/device/google/contexthub/firmware/os/core/
DhostIntf.c123 uint32_t seq; member
237 …c inline const struct NanohubCommand *hostIntfFindHandler(uint8_t *buf, size_t size, uint32_t *seq) in hostIntfFindHandler()
296 static void hostIntfTxPacket(__le32 reason, uint8_t len, uint32_t seq, in hostIntfTxPacket()
312 static void hostIntfTxNakPacket(__le32 reason, uint32_t seq, in hostIntfTxNakPacket()
430 uint32_t seq = 0; in hostIntfGenerateAck() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_functoolsmodule.c17 PyObject *seq, *func, *result = NULL, *it; in functools_reduce() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_functoolsmodule.c17 PyObject *seq, *func, *result = NULL, *it; in functools_reduce() local

1234