HomeSort by relevance Sort by last modified time
    Searched refs:Checks (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebSelectorTest.cpp 48 TEST(WebSelectorTest, Checks)
  /external/chromium_org/tools/telemetry/telemetry/timeline/
inspector_importer.py 18 ''' Checks if timeline_data is from the inspector timeline. We assume
  /external/mockito/src/org/mockito/internal/util/
Checks.java 11 public class Checks {
  /external/mockito/src/org/mockito/internal/util/reflection/
InstanceField.java 7 import org.mockito.internal.util.Checks;
25 * @param field The field that should be accessed, note that no checks are performed to ensure
30 this.field = Checks.checkNotNull(field, "field");
31 this.instance = Checks.checkNotNull(instance, "instance");
Fields.java 8 import org.mockito.internal.util.Checks;
69 Checks.checkNotNull(annotations, "Provide at least one annotation class");
  /external/mockito/src/org/mockito/internal/configuration/injection/
MockInjection.java 13 import static org.mockito.internal.util.Checks.checkItemsNotNull;
14 import static org.mockito.internal.util.Checks.checkNotNull;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_util.js 16 * Checks if a node is in a given class of MathML nodes.
28 * Checks if a node is in a given class of MathJax nodes.
45 * Checks if a node is an element node that belongs to a given class
67 * Checks if an element of a math expression is a Token Element.
93 * Checks if an element of a math expression is a Layout Schema.
123 * Checks if an element of a math expression is a Script Schema.
153 * Checks if an element of a math expression is a Tables Schema.
178 * Checks if an element of a math expression is a Elementary Schema.
211 * Checks if a node is valid element of a MathML expression.
231 * Checks if an element of a math expression is whitespace or a
    [all...]
platform_util.js 30 *Checks whether the given filter matches the current platform. An undefined
focus_util.js 60 * Checks if the currently focused element is a field that accepts text input
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gstaticorigincheck.js 23 * Checks whether the origin is allowed to claim the app ids.
33 * Checks if a single appId can be asserted by the given origin.
origincheck.js 21 * Checks whether the origin is allowed to claim the app ids.
appid.js 91 * Checks whether all the app ids provided can be asserted by the given origin.
116 * Checks if a single appId can be asserted by the given origin.
  /external/llvm/test/MC/ARM/
directive-eabi_attribute-2.s 85 @ ===--- Compatibility Checks ---===
92 @ ===--- GNU AS Compatibility Checks ---===
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
abstract_result.js 20 * Checks the result if it is an unknown result.
results.js 62 * Checks the result if it is a normal result.
119 * Checks the result if it is a weather result.
212 * Checks the result if it is a know result.
265 * Checks the result if it is a calculator result.
305 * Checks the result if it is a game result.
325 * Checks the result if it is a image result.
385 * Checks the result if it is a category result.
421 * Checks the result if it is an ad result.
  /external/mockito/src/org/mockito/internal/util/collections/
HashCodeAndEqualsSafeSet.java 7 import org.mockito.internal.util.Checks;
132 Checks.checkNotNull(mocks, "Passed collection should notify() be null");
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/asserts/
asserts.js 109 * Checks if the condition evaluates to true if goog.asserts.ENABLE_ASSERTS is
155 * Checks if the value is a number if goog.asserts.ENABLE_ASSERTS is true.
173 * Checks if the value is a string if goog.asserts.ENABLE_ASSERTS is true.
191 * Checks if the value is a function if goog.asserts.ENABLE_ASSERTS is true.
210 * Checks if the value is an Object if goog.asserts.ENABLE_ASSERTS is true.
228 * Checks if the value is an Array if goog.asserts.ENABLE_ASSERTS is true.
246 * Checks if the value is a boolean if goog.asserts.ENABLE_ASSERTS is true.
265 * Checks if the value is a DOM Element if goog.asserts.ENABLE_ASSERTS is true.
285 * Checks if the value is an instance of the user-defined type if
309 * Checks that no enumerable keys are present in Object.prototype. Such key
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3218915.js 30 // Checks that comma expression in conditional context is processed correctly.
  /external/chromium_org/v8/test/webkit/
dfg-ensure-array-storage-on-string.js 25 "Checks that trying to arrayify a string to have array storage doesn't crash."
dfg-ensure-contiguous-on-string.js 25 "Checks that trying to arrayify a string doesn't crash."
dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.js 25 "Checks that increased aggressiveness in sparse conditional constant propagation resultin from a node being proven to be force exit does not lead to a cascade of unsound decisions."
sort-with-side-effecting-comparisons.js 25 "Checks that sorting an array with a side-effecting comparison function doesn't trigger assertions."
  /external/chromium_org/chrome/browser/metrics/variations/
generate_resources_map.py 81 """Checks a sorted list of |Resource| objects for hash collisions.
  /external/chromium_org/ui/webui/resources/js/
load_time_data.js 133 * Checks condition, displays error message if expectation fails.
145 * Checks that the given value has the given type.
  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_entry.js 82 * Checks if the input token contains level information.

Completed in 1039 milliseconds

1 2 3 4