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

  /external/python/cpython2/Lib/lib-tk/
ScrolledText.py 48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __main__.__doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
  /external/python/cpython3/Lib/tkinter/
scrolledtext.py 47 stext = ScrolledText(bg='white', height=10)
48 stext.insert(END, __doc__)
49 stext.pack(fill=BOTH, side=LEFT, expand=True)
50 stext.focus_set()
51 stext.mainloop()
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
ScrolledText.py 48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __main__.__doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
ScrolledText.py 48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __main__.__doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __main__.__doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 48 stext = ScrolledText(bg='white', height=10)
49 stext.insert(END, __main__.__doc__)
50 stext.pack(fill=BOTH, side=LEFT, expand=True)
51 stext.focus_set()
52 stext.mainloop()
  /external/python/cpython2/Demo/tix/
tixwidgets.py 842 ## {f ScrolledText SText.tcl
    [all...]
  /prebuilts/go/darwin-x86/src/text/scanner/
scanner_test.go 243 stext := s.TokenText()
244 if stext != text {
245 t.Errorf("text = %q, want %q", stext, text)
248 stext = s.TokenText()
249 if stext != text {
250 t.Errorf("text = %q, want %q (idempotency check)", stext, text)
  /prebuilts/go/linux-x86/src/text/scanner/
scanner_test.go 243 stext := s.TokenText()
244 if stext != text {
245 t.Errorf("text = %q, want %q", stext, text)
248 stext = s.TokenText()
249 if stext != text {
250 t.Errorf("text = %q, want %q (idempotency check)", stext, text)
  /external/v8/src/asmjs/
asm-js.cc 231 Handle<String> stext(info->isolate()->factory()->InternalizeUtf8String(text));
233 info->isolate(), MessageTemplate::kAsmJsCompiled, &location, stext,
340 Handle<String> stext(isolate->factory()->InternalizeUtf8String(text));
342 isolate, MessageTemplate::kAsmJsInstantiated, &location, stext,

Completed in 473 milliseconds