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

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
main.py 70 failfast = catchbreak = buffer = progName = None
72 def __init__(self, module='__main__', defaultTest=None, argv=None,
73 testRunner=None, testLoader=loader.defaultTestLoader,
74 exit=True, verbosity=1, failfast=None, catchbreak=None,
75 buffer=None):
82 if argv is None:
97 def usageExit(self, msg=None):
128 if self.failfast is None
    [all...]
case.py 23 'Set self.maxDiff to None to see it.')
101 def __init__(self, expected, test_case, expected_regexp=None):
110 if exc_type is None:
121 if self.expected_regexp is None:
186 self._resultForDoCleanups = None
256 """Returns a one-line description of the test, or None if no
263 return doc and doc.split("\n")[0].strip() or None
289 addSkip = getattr(result, 'addSkip', None)
290 if addSkip is not None:
297 def run(self, result=None)
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_type.py 31 assert teststruct is not None, "Could not find teststruct."
34 assert all(x.translation_unit is not None for x in fields)
108 assert teststruct is not None, "Didn't find teststruct??"
112 assert fields[0].type.get_array_element_type() is not None
125 assert a is not None
126 assert b is not None
127 assert v is not None
132 assert a.type != None
140 assert a is not None
147 assert f is not None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 18 raise SAXReaderNotAvailable("expat not available in Java", None)
24 raise SAXReaderNotAvailable("expat not supported", None)
27 raise SAXReaderNotAvailable("expat not supported", None)
59 if parser._parser is None:
60 return None
65 if parser._parser is None:
71 if parser is None:
72 return None
77 if parser is None:
78 return None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
expatreader.py 18 raise SAXReaderNotAvailable("expat not available in Java", None)
24 raise SAXReaderNotAvailable("expat not supported", None)
27 raise SAXReaderNotAvailable("expat not supported", None)
59 if parser._parser is None:
60 return None
65 if parser._parser is None:
71 if parser is None:
72 return None
77 if parser is None:
78 return None
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
case.py 22 'Set self.maxDiff to None to see it.')
99 def __init__(self, expected, test_case, expected_regexp=None):
108 if exc_type is None:
119 if self.expected_regexp is None:
146 def get(self, key, default=None):
202 self._resultForDoCleanups = None
266 """Returns a one-line description of the test, or None if no
273 return doc and doc.split("\n")[0].strip() or None
299 addSkip = getattr(result, 'addSkip', None)
300 if addSkip is not None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shutil.py 18 getpwnam = None
23 getgrnam = None
44 WindowsError = None
145 def copytree(src, dst, symlinks=False, ignore=None):
172 if ignore is not None:
202 if WindowsError is not None and isinstance(why, WindowsError):
210 def rmtree(path, ignore_errors=False, onerror=None):
218 is false and onerror is None, an exception is raised.
224 elif onerror is None:
315 if getgrnam is None or name is None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shutil.py 18 getpwnam = None
23 getgrnam = None
44 WindowsError = None
145 def copytree(src, dst, symlinks=False, ignore=None):
172 if ignore is not None:
202 if WindowsError is not None and isinstance(why, WindowsError):
210 def rmtree(path, ignore_errors=False, onerror=None):
218 is false and onerror is None, an exception is raised.
224 elif onerror is None:
315 if getgrnam is None or name is None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
case.py 23 'Set self.maxDiff to None to see it.')
101 def __init__(self, expected, test_case, expected_regexp=None):
110 if exc_type is None:
121 if self.expected_regexp is None:
186 self._resultForDoCleanups = None
256 """Returns a one-line description of the test, or None if no
263 return doc and doc.split("\n")[0].strip() or None
289 addSkip = getattr(result, 'addSkip', None)
290 if addSkip is not None:
297 def run(self, result=None)
    [all...]
  /external/chromium/chrome/common/extensions/docs/
experimental.infobars.html 28 <div style="display:none">
263 <li style="display: none; ">
271 <li style="display: none; ">
287 <li style="display: none; ">
295 <li style="display: none; ">
370 <div class="apiGroup" style="display: none; ">
397 <div class="summary"><span style="display: none; ">void</span>
399 <span>chrome.experimental.infobars.show</span>(<span class="null"><span style="display: none; ">, </span><span>object</span>
404 <p class="todo" style="display: none; ">Undocumented.</p>
419 <span class="optional" style="display: none; ">optional</span
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 68 def build_xoauth_string(url, consumer, token=None):
78 if v is not None:
124 key = None
125 secret = None
131 if self.key is None or self.secret is None:
156 key = None
157 secret = None
158 callback = None
159 callback_confirmed = None
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 68 def build_xoauth_string(url, consumer, token=None):
78 if v is not None:
124 key = None
125 secret = None
131 if self.key is None or self.secret is None:
156 key = None
157 secret = None
158 callback = None
159 callback_confirmed = None
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.css 5 display: none;
11 background: transparent none no-repeat scroll 4px 12px;
  /cts/tests/tests/jni/src/android/jni/cts/
JniTestCase.java 26 return "none".equalsIgnoreCase(Build.CPU_ABI);
31 // Skip the JNI tests if ABI is none...
  /development/scripts/
add-accounts 40 return None
57 if result is None: return None
69 gmail = None
70 dasher = None
82 if db is None:
105 dasher = None
112 gmail = None
add-accounts-sdk 40 return None
54 if result is None: return None
66 gmail = None
67 hosted = None
79 if db is None:
102 hosted = None
109 gmail = None
  /external/chromium/chrome/browser/printing/cloud_print/resources/
cloud_print_setup_flow.html 13 style="display:none" tabindex="-1"></iframe>
17 style="display:none" tabindex="-1"></iframe>
  /external/chromium/chrome/browser/resources/options/
search_page.css 2 display: none;
17 pointer-events: none;
  /external/chromium/chrome/common/extensions/docs/css/
print.css 3 div#gsc-search-box {display: none;}
4 #gc-toc {display: none;}
  /external/chromium_org/build/android/pylib/utils/
time_profile.py 13 self._starttime = None
26 self._starttime = None
watchdog_timer.py 20 timeout: The timeout in seconds. If timeout is None it will never timeout.
35 if self._timeout is None:
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
combobutton.css 25 display: none;
33 display: none;
menu.css 14 display: none;
30 display: none;
  /external/chromium_org/chrome/browser/resources/options/
startup_overlay.css 35 display: none;
38 pointer-events: none;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/css/
list.css 10 -webkit-box-shadow: none;
13 border: none;
25 border: none;
40 background-image: none;
48 background-image: none;
80 border: none;
93 pointer-events: none;
118 display: none;

Completed in 2042 milliseconds

<<21222324252627282930>>