HomeSort by relevance Sort by last modified time
    Searched refs:About (Results 1 - 25 of 30) sorted by null

1 2

  /external/python/cpython2/Lib/idlelib/idle_test/
test_helpabout.py 11 About = help_about.AboutDialog
14 idle_credits = About.ShowIDLECredits.im_func
15 idle_readme = About.ShowIDLEAbout.im_func
16 idle_news = About.ShowIDLENEWS.im_func
18 display_file_text = About.display_file_text.im_func
33 cls.About = Dummy_about_dialog()
  /external/python/cpython3/Lib/idlelib/idle_test/
test_help_about.py 16 About = help_about.AboutDialog
29 cls.dialog = About(cls.root, 'About IDLE', _utest=True)
42 """Test about dialog title"""
43 self.assertEqual(self.dialog.title(), 'About IDLE')
46 """Test about dialog logo."""
97 cls.dialog = About(cls.root, _utest=True)
107 """Test about dialog title"""
109 f'About IDLE {python_version()}'
121 cls.dialog = About(cls.root, 'About IDLE', _utest=True
    [all...]
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 74 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
378 About);
445 // Message handler for about box.
446 INT_PTR CALLBACK About(HWND dlg,
  /external/ltp/
ltpmenu 430 display_info_msg "About LTP Control Centre" \
515 About "About LTP Control Centre" \
527 About) about_ltpcc ;;
  /external/python/cpython2/PC/VC6/
rt.bat 35 @echo About to run again without deleting .pyc/.pyo first:
  /external/python/cpython2/PC/VS7.1/
rt.bat 47 echo About to run again without deleting .pyc/.pyo first:
  /external/python/cpython2/PC/VS8.0/
rt.bat 47 echo About to run again without deleting .pyc/.pyo first:
  /external/python/cpython2/PC/VS9.0/
rt.bat 55 echo About to run again without deleting .pyc/.pyo first:
  /external/python/cpython2/PCbuild/
rt.bat 55 echo About to run again without deleting .pyc/.pyo first:
  /external/python/cpython3/PCbuild/
rt.bat 59 echo About to run again without deleting .pyc first:
  /external/walt/docs/
Development.md 32 1. Click About device
  /art/test/964-default-iface-init-gen/util-src/
generate_java.py 117 System.out.println("About to initialize {tree}");
131 About to initialize {tree}
  /external/antlr/runtime/Ruby/lib/antlr3/
recognizers.rb 358 # information about creating recognizer objects like
919 == About Lexers
    [all...]
streams.rb 48 fashion. They also need some book-keeping about the input to provide useful
123 about the current stream state, place the data in an internal memory table, and
237 == A Word About <tt>line</tt> and <tt>column</tt> attributes
354 === Note About Text Encoding
    [all...]
tree.rb 63 == About Tree Parsers
95 assumptions about the class of the actual nodes it processes. One consequence of
195 wraps a token, a list of child trees, and some information about the collective
454 information about the range of data collectively spanned by the tree node:
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
customizations.cs 351 include:"../../../../../frameworks/base/docs/html/about/about_toc.cs" ?>
523 <li><a href="<?cs var:toroot ?>about/index.html">About Android</a></li>
654 elif:about ?><?cs
687 <a href="<?cs var:toroot ?>about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
  /external/u-boot/arch/arm/lib/
lib1funcs.S 361 mov r0, #0 @ About as wrong as it could be.
  /external/doclava/res/assets/templates-sdk/
customizations.cs 208 <?cs elif:about ?>
209 <?cs include:"../../../../frameworks/base/docs/html/about/about_toc.cs" ?>
234 <a href="<?cs var:toroot ?>about/android.html">About Android</a>
footer.cs 38 <a href="/about/android.html">About Android</a>
139 <input type="checkbox" class="dac-form-checkbox" name="entry.732309842" id="newsletter-add" required value="Add me to the mailing list for the monthly newsletter and occasional emails about development and Google Play opportunities.">
  /external/dtc/Documentation/
dtc-paper.tex 77 information about the device. The values are arbitrary byte strings,
557 \section*{About the authors}
567 Benjamin Herrenschmidt was a MacOS developer for about 10 years, but
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /build/make/tools/droiddoc/templates-ndk/assets/js/
docs.js 187 // highlight About tabs
188 } else if ($("body").hasClass("about")) {
190 if (rootDir == "about") {
191 $("#nav-x li.about a").addClass("selected");
258 } else if ($("body").hasClass("about")) {
259 $("#sticky-header").addClass("about");
310 // if there aren't any children, go to the next section (required for About pages)
    [all...]
  /external/brotli/js/
decode.min.js     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js 110 // if there aren't any children, go to the next section (required for About pages)
    [all...]
  /external/e2fsprogs/doc/
texinfo.tex 433 % (Similarily, we have to think about #3 of \argcheckspacesY above: it is
703 % manual), we don't worry about eating any user text.
    [all...]

Completed in 2793 milliseconds

1 2