Searched refs:path_ (Results 1 - 25 of 207) sorted by last modified time

123456789

/external/openfst/src/include/fst/
H A Drandgen.h621 path_.clear();
628 path_.push_back(arc);
648 path_.pop_back();
661 for (size_t i = 0; i < path_.size(); ++i) {
663 OArc arc(path_[i].ilabel, path_[i].olabel, Weight::One(), dest);
672 vector<OArc> path_; member in class:fst::RandGenVisitor
/external/deqp/framework/opengl/
H A DgluVarTypeUtil.hpp115 TypeAccessFormat (const VarType& type_, const TypeComponentVector& path_) : type(type_), path(path_) {} argument
/external/compiler-rt/lib/msandr/
H A Dmsandr.cc115 std::string path_; member in class:__anon19617::ModuleData
127 : start_(NULL), end_(NULL), path_(""), handle_(NULL),
132 : start_(info->start), end_(info->end), path_(info->full_path),
538 std::string mod_path = (mod_data ? mod_data->path_ : "<no module, JITed?>");
548 dr_printf(" #0 %p (%s+%p)\n", pc, mod_data->path_.c_str(),
648 it->end_ == mod_data.end_ && it->path_ == mod_data.path_);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc113 : path_(path),
119 CHECK(path_);
120 CHECK_NE(path_[0], '\0');
194 if (!FileExists(path_)) {
260 ExecuteWithDefaultArgs(path_);
297 const char *path_; member in class:__sanitizer::SymbolizerProcess
/external/chromium_org/v8/samples/
H A Dprocess.cc555 virtual const string& Path() { return path_; }
560 string path_; member in class:StringHttpRequest
571 : path_(path),
/external/chromium_org/third_party/webrtc/base/
H A Dfilelock.cc21 : path_(path), file_(file) {
35 LOG(LS_INFO) << "Unlocking:" << path_;
37 Filesystem::DeleteFile(path_);
H A Dfilelock.h45 std::string path_; member in class:rtc::FileLock
H A Dfileutils_mock.h71 path_ = path.pathname();
74 if (path_.rfind(Pathname::DefaultFolderDelimiter()) != path_.size() - 1)
75 path_ += Pathname::DefaultFolderDelimiter();
88 if (path_iterator_->first.find(path_) == 0
101 sub_path.find(Pathname::DefaultFolderDelimiter(), path_.size());
110 size_t start = path_.size();
123 std::string path_; member in class:rtc::FakeDirectoryIterator
H A Dhttpcommon-inl.h72 path_.assign(1, static_cast<CTYPE>('/'));
75 path_.assign(val, path_length);
102 val->append(path_);
H A Dhttpcommon.h208 path_.assign(1, static_cast<CTYPE>('/'));
244 path_.assign(1, static_cast<CTYPE>('/'));
247 path_ = val;
250 const string& path() const { return path_; }
269 string host_, path_, query_; member in class:rtc::Url
H A Doptionsfile.cc21 OptionsFile::OptionsFile(const std::string &path) : path_(path) {
29 if (!stream.Open(path_, "r", &err)) {
47 LOG_F(LS_WARNING) << "Ignoring malformed line in " << path_;
66 if (!stream.Open(path_, "w", &err)) {
H A Doptionsfile.h43 std::string path_; member in class:rtc::OptionsFile
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediarecorder_unittest.cc53 EXPECT_TRUE(rtc::Filesystem::GetTemporaryFolder(path_, true, NULL));
54 path_.SetFilename("sink-test.rtpdump");
55 sink_.reset(new RtpDumpSink(Open(path_.pathname())));
65 EXPECT_TRUE(rtc::Filesystem::DeleteFile(path_));
78 stream_.reset(rtc::Filesystem::OpenFile(path_, "rb"));
84 rtc::Pathname path_; member in class:cricket::RtpDumpSinkTest
100 EXPECT_TRUE(rtc::Filesystem::IsFile(path_.pathname()));
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/tools/ipc_fuzzer/message_lib/
H A Dmessage_file_reader.cc51 base::FilePath path_; member in class:ipc_fuzzer::__anon16500::Reader
65 : path_(path),
85 LOG(ERROR) << path_.value() << " is not an IPC message file.";
89 LOG(ERROR) << "Wrong version for message file " << path_.value() << ". "
98 if (!mapped_file_.Initialize(path_)) {
99 LOG(ERROR) << "Failed to map testcase: " << path_.value();
H A Dmessage_file_writer.cc45 base::FilePath path_; member in class:ipc_fuzzer::__anon16501::Writer
53 Writer::Writer(const base::FilePath& path) : path_(path), messages_(NULL) {
57 file_.Initialize(path_,
60 LOG(ERROR) << "Failed to create IPC message file: " << path_.value();
/external/chromium_org/ui/events/ozone/device/
H A Ddevice_event.cc14 path_(path) {}
H A Ddevice_event.h31 base::FilePath path() const { return path_; }
36 base::FilePath path_; member in class:ui::DeviceEvent
/external/chromium_org/ui/events/ozone/evdev/
H A Devent_converter_evdev.cc14 : fd_(fd), path_(path) {
H A Devent_converter_evdev.h39 base::FilePath path_; member in class:ui::EventConverterEvdev
H A Dkey_event_converter_evdev.cc215 PLOG(ERROR) << "error reading device " << path_.value();
H A Dtouch_event_converter_evdev.cc152 PLOG(ERROR) << "error reading device " << path_.value();
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
H A Devent_reader_libevdev_cros.cc60 PLOG(ERROR) << "error reading device " << path_.value();
H A Devent_reader_libevdev_cros.h59 base::FilePath path_; member in class:ui::EventReaderLibevdevCros
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 782 milliseconds

123456789