HomeSort by relevance Sort by last modified time
    Searched full:ignores (Results 1 - 25 of 1117) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/tsan/lit_tests/
thread_end_with_ignore2.cc 8 // CHECK: ThreadSanitizer: thread T0 finished with ignores enabled
thread_end_with_ignore.cc 18 // CHECK: ThreadSanitizer: thread T1 finished with ignores enabled
  /ndk/tests/device/test-stlport_shared-exception/jni/
fntry1_1.cpp 2 // Bug: g++ silently ignores function-try-blocks in templates.
  /ndk/tests/device/test-stlport_static-exception/jni/
fntry1_1.cpp 2 // Bug: g++ silently ignores function-try-blocks in templates.
  /external/clang/test/CodeGen/
sanitize-init-order.cpp 21 // Check that ASan init-order checking ignores structs with trivial default
  /external/chromium_org/remoting/host/win/
entry_point.cc 12 // CommandLine::Init() ignores the passed parameters on Windows, so it is safe
  /external/chromium_org/remoting/protocol/
clipboard_filter_unittest.cc 40 // Verify that the filter ignores events if disabled.
52 // Verify that the filter ignores events if not configured.
input_filter_unittest.cc 61 // Verify that the filter ignores events if disabled.
74 // Verify that the filter ignores events if not configured.
  /external/skia/tools/
find_bad_images_in_skps.py 44 def execute_program(args, ignores=None):
51 @param ignores (optional) is a list of regular expression strings
56 if ignores is None:
57 ignores = []
59 ignores = [re.compile(ignore) for ignore in ignores]
66 if not any(bool(ignore.match(line)) for ignore in ignores))
115 ignores = ['^process_in', '^deserializ', '^drawing...', '^Non-defaul']
116 returncode, output = execute_program(args, ignores)
  /external/chromium_org/chrome/browser/install_verification/win/
module_verification_common.h 16 // Calculates a canonical digest for |module_name|. Ignores case and strips path
  /external/chromium_org/chrome/browser/ui/webui/options/
edit_dictionary_browsertest.js 92 // notification, but ignores duplicate add notifications.
102 // Backend notifies UI that the word 'foo' has been added. UI ignores this
115 // notification, but ignores duplicate remove notifications.
127 // Backend notifies UI that the word 'baz' has been removed. UI ignores this
  /external/chromium/net/base/
load_flags_list.h 42 // If present, ignores certificate mismatches with the domain name.
46 // If present, ignores certificate expiration dates
54 // If present, ignores certificate revocation
58 // If present, ignores wrong key usage of the certificate
109 // Indicates that this is a load that ignores limits and should complete
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
filter_policy.h 59 // Note: if you are using a custom comparator that ignores some parts
61 // and must provide your own FilterPolicy that also ignores the
63 // ignores trailing spaces, it would be incorrect to use a
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.h 59 // Remove existing component from idle tracking. Ignores unknown IDs
62 // Set the state of a tracked component to be idle. Ignores unknown IDs; can
68 // Set the state of a tracked component to be active. Ignores unknown IDs.
  /external/chromium_org/base/
ini_parser.h 18 // - Ignores blank lines.
19 // - Ignores comment lines beginning with '#' or ';'.
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
errors 4 ."commands to test that make ignores errors in these commands\n"
10 ."intended to succeed. If make ignores the failure of the first\n"
  /external/chromium/chrome/browser/extensions/
autoupdate_interceptor.h 23 // When computing matches, this ignores query parameters (since the autoupdate
  /external/chromium_org/content/child/
worker_thread_task_runner.h 14 // Note that this implementation ignores the delay duration for PostDelayedTask
  /external/chromium_org/content/test/
accessibility_browser_test_utils.h 32 // AccessibilityNotificationWaiter is received. Ignores notifications for
  /external/chromium_org/net/base/
load_flags_list.h 47 // If present, ignores certificate mismatches with the domain name.
51 // If present, ignores certificate expiration dates
63 // If present, ignores wrong key usage of the certificate
110 // Indicates that this is a load that ignores limits and should complete
  /external/chromium_org/remoting/host/linux/
x11_util.h 34 // Basic handler that ignores X errors.
  /external/chromium_org/ui/base/models/
menu_model.cc 47 // Default implementation ignores the event flags.
  /external/chromium_org/webkit/browser/blob/
blob_url_request_job_factory.h 42 // This class ignores the request's URL and uses the value given
  /frameworks/av/include/media/
ExtendedAudioBufferProvider.h 33 // Default implementation ignores the timestamp.
  /frameworks/base/core/java/android/inputmethodservice/
ExtractButton.java 24 * Specialization of {@link Button} that ignores the window not being focused.

Completed in 915 milliseconds

1 2 3 4 5 6 7 8 91011>>