HomeSort by relevance Sort by last modified time
    Searched full:none (Results 351 - 375 of 18468) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 34 namespaceURI = None # this is non-null only for elements and attributes
35 parentNode = None
36 ownerDocument = None
37 nextSibling = None
38 previousSibling = None
45 def toxml(self, encoding = None):
48 def toprettyxml(self, indent="\t", newl="\n", encoding = None):
52 if encoding is not None:
89 if newChild.parentNode is not None:
91 if refChild is None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 34 namespaceURI = None # this is non-null only for elements and attributes
35 parentNode = None
36 ownerDocument = None
37 nextSibling = None
38 previousSibling = None
45 def toxml(self, encoding = None):
48 def toprettyxml(self, indent="\t", newl="\n", encoding = None):
52 if encoding is not None:
89 if newChild.parentNode is not None:
91 if refChild is None
    [all...]
  /external/chromium_org/third_party/jinja2/
exceptions.py 18 def __init__(self, message=None):
19 if message is not None:
27 if message is not None:
33 def __init__(self, message=None):
40 if message is not None:
50 message = None
52 def __init__(self, name, message=None):
54 if message is None:
72 def __init__(self, names=(), message=None):
73 if message is None
    [all...]
  /external/chromium/chrome/common/extensions/docs/
omnibox.html 28 <div style="display:none">
263 <li style="display: none; ">
270 <li style="display: none; ">
278 <li style="display: none; ">
289 <li style="display: none; ">
325 <p id="classSummary" style="display: none; ">
413 <div class="apiGroup" style="display: none; ">
436 <div class="apiItem" style="display: none; ">
506 <div class="summary"><span style="display: none; ">void</span>
508 <span>chrome.omnibox.setDefaultSuggestion</span>(<span class="null"><span style="display: none; ">, </span><span>object</span
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
rbtree.py 4 # Purpose: red-black tree module (Julienne Walker's none recursive algorithm)
46 def __init__(self, key=None, value=None):
50 self.left = None
51 self.right = None
54 self.left = None
55 self.right = None
56 self.key = None
57 self.value = None
72 if (node is not None) and node.red
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
http_header_util.py 65 return None
72 consumed bytes. If there's not enough bytes to consume, returns None.
76 return None
134 """Consumes a token from the head. Returns the token or None if no token
142 if c is None or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
144 return None
153 string. If no token or quoted-string was found, returns None.
171 if c is None:
174 return None
182 return None
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/power/
power_api_unittest.cc 43 NONE,
83 // Removes and returns the first item from |requests_|. Returns NONE if
87 return NONE;
99 Request unblock_request = NONE;
160 return utils::RunFunction(function.get(), args, browser(), utils::NONE);
183 EXPECT_EQ(NONE, manager_->PopFirstRequest());
186 EXPECT_EQ(NONE, manager_->PopFirstRequest());
190 EXPECT_EQ(NONE, manager_->PopFirstRequest());
193 EXPECT_EQ(NONE, manager_->PopFirstRequest());
202 EXPECT_EQ(NONE, manager_->PopFirstRequest())
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
http_header_util.py 65 return None
72 consumed bytes. If there's not enough bytes to consume, returns None.
76 return None
134 """Consumes a token from the head. Returns the token or None if no token
142 if c is None or c in _SEPARATORS or _is_ctl(c) or not _is_char(c):
144 return None
153 string. If no token or quoted-string was found, returns None.
171 if c is None:
174 return None
182 return None
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
suite.py 29 __hash__ = None
85 self._tearDownPreviousClass(None, result)
93 self._tearDownPreviousClass(None, debug)
121 previousClass = getattr(result, '_previousTestClass', None)
137 setUpClass = getattr(currentClass, 'setUpClass', None)
138 if setUpClass is not None:
150 previousModule = None
151 previousClass = getattr(result, '_previousTestClass', None)
152 if previousClass is not None:
171 setUpModule = getattr(module, 'setUpModule', None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 70 def Message(msg, id=260, ok=None):
85 if ok is not None:
92 n = ModalDialog(None)
97 def AskString(prompt, default = "", id=261, ok=None, cancel=None):
102 Return None when the user clicks the Cancel button.
122 if ok is not None:
125 if cancel is not None:
133 n = ModalDialog(None)
137 if n == 2: return None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pkg.py 48 self.root = None
49 self.pkgname = None
77 if contents is None:
90 hier = [("t1", None), ("t1 __init__"+os.extsep+"py", "")]
96 ("t2", None),
98 ("t2 sub", None),
100 ("t2 sub subsub", None),
143 ("t3", None),
145 ("t3 sub", None),
147 ("t3 sub subsub", None),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
suite.py 12 func = getattr(parent, attr, lambda: None)
35 __hash__ = None
113 self._tearDownPreviousClass(None, result)
126 previousClass = getattr(result, '_previousTestClass', None)
142 setUpClass = getattr(currentClass, 'setUpClass', None)
143 if setUpClass is not None:
158 previousModule = None
159 previousClass = getattr(result, '_previousTestClass', None)
160 if previousClass is not None:
178 setUpModule = getattr(module, 'setUpModule', None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pkg.py 48 self.root = None
49 self.pkgname = None
77 if contents is None:
90 hier = [("t1", None), ("t1 __init__"+os.extsep+"py", "")]
96 ("t2", None),
98 ("t2 sub", None),
100 ("t2 sub subsub", None),
143 ("t3", None),
145 ("t3 sub", None),
147 ("t3 sub subsub", None),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
suite.py 12 func = getattr(parent, attr, lambda: None)
35 __hash__ = None
113 self._tearDownPreviousClass(None, result)
126 previousClass = getattr(result, '_previousTestClass', None)
142 setUpClass = getattr(currentClass, 'setUpClass', None)
143 if setUpClass is not None:
158 previousModule = None
159 previousClass = getattr(result, '_previousTestClass', None)
160 if previousClass is not None:
178 setUpModule = getattr(module, 'setUpModule', None)
    [all...]
  /frameworks/base/packages/SystemUI/res/values/
strings.xml 61 <!-- When the battery is low, this is displayed to the user in a dialog. The title of the low battery alert. [CHAR LIMIT=NONE]-->
64 <!-- When the battery is low, this is displayed to the user in a dialog. The subtitle of the low battery alert. [CHAR LIMIT=NONE] -->
69 remaining [CHAR LIMIT=none]-->
75 current than the USB spec allows. [CHAR LIMIT=NONE] -->
82 <!-- Name of the button that links to the Settings app. [CHAR LIMIT=NONE] -->
85 <!-- Name of the button that links to the Wifi settings screen. [CHAR LIMIT=NONE] -->
187 <!-- Content description of the back button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
189 <!-- Content description of the home button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
191 <!-- Content description of the menu button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
193 <!-- Content description of the recents button for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py 29 ('compiler=', None,
31 ('cc=', None,
44 ('noisy', None,
46 ('dump-source', None,
55 self.compiler = None
56 self.cc = None
57 self.include_dirs = None
58 self.libraries = None
59 self.library_dirs = None
70 if self.include_dirs is None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
config.py 29 ('compiler=', None,
31 ('cc=', None,
44 ('noisy', None,
46 ('dump-source', None,
55 self.compiler = None
56 self.cc = None
57 self.include_dirs = None
58 self.libraries = None
59 self.library_dirs = None
70 if self.include_dirs is None
    [all...]
  /external/clang/docs/tools/
manpage.css 14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
38 font-family: Arial,Helvetica; font-weight: normal; text-decoration: none;
42 .slink2 { font-family: Arial,Helvetica; text-decoration: none; color: #336699; }
45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
49 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 45 compiler_type = None
71 src_extensions = None # list of strings
72 obj_extension = None # string
73 static_lib_extension = None
74 shared_lib_extension = None # string
75 static_lib_format = None # format string
76 shared_lib_format = None # prob. same as static_lib_format
77 exe_extension = None # string
100 self.output_dir = None
104 # either a string or None (no explicit value). A macr
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 45 compiler_type = None
71 src_extensions = None # list of strings
72 obj_extension = None # string
73 static_lib_extension = None
74 shared_lib_extension = None # string
75 static_lib_format = None # format string
76 shared_lib_format = None # prob. same as static_lib_format
77 exe_extension = None # string
100 self.output_dir = None
104 # either a string or None (no explicit value). A macr
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 44 type = None # int: token number (< 256) or symbol number (>= 256)
45 parent = None # Parent node pointer, or None
65 __hash__ = None # For Py3 compatibility.
134 assert self.parent is not None, str(self)
135 assert new is not None
143 if new is not None:
153 self.parent = None
179 self.parent = None
186 list. If the invocant does not have a next sibling, it is None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 44 type = None # int: token number (< 256) or symbol number (>= 256)
45 parent = None # Parent node pointer, or None
65 __hash__ = None # For Py3 compatibility.
134 assert self.parent is not None, str(self)
135 assert new is not None
143 if new is not None:
153 self.parent = None
179 self.parent = None
186 list. If the invocant does not have a next sibling, it is None
    [all...]
  /external/clang/docs/
doxygen.css 50 text-decoration: none;
55 text-decoration: none;
60 text-decoration: none;
64 text-decoration: none;
71 text-decoration: none;
76 text-decoration: none; background-color: #6666cc; color: #ffffff }
77 A.el { text-decoration: none; font-weight: bold }
79 A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
80 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
83 A:hover { text-decoration: none; background-color: #f2f2ff
    [all...]
  /external/llvm/docs/
doxygen.css 50 text-decoration: none;
55 text-decoration: none;
60 text-decoration: none;
64 text-decoration: none;
71 text-decoration: none;
76 text-decoration: none; background-color: #6666cc; color: #ffffff }
77 A.el { text-decoration: none; font-weight: bold }
79 A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
80 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
83 A:hover { text-decoration: none; background-color: #f2f2ff
    [all...]
  /dalvik/dx/tests/010-class-attrib-InnerClasses/
expected.txt 30 outer_class: (none)
31 name: (none)
34 outer_class: (none)
39 name: (none)

Completed in 2369 milliseconds

<<11121314151617181920>>