Home
last modified time | relevance | path

Searched refs:first_path (Results 1 – 6 of 6) sorted by relevance

/external/openfst/src/include/fst/script/
Dshortest-path.h37 const bool first_path; member
47 nshortest(n), unique(u), has_distance(hasdist), first_path(fp), in ShortestDistanceOptions()
76 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
88 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
100 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
112 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
124 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
136 opts.has_distance, opts.delta, opts.first_path, in ShortestPath()
180 bool first_path = false,
Dshortest-distance.h43 const bool first_path; member
48 first_path(false) { } in ShortestDistanceOptions()
/external/chromium/chrome/browser/history/
Dredirect_uitest.cc145 FilePath first_path(test_data_directory_); in TEST_F() local
146 first_path = first_path.AppendASCII("cancelled_redirect_test.html"); in TEST_F()
147 ASSERT_TRUE(file_util::AbsolutePath(&first_path)); in TEST_F()
148 GURL first_url = net::FilePathToFileURL(first_path); in TEST_F()
190 EXPECT_EQ(StringToLowerASCII(first_path.value()), in TEST_F()
/external/openfst/src/script/
Dshortest-path.cc34 size_t n, bool unique, bool first_path, in ShortestPath() argument
38 ShortestPathArgs2 args(ifst, ofst, n, unique, first_path, weight_threshold, in ShortestPath()
/external/openfst/src/include/fst/
Dshortest-path.h48 bool first_path; // Single shortest path stops after finding the first member
61 nshortest(n), unique(u), has_distance(hasdist), first_path(fp),
152 if (opts.first_path) in SingleShortestPath()
486 bool first_path = false,
494 kDelta, first_path, weight_threshold,
Dshortest-distance.h45 bool first_path; // For a semiring with the path property (o.w. member
58 first_path(false) {} in state_queue()
83 first_path_(opts.first_path), retain_(retain), source_id_(0), in ShortestDistanceState()