HomeSort by relevance Sort by last modified time
    Searched refs:None (Results 226 - 250 of 960) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/gtest/test/
gtest_nc_test.py 99 None)
  /external/protobuf/python/
stubout.py 75 orig_attr = None
84 if orig_attr is None:
90 if old_attribute is not None and isinstance(old_attribute, staticmethod):
122 if old_attribute is not None and isinstance(old_attribute, staticmethod):
  /external/skia/bench/
bench_compare.py 74 old = None
75 new = None
94 if old is None or new is None:
  /external/v8/test/sputnik/
testcfg.py 41 self.tmpfile = None
42 self.source = None
60 if result is None or not result.HasPreciousOutput(): self.tmpfile.Dispose()
61 self.tmpfile = None
  /external/webkit/Source/WebCore/bridge/
npruntime_internal.h 35 #undef None
  /external/webkit/Source/WebCore/html/parser/
HTMLMetaCharsetParser.h 58 None,
  /external/webkit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 66 self.assertEquals(results.failure_limit_count(), None)
79 self.assertEqual(LayoutTestResults.results_from_string(None), None)
80 self.assertEqual(LayoutTestResults.results_from_string(""), None)
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 38 def __init__(self, files=None, cwd='/'):
44 value of None is used to indicate that the file should
96 def files_under(self, path, dirs_to_skip=[], file_filter=None):
143 return path in self.files and self.files[path] is not None
191 def _mktemp(self, suffix='', prefix='tmp', dir=None, **kwargs):
192 if dir is None:
227 if self.files[source] is None:
231 self.files[source] = None
232 self.written_files[source] = None
250 if self.files[path] is None
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
dryrun.py 66 kwargs['port_name'] = None
114 return ['None']
117 return None
128 audio = None
133 audio = None
  /external/webkit/Tools/Scripts/webkitpy/test/
main.py 96 def run_tests(self, sys_argv, external_package_paths=None):
106 if external_package_paths is None:
117 unittest.main(argv=sys_argv, module=None)
152 # We pass None for the module because we do not want the unittest
157 unittest.main(argv=sys_argv, module=None)
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
applypatchwithlocalcommit.py 42 commit_message = self._tool.checkout().commit_message_for_this_commit(git_commit=None)
preparechangelogfordepsroll.py 38 changelog_paths = self._tool.checkout().modified_changelogs(git_commit=None)
  /external/webkit/Tools/TestResultServer/model/
datastorefile.py 66 data = None
68 def delete_data(self, keys=None):
136 return None
144 return None
  /frameworks/av/media/libstagefright/include/
SoftwareRenderer.h 41 None,
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardSecurityModel.java 32 None, // No security enabled
79 SecurityMode mode = SecurityMode.None;
90 SecurityMode.PIN : SecurityMode.None;
96 SecurityMode.Password : SecurityMode.None;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 34 Or this is None if there are no subprinters.
46 def __init__(self, name, subprinters=None):
80 obj: Either an objfile, progspace, or None (in which case the printer
112 if obj is None:
198 return None
207 # Cannot find a pretty printer. Return None.
208 return None
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 34 Or this is None if there are no subprinters.
46 def __init__(self, name, subprinters=None):
80 obj: Either an objfile, progspace, or None (in which case the printer
112 if obj is None:
198 return None
207 # Cannot find a pretty printer. Return None.
208 return None
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 34 Or this is None if there are no subprinters.
46 def __init__(self, name, subprinters=None):
80 obj: Either an objfile, progspace, or None (in which case the printer
112 if obj is None:
198 return None
207 # Cannot find a pretty printer. Return None.
208 return None
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 34 Or this is None if there are no subprinters.
46 def __init__(self, name, subprinters=None):
80 obj: Either an objfile, progspace, or None (in which case the printer
112 if obj is None:
198 return None
207 # Cannot find a pretty printer. Return None.
208 return None
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 40 self.mute_button = None
41 self.trigger_button = None
44 self.graph = None
100 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_PLAY, None))
116 None,
174 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_DONE, None))
190 if self.jet is None:
195 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_PAUSE, None))
199 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_RESUME, None))
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 47 Returns the absolute path to the top of the WebKit checkout, or None
54 return None
57 def default_scm(patch_directories=None):
63 a checkout, None is returned.
78 def detect_scm_system(path, patch_directories=None):
82 patch_directories = None
90 return None
150 def __init__(self, cwd, executive=None):
157 def run(self, args, cwd=None, input=None, error_handler=None, return_exit_code=False, return_stderr=True, decode_output=True)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 59 self._revision_to_build_number = None
79 return None
88 return None
103 def force_build(self, username="webkit-patch", comments=None):
153 return None
166 return RegressionWindow(None, None)
167 common_failures = None
169 build_after_current_build = None
181 if common_failures == None
    [all...]
  /external/chromium/testing/gtest/scripts/
pump.py 140 def __init__(self, start=None, end=None, value=None, token_type=None):
141 if start is None:
145 if end is None:
181 return None
205 return None
318 prev_token = None
319 prev_token_rstripped = None
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py 157 self.type = None
158 self.type_start_token = None
159 self.type_end_token = None
173 if self.type is not None:
177 self.name_token = None
178 self.name = None
193 self.description_start_token = None
194 self.description_end_token = None
195 self.description = None
235 self.end_token = None
    [all...]
  /external/gtest/scripts/
pump.py 140 def __init__(self, start=None, end=None, value=None, token_type=None):
141 if start is None:
145 if end is None:
181 return None
205 return None
318 prev_token = None
319 prev_token_rstripped = None
    [all...]

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 91011>>