Home
last modified time | relevance | path

Searched refs:kPath (Results 1 – 14 of 14) sorted by relevance

/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_file_permission_unittest.cc40 const char kPath[] = "/tmp/good"; in SANDBOX_TEST() local
41 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath); in SANDBOX_TEST()
45 const char kPath[] = "/tmp/good/"; in SANDBOX_TEST() local
46 BrokerFilePermission perm = BrokerFilePermission::ReadOnlyRecursive(kPath); in SANDBOX_TEST()
53 const char kPath[] = "/tmp/bad/"; in SANDBOX_DEATH_TEST() local
54 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath); in SANDBOX_DEATH_TEST()
61 const char kPath[] = "/tmp/bad"; in SANDBOX_DEATH_TEST() local
62 BrokerFilePermission perm = BrokerFilePermission::ReadOnlyRecursive(kPath); in SANDBOX_DEATH_TEST()
69 const char kPath[] = "tmp/bad"; in SANDBOX_DEATH_TEST() local
70 BrokerFilePermission perm = BrokerFilePermission::ReadOnly(kPath); in SANDBOX_DEATH_TEST()
[all …]
/external/webrtc/webrtc/base/
Dautodetectproxy_unittest.cc19 static const char kPath[] = "/"; variable
78 kPath, in TestCopesWithProxy()
123 kPath, in TEST_F()
/external/openfst/src/include/fst/
Dshortest-path.h118 if ((Weight::Properties() & (kPath | kRightSemiring)) in SingleShortestPath()
119 != (kPath | kRightSemiring)) { in SingleShortestPath()
289 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) {
426 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) { in ShortestPath()
Dprune.h105 if ((Weight::Properties() & (kPath | kCommutative)) in Prune()
106 != (kPath | kCommutative)) { in Prune()
223 if ((Weight::Properties() & (kPath | kCommutative)) in Prune()
224 != (kPath | kCommutative)) { in Prune()
Dlexicographic-weight.h62 uint64 props = kPath; in LexicographicWeight()
115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath | in Properties()
Dweight.h109 const uint64 kPath = 0x0000000000000010ULL; variable
Dfloat-weight.h234 kPath | kIdempotent; in Properties()
494 return kLeftSemiring | kRightSemiring | kCommutative | kIdempotent | kPath; in Properties()
Dshortest-distance.h130 if (first_path_ && !(Weight::Properties() & kPath)) { in ShortestDistance()
Dqueue.h569 if (distance && (Weight::Properties() & kPath)) { in AutoQueue()
/external/skia/src/core/
DSkRemote_protocol.h20 kPath, enumerator
DSkRemote.cpp453 ID define(const SkPath& v)O{return this->define(Type::kPath, &fPath, v);} in define()
472 case Type::kPath: return fPath .remove(id); in undefine()
609 IDMap<SkPath , Type::kPath > fPath;
/external/openfst/src/test/
Dalgo_test.h722 if ((wprops & (kPath | kCommutative)) == (kPath | kCommutative)) { in TestOptimize()
776 if ((wprops & (kPath | kRightSemiring)) == (kPath | kRightSemiring)) { in TestSearch()
785 if ((wprops & (kPath | kSemiring)) == (kPath | kSemiring)) { in TestSearch()
Dweight-tester.h117 if (Weight::Properties() & kPath) in TestSemiring()
/external/openfst/src/include/fst/extensions/pdt/
Dshortest-path.h403 if ((Weight::Properties() & (kPath | kRightSemiring)) in PdtShortestPath()
404 != (kPath | kRightSemiring)) { in PdtShortestPath()