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

<<11121314151617181920>>

  /external/chromium_org/third_party/android_testrunner/
patch.diff 13 @@ -80,31 +81,36 @@ def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None):
24 + # None means direct to stdout
25 + output_dest = None
29 + stdin_dest = None
44 - # None means direct to stdout
45 - output_dest = None
49 - stdin_dest = None
61 + output = None
66 if output is not None and len(output) > 0
    [all...]
  /external/tinyxml/docs/
doxygen.css 48 text-decoration: none;
53 text-decoration: none;
58 text-decoration: none;
62 text-decoration: none;
69 text-decoration: none;
73 A.qindexHL:visited { text-decoration: none; background-color: #6666cc; color: #ffffff }
74 A.el { text-decoration: none; font-weight: bold }
76 A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
77 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
80 A:hover { text-decoration: none; background-color: #f2f2ff
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
clean.py 20 ('build-lib=', None,
24 ('build-scripts=', None,
26 ('bdist-base=', None,
35 self.build_base = None
36 self.build_lib = None
37 self.build_temp = None
38 self.build_scripts = None
39 self.bdist_base = None
40 self.all = None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecencodings_cn.py 16 ("abc\x81\x81\xc1\xc4", "strict", None),
17 ("abc\xc8", "strict", None),
21 ("\xc1\x64", "strict", None),
29 ("abc\x80\x80\xc1\xc4", "strict", None),
30 ("abc\xc8", "strict", None),
34 ("\x83\x34\x83\x31", "strict", None),
35 (u"\u30fb", "strict", None),
43 ("abc\x80\x80\xc1\xc4", "strict", None),
44 ("abc\xc8", "strict", None),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
clean.py 20 ('build-lib=', None,
24 ('build-scripts=', None,
26 ('bdist-base=', None,
35 self.build_base = None
36 self.build_lib = None
37 self.build_temp = None
38 self.build_scripts = None
39 self.bdist_base = None
40 self.all = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecencodings_cn.py 16 ("abc\x81\x81\xc1\xc4", "strict", None),
17 ("abc\xc8", "strict", None),
21 ("\xc1\x64", "strict", None),
29 ("abc\x80\x80\xc1\xc4", "strict", None),
30 ("abc\xc8", "strict", None),
34 ("\x83\x34\x83\x31", "strict", None),
35 (u"\u30fb", "strict", None),
43 ("abc\x80\x80\xc1\xc4", "strict", None),
44 ("abc\xc8", "strict", None),
  /external/chromium_org/chrome/common/extensions/docs/server2/
future.py 23 def __init__(self, value=_no_value, delegate=None, exc_info=None):
28 self._delegate is None and
29 self._exc_info is None):
37 if self._exc_info is not None:
  /external/chromium_org/chrome/test/mini_installer/
launch_chrome.py 47 _, _, process_id, _ = win32process.CreateProcess(None, chrome_path, None,
48 None, 0, 0, None, None,
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
touch-action-tests.css 5 .ta-none {
6 -ms-touch-action: none;
7 touch-action: none;
22 [expected-action=none]::before {
23 content: "NONE \2190 ";
  /external/chromium_org/third_party/mesa/src/docs/
MESA_release_buffers.spec 47 None.
55 None.
73 None, since this is a client-side operation.
77 None.
81 None.
MESA_shader_debug.spec 52 None
56 None
70 None
87 None
91 None
96 None
101 None
106 None
110 None
115 None
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
async_slice.py 12 def __init__(self, category, name, timestamp, args=None):
15 self.parent_slice = None
16 self.start_thread = None
17 self.end_thread = None
19 self.id = None
  /external/chromium_org/tools/telemetry/telemetry/page/
page_measurement_unittest_base.py 31 options=None):
33 if options is None:
45 options.output_file = None
46 options.output_format = 'none'
47 options.output_trace_tag = None
  /external/mesa3d/docs/
MESA_release_buffers.spec 47 None.
55 None.
73 None, since this is a client-side operation.
77 None.
81 None.
MESA_shader_debug.spec 52 None
56 None
70 None
87 None
91 None
96 None
101 None
106 None
110 None
115 None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
syntax.py 14 def check(tree, multi=None):
22 def __init__(self, multi=None):
25 If optional argument multi is not None, then print messages
34 if self.multi is not None:
44 ## if target.lineno is None:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
syntax.py 14 def check(tree, multi=None):
22 def __init__(self, multi=None):
25 If optional argument multi is not None, then print messages
34 if self.multi is not None:
44 ## if target.lineno is None:
  /external/chromium_org/chromeos/test/data/network/
invalid_settings_with_repairs.json 8 "Authentication": "None"
18 "Authentication": "None"
26 "Authentication": "None"
39 "Authentication": "None"
56 "Authentication": "None"
65 "Authentication": "None"
73 "Authentication": "None"
81 "Authentication": "None"
90 "Authentication": "None"
98 "Authentication": "None"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 25 def __init__(self, editwin=None):
26 if editwin is None: # subprocess and test
27 self.editwin = None
31 self.calltip = None
35 self._make_calltip_window = None
41 def _remove_calltip_window(self, event=None):
44 self.calltip = None
100 rpcclt = None
120 return None
124 # constructor (ie, __init__() ) or None if we can't find one
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 25 def __init__(self, editwin=None):
26 if editwin is None: # subprocess and test
27 self.editwin = None
31 self.calltip = None
35 self._make_calltip_window = None
41 def _remove_calltip_window(self, event=None):
44 self.calltip = None
100 rpcclt = None
120 return None
124 # constructor (ie, __init__() ) or None if we can't find one
    [all...]
  /external/chromium_org/ppapi/generators/
idl_release.py 25 error = None
26 warning = None
37 error = None
38 warning = None
46 # A vmin value of None indicates that the object begins at the earliest
49 # A vmax value of None indicates that the object is never deprecated, so
95 assert (rmin == None) or rmin < rmax
97 # An min of None always passes a min bound test
98 # An max of None always passes a max bound test
99 if rmin is not None and self.rmax is not None
    [all...]
  /external/chromium_org/tools/gyp/test/variables/commands/
commands-repeated.gyp.stdout 1 VARIABLES:input.py:724:ExpandVariables Matches: {'content': 'other_letters', 'is_array': '', 'replace': '<(other_letters)', 'type': '<', 'command_string': None}
3 VARIABLES:input.py:724:ExpandVariables Matches: {'content': 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None}
5 VARIABLES:input.py:724:ExpandVariables Matches: {'content': 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None}
7 VARIABLES:input.py:724:ExpandVariables Matches: {'content': 'included_variable', 'is_array': '', 'replace': '<(included_variable)', 'type': '<', 'command_string': None}
9 VARIABLES:input.py:724:ExpandVariables Matches: {'content': 'included_variable', 'is_array': '', 'replace': '<(included_variable)', 'type': '<', 'command_string': None}
11 VARIABLES:input.py:724:ExpandVariables Matches: {'content': 'third_letters', 'is_array': '', 'replace': '<(third_letters)', 'type': '<', 'command_string': None}
13 VARIABLES:input.py:724:ExpandVariables Matches: {'content': 'other_letters', 'is_array': '', 'replace': '<(other_letters)', 'type': '<', 'command_string': None}
15 VARIABLES:input.py:724:ExpandVariables Matches: {'content': 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None}
17 VARIABLES:input.py:724:ExpandVariables Matches: {'content': 'letters_list', 'is_array': '', 'replace': '<(letters_list)', 'type': '<', 'command_string': None}
18 VARIABLES:input.py:724:ExpandVariables Matches: {'content': 'python -c "print \'<!(python -c "<(pi', 'is_array': '', 'replace': '<!(python -c "print \'<!(python -c "<(pi)', 'type': '<!', 'command_string': None}
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver_unittest.py 49 wrapper = Driver(self.make_port(), None, pixel_tests=False)._command_wrapper(wrapper_string)
53 self._assert_wrapper(None, [])
63 driver = Driver(port, None, pixel_tests=False)
70 driver = Driver(port, None, pixel_tests=False)
81 'Content-Transfer-Encoding: none',
87 self.assertEqual(content_block.encoding, 'none')
89 driver._server_process = None
107 driver._server_process = None
161 assert_crash(driver, '', False, None, None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
setuptools_build_ext.py 99 self.shlib_compiler = None
144 if self.include_dirs is not None:
146 if self.define is not None:
150 if self.undef is not None:
153 if self.libraries is not None:
155 if self.library_dirs is not None:
157 if self.rpath is not None:
159 if self.link_objects is not None:
252 def link_shared_object(self, objects, output_libname, output_dir=None,
253 libraries=None, library_dirs=None, runtime_library_dirs=None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 20 _locator = None
21 document = None
23 def __init__(self, documentFactory=None):
26 self.firstEvent = [None, None]
52 self._current_context[uri] = prefix or None
60 xmlns_attrs = getattr(self, '_xmlns_attrs', None)
61 if xmlns_attrs is not None:
70 if tagName is None:
86 node = self.buildDocument(None, localname
    [all...]

Completed in 775 milliseconds

<<11121314151617181920>>