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

<<41424344454647484950>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Debugger.py 53 vstack = vsource = vlocals = vglobals = None
55 def __init__(self, pyshell, idb=None):
56 if idb is None:
60 self.frame = None
71 def close(self, event=None):
76 self.stackviewer.close(); self.stackviewer = None
159 def interaction(self, message, frame, info=None):
169 if value is not None:
177 tb = None
201 self.frame = None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 59 def _format_optdict(optdict, script=False, ignore=None):
70 if value is not None:
96 if val is not None:
119 spec = None
160 [("Menubutton.background", None),
265 typename = getattr(val, 'typename', None)
266 if typename is None:
309 specified with the None value, the value for that option is returned.
335 if getattr(val[0], 'typename', None) == 'StateSpec':
347 def setup_master(master=None)
    [all...]
  /development/testrunner/test_defs/
instrumentation_test.py 38 self._package_name = None
40 self._class_name = None
41 self._target_name = None
42 self._java_package = None
105 if options.test_class is not None:
109 if options.test_method is not None:
120 if test_class is not None:
161 device_coverage_path = status_map.get("coverageFilePath", None)
162 if device_coverage_path is None:
169 if coverage_file is not None
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/
devtools.gyp 38 'type': 'none',
105 'type': 'none',
121 'type': 'none',
135 'type': 'none',
224 'type': 'none',
254 'type': 'none',
279 'type': 'none',
295 'type': 'none',
311 'type': 'none',
327 'type': 'none',
    [all...]
  /external/chromium_org/tools/gyp/
gyptest.py 30 def subst(self, string, dictionary=None):
39 if dictionary is None:
48 def display(self, command, stdout=None, stderr=None):
66 def execute(self, command, stdout=None, stderr=None):
84 subout = None
90 suberr = None
91 elif stderr is None:
102 if stdout is None
    [all...]
  /packages/apps/Nfc/nci/jni/
SecureElement.h 72 ** Returns: None
170 ** Returns: None
182 ** Returns: None
194 ** Returns: None
206 ** Returns: None
248 ** Returns: None
263 ** Returns: None
277 ** Returns: None
290 ** Returns: None
303 ** Returns: None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 95 output_dir=None,
96 libraries=None,
97 library_dirs=None,
98 runtime_library_dirs=None,
99 export_symbols=None,
101 extra_preargs=None,
102 extra_postargs=None,
103 build_temp=None,
104 target_lang=None):
116 if ((export_symbols is not None) an
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 40 errorHandler = None
41 filter = None
45 entityResolver = None
46 errorHandler = None
47 filter = None
182 input = self.entityResolver.resolveEntity(None, uri)
184 input = DOMEntityResolver().resolveEntity(None, uri)
192 if fp is None and options.systemId:
216 assert systemId is not None
261 self.byteStream = None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 95 output_dir=None,
96 libraries=None,
97 library_dirs=None,
98 runtime_library_dirs=None,
99 export_symbols=None,
101 extra_preargs=None,
102 extra_postargs=None,
103 build_temp=None,
104 target_lang=None):
116 if ((export_symbols is not None) an
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 40 errorHandler = None
41 filter = None
45 entityResolver = None
46 errorHandler = None
47 filter = None
182 input = self.entityResolver.resolveEntity(None, uri)
184 input = DOMEntityResolver().resolveEntity(None, uri)
192 if fp is None and options.systemId:
216 assert systemId is not None
261 self.byteStream = None
    [all...]
  /development/testrunner/
run_command.py 37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
38 stdin_input=None):
51 result = None
65 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None):
92 # None means direct to stdout
93 output_dest = None
97 stdin_dest = None
108 if output is not None and len(output) > 0:
129 if (not break_loop and timeout_time is not None
    [all...]
  /external/chromium_org/build/android/pylib/utils/
findbugs.py 136 current_warnings_set = set(_StripLineNumbers(filter(None, out.splitlines())))
144 exclude_file = None
145 known_bugs_file = None
157 auxclasspath = None
175 default=None,
182 default=None,
189 default=None,
196 default=None,
209 default=None,
216 default=None,
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
new_tab.html 27 <div id="content-area" style="display:none">
29 <div class="center-empty-container" id="sync_enable_sync" style="display: none;">
32 <div class="center-empty-container" id="sync_promo" style="display: none;">
34 <div id="promo_message_on_sync_promo_received" class="center-empty-content" style="display: none;"></div>
36 <div class="center-empty-container" id="sync_loading" style="display: none;">
39 <div class="page-list" id="open_tabs_list" style="display: none;"></div>
40 <div class="page-list" id="promo_vc_list" style="display: none;"></div>
41 <div class="page-list" id="snapshots_list" style="display: none;"></div>
58 <div id="recently_closed_container" style="display:none;">
64 <div id="promo_message_on_most_visited" class="promo-message" style="display: none;"></div
    [all...]
  /external/chromium_org/chrome/browser/resources/performance_monitor/
chart.css 10 -webkit-user-select: none;
20 -webkit-user-select: none;
34 -webkit-user-select: none;
64 -webkit-user-select: none;
96 display: none;
123 display: none;
136 display: none;
184 display: none;
206 box-shadow: none;
207 text-shadow: none;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
inspectorCommon.css 17 -webkit-user-select: none;
48 outline: none;
52 -webkit-user-drag: none;
57 border: none;
71 display: none !important;
95 pointer-events: none;
107 pointer-events: none;
141 pointer-events: none;
150 pointer-events: none;
180 pointer-events: none;
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/handshake/
_base.py 59 def __init__(self, name, status=None):
100 # If |rest| is not None, |subprotocol| is not one token or invalid. If
101 # |rest| is None, |token| must not be None because |subprotocol| is
102 # concatenation of |token| and |rest| and is not None.
103 if rest is not None:
124 if value is None:
129 def validate_mandatory_header(request, key, expected_value, fail_status=None):
162 if token is not None:
167 if http_header_util.peek(state) is None
    [all...]
  /external/chromium_org/third_party/android_testrunner/
run_command.py 38 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
39 stdin_input=None):
52 result = None
66 def RunOnce(cmd, timeout_time=None, return_output=True, stdin_input=None):
90 # None means direct to stdout
91 output_dest = None
95 stdin_dest = None
109 output = None
114 if output is not None and len(output) > 0
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_pack_invert.spec 47 None
61 None
73 None
77 None
105 None
110 None
114 None
118 None
122 None
126 None
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
service_reflection_test.py 57 self.callback_response = None
62 self.callback_response = None
73 self.assertEqual(None, self.callback_response)
75 rpc_controller.failure_message = None
82 self.assertEqual(None, self.callback_response)
91 rpc_controller.failure_message = None
93 self.assertEqual(None, rpc_controller.failure_message)
96 rpc_controller.failure_message = None
99 self.assertEqual(None, rpc_controller.failure_message)
111 self.callback_response = None
    [all...]
  /external/chromium_org/third_party/simplejson/
encoder.py 11 return None, None
40 if isinstance(s, str) and HAS_UTF8.search(s) is not None:
51 if isinstance(s, str) and HAS_UTF8.search(s) is not None:
95 | None | null |
108 indent=None, separators=None, encoding='utf-8', default=None,
111 item_sort_key=None):
115 encoding of keys that are not str, int, long, float or None. I
    [all...]
  /external/chromium_org/tools/code_coverage/
croc_scan.py 19 self.comment_start = None
20 self.comment_end = None
34 in_string = None
35 in_comment = None
36 comment_index = None
48 in_comment = None
57 in_string = None
97 f = None
118 self.comment_start = None
119 self.comment_end = None
    [all...]
  /external/chromium_org/tools/grit/grit/
xtb_reader.py 22 def __init__(self, callback, defs=None, debug=False, target_platform=None):
35 self.if_expr = None
58 assert self.if_expr is None, "Can't nest <if> or use <else> in xtb files"
83 assert self.if_expr is not None
84 self.if_expr = None
108 def Parse(xtb_file, callback_function, defs=None, debug=False,
109 target_platform=None):
121 defs: None, or a dictionary of preprocessor definitions.
123 target_platform: None, or a sys.platform-like identifier of the buil
    [all...]
  /external/mesa3d/docs/
MESA_pack_invert.spec 47 None
61 None
73 None
77 None
105 None
110 None
114 None
118 None
122 None
126 None
    [all...]
  /external/protobuf/python/google/protobuf/internal/
service_reflection_test.py 57 self.callback_response = None
62 self.callback_response = None
73 self.assertEqual(None, self.callback_response)
75 rpc_controller.failure_message = None
82 self.assertEqual(None, self.callback_response)
91 rpc_controller.failure_message = None
93 self.assertEqual(None, rpc_controller.failure_message)
96 rpc_controller.failure_message = None
99 self.assertEqual(None, rpc_controller.failure_message)
111 self.callback_response = None
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_list_tests_unittest.py 135 None if the flag should not be present.
140 None if the flag should not be present.
143 if flag_value is None:
155 if other_flag is not None:
176 self.RunAndVerify(flag_value=None,
177 expected_output_re=None,
178 other_flag=None)
184 expected_output_re=None,
185 other_flag=None)
188 other_flag=None)
    [all...]

Completed in 926 milliseconds

<<41424344454647484950>>