Home
last modified time | relevance | path

Searched refs:is_modified (Results 1 – 11 of 11) sorted by relevance

/external/libtextclassifier/abseil-cpp/absl/flags/internal/
Dusage.cc202 bool is_modified = curr_val != dflt_val; in FlagHelpHumanReadable() local
209 if (is_modified) { in FlagHelpHumanReadable()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/
Dusage.cc202 bool is_modified = curr_val != dflt_val; in FlagHelpHumanReadable() local
209 if (is_modified) { in FlagHelpHumanReadable()
/external/selinux/libsemanage/src/
Ddirect_api.c1240 ports_modified = ports->dtable->is_modified(ports->dbase); in semanage_direct_commit()
1241 ibpkeys_modified = ibpkeys->dtable->is_modified(ibpkeys->dbase); in semanage_direct_commit()
1242 ibendports_modified = ibendports->dtable->is_modified(ibendports->dbase); in semanage_direct_commit()
1243 seusers_modified = seusers->dtable->is_modified(seusers->dbase); in semanage_direct_commit()
1244 fcontexts_modified = fcontexts->dtable->is_modified(fcontexts->dbase); in semanage_direct_commit()
1314 if (users->dtable->is_modified(users->dbase)) { in semanage_direct_commit()
1364 bools->dtable->is_modified(bools->dbase) | in semanage_direct_commit()
1365 ifaces->dtable->is_modified(ifaces->dbase) | in semanage_direct_commit()
1366 nodes->dtable->is_modified(nodes->dbase) | in semanage_direct_commit()
1367 users->dtable->is_modified(users_base->dbase); in semanage_direct_commit()
Ddatabase_activedb.c153 .is_modified = (void *)dbase_llist_is_modified,
Ddatabase.h159 int (*is_modified) (dbase_t * dbase); member
Ddatabase_file.c205 .is_modified = (void *)dbase_llist_is_modified,
Ddatabase_join.c281 .is_modified = (void *)dbase_llist_is_modified,
Ddatabase_policydb.c460 .is_modified = dbase_policydb_is_modified,
/external/angle/third_party/abseil-cpp/absl/flags/internal/
Dusage.cc207 bool is_modified = curr_val != dflt_val; in FlagHelpHumanReadable() local
214 if (is_modified) { in FlagHelpHumanReadable()
/external/openscreen/third_party/abseil/src/absl/flags/internal/
Dusage.cc207 bool is_modified = curr_val != dflt_val; in FlagHelpHumanReadable() local
214 if (is_modified) { in FlagHelpHumanReadable()
/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_impl.h902 std::vector<bool> is_modified(M, false);
917 if (is_modified[output_idx]) {
934 is_modified[output_idx] = true;