HomeSort by relevance Sort by last modified time
    Searched refs:Check (Results 176 - 200 of 729) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/test/mjsunit/regress/
regress-675.js 30 // Test that load ICs for nonexistent properties check global
42 // Check that we bail out from the IC.
59 // Check that IC bails out.
  /external/v8/test/mjsunit/
store-dictionary.js 51 // Check that the store did not change the value.
54 // Check that bail-out code works.
unicode-string-to-number.js 33 // Check that long string can convert to proper numbers.
40 // Check that long strings with non-ASCII characters cannot convert.
array-unshift.js 28 // Check that unshifting array of holes keeps the original array
40 // Check that unshift with no args has a side-effect of
80 // Now check the case with array of holes and some elements on prototype.
118 // Check that unshift with no args has a side-effect of
157 // Now check the case with array of holes and some elements on prototype.
193 // Check the behaviour when approaching maximal values for length.
203 // Check smi boundary
array-functions-prototype.js 64 // Check that the local object has properties 0 and 1 with the right
95 // Check that the local object has properties 0 through 3 with the
126 // Check that the local object has properties 0 and 1 with the right
debug-compile-event.js 78 // Check that script context is included into the event message.
83 // Check that we pick script name from //@ sourceURL, iff present
114 // Check the actual number of events (no compilation through the API as all
debug-receiver.js 69 // Check result of a test.
77 // Check that the debugger correctly reflects that the receiver is not
99 // Check that the debugger correctly reflects the object conversion of
error-constructors.js 34 // Check that error construction does not call setters for the
51 // Check that the name property on error prototypes is read-only and
62 // Check that message and name are not enumerable on Error objects.
  /ndk/build/core/
prebuilt-library.mk 22 $(call check-defined-LOCAL_MODULE,$(LOCAL_BUILD_SCRIPT))
23 $(call check-LOCAL_MODULE,$(LOCAL_MAKEFILE))
24 $(call check-LOCAL_MODULE_FILENAME)
26 # Check that LOCAL_SRC_FILES contains only the path to one library
44 $(call __ndk_info,Check that $(prebuilt_path) exists, or that its path is correct)
59 $(eval $(call ev-check-module-filename))
main.mk 60 # Check that APP is not empty
74 # Check that all apps listed in APP do exist
84 # Check that all apps listed in APP have an Application.mk
109 # now check that APP doesn't contain an unknown app name
  /build/tools/releasetools/
edify_generator.py 122 """Check that the given file (or MTD reference) has one of the
131 """Check that the given file (or MTD reference) has one of the
138 """Check that there's at least 'amount' space that can be made
  /external/chromium_org/chrome/browser/chromeos/
locale_change_guard.cc 110 Check();
117 // We need to perform locale change check only once, so unsubscribe.
121 Check();
149 void LocaleChangeGuard::Check() {
197 // Check whether locale has been reverted or changed.
  /external/chromium_org/v8/test/mjsunit/
array-unshift.js 28 // Check that unshifting array of holes keeps the original array
40 // Check that unshift with no args has a side-effect of
80 // Now check the case with array of holes and some elements on prototype.
118 // Check that unshift with no args has a side-effect of
157 // Now check the case with array of holes and some elements on prototype.
193 // Check the behaviour when approaching maximal values for length.
203 // Check smi boundary
217 // Check that non-enumerable elements are treated appropriately
array-functions-prototype.js 64 // Check that the local object has properties 0 and 1 with the right
95 // Check that the local object has properties 0 through 3 with the
126 // Check that the local object has properties 0 and 1 with the right
debug-compile-event.js 78 // Check that script context is included into the event message.
83 // Check that we pick script name from //# sourceURL, iff present
114 // Check the actual number of events (no compilation through the API as all
debug-receiver.js 69 // Check result of a test.
77 // Check that the debugger correctly reflects that the receiver is not
99 // Check that the debugger correctly reflects the object conversion of
error-constructors.js 30 // Check that message and name are not enumerable on Error objects.
51 // Check that error construction does not call setters for the
68 // Check that intercepting property access from toString is prevented for
  /external/chromium_org/v8/test/webkit/
preventExtensions.js 30 // Add an accessor property to check 'isFrozen' returns the correct result for objects with accessors.
92 // check that we can preventExtensions on a host function.
98 // check that we can still access static properties on an object after calling preventExtensions.
115 // Check that freezing a function works correctly.
122 // Check that freezing a strict function works correctly.
129 // Check that freezing array objects works correctly.
136 // Check that freezing arguments objects works correctly.
144 // Check that freeze still works if preventExtensions has been called on the object.
  /external/chromium/chrome/browser/policy/
device_management_service_unittest.cc 213 bool Check(const std::string& name, const std::string& expected_value) {
264 EXPECT_TRUE(query_params.Check(
266 EXPECT_TRUE(query_params.Check(
268 EXPECT_TRUE(query_params.Check(
271 EXPECT_TRUE(query_params.Check(
274 EXPECT_TRUE(query_params.Check(
332 // Check the data the fetcher received.
426 // Check that the request is processed as expected.
  /external/chromium_org/v8/test/mjsunit/harmony/
module-parsing.js 90 // Check that ASI does not interfere.
154 // Check that 'module' still works as an identifier.
168 // Check that module declarations are rejected in eval or local scope.
  /external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S 13 # Check varied order of the size prefix
189 # Check scan equal instruction
217 # Check scan not-equal instruction
  /external/chromium/net/base/
x509_cert_types.cc 55 CertPolicy::Judgment CertPolicy::Check(
57 // It shouldn't matter which set we check first, but we check denied first
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 67 style_checker.Check(input_filename)
  /external/chromium_org/chrome/common/extensions/permissions/
api_permission.cc 34 virtual bool Check(
40 CHECK(info() == rhs->info());
47 CHECK(info() == rhs->info());
66 CHECK(info() == rhs->info());
71 CHECK(info() == rhs->info());
76 CHECK(info() == rhs->info());
  /external/chromium_org/net/cert/
x509_cert_types.cc 63 CertPolicy::Judgment CertPolicy::Check(
65 // It shouldn't matter which set we check first, but we check denied first

Completed in 1712 milliseconds

1 2 3 4 5 6 78 91011>>