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

1 2 3 4 56 7 8 91011

  /ndk/build/core/
definitions-tests.mk 37 # Here's an example that checks that the 'filter' function works correctly:
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/sdk/tools/lib/
lint_checks.jar 
  /art/compiler/dex/
mir_optimization.cc 478 /* Collect stats on number of checks removed */
617 /* Eliminate unnecessary null checks for a basic block. */
813 float checks = static_cast<float>(stats->null_checks); local
814 LOG(INFO) << "Null Checks: " << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " "
816 << (eliminated/checks) * 100.0 << "%";
820 float checks = static_cast<float>(stats->range_checks); local
821 LOG(INFO) << "Range Checks: " << PrettyMethod(cu_->method_idx, *cu_->dex_file) << " "
823 << (eliminated/checks) * 100.0 << "%";
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-listbreakpoints.js 32 // Note: the following tests only checks the debugger handling of the
39 // below. The test checks for these line numbers.
array-bounds-check-removal.js 100 // Test that we deopt on failed bounds checks.
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/icu4c/i18n/unicode/
uspoof.h 48 * The tests and checks provided by this module implement the recommendations
63 * -# Perform the checks using the pre-configured USpoofChecker. The results indicate
68 * A USpoofChecker may be used repeatedly to perform checks on any number of identifiers.
79 * Descriptions of the available checks.
91 * The safest approach is to enable all three of these checks as a group.
110 * specified, the checks will consider confusable characters of any case. If this flag is not
148 * Enum for the kinds of checks that USpoofChecker can perform.
149 * These enum values are used both to select the set of checks that
209 * Applies to checks of a single identifier check only.
240 * Enable all spoof checks
    [all...]
  /external/v8/test/mjsunit/
debug-listbreakpoints.js 32 // Note: the following tests only checks the debugger handling of the
39 // below. The test checks for these line numbers.
  /frameworks/native/opengl/tools/glgen/
gen 68 specs/jsr239/glspec-checks
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 31 import com.android.tools.lint.checks.ApiDetector;
  /external/bison/
cfg.mk 43 local-checks-to-skip = \
  /external/chromium_org/chrome/browser/resources/gaia_auth/
saml_injected.js 117 * Current implementation checks if it is a http or https page and has
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
graph-view.js 123 // area. It firstly checks x range which clicked point is in, and all lines
  /external/chromium_org/v8/src/
apinatives.js 113 // Disable access checks while instantiating the object.
  /external/chromium_org/v8/test/intl/
assert.js 53 * It checks internals of arrays and objects.
  /external/chromium_org/v8/test/mjsunit/harmony/
block-leave.js 72 // NOTE: This checks that the block scope containing xx has been
  /external/chromium_org/v8/test/webkit/
array-enumerators-functions.js 25 "This test checks the behavior of the various array enumeration functions in certain edge case scenarios"
array-reduceRight.js 25 "This test checks the behavior of the reduceRight() method on a number of objects."
math-transforms.js 26 "This test checks for potential edge case bugs with certain math transforms involving multiplication by 1 and unary plus."
toString-number-dot-expr.js 25 "This test checks that toString() round-trip on a function that has a expression of form 4..x does not lose its meaning."
  /external/chromium_org/v8/test/webkit/fast/js/
function-toString-parentheses.js 25 "This test checks that parentheses are preserved when significant, and not added where inappropriate. " +
string-capitalization.js 26 "This test checks that toLowerCase and toUpperCase handle certain non-trivial cases correctly."

Completed in 573 milliseconds

1 2 3 4 56 7 8 91011