HomeSort by relevance Sort by last modified time
    Searched refs:Checks (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/protobuf/python/google/protobuf/internal/
well_known_types.py 91 """Checks if this Any represents the given protobuf type."""
391 """Checks whether the FieldMask is valid for Message Descriptor."""
453 """Checks whether the path is valid for Message Descriptor."""
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 89 void EmitBinOpCheck(ArrayRef<std::pair<Value *, SanitizerMask>> Checks,
472 /// Create a binary op that checks for overflow.
    [all...]
CGExpr.cpp 546 SmallVector<std::pair<llvm::Value *, SanitizerMask>, 3> Checks;
558 // Skip the remaining checks in that case.
564 Checks.push_back(std::make_pair(IsNonNull, SanitizerKind::Null));
582 Checks.push_back(std::make_pair(LargeEnough, SanitizerKind::ObjectSize));
599 Checks.push_back(std::make_pair(Aligned, SanitizerKind::Alignment));
603 if (Checks.size() > 0) {
610 EmitCheck(Checks, "type_mismatch", StaticData, Ptr);
689 /// struct. We disable array bounds checks for such members.
747 "should not be called unless adding bounds checks");
    [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso-intents-2.3-beta-2-release-no-dep.jar 
  /build/soong/cc/
makevars.go 285 func joinLocalTidyChecks(checks []config.PathBasedTidyCheck) string {
286 rets := make([]string, len(checks))
288 rets[i] = check.PathPrefix + ":" + check.Checks
  /build/blueprint/bootstrap/
doc.go 131 // - Checks to see if the source bootstrap Ninja file is newer than the
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
profile.go 117 // Parse parses a profile and checks for its validity. The input
224 // CheckValid tests whether the profile is valid. Checks include, but are
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
profile.go 117 // Parse parses a profile and checks for its validity. The input
224 // CheckValid tests whether the profile is valid. Checks include, but are
  /prebuilts/go/darwin-x86/src/net/http/
transfer.go 154 if t.ContentLength >= 0 || t.Body == nil { // redundant checks; caller did them
521 // Checks whether chunked is part of the encodings stack
524 // Checks whether the encoding is explicitly "identity".
  /prebuilts/go/linux-x86/src/net/http/
transfer.go 154 if t.ContentLength >= 0 || t.Body == nil { // redundant checks; caller did them
521 // Checks whether chunked is part of the encodings stack
524 // Checks whether the encoding is explicitly "identity".
  /frameworks/rs/script_api/
rs_matrix.spec 133 summary: Checks if a sphere is within the frustum planes
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_windows.go 930 Checks uint32
  /prebuilts/go/linux-x86/src/syscall/
ztypes_windows.go 930 Checks uint32
  /prebuilts/misc/common/android-support-test/runner/
runner-0.6-beta-2-release-no-dep.jar 
runner-0.6-beta-2-release.jar 
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-core/1.0.2/
parboiled-core-1.0.2.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 391 { Checks if A and B are implemented by the same object }
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.1/
mockito-core-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.7.6/
mockito-core-2.7.6.jar 
  /external/cblas/testing/
c_cblat2.f     [all...]
c_cblat3.f     [all...]
c_dblat2.f     [all...]
c_dblat3.f     [all...]
c_sblat2.f     [all...]

Completed in 383 milliseconds

12 3 4