HomeSort by relevance Sort by last modified time
    Searched full:checks (Results 151 - 175 of 8774) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/net/base/
load_timing_info_test_util.h 20 // Checks that all times in |connect_timing| are null.
24 // Checks that |connect_timing|'s times are in the correct order.
25 // |connect_start| and |connect_end| must be non-null. Checks null state and
  /external/compiler-rt/test/ubsan/TestCases/Integer/
negate-overflow.cpp 1 // RUN: %clangxx -fsanitize=signed-integer-overflow %s -o %t && %run %t 2>&1 | FileCheck %s --check-prefix=CHECKS
5 // CHECKS-NOT: runtime error
9 // CHECKS: negate-overflow.cpp:[[@LINE+2]]:10: runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
FileCheckerCallable.java 11 import org.chromium.devtools.jsdoc.checks.ContextTrackingValidationCheck;
80 private final List<ValidationCheck> checks = new ArrayList<>(2); field in class:FileCheckerCallable.ValidationCheckDispatcher
89 checks.add(check);
94 for (DoDidNodeVisitor visitor : checks) {
101 for (ValidationCheck check : checks) {
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
validation_task.h 61 // Checks all fields for UNEXPECTED_FIELD problems.
64 // Checks all fields for MISSING_REQUIRED_FIELD problems.
67 // Checks the hierarchical fields for UNKNOWN_VALUE problems.
70 // Checks the POSTAL_CODE field for problems.
74 // Checks the STREET_ADDRESS field for USES_P_O_BOX problems.
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 226 String[] checks = mChecker.getChecks(cfunc.getName()); local
228 if (checks != null) {
229 while (index < checks.length) {
230 if (checks[index].equals("nullAllowed")) {
233 index = skipOneCheck(checks, index);
241 String[] checks = mChecker.getChecks(cfunc.getName()); local
243 if (checks != null) {
244 while (index < checks.length) {
245 if (checks[index].startsWith("check")) {
248 index = skipOneCheck(checks, index)
256 String[] checks = mChecker.getChecks(cfunc.getName()); local
305 String[] checks = mChecker.getChecks(cfunc.getName()); local
322 String[] checks = mChecker.getChecks(cfunc.getName()); local
337 String[] checks = mChecker.getChecks(cfunc.getName()); local
354 String[] checks = mChecker.getChecks(cfunc.getName()); local
432 String[] checks = mChecker.getChecks(cfunc.getName()); local
474 String[] checks = mChecker.getChecks(cfunc.getName()); local
    [all...]
  /external/okhttp/
checkstyle.xml 32 <!-- Checks for Javadoc comments. -->
40 <!-- Checks for Naming Conventions. -->
53 <!-- Checks for imports -->
62 <!-- Checks for Size Violations. -->
70 <!-- Checks for whitespace -->
84 <!-- Modifier Checks -->
90 <!-- Checks for blocks. You know, those {}'s -->
99 <!-- Checks for common coding problems -->
115 <!-- Checks for class design -->
124 <!-- Miscellaneous other checks. -->
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h 130 /* Checks for pipes needed versus pipes available */
137 /* checks for conditions where mdpcomp is not possible */
139 /* checks for conditions where RGB layers cannot be bypassed */
141 /* checks if full MDP comp can be done */
149 /* Checks if its worth doing load based partial comp */
152 /* checks for conditions where only video can be bypassed */
154 /* checks for conditions where YUV layers cannot be bypassed */
161 /* checks for mdp comp dimension limitation */
205 /* Checks for pipes needed versus pipes available */
233 /* Checks for pipes needed versus pipes available *
    [all...]
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /external/chromium_org/gpu/command_buffer/common/
id_allocator_test.cc 23 // Checks basic functionality: AllocateID, FreeID, InUse.
48 // Checks that the resource IDs are re-used after being freed.
72 // Checks that we can choose our own ids and they won't be reused.
84 // Checks our algorithm. If the algorithm changes this check should be
89 // Checks AllocateIdAtOrAbove.
101 // Checks that AllocateIdAtOrAbove wraps around at the maximum value.
  /external/clang/include/clang/Basic/
OpenMPKinds.h 77 /// \brief Checks if the specified directive is a directive with an associated
84 /// \brief Checks if the specified directive is a worksharing directive.
90 /// \brief Checks if the specified directive is a parallel-kind directive.
96 /// \brief Checks if the specified directive is a simd directive.
102 /// \brief Checks if the specified clause is one of private clauses like
108 /// \brief Checks if the specified clause is one of threadprivate clauses like
  /external/proguard/src/proguard/
FullyQualifiedClassNameChecker.java 30 * This class checks if the user has forgotten to fully qualify any classes
58 * Checks the classes mentioned in the given class specifications, printing
83 * Checks the classes mentioned in the given class member specifications,
111 * Checks the classes mentioned in the given class member descriptor,
132 * Checks the class mentioned in the given type (if any),
145 * Checks the specified class (if any),
  /external/bluetooth/bluedroid/btif/include/
btif_av.h 71 ** Description Checks whether AV is ready for starting a stream
83 ** Description Checks whether AV ready for media start in streaming state
120 ** Description Checks if av has a connected sink
  /external/chromium_org/chrome/browser/extensions/
policy_handlers.h 19 // Implements additional checks for policies that are lists of extension IDs.
37 // Runs sanity checks on the policy value and returns it in |extension_ids|.
70 // Implements additional checks for policies that are lists of extension
  /external/chromium_org/chrome/browser/ui/cocoa/
chrome_event_processing_window.h 31 // Checks if |event| is a window keyboard shortcut. If so, dispatches it to the
35 // Checks if |event| is a delayed window keyboard shortcut. If so, dispatches
39 // Checks if |event| is a browser keyboard shortcut. If so, dispatches it to the
  /external/chromium_org/extensions/common/
csp_validator.h 16 // Checks whether the given |policy| is legal for use in the extension system.
21 // Checks whether the given |policy| meets the minimum security requirements
34 // Checks whether the given |policy| enforces a unique origin sandbox as
  /external/llvm/test/CodeGen/ARM/
a15-mla.ll 4 ; This test checks that the VMLxForwarting feature is disabled for A15.
15 ; This tests checks that VMLA FP patterns can be matched in instruction selection when targeting
25 ; This tests checks that FP VMLA instructions are not expanded into separate multiply/addition
  /dalvik/dx/tests/074-dex-form35c-edge-case/
info.txt 1 This is a smoke test of dex conversion, which checks to see that
  /dalvik/dx/tests/110-dex-preserve-this/
info.txt 1 This is a smoke test of dex conversion, which checks to see that a
  /dalvik/dx/tests/123-dex-transform-invalid-virtual-to-direct/
info.txt 1 This test checks that we convert invoke-virtual calls to private
  /external/chromium_org/base/i18n/
timezone.h 14 // Checks the system timezone and turns it into a two-character ASCII country
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_service.h 21 // Service that checks for captive portals when queried, and sends a
25 // Captive portal checks are rate-limited. The CaptivePortalService may only
63 // checks return INTERNET_CONNECTED.
91 // consecutive captive portal checks.
96 // The minimum amount of time between two captive portal checks, when the
100 // The minimum amount of time between two captive portal checks, when the
167 // True if the service is enabled. When not enabled, all checks will return
174 // Number of sequential checks with the same captive portal result.
183 // Policy for throttling portal checks.
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_util.h 12 // Checks if the current log-in state and the profile is GAIA-authenticated and
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_basic.h 11 // Bare bones implementation just checks if a new version is ready.
  /external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
file_browser_handler.h 59 // Checks that specified file access permissions are valid (all set
64 // Checks if handler has read access.
66 // Checks if handler has write access.
68 // Checks if handler has "create" access specified.

Completed in 1570 milliseconds

1 2 3 4 5 67 8 91011>>