Searched defs:eff (Results 1 - 5 of 5) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/capabilities/
H A Dtest_execve.c207 bool eff, bool perm, bool inh, bool ambient)
209 execl(name, name, (eff ? "1" : "0"),
215 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) argument
217 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient);
206 exec_other_validate_cap(const char *name, bool eff, bool perm, bool inh, bool ambient) argument
/external/tensorflow/tensorflow/python/grappler/
H A Dcost_analyzer.cc197 os << std::setw(width_narrow + 2) << "Overall eff";
198 os << std::setw(width_narrow + 2) << "Compute eff";
199 os << std::setw(width_narrow + 2) << "Memory eff" << std::endl;
204 double eff = local
220 os << std::setw(width_narrow) << std::setprecision(2) << eff * 100 << "%,";
/external/e2fsprogs/lib/ext2fs/
H A Dblkmap64_rb.c905 double eff; local
928 eff = (double)((count * sizeof(struct bmap_rb_extent)) << 3) /
954 eff);
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.c512 int eff; local
515 eff = VFS_CAP_FLAGS_EFFECTIVE;
517 eff = 0;
522 filedata->magic_etc = FIXUP(VFS_CAP_REVISION_2 | eff);
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 268 milliseconds