HomeSort by relevance Sort by last modified time
    Searched refs:None (Results 76 - 100 of 320) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/scripts/app_engine_server/
memcache_zipserve.py 42 def create_handler(zip_files, max_age=None, public=None):
77 if max_age is not None:
79 if public is not None:
111 None
115 urlLangName = None
287 if resp_data is None:
290 if resp_data is None:
295 if resp_data is not None:
357 resp_data = None
    [all...]
  /build/tools/releasetools/
ota_from_target_files 77 OPTIONS.incremental_source = None
83 OPTIONS.extra_script = None
109 self.uid = None
110 self.gid = None
111 self.mode = None
118 self.parent = None
123 if self.uid is not None:
162 i = cls.ITEMS.get(name, None)
163 if i is not None:
171 i = cls.ITEMS.get("system/recovery-from-boot.p", None)
    [all...]
  /development/testrunner/
android_mk.py 37 def __init__(self, app_path=None):
66 value of specified identifier, None if identifier not found in makefile
69 # so None is returned if identifier not found
70 return self._variables.get(identifier, None)
logger.py 26 _LOG_FILE = None
54 if _LOG_FILE is not None:
  /development/testrunner/test_defs/
test_walker.py 41 FindTests will first scan sub-folders of path for tests. If none are found,
113 def _FindSubTests(self, path, tests, build_path=None):
152 class_name_arg = None
153 package_name = None
204 fully qualified java class name or None.
211 return None
223 the java package name or None
236 the java package name or None
245 return None
254 the AndroidManifest found or None
    [all...]
  /external/webkit/WebCore/WebCore.gyp/scripts/
rule_bison.py 76 outputHTmp = None
86 assert outputHTmp != None
action_csspropertynames.py 88 makepropInput = None
98 assert makepropInput == None
105 assert makepropInput != None
action_cssvaluekeywords.py 92 makevaluesInput = None
102 assert makevaluesInput == None
109 assert makevaluesInput != None
  /external/webkit/WebCore/svg/
SVGGlyphElement.h 46 None = 0,
56 , arabicForm(None)
  /external/webkit/WebKitTools/QueueStatusServer/handlers/
updatestatus.py 39 self.response.out.write(template.render("templates/updatestatus.html", None))
48 return None
  /external/webkit/WebKitTools/Scripts/
test-webkit-scripts 56 def run_test_script(self, script_title, script_path, args=None):
74 ['--all'] if options.all else None)
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
driver_test.py 45 driver = port.start_driver(image_path, None)
50 driver.run_test(uri, int(options.timeout), None)
  /external/webkit/WebKitTools/Scripts/webkitpy/steps/
abstractstep.py 37 self._port = None
56 def cached_lookup(self, state, key, promise=None):
  /external/webkit/WebKitTools/Scripts/webkitpy/
user.py 37 response = None
56 def confirm(self, message=None):
multicommandtool_unittest.py 67 exit_code = OutputCapture().assert_outputs(self, two_required_arguments.check_arguments_and_execute, [None, ["foo"], TrivialTool()], expected_stderr=expected_missing_args_error)
72 def __init__(self, commands=None):
79 return (True, None)
93 full_args_expected = (None, [])
104 self.assertEqual(tool.command_by_name("bar"), None)
changelogs.py 61 return None
70 return None # We never found a date line!
109 def update_for_revert(self, revision, reason, bug_url=None):
credentials_unittest.py 70 self.assertEqual(credentials._credentials_from_keychain("foo"), ["foo", None])
85 self.assertEqual(credentials._run_security_tool(), None)
88 def _assert_security_call(self, username=None):
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
websocket_server.py 88 root=None, use_tls=False,
89 register_cygwin=None,
90 pidfile=None):
99 self._process = None
112 self._wsout = None
125 self._web_socket_tests = None
221 if self._process.returncode != None:
249 self._process = None
253 self._wsout = None
264 default=None, help='Port to listen on'
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker_unittest.py 61 self.assertEquals(options.git_commit, None)
209 git_commit=None,
248 def _create_parser(self, defaults=None):
259 if defaults is None:
316 self.assertEquals(options.git_commit, None)
424 """Assert that the dispatched processor is None."""
426 self.assertTrue(processor is None, 'Checking: "%s"' % file_path)
574 self.got_file_path = None
575 self.got_handle_style_error = None
576 self.got_processor = None
    [all...]
  /external/clearsilver/python/examples/base/
handle_error.py 38 def handleException (msg=None, lvl=LV_ERROR, dump = 1):
74 def dump_bug (level, etype, msg, location=None, nhdf=None):
who_calls.py 66 if tb is None:
69 return (('','',''), str(t), str(v), 'traceback is None!!!')
100 def real_get_refcounts(base = None, set_base = 0):
119 def get_refcounts(base=None):
  /external/clearsilver/python/examples/trans/
trans.py 48 _HTML_TAG_RE = None
50 _HTML_CMT_RE = None
52 _CS_TAG_RE = None
73 if self.root is None:
77 if Translator._HTML_TAG_RE is None:
79 if Translator._HTML_CMT_RE is None:
81 if Translator._CS_TAG_RE is None:
216 while obj is not None:
311 def loadStrings(self, one_file=None, verbose=0):
312 if one_file is not None
    [all...]
  /external/gtest/test/
gtest_output_test.py 143 def IterShellCommandOutput(env_cmd, stdin_string=None):
152 If None, the sub-process will inherit the STDIN
166 if stdin_string is None:
182 def GetShellCommandOutput(env_cmd, stdin_string=None):
191 If None, the sub-process will inherit the STDIN
  /external/v8/test/sputnik/
testcfg.py 42 self.tmpfile = None
43 self.source = None
61 self.tmpfile = None
  /external/webkit/WebKitTools/QueueStatusServer/model/
attachment.py 62 self._summary = None
90 return None
102 summary[queue] = None

Completed in 820 milliseconds

1 2 34 5 6 7 8 91011>>