HomeSort by relevance Sort by last modified time
    Searched full:checks (Results 951 - 975 of 7809) sorted by null

<<31323334353637383940>>

  /external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java 343 * Checks whether a character is a token separator.
359 * Checks whether a character is a whitespace character.
378 * Checks whether a character is a valid token character.
405 // and separators are included in the checks above.
414 * Checks whether a character is an HTTP separator.
415 * The implementation in this class checks only for the HTTP separators
  /external/chromium/chrome/browser/resources/
print_preview.js 156 * Checks the value of the copies field. If it is a valid number it does
171 * Checks the value of the page ranges text field. It parses the page ranges and
197 * Checks whether the preview layout setting is set to 'landscape' or not.
206 * Checks whether the preview color setting is set to 'color' or not.
215 * Checks whether the preview collate setting value is set or not.
239 * Checks whether the preview two-sided checkbox is checked.
  /external/chromium/chrome/browser/safe_browsing/
filter_false_positive_perftest.cc 5 // This test performs a series false positive checks using a list of URLs
40 // --filter-num-checks=<integer>
42 // --filter-num-checks: The number of hash look ups to perform on the bloom
87 const char kFilterNumChecks[] = "filter-num-checks";
89 // Number of hash checks to make during performance testing.
355 std::cout << "Time results for checks: " << num_checks
safe_browsing_service.h 322 // have had to queue checks until the database is ready, and if so, this
323 // checks them.
340 // the user checks the "Enable SafeBrowsing" option in the Advanced options
375 // Checks the download hash on safe_browsing_thread_.
378 // Invoked by CheckDownloadUrl. It checks the download URL on
461 // Similar to |download_urlcheck_timeout_ms_|, but for download hash checks.
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc 159 // Checks if there are at least |num_jobs_to_wait_for_| jobs in
204 // Checks if there are at least |num_jobs_to_wait_for_| jobs in
801 // all checks go to |test_url|. Also disables all timers.
    [all...]
captive_portal_service_unittest.cc 211 // must be set to have a minimum time of 100 seconds, with 2 checks before
297 // Checks exponential backoff when the Internet is connected.
314 // Checks exponential backoff when there's an HTTP error.
330 // Checks exponential backoff when there's a captive portal.
448 // Checks that disabling for browser tests works as expected.
454 // Checks that jitter gives us values in the correct range.
  /external/chromium_org/third_party/mesa/src/src/glsl/
ralloc.h 132 * More than a convenience function, this also checks for integer overflow when
149 * More than a convenience function, this also checks for integer overflow when
168 * More than a convenience function, this also checks for integer overflow when
185 * More than a convenience function, this also checks for integer overflow when
195 * More than a convenience function, this also checks for integer overflow when
207 * More than a convenience function, this also checks for integer overflow when
  /external/mesa3d/src/glsl/
ralloc.h 132 * More than a convenience function, this also checks for integer overflow when
149 * More than a convenience function, this also checks for integer overflow when
168 * More than a convenience function, this also checks for integer overflow when
185 * More than a convenience function, this also checks for integer overflow when
195 * More than a convenience function, this also checks for integer overflow when
207 * More than a convenience function, this also checks for integer overflow when
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1ImplTest.java 59 * The test checks out that for given three byte input
101 * The test checks out that SHA1Impl computes correct value
125 * The test checks out that SHA1Impl returns correct values
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
gjslint.py 18 """Checks JavaScript files for common style guide violations.
21 style guide violations. As of now, it checks for the following violations:
82 Tokenization, passes, and checks are expensive operations. Running in a
  /external/chromium_org/base/threading/
thread_restrictions.h 103 // Style tip: where should you put AssertIOAllowed checks? It's best
108 // add the AssertIOAllowed checks in the helper functions.
147 // a discussion of where to add these checks.
  /external/chromium_org/build/android/pylib/
ports.py 84 """Checks whether the specified host port is used or not.
105 """Checks whether the specified device port is used or not.
134 """Checks whether the specified http server is ready to serve request or not.
  /external/chromium_org/cc/layers/
layer_position_constraint_unittest.cc 143 // This test checks for correct scroll compensation when the fixed-position
204 // This test checks for correct scroll compensation when the fixed-position
283 // This test checks for correct scroll compensation when the fixed-position
361 // This test checks for correct scroll compensation when the fixed-position
469 // This test checks for correct scroll compensation when the fixed-position
473 // This test checks for correct scroll compensation when the fixed-position
584 // This test checks for correct scroll compensation when the fixed-position
707 // This test checks for correct scroll compensation when the fixed-positio
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.h 47 // A class that checks for updates of a given list of extensions, and downloads
64 // potentially concurrent update checks complete.
72 // potentially concurrent update checks complete.
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache.h 100 // Checks if the given profile has switched to using GAIA information
123 // Checks if |index| is a valid avatar icon index
125 // Checks if the given URL points to one of the default avatar icons. If it
  /external/chromium_org/chrome/browser/resources/web_dev_style/
js_checker.py 40 """Checks for a particular misuse of 'chrome.send'."""
54 """Checks for use of 'document.getElementById' instead of '$'."""
60 """Checks for use of '@inheritDoc' instead of '@override'."""
  /external/chromium_org/chromeos/dbus/ibus/
ibus_object.h 75 // field from dbus message. This class checks the IBusObject header structure
101 // Reads IBusObject headers and checks if the type name is valid.
106 // Reads IBusOBject with |reader| and checks if the type name is valid.
  /external/chromium_org/courgette/
encoded_program_fuzz_unittest.cc 87 // takes a good serialization of and EncodedProgram, flips some bits, and checks
88 // that the behaviour is reasonable. It has testing checks for unreasonable
114 // takes a good serialization of and EncodedProgram, flips some bits, and checks
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_make.py 99 checks = []
106 checks.append(srcfile)
108 ErrorMsgFunc('%s not found in:\n\t%s' % (name, '\n\t'.join(checks)))
  /external/chromium_org/ppapi/c/dev/
ppb_url_util_dev.h 126 * Checks whether the given two URLs are in the same security origin. Returns
131 * Checks whether the document hosting the given plugin instance can access
137 * Checks whether the document containing the |active| plugin instance can
  /external/chromium_org/skia/config/
SkUserConfig.h 34 the list of flags initially set in preconfig, and then postconfig checks
70 /* Skia has lots of debug-only code. Often this is just null checks or other
126 /* Define this to remove dimension checks on bitmaps. Not all blits will be
  /external/chromium_org/third_party/closure_linter/closure_linter/
gjslint.py 18 """Checks JavaScript files for common style guide violations.
21 style guide violations. As of now, it checks for the following violations:
82 Tokenization, passes, and checks are expensive operations. Running in a
  /external/chromium_org/v8/test/mjsunit/
fuzz-natives-part1.js 138 // Calling disable/enable access checks may interfere with the
183 // Performance critical functions which cannot afford type checks.
193 // This functions perform some checks compile time (they require one of their
fuzz-natives-part2.js 138 // Calling disable/enable access checks may interfere with the
183 // Performance critical functions which cannot afford type checks.
193 // This functions perform some checks compile time (they require one of their
fuzz-natives-part3.js 138 // Calling disable/enable access checks may interfere with the
183 // Performance critical functions which cannot afford type checks.
193 // This functions perform some checks compile time (they require one of their

Completed in 673 milliseconds

<<31323334353637383940>>