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

  /external/googletest/googletest/scripts/
release_docs.py 100 page_names = [DropWikiSuffix(f) for f in self.files_to_branch]
114 r'(\[|/wiki/)(%s)([ #])' % '|'.join(page_names))
  /external/v8/testing/gtest/scripts/
release_docs.py 100 page_names = [DropWikiSuffix(f) for f in self.files_to_branch]
114 r'(\[|/wiki/)(%s)([ #])' % '|'.join(page_names))
  /external/python/cpython2/Lib/idlelib/
tabbedpages.py 355 def __init__(self, parent, page_names=None, page_class=PageLift,
360 page_names -- A list of strings, each will be the dictionary key to a
363 and first active page. If page_names is None or empty, the
408 if page_names:
409 for name in page_names:
476 tabPage=TabbedPageSet(root, page_names=['Foobar','Baz'], n_rows=0,
configDialog.py 81 page_names=['Fonts/Tabs', 'Highlighting', 'Keys', 'General',
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
tabbedpages.py 355 def __init__(self, parent, page_names=None, page_class=PageLift,
360 page_names -- A list of strings, each will be the dictionary key to a
363 and first active page. If page_names is None or empty, the
408 if page_names:
409 for name in page_names:
473 tabPage=TabbedPageSet(root, page_names=['Foobar','Baz'], n_rows=0,
configDialog.py 71 page_names=['Fonts/Tabs','Highlighting','Keys','General'])
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
tabbedpages.py 355 def __init__(self, parent, page_names=None, page_class=PageLift,
360 page_names -- A list of strings, each will be the dictionary key to a
363 and first active page. If page_names is None or empty, the
408 if page_names:
409 for name in page_names:
473 tabPage=TabbedPageSet(root, page_names=['Foobar','Baz'], n_rows=0,
configDialog.py 71 page_names=['Fonts/Tabs','Highlighting','Keys','General'])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 355 def __init__(self, parent, page_names=None, page_class=PageLift,
360 page_names -- A list of strings, each will be the dictionary key to a
363 and first active page. If page_names is None or empty, the
408 if page_names:
409 for name in page_names:
473 tabPage=TabbedPageSet(root, page_names=['Foobar','Baz'], n_rows=0,
configDialog.py 71 page_names=['Fonts/Tabs','Highlighting','Keys','General'])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 355 def __init__(self, parent, page_names=None, page_class=PageLift,
360 page_names -- A list of strings, each will be the dictionary key to a
363 and first active page. If page_names is None or empty, the
408 if page_names:
409 for name in page_names:
473 tabPage=TabbedPageSet(root, page_names=['Foobar','Baz'], n_rows=0,
configDialog.py 71 page_names=['Fonts/Tabs','Highlighting','Keys','General'])
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 324 static char *page_names[] = { variable
347 #define MAX_PAGENO (sizeof(page_names)/sizeof(char *))
    [all...]

Completed in 390 milliseconds