Home
last modified time | relevance | path

Searched refs:path_index (Results 1 – 9 of 9) sorted by relevance

/external/openscreen/cast/common/certificate/
Dcast_cert_validator_internal.cc466 uint32_t path_index = first_index; in FindCertificatePath() local
494 CertPathStep& next_step = path[--path_index]; in FindCertificatePath()
511 !CertInPath(intermediate_cert_name, path, path_index, in FindCertificatePath()
513 CertPathStep& next_step = path[--path_index]; in FindCertificatePath()
524 if (path_index == first_index) { in FindCertificatePath()
533 CertPathStep& last_step = path[path_index++]; in FindCertificatePath()
541 last_error = VerifyCertificateChain(path, path_index, time); in FindCertificatePath()
543 CertPathStep& last_step = path[path_index++]; in FindCertificatePath()
554 result_path->path.reserve(path.size() - path_index); in FindCertificatePath()
555 for (uint32_t i = path_index; i < path.size(); ++i) { in FindCertificatePath()
/external/google-breakpad/src/processor/
Dproc_maps_linux.cc56 int path_index = 0; in ParseProcMaps() local
69 &region.inode, &path_index) < 7) { in ParseProcMaps()
98 regions.back().path.assign(line + path_index); in ParseProcMaps()
Dsimple_symbol_supplier.cc68 for (unsigned int path_index = 0; path_index < paths_.size(); ++path_index) { in GetSymbolFile() local
71 paths_[path_index], in GetSymbolFile()
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp328 FPDFClipPath_CountPathSegments(FPDF_CLIPPATH clip_path, int path_index) { in FPDFClipPath_CountPathSegments() argument
333 if (path_index < 0 || in FPDFClipPath_CountPathSegments()
334 static_cast<size_t>(path_index) >= pClipPath->GetPathCount()) { in FPDFClipPath_CountPathSegments()
339 pClipPath->GetPath(path_index).GetPoints()); in FPDFClipPath_CountPathSegments()
344 int path_index, in FPDFClipPath_GetPathSegment() argument
350 if (path_index < 0 || in FPDFClipPath_GetPathSegment()
351 static_cast<size_t>(path_index) >= pClipPath->GetPathCount()) { in FPDFClipPath_GetPathSegment()
356 pClipPath->GetPath(path_index).GetPoints(); in FPDFClipPath_GetPathSegment()
/external/libchrome/base/debug/
Dproc_maps_linux.cc120 int path_index = 0; in ParseProcMaps() local
132 &dev_major, &dev_minor, &inode, &path_index) < 7) { in ParseProcMaps()
161 regions.back().path.assign(line + path_index); in ParseProcMaps()
/external/pdfium/public/
Dfpdf_transformpage.h251 FPDFClipPath_CountPathSegments(FPDF_CLIPPATH clip_path, int path_index);
265 int path_index,
/external/angle/util/posix/
Dcrash_handler_posix.cpp252 int path_index = 0;
264 &path_index) < 7)
294 regions.back().path.assign(line + path_index);
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c487 int path_index, fd, rd, i, j, k; in main() local
515 path_index = i; in main()
519 if ((fd = open(argv[path_index], O_RDONLY)) < 0) { in main()
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc143 int path_index) const { in IsMatchInternal()
144 const FieldDescriptor* field = key_field_path[path_index]; in IsMatchInternal()
146 if (path_index == key_field_path.size() - 1) { in IsMatchInternal()
176 path_index + 1); in IsMatchInternal()