HomeSort by relevance Sort by last modified time
    Searched refs:__label (Results 1 - 8 of 8) sorted by null

  /external/python/cpython2/Tools/pynche/
ChipViewer.py 34 self.__label = Label(master, text=text)
35 self.__label.grid(row=0, column=0)
47 font=self.__label['font'])
53 font=self.__label['font'])
StripViewer.py 224 self.__label = canvas.create_text(
315 self.__canvas.itemconfigure(self.__label, text=label)
  /external/python/cpython3/Tools/pynche/
ChipViewer.py 34 self.__label = Label(master, text=text)
35 self.__label.grid(row=0, column=0)
47 font=self.__label['font'])
53 font=self.__label['font'])
StripViewer.py 224 self.__label = canvas.create_text(
315 self.__canvas.itemconfigure(self.__label, text=label)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fmtmsg.h 95 extern int fmtmsg (long int __classification, __const char *__label,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nislib.h 181 extern void nis_perror (const nis_error __status, const char *__label) __THROW;
182 extern void nis_lerror (const nis_error __status, const char *__label) __THROW;
183 extern char *nis_sperror (const nis_error status, const char *__label) __THROW;
184 extern char *nis_sperror_r (const nis_error __status, const char *__label,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
wcgui.py 119 self.__label = Label(self.__topcontrols, text="Root URL:")
120 self.__label.pack(side=LEFT)
  /external/python/cpython2/Tools/webchecker/
wcgui.py 119 self.__label = Label(self.__topcontrols, text="Root URL:")
120 self.__label.pack(side=LEFT)

Completed in 520 milliseconds