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

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/test/
switch6.go 9 // This must be separate from other checks,
heapsampling.go 23 // This test checks that heap sampling produces reasonable
25 // vary for run to run. This test only checks that the resulting
86 // checkValue checks an unsampled value against a range.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
lower.go 13 // checkLower checks for unlowered opcodes and fails if we find one.
  /prebuilts/go/linux-x86/src/container/heap/
example_intheap_test.go 34 // This example inserts several ints into an IntHeap, checks the minimum,
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_amd64.go 22 // We may add checks inside blockAVX2, but this will
  /prebuilts/go/linux-x86/src/go/types/
token_test.go 5 // This file checks invariants of token.Token ordering that we rely on
  /prebuilts/go/linux-x86/src/os/
error_plan9.go 20 // checkErrMessageContent checks if err message contains one of msgs.
  /prebuilts/go/linux-x86/test/
switch6.go 9 // This must be separate from other checks,
heapsampling.go 23 // This test checks that heap sampling produces reasonable
25 // vary for run to run. This test only checks that the resulting
86 // checkValue checks an unsampled value against a range.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
barrier.s 31 @Sanity checks for operands in upper case
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips@ulh2-eb.d 6 # Further checks of ulh/ulhu macros (microMIPS).
micromips@ulh2-el.d 6 # Further checks of ulh/ulhu macros (microMIPS).
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
local5.d 10 # Like local1, but with two checks for a local register.
local7.d 11 # local-register checks.
  /external/clang/utils/check_cfc/
check_cfc.py 6 different compilation processes. It checks that code is not unduly affected by
15 -Enable the desired checks in check_cfc.cfg (in the same directory as the
18 [Checks]
253 checks."""
310 # Create configuration defaults from list of checks
312 [Checks]
316 checks = [cls.__name__ for cls in vars()['WrapperCheck'].__subclasses__()] variable in class:dash_s_no_change
318 for c in checks:
341 for check_name in checks
342 if config.getboolean('Checks', check_name)
    [all...]
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_x64-64_PIC_relocations.s 8 # Assembly obtained by compiling the following and adding checks:
  /external/llvm/test/MC/COFF/
comm-align.s 4 # NOTE: this test checks multiple things:
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 100 void CheckCases(TestCaseList const& checks, std::stringstream& output) {
102 for (size_t i = 0; i < checks.size(); ++i) {
103 const auto& TC = checks[i];
  /external/flatbuffers/go/
builder.go 88 // Before writing out the vtable, this checks pre-existing vtables for equality
569 // Aligns and checks for space.
576 // Aligns and checks for space.
583 // Aligns and checks for space.
590 // Aligns and checks for space.
597 // Aligns and checks for space.
604 // Aligns and checks for space.
611 // Aligns and checks for space.
618 // Aligns and checks for space.
625 // Aligns and checks for space
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
copylock.go 24 // checkCopyLocks checks whether node might
47 // checkCopyLocksAssign checks whether an assignment
57 // checkCopyLocksGenDecl checks whether lock is copied
109 // checkCopyLocksFunc checks whether a function might
136 // checkCopyLocksRange checks whether a range statement
doc.go 32 By default the -all flag is set so all checks are performed.
35 runs the printf check, -printf=false runs all checks except the printf check.
37 Available checks:
137 It also checks for errors such as using a Writer as the first argument of
202 Enable all non-experimental checks.
  /prebuilts/go/linux-x86/src/cmd/vet/
copylock.go 24 // checkCopyLocks checks whether node might
47 // checkCopyLocksAssign checks whether an assignment
57 // checkCopyLocksGenDecl checks whether lock is copied
109 // checkCopyLocksFunc checks whether a function might
136 // checkCopyLocksRange checks whether a range statement
doc.go 32 By default the -all flag is set so all checks are performed.
35 runs the printf check, -printf=false runs all checks except the printf check.
37 Available checks:
137 It also checks for errors such as using a Writer as the first argument of
202 Enable all non-experimental checks.
  /external/icu/icu4c/source/test/cintltst/
spooftest.c 326 * get & set Checks
329 int32_t checks; local
333 checks = uspoof_getChecks(sc, &status);
335 TEST_ASSERT_EQ(USPOOF_ALL_CHECKS, checks);
337 checks &= ~(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE);
338 uspoof_setChecks(sc, checks, &status);
341 TEST_ASSERT_EQ(checks, checks2);
343 /* The checks that were disabled just above are the same ones that the "scMixed" test fails.
371 /* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script confusables also,
496 // Checks from checkResult should be same as those from bitmas
    [all...]
  /development/tools/checkcolor/src/test/java/com/google/checkcolor/lint/
HardcodedColorDetectorTest.java 20 import com.android.tools.lint.checks.infrastructure.LintDetectorTest;

Completed in 3128 milliseconds

<<11121314151617181920>>