HomeSort by relevance Sort by last modified time
    Searched full:checks (Results 601 - 625 of 7809) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockSpellCheck.h 53 // Checks the spellings of the specified text.
63 // Checks whether the specified text can be spell checked immediately using
  /external/chromium_org/third_party/closure_linter/closure_linter/
checker.py 32 'List of files with relaxed documentation checks. Will not '
70 """Checks a token stream for lint warnings/errors.
  /external/chromium_org/third_party/icu/source/common/unicode/
errorcode.h 74 * // IcuErrorCode destructor checks for success.
104 * In other words, this method checks for a failure code,
  /external/chromium_org/tools/checkdeps/
cpp_checker.py 5 """Checks C++ and Objective-C files for illegal includes."""
41 """Checks the given line with the given rule set.
  /external/chromium_org/v8/src/
hydrogen-bch.cc 133 * This method checks if it is appropriate to hoist the bounds checks on an
164 // related to the induction limit, therefore hoisting checks is
172 // check, therefore hoisting checks would be likely to cause
239 // Add checks to the table.
258 // all checks are done on constants: if all check are done against the same
374 induction_data->checks();
378 current_length_group->checks();
  /external/chromium_org/v8/test/webkit/fast/regex/
toString.js 81 // The first half of this checks that:
84 // The second half checks that:
  /external/clang/test/Analysis/inlining/
inline-defensive-checks.m 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-config suppress-inlined-defensive-checks=true -verify %s
19 // Check that inline defensive checks is triggered for null expressions
  /external/easymock/src/org/easymock/
AbstractMatcher.java 38 * Checks whether an expected argument matches an actual argument; the method
68 * Checks whether an expected argument array matches an actual argument array.
  /external/emma/core/java12/com/vladium/jcd/cls/
IInterfaceCollection.java 58 * Appends a new superinterface pointer to the collection. No duplicate checks are made.
68 * No duplicate checks are made. It is the responsibility of the caller to
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IDeclaredExceptionTable.java 60 * Appends a new exception class pointer to the collection. No duplicate checks
71 * No duplicate checks are made. It is the responsibility of the caller to
  /external/icu4c/common/unicode/
errorcode.h 74 * // IcuErrorCode destructor checks for success.
104 * In other words, this method checks for a failure code,
  /external/javassist/src/test/test/javassist/proxy/
ProxyFactoryCompatibilityTest.java 13 * test which checks that it is still possible to use the old style proxy factory api
14 * to create proxy classes which set their own handler. it checks that caching is
  /external/llvm/test/CodeGen/R600/
indirect-addressing.ll 3 ; This test checks that uses and defs of the AR register happen in the same
34 ; This test checks that the stack offset is calculated correctly for structs.
  /external/mockito/src/org/mockito/internal/util/collections/
HashCodeAndEqualsSafeSet.java 7 import org.mockito.internal.util.Checks;
132 Checks.checkNotNull(mocks, "Passed collection should notify() be null");
  /external/mockito/src/org/mockito/internal/util/reflection/
Fields.java 8 import org.mockito.internal.util.Checks;
69 Checks.checkNotNull(annotations, "Provide at least one annotation class");
  /external/proguard/src/proguard/
DescriptorKeepChecker.java 32 * This class checks whether classes referenced by class members that are
66 * Checks the classes mentioned in the given keep specifications, printing
  /external/smack/src/org/xbill/DNS/
SOARecord.java 32 * @param refresh The amount of time until a secondary checks for a new serial
34 * @param retry The amount of time between a secondary's checks for a new
  /external/valgrind/main/exp-sgcheck/docs/
sg-manual.xml 47 <sect1 id="sg-manual.how-works.sg-checks"
113 not overlap. Memcheck performs bounds checks and use-after-free
114 checks for heap arrays. It also finds uses of uninitialised values
140 description above (<xref linkend="sg-manual.how-works.sg-checks"/>)
197 stack and global checks can sometimes require a number of range
198 checks per memory access, and these are difficult to short-circuit,
226 <para>Platforms: the stack/global checks won't work properly on
298 checks by doing some up-front filtering to ignore references in
  /external/valgrind/main/memcheck/tests/
mallinfo.c 35 // size checks
48 // sanity checks
  /frameworks/native/include/binder/
PermissionCache.h 31 * PermissionCache caches permission checks for a given uid.
51 // we pool all the permission names we see, as many permissions checks
  /frameworks/opt/mms/src/java/com/google/android/mms/util/
DownloadDrmHelper.java 36 * Checks if the Media Type is a DRM Media Type
61 * Checks if the Media Type needs to be DRM converted
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
IvParameterSpecTest.java 40 * IvParameterSpec(byte[] iv) constructor testing. Checks that
60 * IvParameterSpec(byte[] iv) constructor testing. Checks that
PSourceTest.java 38 * is thrown in the case of null p array. Also it checks the value of
63 * array specified in the constructor. Checks that modification
  /ndk/sources/cxx-stl/gabi++/tests/
catch_ptr.cpp 11 This test checks that adjustedPtr is correct as there exist offsets in this
13 check against. It also checks that virtual bases work properly
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailPermissions.java 46 * Checks that the caller has permissions to access its own voicemails.
58 * Checks that the caller has permissions to access ALL voicemails.

Completed in 773 milliseconds

<<21222324252627282930>>