HomeSort by relevance Sort by last modified time
    Searched full:checker (Results 576 - 600 of 1436) sorted by null

<<21222324252627282930>>

  /external/compiler-rt/lib/asan/
asan_stats.h 10 // This file is a part of AddressSanitizer, an address sanity checker.
  /external/compiler-rt/lib/asan/tests/
asan_globals_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
asan_test_main.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
  /external/compiler-rt/lib/interception/
interception_linux.h 10 // This file is a part of AddressSanitizer, an address sanity checker.
interception_type_test.cc 10 // This file is a part of AddressSanitizer, an address sanity checker.
interception_win.h 10 // This file is a part of AddressSanitizer, an address sanity checker.
  /external/deqp/modules/glshared/
glsFboUtil.hpp 393 class Checker
396 Checker (const glu::RenderContext&);
397 virtual ~Checker (void) {}
420 virtual Checker* createChecker (const glu::RenderContext&) = 0;
  /external/icu/icu4c/source/i18n/unicode/
uspoof.h 322 * Create a Unicode Spoof Checker, configured to perform all
328 * @return the newly created Spoof Checker
336 * Open a Spoof checker from its serialized form, stored in 32-bit-aligned memory.
339 * as long as the spoof checker, or any cloned copies of the spoof checker,
341 * The spoof checker (and any clones) must be closed prior to deleting the
350 * @return the spoof checker.
361 * Open a Spoof Checker from the source form of the spoof data.
388 * @return A spoof checker that uses the rules from the input files.
398 * Close a Spoof Checker, freeing any memory that was being held b
    [all...]
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/checker/
CheckAndroidIcu4JSource.java 16 package com.android.icu4j.srcgen.checker;
CheckForBrokenJciteTag.java 16 package com.android.icu4j.srcgen.checker;
  /external/jsr305/javadoc/javax/annotation/
Nonnegative.html 54 &nbsp;<A HREF="../../javax/annotation/MatchesPattern.Checker.html" title="class in javax.annotation"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation"><B>NEXT CLASS</B></A></FONT></TD>
169 &nbsp;<A HREF="../../javax/annotation/MatchesPattern.Checker.html" title="class in javax.annotation"><B>PREV CLASS</B></A>&nbsp;
170 &nbsp;<A HREF="../../javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation"><B>NEXT CLASS</B></A></FONT></TD>
Nonnull.html 54 &nbsp;<A HREF="../../javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../javax/annotation/Nonnull.Checker.html" title="class in javax.annotation"><B>NEXT CLASS</B></A></FONT></TD>
165 &nbsp;<A HREF="../../javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation"><B>PREV CLASS</B></A>&nbsp;
166 &nbsp;<A HREF="../../javax/annotation/Nonnull.Checker.html" title="class in javax.annotation"><B>NEXT CLASS</B></A></FONT></TD>
  /external/libchrome/base/threading/
thread_checker.h 11 // Apart from debug builds, we also enable the thread checker in
  /external/llvm/include/llvm/Analysis/
Lint.h 12 // haven't done something bad. In contrast to the Verifier, the Lint checker
  /external/nanopb-c/generator/google/protobuf/internal/
type_checkers.py 57 """Returns a type checker for a message field of the specified types.
80 """Type checker used to catch type errors as early as possible
98 """Checker used for integer fields. Performs type-check and range check."""
111 """Checker used for string fields."""
  /external/owasp/sanitizer/src/main/org/owasp/html/
StandardUrlAttributePolicy.java 32 * A URL checker optimized to avoid object allocation for the common case:
  /external/skia/gm/
bmpfilterqualityrepeat.cpp 12 // Inspired by svg/as-border-image/svg-as-border-image.html. Draws a four-color checker board bitmap
  /external/webrtc/webrtc/base/
thread_checker.h 16 // Apart from debug builds, we also enable the thread checker in
  /libcore/ojluni/src/main/java/java/security/cert/
PKIXParameters.java 549 for (PKIXCertPathChecker checker : checkers) {
550 tmpList.add((PKIXCertPathChecker)checker.clone());
585 * @param checker a <code>PKIXCertPathChecker</code> to add to the list of
586 * checks. If <code>null</code>, the checker is ignored (not added to list).
588 public void addCertPathChecker(PKIXCertPathChecker checker) {
589 if (checker != null) {
590 certPathCheckers.add((PKIXCertPathChecker)checker.clone());
675 for (PKIXCertPathChecker checker : certPathCheckers) {
677 (PKIXCertPathChecker)checker.clone());
  /packages/apps/Messaging/build/
gcheckstyle.mk 36 # Rebuilds the style errors text if the style checker or any of the java files have changed
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
copylock_func.go 5 // This file contains tests for the copylock checker's
copylock_range.go 5 // This file contains tests for the copylock checker's
  /prebuilts/go/darwin-x86/src/go/types/testdata/
constdecl.src 24 // In a real-world scenario, the type-checker would not be run
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
copylock_func.go 5 // This file contains tests for the copylock checker's
copylock_range.go 5 // This file contains tests for the copylock checker's

Completed in 1121 milliseconds

<<21222324252627282930>>