Searched defs:path_ (Results 1 - 25 of 129) sorted by last modified time

123456

/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.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.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.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.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.h39 base::FilePath path_; member in class:ui::EventConverterEvdev
/external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
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/ ...
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h2667 ::google::protobuf::RepeatedField< ::google::protobuf::int32 > path_; member in class:google::protobuf::SourceCodeInfo_Location
5774 return path_.size();
5777 path_.Clear();
5780 return path_.Get(index);
5783 path_.Set(index, value);
5786 path_.Add(value);
5790 return path_;
5794 return &path_;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.h63 std::string path_; member in class:nacl_io::FuseFsNode
/external/chromium_org/net/base/
H A Dmock_file_stream.h54 const base::FilePath& get_path() const { return path_; }
98 base::FilePath path_; member in class:net::testing::MockFileStream
H A Dsdch_manager.h247 const std::string path_; member in class:net::SdchManager::Dictionary
H A Dupload_file_element_reader.h37 const base::FilePath& path() const { return path_; }
79 const base::FilePath path_; member in class:net::UploadFileElementReader
/external/chromium_org/net/cookies/
H A Dcanonical_cookie.h77 const std::string& Path() const { return path_; }
104 && path_ == ecc.Path());
155 std::string path_; member in class:net::CanonicalCookie
H A Dcookie_monster.cc422 path_(path),
441 std::string path_; member in class:net::CookieMonster::SetCookieWithDetailsTask
453 SetCookieWithDetails(url_, name_, value_, domain_, path_,
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.h366 base::FilePath path_; // Path to the folder used as backing storage. member in class:disk_cache::BackendImpl

Completed in 8782 milliseconds

123456