OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stext
(Results
1 - 3
of
3
) sorted by null
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c
321
yasm_section *
stext
;
local
377
stext
= yasm_object_find_general(object, ".text");
379
firstbc = yasm_section_bcs_first(
stext
);
Completed in 305 milliseconds