HomeSort by relevance Sort by last modified time
    Searched refs:IsIgnored (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_libignore.h 41 bool IsIgnored(uptr pc) const;
72 inline bool LibIgnore::IsIgnored(uptr pc) const {
  /external/v8/tools/clang/blink_gc_plugin/
BlinkGCPluginConsumer.h 76 bool IsIgnored(RecordInfo* info);
BlinkGCPluginConsumer.cpp 155 if (IsIgnored(info))
508 if (IsIgnored(parent))
665 bool BlinkGCPluginConsumer::IsIgnored(RecordInfo* record) {
  /external/yapf/yapf/yapflib/
file_resources.py 122 if filename != '.' and exclude and IsIgnored(filename, exclude):
129 if dirpath != '.' and exclude and IsIgnored(dirpath, exclude):
136 if exclude and IsIgnored(filepath, exclude):
149 def IsIgnored(path, exclude):
  /external/yapf/yapftests/
file_resources_test.py 298 self.assertTrue(file_resources.IsIgnored('media', ['media']))
299 self.assertFalse(file_resources.IsIgnored('media', ['media/*']))
302 self.assertTrue(file_resources.IsIgnored('media/a', ['*/a']))
303 self.assertTrue(file_resources.IsIgnored('media/b', ['media/*']))
304 self.assertTrue(file_resources.IsIgnored('media/b/c', ['*/*/c']))
307 self.assertTrue(file_resources.IsIgnored('z', ['z']))
308 self.assertTrue(file_resources.IsIgnored('z', ['z/']))
  /external/protobuf/src/google/protobuf/util/
message_differencer.h 313 // field IsIgnored is called on each added IgnoreCriteria until one returns
315 // IsIgnored is called for fields where at least one side has a value.
322 virtual bool IsIgnored(
    [all...]
message_differencer.cc 610 if (IsIgnored(message1, message2, field1, *parent_fields)) {
648 if (IsIgnored(message1, message2, field2, *parent_fields)) {
689 if (IsIgnored(message1, message2, field1, *parent_fields)) {
    [all...]
message_differencer_unittest.cc     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 266 if (!thr_->in_ignored_lib && libignore()->IsIgnored(pc)) {
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]

Completed in 4378 milliseconds