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

1 2 3 4 5

  /frameworks/native/opengl/tools/glgen/src/
ParameterChecker.java 46 String[] checks = map.get(functionName); local
47 if (checks == null &&
52 checks = map.get(functionName);
54 return checks;
JniCodeEmitter.java 226 String[] checks = mChecker.getChecks(cfunc.getName()); local
228 if (checks != null) {
229 while (index < checks.length) {
230 if (checks[index].equals("nullAllowed")) {
233 index = skipOneCheck(checks, index);
241 String[] checks = mChecker.getChecks(cfunc.getName()); local
243 if (checks != null) {
244 while (index < checks.length) {
245 if (checks[index].startsWith("check")) {
248 index = skipOneCheck(checks, index)
256 String[] checks = mChecker.getChecks(cfunc.getName()); local
305 String[] checks = mChecker.getChecks(cfunc.getName()); local
322 String[] checks = mChecker.getChecks(cfunc.getName()); local
337 String[] checks = mChecker.getChecks(cfunc.getName()); local
354 String[] checks = mChecker.getChecks(cfunc.getName()); local
432 String[] checks = mChecker.getChecks(cfunc.getName()); local
474 String[] checks = mChecker.getChecks(cfunc.getName()); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 22 import com.android.tools.lint.checks.AccessibilityDetector;
23 import com.android.tools.lint.checks.DetectMissingPrefix;
24 import com.android.tools.lint.checks.DosLineEndingDetector;
25 import com.android.tools.lint.checks.HardcodedValuesDetector;
26 import com.android.tools.lint.checks.InefficientWeightDetector;
27 import com.android.tools.lint.checks.ManifestOrderDetector;
28 import com.android.tools.lint.checks.MissingIdDetector;
29 import com.android.tools.lint.checks.ObsoleteLayoutParamsDetector;
30 import com.android.tools.lint.checks.PxUsageDetector;
31 import com.android.tools.lint.checks.ScrollViewChildDetector
    [all...]
SetAttributeFix.java 32 import com.android.tools.lint.checks.AccessibilityDetector;
33 import com.android.tools.lint.checks.InefficientWeightDetector;
34 import com.android.tools.lint.checks.ManifestOrderDetector;
35 import com.android.tools.lint.checks.MissingIdDetector;
36 import com.android.tools.lint.checks.SecurityDetector;
37 import com.android.tools.lint.checks.TextFieldDetector;
38 import com.android.tools.lint.checks.TranslationDetector;
TypographyFix.java 19 import com.android.tools.lint.checks.TypographyDetector;
UseCompoundDrawableDetectorFix.java 23 import com.android.tools.lint.checks.UseCompoundDrawableDetector;
  /external/openssl/crypto/bn/
bn_depr.c 94 int BN_is_prime(const BIGNUM *a, int checks, void (*callback)(int,int,void *),
99 return BN_is_prime_ex(a, checks, ctx_passed, &cb);
102 int BN_is_prime_fasttest(const BIGNUM *a, int checks,
109 return BN_is_prime_fasttest_ex(a, checks, ctx_passed,
bn_prime.c 166 int checks = BN_prime_checks_for_size(bits); local
199 i=BN_is_prime_fasttest_ex(ret,checks,ctx,0,cb);
211 for (i=0; i<checks; i++)
238 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb)
240 return BN_is_prime_fasttest_ex(a, checks, ctx_passed, 0, cb);
243 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed,
256 if (checks == BN_prime_checks)
257 checks = BN_prime_checks_for_size(BN_num_bits(a));
320 for (i = 0; i < checks; i++)
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
transition-property-names.js 2 'This test checks that CSS property names work round trip in the transition property.'
css-properties-case-sensitive.js 2 'This test checks that access to CSS properties via JavaScript properties on DOM elements is case sensitive.'
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
DOMNodeRemovedEvent.js 1 description("This test checks that DOMNodeRemovedEvent is emitted once (and only once).");
  /external/openssl/apps/
prime.c 64 int checks=20; local
92 else if(!strcmp(*argv,"-checks"))
96 checks=atoi(*++argv);
147 BN_is_prime_ex(bn,checks,NULL,NULL) ? "" : "not ");
158 BIO_printf(bio_err,"%-14s number of checks\n","-checks <n>");
  /external/webkit/LayoutTests/fast/js/resources/
script-line-number.js 2 "This test checks that line numbers are correctly reported for both inline scripts and inline event handlers."
const.js 2 "This test checks that const declarations in JavaScript work and are readonly."
  /external/v8/test/mjsunit/
megamorphic-callbacks.js 58 // Perform the load checks.
62 // Perform the store checks.
68 // Perform the call checks.
debug-conditional-breakpoints.js 105 // Conditional breakpoint which checks global variable.
117 // Conditional breakpoint which checks global variable.
127 // Conditional breakpoint which checks a parameter.
137 // Conditional breakpoint which checks a local variable.
  /ndk/tests/build/stdint-c++/jni/
Android.mk 15 # The test checks all possible tests, with source files generated by a helper
  /dalvik/vm/mterp/mips/
OP_APUT_OBJECT.S 27 bnez rBIX, .L${opcode}_checks # yes, skip type checks
44 b .L${opcode}_finish # yes, skip type checks
  /external/llvm/test/MC/X86/
gnux32-dwarf-gen.s 7 # This test checks the dwarf info section emitted to the output object by the
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGenerator.pm 566 my @checks = ();
569 push(@checks, "\n");
573 push(@checks, "COMPILE_ASSERT($value == ${interfaceName}::$name, ${interfaceName}Enum${name}IsWrongUseDontCheckEnums);\n");
575 push(@checks, "\n");
577 return @checks;
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
no-page-cache.js 1 description("Tests that pages that use Geolocation are not put in the page cache.<br><br>Currently, Geolocation does not work with the page cache so pages that use Geolocation are explicitly prevented from entering the cache. This test checks for accidental enabling of the page Cache for Geolocation. See https://bugs.webkit.org/show_bug.cgi?id=43956 for details.");
  /external/icu4c/test/cintltst/
spooftest.c 316 * get & set Checks
319 int32_t checks; local
323 checks = uspoof_getChecks(sc, &status);
325 TEST_ASSERT_EQ(USPOOF_ALL_CHECKS, checks);
327 checks &= ~(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE);
328 uspoof_setChecks(sc, checks, &status);
331 TEST_ASSERT_EQ(checks, checks2);
333 /* The checks that were disabled just above are the same ones that the "scMixed" test fails.
361 /* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script confusables also,
  /external/icu4c/test/intltest/
itutil.cpp 137 : checks(countChecks), dests(countDests) {}
145 ++checks;
147 int32_t &checks; member in class:MyErrorCode
  /external/v8/test/mjsunit/compiler/
regress-1085.js 30 // Test correct checks for negative zero.

Completed in 468 milliseconds

1 2 3 4 5