OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmplist
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py
549
tmplist
= string.split(oldstr)
551
while
tmplist
:
552
item =
tmplist
[0]
553
del
tmplist
[0]
556
if not
tmplist
:
558
item = item + ' ' +
tmplist
[0]
559
del
tmplist
[0]
563
if not
tmplist
:
565
item = item + ' ' +
tmplist
[0]
566
del
tmplist
[0
[
all
...]
/external/libmtp/src/
libusb-glue.c
196
mtpdevice_list_t *
tmplist
= devlist;
local
200
while (
tmplist
!= NULL) {
201
mtpdevice_list_t *tmp =
tmplist
;
202
tmplist
=
tmplist
->next;
[
all
...]
Completed in 2099 milliseconds