HomeSort by relevance Sort by last modified time
    Searched refs:checks (Results 151 - 175 of 264) sorted by null

1 2 3 4 5 67 8 91011

  /external/v8/src/
apinatives.js 108 // Disable access checks while instantiating the object.
  /external/v8/test/mjsunit/
debug-breakpoints.js 55 // The following test checks that the Debug.showBreakPoints(g) produces output
debug-setexceptionbreak.js 32 // Note: the following tests only checks the debugger handling of the
with-leave.js 51 // NOTE: This checks that the object containing x has been
external-array.js 291 // Make sure bounds checks are handled correctly for external arrays.
  /external/v8/test/mjsunit/harmony/
block-leave.js 72 // NOTE: This checks that the block scope containing xx has been
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 324 Check[] checks = new Check[]{ local
334 for (Check ck : checks) {
    [all...]
  /ndk/build/core/
default-build-commands.mk 60 # This flag disables the above security checks
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 32 import com.android.tools.lint.checks.AnnotationDetector;
33 import com.android.tools.lint.checks.ApiDetector;
351 // Don't offer to suppress (with an annotation) the annotation checks
  /external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp 98 uspoof_setChecks(USpoofChecker *sc, int32_t checks, UErrorCode *status) {
104 // Verify that the requested checks are all ones (bits) that
106 if (checks & ~USPOOF_ALL_CHECKS) {
111 This->fChecks = checks;
243 // These are the checks that need to be done on NFKD input
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 38 import com.android.tools.lint.checks.BuiltinIssueRegistry;
39 import com.android.tools.lint.checks.ManifestOrderDetector;
40 import com.android.tools.lint.checks.SecurityDetector;
    [all...]
  /external/bison/
maint.mk 155 ## Sanity checks. ##
166 local-checks-available += $(syntax-check-rules)
168 local-checks-available += no-vc-detected
172 .PHONY: $(local-checks-available)
196 $(filter-out $(local-checks-to-skip), $(local-checks-available)))
    [all...]
  /external/chromium/third_party/libjingle/source/talk/
main.scons 195 '/RTC1', # enable runtime checks
228 '/GS', # enable security checks
libjingle.scons 92 "base/checks.cc",
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
example.js 286 // indexOf would search the entire string, lastIndexOf(p, 0) only checks at
  /external/chromium_org/v8/test/mjsunit/compiler/
escape-analysis.js 178 // Test map checks on captured objects.
  /external/chromium_org/v8/test/mjsunit/
debug-breakpoints.js 55 // The following test checks that the Debug.showBreakPoints(g) produces output
debug-set-variable-value.js 81 // The test changes the value of variable via the handle to function and checks
  /external/chromium_org/v8/test/webkit/
array-defineOwnProperty.js 24 description("This test checks the behavior of [[DefineOwnProperty]] applied to Array objects (see ES5.1 15.4.5.1).");
preventExtensions.js 25 "This test checks whether various seal/freeze/preventExtentions work on a regular object."
typeof-constant-string.js 25 "This test checks that using the typeof operator on a JavaScript value and comparing it to a constant string works as expected."
  /external/chromium_org/v8/test/webkit/fast/js/kde/
Array.js 41 // range checks
  /external/v8/
Android.v8common.mk 14 src/checks.cc \
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 65 checks for self-modifying code: none, only for
  /external/chromium_org/v8/test/cctest/
test-debug.cc 846 // checks: An array of expressions and expected results
849 // Structure for holding checks to do.
856 // Array of checks to do.
857 struct EvaluateCheck* checks = NULL; variable in typeref:struct:EvaluateCheck
876 for (int i = 0; checks[i].expr != NULL; i++) {
    [all...]

Completed in 523 milliseconds

1 2 3 4 5 67 8 91011