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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/linux-x86/test/
index2.go 7 // Generate test of index and slice bounds checks.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@uld2-eb.d 6 # Further checks of uld macro (microMIPS).
micromips@uld2-el.d 6 # Further checks of uld macro (microMIPS).
mips32r2-ill-fp64.s 9 # insert and extract position/size checks:
47 # FP register checks.
mips32r2-ill.s 9 # insert and extract position/size checks:
47 # FP register checks.
mips32r2.s 30 # This file checks that in fact HW rotate will
31 # be used for this arch, and checks assembly
mipsr6@mips32r2-ill.s 9 # insert and extract position/size checks:
47 # FP register checks.
micromips@ulw2-eb-ilocks.d 6 # Further checks of ulw macro (microMIPS).
micromips@ulw2-el-ilocks.d 6 # Further checks of ulw macro (microMIPS).
mips64r2.s 44 # This file checks that in fact HW rotate will
45 # be used for this arch, and checks assembly
mips64r2-ill.s 9 # dext macro position/size checks
37 # dextm instruction position/size checks
65 # dextu instruction position/size checks
93 # dins macro position/size checks
121 # dinsm instruction position/size checks
153 # dinsu instruction position/size checks
  /build/soong/cc/
tidy.go 32 // Extra checks to enable or disable in clang-tidy
84 tidyChecks := "-checks="
85 if checks := ctx.AConfig().TidyChecks(); len(checks) > 0 {
86 tidyChecks += checks
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_copy.s 110 cmp r7,#0 @checks ht == 0
114 tst r12,#15 @checks wd for multiples for 4 & 8
116 tst r12,#7 @checks wd for multiples for 4 & 8
124 subs r4,r12,#0 @checks wd == 0
156 subs r4,r12,#0 @checks wd == 0
178 subs r4,r12,#0 @checks wd
205 subs r4,r12,#0 @checks wd
225 subs r4,r12,#0 @checks wd
252 subs r4,r12,#0 @checks wd
ihevc_inter_pred_luma_copy.s 88 cmp r7,#0 @checks ht == 0
90 tst r12,#15 @checks wd for multiples for 4 & 8
92 tst r12,#7 @checks wd for multiples for 4 & 8
97 subs r4,r12,#0 @checks wd == 0
131 subs r4,r12,#0 @checks wd
160 subs r4,r12,#0 @checks wd
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintIssueRegistry.java 19 import com.android.tools.lint.checks.*;
  /external/curl/docs/cmdline-opts/
config.d 32 When curl is invoked, it always (unless --disable is used) checks for a
36 1) curl tries to find the "home dir": It first checks for the CURL_HOME and
39 system). On Windows, it then checks for the APPDATA variable, or as a last
42 2) On windows, if there is no _curlrc file in the home dir, it checks for one
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20/
chacha_test.go 9 // This is just a smoke test that checks the example from
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15747b.go 10 // this and abort the computation, so this test just checks that the
issue18410.go 7 // This checks partially initialized structure literals
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20/
chacha_test.go 9 // This is just a smoke test that checks the example from
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15747b.go 10 // this and abort the computation, so this test just checks that the
issue18410.go 7 // This checks partially initialized structure literals
  /toolchain/binutils/binutils-2.25/config/
bootstrap-debug.mk 1 # This BUILD_CONFIG option builds checks that toggling debug
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RegexUtilitiesTest.java 195 String checks = "";
199 checks = checks + "Fails " + check + "\n";
202 checks += "(" + m.group(k) + ")";
204 checks += "\n";
207 logln("Result: " + result + "\n" + checks + "\n" + test);
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RegexUtilitiesTest.java 194 String checks = "";
198 checks = checks + "Fails " + check + "\n";
201 checks += "(" + m.group(k) + ")";
203 checks += "\n";
206 logln("Result: " + result + "\n" + checks + "\n" + test);

Completed in 952 milliseconds

1 2 3 4 5 6 7 891011>>