HomeSort by relevance Sort by last modified time
    Searched full:activeset (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/backup/
FullBackup.java 508 Set<PathWithRequiredFlags> activeSet = parseCurrentTagForDomain(
510 activeSet.add(new PathWithRequiredFlags(canonicalFile.getCanonicalPath(),
525 activeSet.add(new PathWithRequiredFlags(canonicalJournalPath,
533 activeSet.add(new PathWithRequiredFlags(canonicalWalPath,
546 activeSet.add(new PathWithRequiredFlags(canonicalXmlPath,
    [all...]
  /external/valgrind/coregrind/
m_redir.c 295 static OSet* activeSet = NULL;
774 old = VG_(OSetGen_Lookup)(activeSet, &old_from);
    [all...]
  /system/tools/hidl/test/hidl_test/
hidl_test_client.cpp 581 std::set<std::string> activeSet;
585 activeSet = binderizedSet;
589 activeSet = passthroughSet;
595 EXPECT_OK(manager->list([&activeSet](const hidl_vec<hidl_string> &registered){
603 std::set_difference(activeSet.begin(), activeSet.end(),
625 std::set<std::string> activeSet = {"parent", "child"};
627 std::set_difference(activeSet.begin(), activeSet.end(), registeredSet.begin(),
    [all...]

Completed in 517 milliseconds