OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Checks
(Results
1 - 25
of
75
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebSelectorTest.cpp
48
TEST(WebSelectorTest,
Checks
)
/external/chromium_org/tools/telemetry/telemetry/core/timeline/
inspector_importer.py
15
'''
Checks
if event_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/third_party/chromevox/extensions/searchvox/
abstract_result.js
18
*
Checks
the result if it is an unknown result.
results.js
60
*
Checks
the result if it is a normal result.
117
*
Checks
the result if it is a weather result.
210
*
Checks
the result if it is a know result.
263
*
Checks
the result if it is a calculator result.
303
*
Checks
the result if it is a game result.
323
*
Checks
the result if it is a image result.
383
*
Checks
the result if it is a category result.
419
*
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");
/build/core/
post_clean.mk
18
#
Checks
the current build configurations against the previous build,
/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/v8/test/mjsunit/regress/
regress-3218915.js
30
//
Checks
that comma expression in conditional context is processed correctly.
/external/chromium_org/tools/checkdeps/
checkdeps.py
8
Checks
DEPS files in the source tree for rules, and applies those rules to
69
"""
Checks
all relevant source files in the specified directory and
153
to "." so it
checks
everything.
/external/chromium_org/ui/webui/resources/js/
load_time_data.js
116
*
Checks
condition, displays error message if expectation fails.
126
*
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.
/external/chromium_org/chrome/browser/ui/webui/
sync_internals_browsertest.js
27
*
Checks
aboutInfo's details section for the specified field.
/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.js
36
*
Checks
the current state of the browser.
/external/chromium_org/chrome/test/chromedriver/extension/
background.js
6
*
Checks
for an extension error that occurred during the asynchronous call.
/external/chromium_org/v8/test/intl/break-iterator/
property-override.js
28
//
Checks
for security holes introduced by Object.property overrides.
/external/chromium_org/v8/test/intl/collator/
property-override.js
28
//
Checks
for security holes introduced by Object.property overrides.
/external/chromium_org/v8/test/mjsunit/
mjsunit.js
75
//
Checks
that the found value is true. Use with boolean expressions
79
//
Checks
that the found value is false.
82
//
Checks
that the found value is null. Kept for historical compatibility,
86
//
Checks
that the found value is *not* null.
Completed in 1150 milliseconds
1
2
3