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

<<11121314151617181920>>

  /external/mesa3d/src/gallium/auxiliary/util/
u_caps.c 34 * Iterates over a list of caps checks as defined in u_caps.h. Should
35 * all checks pass returns TRUE and out is set to the last element of
99 * Iterates over a list of caps checks as defined in u_caps.h.
100 * Returns TRUE if all caps checks pass returns FALSE otherwise.
213 * Demo function which checks against theoretical caps needed for different APIs.
  /external/protobuf/
configure.ac 43 # Checks for programs.
58 # Protocol Buffers contains several checks that are intended to be used only
60 # end users who don't want these checks, so add -DNDEBUG by default.
76 # Checks for header files.
80 # Checks for library functions.
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharsetEncoderDecoderBufferTest.java 28 * Checks for ICU encoder/decoder buffer corruption.
32 /* Checks for a buffer corruption that happens in ICU
64 /* Checks for a buffer corruption that happens in ICU
90 /* Checks for a buffer corruption that happens in ICU
122 /* Checks for a buffer corruption that happens in ICU
  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
StreamItemAdapterTest.java 94 /** Checks that the stream item view has a click listener. */
101 /** Checks that the stream item view does not have a click listener. */
108 /** Checks that the stream item view is clickable. */
120 /** Checks that the stream item view has the given stream item as its tag. */
130 /** Checks that the stream item view has the given stream item as its tag. */
ContactDetailDisplayUtilsTest.java 72 /** Checks that the given id corresponds to a visible text view with the expected text. */
80 /** Checks that the given id corresponds to a visible text view with the expected HTML. */
99 /** Checks that the given id corresponds to a gone view. */
  /developers/samples/android/common/src/java/com/example/android/common/play/
PlayHelper.java 33 * Checks availability
43 * Checks for Google Play Services installation on the device. If found, validates the
88 * Checks for Google Play Services installation on the device. If the service is installed but
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1PRNG_SecureRandomTest.java 54 * it checks out that the method throws NegativeArraySizeException if argument <0
67 * it checks out that number of bits returned is equal to one requested;
83 * it checks out the quality of entropy
108 * it checks out that the method throws NPE if argument supplied is null
122 * it checks out that different SecureRandom objects
187 * it checks out that different SecureRandom objects
233 * it checks out behavior of SecureRandom object in cases of passing
236 * - first testcase checks out that if for two newly created SecureRandom objects
240 * - second testcase checks out that if for two newly created SecureRandom objects
321 * it checks out that the method throws NPE if argument supplied is nul
    [all...]
  /external/chromium/base/threading/
thread_restrictions.h 32 // Style tip: where should you put AssertIOAllowed checks? It's best
37 // add the AssertIOAllowed checks in the helper functions.
76 // a discussion of where to add these checks.
  /external/chromium/chrome/browser/chromeos/
language_preferences_unittest.cc 100 // Checks |default_pref_value| in LanguageMultipleChoicePreference prefs.
114 // Checks |ibus_config_value| and |item_message_id| duplications in
129 // Checks |default_pref_value| in LanguageIntegerRangePreference prefs.
  /external/chromium_org/cc/trees/
single_thread_proxy.h 121 // code is running on the impl thread to satisfy assertion checks.
144 // code is running on the main thread to satisfy assertion checks.
168 // satisfy assertion checks
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_observer.h 59 // Checks attestation policy and starts any necessary work.
68 // Checks if the given certificate is expired and, if so, get a new one.
74 // Checks if a certificate has already been uploaded and, if not, upload.
  /external/chromium_org/chrome/browser/chromeos/
language_preferences_unittest.cc 100 // Checks |default_pref_value| in LanguageMultipleChoicePreference prefs.
112 // Checks |ibus_config_value| and |item_message_id| duplications in
125 // Checks |default_pref_value| in LanguageIntegerRangePreference prefs.
  /external/chromium_org/chrome/browser/ui/panels/
docked_panel_drag_handler.cc 37 // Checks and processes other affected panels.
58 // Checks the panels to the left of the dragging panel.
93 // Checks the panels to the right of the dragging panel.
  /external/chromium_org/content/renderer/pepper/
pepper_hung_plugin_filter.h 58 // Checks whether the plugin could have transitioned from hung to unhung and
65 // Checks if the plugin is considered hung based on whether it has been
69 // Timer handler that checks for a hang after a timeout.
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFilePath.h 52 // Checks if a given path is a parent of mayBeChild. This method assumes given paths are absolute and do not have extra references to a parent (i.e. "../").
74 // Checks if the given path follows the FileSystem API naming restrictions.
77 // Checks if the given name follows the FileSystem API naming restrictions.
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftvalid.h 61 /* It also checks that fields which must be a multiple of 2, 4, or 8, */
65 /* Only for font debugging. Checks that a table follows the */
108 /* error checks within the validation routines. */
  /external/clang/docs/
SanitizerSpecialCaseList.rst 19 or :doc:`MemorySanitizer` may want to disable or alter some checks for
66 # Turn off checks for the source file (use absolute path or path relative
69 # Turn off checks for a particular functions (use mangled names):
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IExceptionHandlerTable.java 59 * checks are made. It is the responsibility of the caller to ensure
69 * checks are made. No exception type compatibility checks are made. It is
  /external/freetype/include/freetype/internal/
ftvalid.h 61 /* It also checks that fields which must be a multiple of 2, 4, or 8, */
65 /* Only for font debugging. Checks that a table follows the */
119 /* error checks within the validation routines. */
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3FileAttributes.java 80 * Checks if this entry is a directory.
94 * Checks if this entry is a regular file.
108 * Checks if this entry is a a symlink.
  /external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
AbstractCheckedFutureTest.java 44 * Checks that the exception is the correct type of cancellation exception.
49 * Checks that the exception is the correct type of execution exception.
54 * Checks that the exception is the correct type of interruption exception.
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.h 85 * Checks the data integrity of an open Forward Lock file.
94 * Checks the header integrity of an open Forward Lock file.
103 * Checks both the data and header integrity of an open Forward Lock file.
  /libcore/luni/src/main/java/java/security/cert/
PKIXCertPathChecker.java 25 * validation algorithm by checks to perform on an {@code X509Certificate}.
27 * The checks are added to a certification path validation using the
99 * Checks the specified certificate and removes the processed critical
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/provider/crypto/
SHA1PRNG_SecureRandomTest.java 56 * test against the "void generateSeed(int)" method; it checks out that the
68 * test against the "void generateSeed(int)" method; it checks out that
81 * test against the "void generateSeed(int)" method; it checks out the
104 * test against the "void nextBytes(byte[])" method; it checks out that the
116 * test against the "void nextBytes(byte[])" method; it checks out that
177 * test against the "void nextBytes(byte[])" method; it checks out that
223 * test against the "void nextBytes(byte[])" method; it checks out behavior
226 * testcase checks out that if for two newly created SecureRandom objects
230 * testcase checks out that if for two newly created SecureRandom objects
312 * test against the "void setSeed(byte[])" method; it checks out that th
    [all...]
  /ndk/build/tools/
build-docs.sh 41 register_var_option "--run-checks" RUN_CHECKS "Run internal consistency checks"
63 $SUBST_PROGRAM --run-checks

Completed in 630 milliseconds

<<11121314151617181920>>