HomeSort by relevance Sort by last modified time
    Searched defs:_check (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/web_dev_style/
js_checker.py 39 def _check(regex): function in function:JSChecker.EndJsDocCommentCheck
41 return _check(r'^\s*(\*\*/)\s*$') or _check(r'/\*\* @[a-zA-Z]+.* (\*\*/)')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py 23 def _check(self, name, size=None, *extra): member in class:InputValidationTests
45 self._check(name, size, *extra)
48 self._check(name, None, *extra)
test_io.py 2619 def _check(dec): function in function:IncrementalNewlineDecoderTest.test_newline_bytes
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py 23 def _check(self, name, size=None, *extra): member in class:InputValidationTests
45 self._check(name, size, *extra)
48 self._check(name, None, *extra)
test_io.py 2619 def _check(dec): function in function:IncrementalNewlineDecoderTest.test_newline_bytes
    [all...]
  /external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
api_utils.py 144 self.backoff_factor = self._check('backoff_factor', backoff_factor)
145 self.initial_delay = self._check('initial_delay', initial_delay)
146 self.max_delay = self._check('max_delay', max_delay)
147 self.max_retry_period = self._check('max_retry_period', max_retry_period)
148 self.max_retries = self._check('max_retries', max_retries, True, int)
149 self.min_retries = self._check('min_retries', min_retries, True, int)
155 self.urlfetch_timeout = self._check('urlfetch_timeout', urlfetch_timeout)
156 self.save_access_token = self._check('save_access_token', save_access_token,
170 def _check(cls, name, val, can_be_zero=False, val_type=float): member in class:RetryParams
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tempfile.py 511 def _check(self, file): member in class:SpooledTemporaryFile
605 self._check(file)
611 self._check(file)
tarfile.py 2385 def _check(self, mode=None): member in class:TarFile
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tempfile.py 511 def _check(self, file): member in class:SpooledTemporaryFile
605 self._check(file)
611 self._check(file)
tarfile.py 2385 def _check(self, mode=None): member in class:TarFile
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 54 private final static boolean _check = false; field in class:MatrixTrackingGL
264 if ( _check) check();
271 if ( _check) check();
363 if ( _check) check();
369 if ( _check) check();
377 if ( _check) check();
383 if ( _check) check();
391 if ( _check) check();
438 if ( _check) check();
444 if ( _check) check()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py 29 def _check(self, before, after): member in class:FixerTestCase
37 tree = self._check(before, after)
43 tree = self._check(before, after)
52 self._check(before, before)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_fixers.py 29 def _check(self, before, after): member in class:FixerTestCase
37 tree = self._check(before, after)
43 tree = self._check(before, after)
52 self._check(before, before)
    [all...]

Completed in 834 milliseconds