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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
ulw2-eb.d 6 # Further checks of ulw macro.
ulw2-el-ilocks.d 6 # Further checks of ulw macro.
ulw2-el.d 6 # Further checks of ulw macro.
mips32r2-ill-nofp.s 9 # insert and extract position/size checks:
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SpoofChecker.java 142 * third line, the CONFUSABLE checks are disabled. It is good practice to disable them if you won't be using the
146 * To get more details on why a string failed the checks, use a {@link SpoofChecker.CheckResult}:
157 * System.out.println(checkResult.checks); // 16
162 * The return value is a bitmask of the checks that failed. In this case, there was one check that failed:
163 * {@link SpoofChecker#RESTRICTION_LEVEL}, corresponding to the fifth bit (16). The possible checks are:
177 * These checks can be enabled independently of each other. For example, if you were interested in checking for only the
191 * <b>Note:</b> The Restriction Level is the most powerful of the checks. The full logic is documented in
205 * A <code>SpoofChecker</code> instance may be used repeatedly to perform checks on any number of identifiers.
337 * Constants for the kinds of checks that USpoofChecker can perform. These values are used both to select the set of
338 * checks that will be performed, and to report results from the check function
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java 141 * third line, the CONFUSABLE checks are disabled. It is good practice to disable them if you won't be using the
145 * To get more details on why a string failed the checks, use a {@link SpoofChecker.CheckResult}:
156 * System.out.println(checkResult.checks); // 16
161 * The return value is a bitmask of the checks that failed. In this case, there was one check that failed:
162 * {@link SpoofChecker#RESTRICTION_LEVEL}, corresponding to the fifth bit (16). The possible checks are:
176 * These checks can be enabled independently of each other. For example, if you were interested in checking for only the
190 * <b>Note:</b> The Restriction Level is the most powerful of the checks. The full logic is documented in
204 * A <code>SpoofChecker</code> instance may be used repeatedly to perform checks on any number of identifiers.
352 * Constants for the kinds of checks that USpoofChecker can perform. These values are used both to select the set of
353 * checks that will be performed, and to report results from the check function
    [all...]
  /external/llvm/test/MC/X86/
gnux32-dwarf-gen.s 7 # This test checks the dwarf info section emitted to the output object by the
  /libcore/luni/src/main/java/java/math/
NativeBN.java 127 public static native boolean BN_primality_test(long candidate, int checks,
129 // int BN_primality_test(int *is_probably_prime, const BIGNUM *candidate, int checks,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
nilcheck.go 7 // nilcheckelim eliminates unnecessary nil checks.
15 // TODO: Eliminate more nil checks.
22 Work walkState = iota // process nil checks and traverse to dominees
85 // Next, eliminate any redundant nil checks in this block.
119 // Finally, find redundant nil checks for subsequent blocks.
151 // nilcheckelim2 eliminates unnecessary nil checks.
158 // input pointer is nil. Remove nil checks on those pointers, as the
230 // more unnecessary nil checks. Would fix test/nilptr3_ssa.go:157.
lower.go 13 // checkLower checks for unlowered opcodes and fails if we find one.
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10958.go 10 // that rescheduling checks are working (and we may wish
15 // This checks to see that call-free infinite loops do not
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
nilcheck.go 7 // nilcheckelim eliminates unnecessary nil checks.
15 // TODO: Eliminate more nil checks.
22 Work walkState = iota // process nil checks and traverse to dominees
85 // Next, eliminate any redundant nil checks in this block.
119 // Finally, find redundant nil checks for subsequent blocks.
151 // nilcheckelim2 eliminates unnecessary nil checks.
158 // input pointer is nil. Remove nil checks on those pointers, as the
230 // more unnecessary nil checks. Would fix test/nilptr3_ssa.go:157.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10958.go 10 // that rescheduling checks are working (and we may wish
15 // This checks to see that call-free infinite loops do not
  /build/soong/cc/config/
tidy.go 25 // Global tidy checks include only google*, performance*,
43 // Enable only some google checks for these projects.
81 Checks string
87 // This is a map of local path prefixes to the set of default clang-tidy checks
114 return pathCheck.Checks
  /external/libavc/common/arm/
ih264_inter_pred_luma_copy_a9q.s 83 cmp r7, #0 @checks ht == 0
85 tst r12, #15 @checks wd for multiples for 4 & 8
87 tst r12, #7 @checks wd for multiples for 4 & 8
92 subs r4, r12, #0 @checks wd == 0
128 subs r4, r12, #0 @checks wd
158 subs r4, r12, #0 @checks wd
  /prebuilts/go/darwin-x86/src/runtime/
utf8.go 102 _ = p[1] // eliminate bounds checks
110 _ = p[2] // eliminate bounds checks
116 _ = p[3] // eliminate bounds checks
  /prebuilts/go/darwin-x86/test/
nilcheck.go 7 // Test that nil checks are inserted.
8 // Optimization is disabled, so redundant checks are not removed.
144 // Most of these have no checks because a real memory reference follows,
  /prebuilts/go/linux-x86/src/runtime/
utf8.go 102 _ = p[1] // eliminate bounds checks
110 _ = p[2] // eliminate bounds checks
116 _ = p[3] // eliminate bounds checks
  /prebuilts/go/linux-x86/test/
nilcheck.go 7 // Test that nil checks are inserted.
8 // Optimization is disabled, so redundant checks are not removed.
144 // Most of these have no checks because a real memory reference follows,
  /external/webrtc/webrtc/base/
Android.mk 22 checks.cc \
  /packages/services/Car/TrustAgent/
Android.mk 29 # Remove this to verify permission checks are working correctly
  /prebuilts/go/darwin-x86/src/container/heap/
example_intheap_test.go 34 // This example inserts several ints into an IntHeap, checks the minimum,
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_amd64.go 22 // We may add checks inside blockAVX2, but this will
  /prebuilts/go/darwin-x86/src/go/types/
token_test.go 5 // This file checks invariants of token.Token ordering that we rely on
  /prebuilts/go/darwin-x86/src/os/
error_plan9.go 20 // checkErrMessageContent checks if err message contains one of msgs.

Completed in 2936 milliseconds

<<11121314151617181920>>