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

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pkgutil.py 25 return None
59 def register(typ, func=None):
60 if func is None:
71 def walk_packages(path=None, prefix='', onerror=None):
73 on path, or, if path is None, all accessible modules.
75 'path' should be either None or a list of paths to look for
112 if onerror is not None:
115 if onerror is not None:
120 path = getattr(sys.modules[name], '__path__', None) or [
    [all...]
_pyio.py 44 encoding=None, errors=None,
45 newline=None, closefd=True):
113 (the default of None has the same effect), or pass 'ignore' to ignore
119 mode). It can be None, '', '\n', '\r', and '\r\n'. It works as
122 * On input, if newline is None, universal newlines mode is
130 * On output, if newline is None, any '\n' characters written are
160 if encoding is not None and not isinstance(encoding, basestring):
162 if errors is not None and not isinstance(errors, basestring):
183 if binary and encoding is not None
    [all...]
ssl.py 86 _SSLv2_IF_EXISTS = None
106 def __init__(self, sock, keyfile=None, certfile=None,
108 ssl_version=PROTOCOL_SSLv23, ca_certs=None,
110 suppress_ragged_eofs=True, ciphers=None):
121 if ciphers is None and ssl_version != _SSLv2_IF_EXISTS:
134 self._sslobj = None
178 Return None if no certificate was provided, {} if a
186 return None
211 def sendto(self, data, flags_or_addr, addr=None)
    [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 70 the options message is None and has to be created.
76 self.has_options = options is not None
100 file, containing_type, serialized_start=None,
101 serialized_end=None):
105 options: Protocol message options or None
115 descriptor as parent, otherwise None.
137 while desc.containing_type is not None:
150 if (self.file is not None and
151 self._serialized_start is not None and
152 self._serialized_end is not None)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py 85 default=None
91 default=None
120 if options.input is not None:
201 self.lexerClass = None
228 if options.port is not None:
230 if options.debug_socket is not None:
237 if result is not None:
238 if hasattr(result, 'tree') and result.tree is not None:
248 self.lexerClass = None
249 self.parserClass = None
    [all...]
tokens.py 177 def __init__(self, type=None, channel=DEFAULT_CHANNEL, text=None,
178 input=None, start=None, stop=None, oldToken=None):
181 if oldToken is not None:
217 if self._text is not None:
220 if self.input is None:
221 return None
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
document_parser.py 76 removing the title from |document| with a None warning message.
94 return (document[:title_start] + document[title_end + 4:], None)
107 self.parse_result = None
110 self._title_entry = None
113 self._processing_entry = None
124 if self._processing_entry is not None:
132 explicit_name = attrs_dict.pop('title', None)
136 if explicit_name is not None:
140 if tag == 'h1' and self._title_entry is not None:
168 if self._processing_entry is None
    [all...]
github_file_system.py 19 USERNAME = None
20 PASSWORD = None
32 key_to_delete=None):
53 return None
54 if self._key_to_delete is not None:
61 return None
82 app_version=None,
85 if USERNAME is None:
97 self._version = None
105 self._zip_file = Future(value=None)
    [all...]
object_store_creator.py 25 store_type=None,
35 if disable_wrappers and store_type is None:
49 category=None,
71 if value is not None)
76 if self._store_type is not None:
  /external/chromium_org/tools/grit/grit/
grd_reader.py 29 # 'root' is the root of the parse tree being created, or None if we haven't
34 self.root = None
53 (name, attr_list or '(none)'))
62 assert self.root is None
64 node.StartParsing(name, None)
136 def Parse(filename_or_stream, dir=None, stop_after=None, first_ids_file=None,
137 debug=False, defines=None, tags_to_ignore=None, target_platform=None)
    [all...]
  /external/chromium_org/tools/site_compare/
site_compare.py 38 window_pos=(0, 0), timeout=20, save_path=None, **kwargs):
51 None
61 if save_path is None:
67 if type(browser) in types.StringTypes: browser = (browser, None)
76 def Compare(base, compare, ops, root_path=None, out_path=None):
87 None
95 if root_path is None:
99 if out_path is None:
102 if type(base) in types.StringTypes: base = (base, None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 44 encoding=None, errors=None,
45 newline=None, closefd=True):
113 (the default of None has the same effect), or pass 'ignore' to ignore
119 mode). It can be None, '', '\n', '\r', and '\r\n'. It works as
122 * On input, if newline is None, universal newlines mode is
130 * On output, if newline is None, any '\n' characters written are
160 if encoding is not None and not isinstance(encoding, basestring):
162 if errors is not None and not isinstance(errors, basestring):
183 if binary and encoding is not None
    [all...]
ssl.py 86 _SSLv2_IF_EXISTS = None
106 def __init__(self, sock, keyfile=None, certfile=None,
108 ssl_version=PROTOCOL_SSLv23, ca_certs=None,
110 suppress_ragged_eofs=True, ciphers=None):
121 if ciphers is None and ssl_version != _SSLv2_IF_EXISTS:
134 self._sslobj = None
178 Return None if no certificate was provided, {} if a
186 return None
211 def sendto(self, data, flags_or_addr, addr=None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bytes.py 93 self.assertRaises(TypeError, self.type2test, [None])
173 indices = (0, None, 1, 3, 19, 100, -1, -2, -31, -100)
239 self.assertRaises(TypeError, lambda: None in b)
352 self.assertEqual(b.split(None), [b'arf', b'barf'])
353 self.assertEqual(b.split(None, 2), [b'arf', b'barf'])
357 self.assertEqual(self.type2test(b' a bb c ').split(None, 0), [b'a bb c '])
358 self.assertEqual(self.type2test(b' a bb c ').split(None, 1), [b'a', b'bb c '])
359 self.assertEqual(self.type2test(b' a bb c ').split(None, 2), [b'a', b'bb', b'c '])
360 self.assertEqual(self.type2test(b' a bb c ').split(None, 3), [b'a', b'bb', b'c'])
380 self.assertEqual(b.rsplit(None), [b'arf', b'barf']
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bytes.py 93 self.assertRaises(TypeError, self.type2test, [None])
173 indices = (0, None, 1, 3, 19, 100, -1, -2, -31, -100)
239 self.assertRaises(TypeError, lambda: None in b)
352 self.assertEqual(b.split(None), [b'arf', b'barf'])
353 self.assertEqual(b.split(None, 2), [b'arf', b'barf'])
357 self.assertEqual(self.type2test(b' a bb c ').split(None, 0), [b'a bb c '])
358 self.assertEqual(self.type2test(b' a bb c ').split(None, 1), [b'a', b'bb c '])
359 self.assertEqual(self.type2test(b' a bb c ').split(None, 2), [b'a', b'bb', b'c '])
360 self.assertEqual(self.type2test(b' a bb c ').split(None, 3), [b'a', b'bb', b'c'])
380 self.assertEqual(b.rsplit(None), [b'arf', b'barf']
    [all...]
  /development/tools/labpretest/
labpretest.sh 48 # None
50 # None
68 # None
70 # None
105 # None
107 # None
133 # None
135 # None
151 # None
153 # None
    [all...]
  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller_unittest.cc 24 NONE = 0,
39 last_actions_(NONE),
47 last_actions_ = NONE;
52 last_actions_ = NONE;
57 last_actions_ = NONE;
65 last_actions_ = NONE;
73 last_actions_ = NONE;
81 last_actions_ = NONE;
179 EXPECT_EQ(MockTapSuppressionController::NONE,
186 EXPECT_EQ(MockTapSuppressionController::NONE,
    [all...]
  /external/chromium_org/third_party/pexpect/
FSM.py 62 Finally, if none of the previous cases are defined for an input_symbol and
102 def __init__(self, initial_state, memory=None):
113 self.default_transition = None
115 self.input_symbol = None
118 self.next_state = None
119 self.action = None
125 input_symbol to None. The initial state was set by the constructor
129 self.input_symbol = None
131 def add_transition (self, input_symbol, state, action=None, next_state=None)
    [all...]
  /external/chromium/chrome/common/extensions/docs/css/
ApiRefStyles.css 3 display: none;
11 display: none;
20 display: none;
28 border:none;
73 border:none;
159 border: none;
160 background: none;
217 border:none;
218 background:none
337 list-style:none
    [all...]
  /external/chromium_org/build/util/
lastchange.py 31 A VersionInfo object or None on error.
41 return None
43 return None
61 return None
73 A process object or None.
90 return None
100 A VersionInfo object or None on error.
107 return None
136 return None, None
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
manual.css 106 .summary .results .failed.none {
108 text-shadow: none;
116 .summary .results .passed.none {
118 text-shadow: none;
128 -webkit-user-select: none;
  /external/chromium_org/content/browser/resources/media/
webrtc_internals.css 42 float: none;
64 border: none;
69 border: none;
81 border: none;
102 display: none;
  /external/chromium_org/gpu/
gpu_untrusted.gyp 20 'type': 'none',
44 'type': 'none',
63 'type': 'none',
82 'type': 'none',
101 'type': 'none',
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
fileset.py 29 def __init__(self, fileset, filename, filesystem=None):
32 self._contents = None
42 if self._contents is None:
46 def save_to(self, path, filename=None):
47 if filename is None:
  /external/chromium_org/third_party/mesa/src/docs/
MESA_copy_sub_buffer.spec 43 None.
52 None.
80 None at this time. The extension is implemented in terms of ordinary
85 None.
89 None.

Completed in 867 milliseconds

<<31323334353637383940>>