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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.h 135 // Checks if the bookmark model of profile |profile| matches the verifier
139 // Checks if the bookmark models of all sync profiles match the verifier
143 // Checks if the bookmark models of |profile_a| and |profile_b| match each
147 // Checks if the bookmark models of all sync profiles match each other. Does
152 // Checks if the bookmark model of profile |profile| contains any instances of
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
context.h 204 * Checks if dd_function_table::NeedFlush is marked to flush stored vertices,
223 * Checks if dd_function_table::NeedFlush is marked to flush current state,
294 * Checks if the context is for Desktop GL (Compatibility or Core)
304 * Checks if the context is for any GLES version
314 * Checks if the context is for GLES 3.x
  /external/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp 13 // Two versions of a checker exist: one that checks all methods and the other
14 // that only checks the methods annotated with
41 /// Checks for the init, dealloc, and any other functions that might be allowed
225 // Register the checker that checks for direct accesses in all functions,
231 // Register the checker that checks for direct accesses in functions annotated
  /external/libogg/
configure.in 82 dnl Checks for programs.
84 dnl Checks for libraries.
86 dnl Checks for header files.
89 dnl Checks for typedefs, structures, and compiler characteristics.
285 dnl Checks for library functions.
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 34 STATISTIC(ChecksAdded, "Bounds checks added");
35 STATISTIC(ChecksSkipped, "Bounds checks skipped");
36 STATISTIC(ChecksUnable, "Bounds checks unable to add");
125 /// instrument - adds run-time bounds checks to memory accessing instructions.
149 // three checks are required to ensure safety:
  /external/marisa-trie/tools/
cmdopt.c 30 // Checks if the current argument is an option or not.
55 // Checks whether the current option has an argument or not.
119 // Checks long options.
158 // Checks whether there are more options or not.
218 // Checks whether the next argument is an option or not.
  /external/marisa-trie/v0_1_5/tools/
cmdopt.c 30 // Checks if the current argument is an option or not.
55 // Checks whether the current option has an argument or not.
119 // Checks long options.
158 // Checks whether there are more options or not.
218 // Checks whether the next argument is an option or not.
  /external/mesa3d/src/mesa/main/
context.h 204 * Checks if dd_function_table::NeedFlush is marked to flush stored vertices,
223 * Checks if dd_function_table::NeedFlush is marked to flush current state,
294 * Checks if the context is for Desktop GL (Compatibility or Core)
304 * Checks if the context is for any GLES version
314 * Checks if the context is for GLES 3.x
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
concepts.hpp 1 // Boost.Range library concept checks
29 * \brief Concept checks for the Boost Range library.
34 * compile time error is generated. Checks are provided for the range
36 * following line checks that the type T models the ForwardRange
56 * details about concept checks.
  /external/chromium_org/third_party/icu/source/test/cintltst/
spooftest.c 292 * get & set Checks
295 int32_t checks; local
299 checks = uspoof_getChecks(sc, &status);
301 TEST_ASSERT_EQ(USPOOF_ALL_CHECKS, checks);
303 checks &= ~(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE);
304 uspoof_setChecks(sc, checks, &status);
307 TEST_ASSERT_EQ(checks, checks2);
309 /* The checks that were disabled just above are the same ones that the "scMixed" test fails.
337 /* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script confusables also,
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_prime.c 166 int checks = BN_prime_checks_for_size(bits); local
199 i=BN_is_prime_fasttest_ex(ret,checks,ctx,0,cb);
211 for (i=0; i<checks; i++)
238 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb)
240 return BN_is_prime_fasttest_ex(a, checks, ctx_passed, 0, cb);
243 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed,
256 if (checks == BN_prime_checks)
257 checks = BN_prime_checks_for_size(BN_num_bits(a));
320 for (i = 0; i < checks; i++)
  /external/icu4c/test/cintltst/
spooftest.c 316 * get & set Checks
319 int32_t checks; local
323 checks = uspoof_getChecks(sc, &status);
325 TEST_ASSERT_EQ(USPOOF_ALL_CHECKS, checks);
327 checks &= ~(USPOOF_SINGLE_SCRIPT | USPOOF_MIXED_SCRIPT_CONFUSABLE);
328 uspoof_setChecks(sc, checks, &status);
331 TEST_ASSERT_EQ(checks, checks2);
333 /* The checks that were disabled just above are the same ones that the "scMixed" test fails.
361 /* Limit checks to USPOOF_CHAR_LIMIT. Some of the test data has whole script confusables also,
  /external/openssl/crypto/bn/
bn_prime.c 166 int checks = BN_prime_checks_for_size(bits); local
199 i=BN_is_prime_fasttest_ex(ret,checks,ctx,0,cb);
211 for (i=0; i<checks; i++)
238 int BN_is_prime_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed, BN_GENCB *cb)
240 return BN_is_prime_fasttest_ex(a, checks, ctx_passed, 0, cb);
243 int BN_is_prime_fasttest_ex(const BIGNUM *a, int checks, BN_CTX *ctx_passed,
256 if (checks == BN_prime_checks)
257 checks = BN_prime_checks_for_size(BN_num_bits(a));
320 for (i = 0; i < checks; i++)
  /development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 126 // Checks the network connection and sets the wifiConnected and mobileConnected
225 // Checks whether the user set the preference to include summary text
281 * which indicates a connection change. It checks whether the type is TYPE_WIFI.
282 * If it is, it checks whether Wi-Fi is connected and sets the wifiConnected flag in the
294 // Checks the user prefs and the network connection. Based on the result, decides
297 // If the userpref is Wi-Fi only, checks to see if the device has a Wi-Fi connection.
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
checkerbase.py 75 """Checks a token, given the current parser_state, for warnings and errors.
87 """Perform all checks that need to occur after all lines are processed.
152 """Checks the file, printing warnings and errors as they are found.
184 """Checks a file, given as an iterable of lines, for warnings and errors.
228 """Checks a token stream for lint warnings/errors.
250 """Checks an individual token for lint warnings/errors.
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper_test.cc 101 // Checks that the buffer from put to put+size is free in the parser.
150 // Checks that commands in the buffer are properly executed, and that the
184 // Checks that commands in the buffer are properly executed when wrapping the
204 // Checks the case where the command inserted exactly matches the space left in
229 // Checks that asking for available entries work, and that the parser
261 // Checks that the InsertToken/WaitForToken work.
  /external/chromium_org/third_party/closure_linter/closure_linter/
checkerbase.py 75 """Checks a token, given the current parser_state, for warnings and errors.
87 """Perform all checks that need to occur after all lines are processed.
152 """Checks the file, printing warnings and errors as they are found.
184 """Checks a file, given as an iterable of lines, for warnings and errors.
228 """Checks a token stream for lint warnings/errors.
250 """Checks an individual token for lint warnings/errors.
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure.ac 70 # Checks for programs.
97 # Checks for libraries.
102 # Checks for header files.
113 # Checks for typedefs, structures, and compiler characteristics.
122 # Checks for library functions.
135 # autoheader templates for AM_GNU_GETTEXT checks.
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 126 // Checks the network connection and sets the wifiConnected and mobileConnected
225 // Checks whether the user set the preference to include summary text
281 * which indicates a connection change. It checks whether the type is TYPE_WIFI.
282 * If it is, it checks whether Wi-Fi is connected and sets the wifiConnected flag in the
294 // Checks the user prefs and the network connection. Based on the result, decides
297 // If the userpref is Wi-Fi only, checks to see if the device has a Wi-Fi connection.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailContentProvider.java 47 * permission checks and then delegates database level operations to respective table delegate
259 * Checks that the source_package field is same in uriData and ContentValues, if it happens
281 * Performs necessary voicemail permission checks common to all operations and returns
295 * Performs necessary voicemail permission checks common to all operations and returns
318 * Checks that the callingPackage is same as voicemailSourcePackage. Throws {@link
333 * Checks that either the caller has READ_WRITE_ALL_VOICEMAIL permission, or has the
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1_MessageDigestTest.java 144 * test checks out that clone object has the same state that its origin
173 * it checks out that the method always return array of 20 bytes length
198 * it checks out that for given seed arrays
223 * it checks out that "digest()" method resets engine
253 * it checks out correct throwing exceptions
311 * it checks out that for given seed arrays
341 * it checks out that engine gets reset after call to the method
370 * it checks out that the method returns the same value
406 * it checks out that digests returned after proceeding "engineReset()"
435 * it checks out that if one digest is update to its forerunne
    [all...]
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailActivity.java 42 // Enable strict mode checks when in debug modes
59 // Checks to see if fragment has already been added, otherwise adds a new
  /external/apache-harmony/crypto/src/test/api/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
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/spec/
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
  /external/bluetooth/bluedroid/bta/include/
utl.h 143 ** Description This utility function checks if the given string is an
156 ** Description This utility function checks if the given string contains

Completed in 1002 milliseconds

<<21222324252627282930>>