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

1 2 3 4 5 6 7 8 91011

  /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;
  /external/chromium_org/third_party/openssl/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++)
  /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/chromium_org/third_party/openssl/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/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/chromium_org/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.
  /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/chromium_org/chrome/browser/ui/webui/options/
settings_app_browsertest.js 23 // Test opening Settings App, and do some checks on section visibility.
44 // uses. Do spot checks, so the test is not too fragile. Some of the content
  /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/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 292 * get & set Checks
295 int32_t checks; local
299 checks = uspoof_getChecks(sc, &status);
301 TEST_ASSERT_EQ(USPOOF_ALL_CHECKS, checks);
303 checks &= ~(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE);
304 uspoof_setChecks(sc, checks, &status);
307 TEST_ASSERT_EQ(checks, checks2);
309 /* The checks that were disabled just above are the same ones that the "scMixed" test fails.
337 /* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script confusables also,
  /frameworks/base/packages/Keyguard/test/
Android.mk 23 # Remove these to verify permission checks are working correctly
  /external/chromium_org/v8/test/webkit/
number-cell-reuse.js 25 "This test checks corner cases of the number cell reuse code. In particular, it checks for known cases where code generation for number cell reuse caused assertions to fail."
  /ndk/build/tools/
build-docs.sh 41 register_var_option "--run-checks" RUN_CHECKS "Run internal consistency checks"
63 $SUBST_PROGRAM --run-checks
  /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/chromium_org/native_client_sdk/src/build_tools/
generate_make.py 99 checks = []
106 checks.append(srcfile)
108 ErrorMsgFunc('%s not found in:\n\t%s' % (name, '\n\t'.join(checks)))

Completed in 460 milliseconds

1 2 3 4 5 6 7 8 91011