HomeSort by relevance Sort by last modified time
    Searched refs:Intersection (Results 1 - 25 of 35) sorted by null

1 2

  /external/lldb/include/lldb/Utility/
Range.h 62 Intersection (const Range& other);
  /external/chromium_org/chrome/browser/extensions/api/preferences_private/
preferences_private_api.cc 51 result_set = syncer::Intersection(result_set,
  /external/lldb/source/Utility/
Range.cpp 63 Range::Intersection (const Range& other)
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl_unittest.cc 342 EXPECT_TRUE(Intersection(fake_manager_->GetAndResetCleanedTypes(),
353 EXPECT_TRUE(Intersection(fake_manager_->GetAndResetCleanedTypes(),
390 EXPECT_TRUE(Intersection(fake_manager_->GetAndResetCleanedTypes(),
426 EXPECT_TRUE(Intersection(fake_manager_->GetAndResetCleanedTypes(),
444 EXPECT_TRUE(Intersection(fake_manager_->GetAndResetCleanedTypes(),
463 EXPECT_TRUE(Intersection(fake_manager_->GetAndResetCleanedTypes(),
481 EXPECT_TRUE(Intersection(fake_manager_->GetAndResetCleanedTypes(),
500 EXPECT_TRUE(Intersection(fake_manager_->GetAndResetCleanedTypes(),
519 EXPECT_TRUE(Intersection(fake_manager_->GetAndResetCleanedTypes(),
542 EXPECT_TRUE(Intersection(fake_manager_->GetAndResetCleanedTypes()
    [all...]
sync_backend_registrar.cc 147 DCHECK(Intersection(types_to_add, types_to_remove).Empty());
sync_backend_host_impl.cc 410 DCHECK(syncer::Intersection(current_types, fatal_types).Empty());
411 DCHECK(syncer::Intersection(current_types, crypto_types).Empty());
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 304 // Intersection between the bits we already emitted and the bits
306 SmallBitVector Intersection(RegSize, false);
307 Intersection.set(Offset, Offset + Size);
308 Intersection ^= Coverage;
312 if (Reg >= 0 && Intersection.any()) {
  /external/chromium_org/extensions/common/permissions/
manifest_permission_set_unittest.cc 160 // Intersection with an empty set.
165 ManifestPermissionSet::Intersection(permissions1, permissions2, &result);
185 ManifestPermissionSet::Intersection(permissions1, permissions2, &result);
231 ManifestPermissionSet::Intersection(result, permissions2, &result2);
permission_set.cc 90 APIPermissionSet::Intersection(set1_safe->apis(), set2_safe->apis(), &apis);
93 ManifestPermissionSet::Intersection(set1_safe->manifest_permissions(),
api_permission_set_unittest.cc 129 // Intersection with an empty set.
143 APIPermissionSet::Intersection(apis1, apis2, &result);
180 APIPermissionSet::Intersection(apis1, apis2, &result);
254 APIPermissionSet::Intersection(result, apis2, &result2);
base_set_operators.h 175 static void Intersection(const T& set1, const T& set2, T* set3) {
  /external/chromium_org/sync/internal_api/public/base/
enum_set.h 26 EnumSet<E, Min, Max> Intersection(EnumSet<E, Min, Max> set1,
155 // self-mutating versions of Union, Intersection, and Difference
227 friend EnumSet Intersection<E, MinEnumValue, MaxEnumValue>(
272 EnumSet<E, Min, Max> Intersection(EnumSet<E, Min, Max> set1,
enum_set_unittest.cc 178 TEST_F(EnumSetTest, Intersection) {
181 const TestEnumSet enums3 = Intersection(enums1, enums2);
  /art/compiler/dex/quick/
local_optimizations.cc 177 ResourceMask this_mem_mask = kEncodeMem.Intersection(this_lir->u.m.use_mask->Union(
218 ResourceMask check_mem_mask = kEncodeMem.Intersection(check_lir->u.m.use_mask->Union(
220 ResourceMask alias_mem_mask = this_mem_mask.Intersection(check_mem_mask);
378 ResourceMask check_mem_mask = check_lir->u.m.def_mask->Intersection(kEncodeMem);
379 ResourceMask alias_condition = stop_use_all_mask.Intersection(check_mem_mask);
resource_mask.h 100 constexpr ResourceMask Intersection(const ResourceMask& other) const {
  /external/chromium_org/chrome/browser/sync/
backend_migrator.cc 157 const ModelTypeSet intersection = local
158 Intersection(result.requested_types, to_migrate_);
159 // This intersection check is to determine if our disable request
161 if (state_ == DISABLING_TYPES && !intersection.Empty()) {
profile_sync_service.cc 547 return !Intersection(preferred_types, encrypted_types).Empty();
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
quiesce_status_change_checker.cc 25 Intersection(service1->GetActiveDataTypes(),
  /external/chromium_org/sync/sessions/
model_type_registry.cc 186 DCHECK(Intersection(GetEnabledDirectoryTypes(),
232 DCHECK(Intersection(GetEnabledDirectoryTypes(),
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]
  /external/chromium_org/tools/findit/
crash_utils.py 371 intersection = set(path1).intersection(set(path2))
372 return len(intersection) >= (min(3, min(len(path1), len(path2))))
454 def Intersection(crashed_line_list, stack_frame_index, changed_line_numbers,
458 Finds the intersection of the lines that caused the crash and
459 lines that the file changes. The intersection looks within 3 lines
470 line_number_intersection: Intersection between crashed_line_list and
findit_for_crash.py 80 # Find the intersection between the lines that this file crashed on and
83 crash_utils.Intersection(
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp 646 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
647 updateRect.Intersection(targetRect);
dsa_new.cpp 969 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
970 //updateRect.Intersection(targetRect);
1017 sourceRect.Intersection(targetRect); //so source always smaller or equal than target
1018 updateRect.Intersection(targetRect);
  /external/chromium_org/components/sync_driver/
data_type_manager_impl.cc 204 syncer::ModelTypeSet to_configure = syncer::Intersection(

Completed in 399 milliseconds

1 2