Home
last modified time | relevance | path

Searched refs:endit (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Demo/tkinter/guido/
Ddialog.py104 endit = Button(mainWidget, text="Exit", command=sys.exit)
105 endit.pack(fill=BOTH)
/external/llvm-project/clang/test/FixIt/
Dproperty-access-fixit.m19 - (void) endit
/external/clang/test/FixIt/
Dproperty-access-fixit.m19 - (void) endit
/external/e2fsprogs/e2fsck/
Dpass1.c1297 goto endit; in e2fsck_pass1()
1320 goto endit; in e2fsck_pass1()
1334 goto endit; in e2fsck_pass1()
1344 goto endit; in e2fsck_pass1()
1374 goto endit; in e2fsck_pass1()
1395 goto endit; in e2fsck_pass1()
1403 goto endit; in e2fsck_pass1()
1418 goto endit; in e2fsck_pass1()
1470 goto endit; in e2fsck_pass1()
1566 goto endit; in e2fsck_pass1()
[all …]
/external/python/pybind11/include/pybind11/
Dcast.h308 auto it = begin(), endit = end(); in find() local
309 while (it != endit && it->type != find_type) ++it; in find()