HomeSort by relevance Sort by last modified time
    Searched defs:Path (Results 176 - 200 of 370) sorted by null

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManager.c 424 EFI_DEVICE_PATH_PROTOCOL *Path;
441 Path = (EFI_DEVICE_PATH_PROTOCOL *) (PolicyInfo + TotalLen + sizeof (Access) + OffSet);
442 PathSize = GetDevicePathSize (Path);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c 452 This function opens a file with the open mode according to the file path. The
455 @param FilePath on input the device path to the file. On output
456 the remaining device path.
464 @retval EFI_UNSUPPORTED Could not open the file path.
547 // For file system access each node should be a file path component
556 // Open this file path node
651 @retval EFI_UNSUPPORTED Could not open the file path.
752 // this means convert name to path and call that function
778 @retval EFI_UNSUPPORTED Could not open the file path.
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 43 #include "llvm/Support/Path.h"
387 // Set up the module path, including the hash for the
391 llvm::sys::path::append(SpecificModuleCache,
410 StringRef Path, bool DisablePCHValidation, bool AllowPCHWithCompilerErrors,
414 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation,
424 StringRef Path, StringRef Sysroot, bool DisablePCHValidation,
445 switch (Reader->ReadAST(Path,
633 SmallString<128> Path(InFile);
634 llvm::sys::path::replace_extension(Path, Extension)
    [all...]
CompilerInvocation.cpp 41 #include "llvm/Support/Path.h"
402 // Set the profile kind using fprofile-instrument-use-path.
    [all...]
  /external/clang/lib/Parse/
Parser.cpp     [all...]
  /external/clang/lib/Sema/
SemaAccess.cpp 604 /// The path down to the current base class.
615 /// Check classes in the current path for friendship, starting at
632 /// along the current path such that a notional public member of
633 /// the final class in the path would have access in that class.
635 // If we ever reach the naming class, check the current path for
697 /// of NamingClass) might be more accessible along some path not
810 // along this path, we just need to check whether the classes
870 /// Finds the best path from the naming class to the declaring class,
896 /// Along a single inheritance path we can restate both of these
904 /// Let B_1 .. B_n be the inheritance path in question (i.e. wher
1188 CXXBasePath &path = *FindBestPath(S, EC, entity, accessSoFar, paths); local
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 1 //===--- PathDiagnostic.cpp - Path-Specific Diagnostic Handling -*- C++ -*-===//
76 Call->path.flattenTo(Primary, Primary, ShouldFlattenMacros);
91 // FIXME: This probably shouldn't mutate the original path piece.
119 path(pathImpl) {}
133 // Check if CP represents a path through a function outside of the main file.
137 const PathPieces &Path = CP->path;
138 if (Path.empty())
141 // Check if the last piece in the callee path is a call to a function outside
144 dyn_cast<PathDiagnosticCallPiece>(Path.back()))
216 const PathPieces &path = *WorkList.pop_back_val(); local
    [all...]
  /external/jsoncpp/include/json/
value.h 505 /** \brief Experimental and untested: represents an element of the "path" to
510 friend class Path;
528 /** \brief Experimental and untested: represents a "path" to access a node.
539 class JSON_API Path {
541 Path(const std::string& path,
550 /// Creates the "path" to access the specified node and returns a reference on
558 void makePath(const std::string& path, const InArgs& in);
559 void addPathInArg(const std::string& path,
563 void invalidPath(const std::string& path, int location)
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp     [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 12 // path class.
283 /// @brief Make \a path an absolute path.
285 /// Makes \a path absolute using the \a current_directory if it is not already.
286 /// An empty \a path will result in the \a current_directory.
288 /// /absolute/path => /absolute/path
289 /// relative/../path => <current-directory>/relative/../path
291 /// @param path A path that is modified to be an absolute path
743 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry
    [all...]
  /external/python/cpython3/Lib/
pathlib.py 31 "Path", "PosixPath", "WindowsPath",
45 """A flavour implements a particular (platform-specific) set of path
99 # Same drive => second path is relative to the first
102 # Second path is non-anchored (common case)
149 # is a UNC path:
156 # a UNC path can't have two slashes in a row
181 def resolve(self, path, strict=False):
182 s = str(path)
195 s = os.path.dirname(s)
197 return path
    [all...]
  /external/skia/dm/
DMSrcSink.h 35 typedef ImplicitString Path;
135 CodecSrc(Path, Mode, DstColorType, SkAlphaType, float);
143 Path fPath;
153 AndroidCodecSrc(Path, CodecSrc::DstColorType, SkAlphaType, int sampleSize);
161 Path fPath;
181 BRDSrc(Path, Mode, CodecSrc::DstColorType, uint32_t);
188 Path fPath;
200 ImageGenSrc(Path, Mode, SkAlphaType, bool);
208 Path fPath;
230 ColorCodecSrc(Path, Mode, SkColorType)
    [all...]
  /external/skqp/dm/
DMSrcSink.h 35 typedef ImplicitString Path;
135 CodecSrc(Path, Mode, DstColorType, SkAlphaType, float);
143 Path fPath;
153 AndroidCodecSrc(Path, CodecSrc::DstColorType, SkAlphaType, int sampleSize);
161 Path fPath;
181 BRDSrc(Path, Mode, CodecSrc::DstColorType, uint32_t);
188 Path fPath;
200 ImageGenSrc(Path, Mode, SkAlphaType, bool);
208 Path fPath;
230 ColorCodecSrc(Path, Mode, SkColorType)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 12 // path class.
286 /// @brief Make \a path an absolute path.
288 /// Makes \a path absolute using the \a current_directory if it is not already.
289 /// An empty \a path will result in the \a current_directory.
291 /// /absolute/path => /absolute/path
292 /// relative/../path => <current-directory>/relative/../path
294 /// @param path A path that is modified to be an absolute path
754 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry
    [all...]
  /frameworks/base/libs/hwui/
SkiaCanvas.cpp 154 // Fast path - no record for this frame.
221 Clip(const SkPath& path, SkClipOp op, const SkMatrix& m)
222 : mType(Type::Path), mOp(op), mMatrix(m), mPath(&path) {}
233 case Type::Path:
243 Path,
250 // These are logically a union (tracked separately due to non-POD path).
390 bool SkiaCanvas::quickRejectPath(const SkPath& path) const {
391 return mCanvas->quickReject(path);
401 bool SkiaCanvas::clipPath(const SkPath* path, SkClipOp op)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FileSystem.h 12 // path class.
240 /// @brief Make \a path an absolute path.
242 /// Makes \a path absolute using the \a current_directory if it is not already.
243 /// An empty \a path will result in the \a current_directory.
245 /// /absolute/path => /absolute/path
246 /// relative/../path => <current-directory>/relative/../path
248 /// @param path A path that is modified to be an absolute path
814 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FileSystem.h 12 // path class.
240 /// @brief Make \a path an absolute path.
242 /// Makes \a path absolute using the \a current_directory if it is not already.
243 /// An empty \a path will result in the \a current_directory.
245 /// /absolute/path => /absolute/path
246 /// relative/../path => <current-directory>/relative/../path
248 /// @param path A path that is modified to be an absolute path
814 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FileSystem.h 12 // path class.
264 /// @brief Make \a path an absolute path.
266 /// Makes \a path absolute using the \a current_directory if it is not already.
267 /// An empty \a path will result in the \a current_directory.
269 /// /absolute/path => /absolute/path
270 /// relative/../path => <current-directory>/relative/../path
272 /// @param path A path that is modified to be an absolute path
837 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FileSystem.h 12 // path class.
264 /// @brief Make \a path an absolute path.
266 /// Makes \a path absolute using the \a current_directory if it is not already.
267 /// An empty \a path will result in the \a current_directory.
269 /// /absolute/path => /absolute/path
270 /// relative/../path => <current-directory>/relative/../path
272 /// @param path A path that is modified to be an absolute path
837 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FileSystem.h 12 // path class.
264 /// @brief Make \a path an absolute path.
266 /// Makes \a path absolute using the \a current_directory if it is not already.
267 /// An empty \a path will result in the \a current_directory.
269 /// /absolute/path => /absolute/path
270 /// relative/../path => <current-directory>/relative/../path
272 /// @param path A path that is modified to be an absolute path
837 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FileSystem.h 12 // path class.
264 /// @brief Make \a path an absolute path.
266 /// Makes \a path absolute using the \a current_directory if it is not already.
267 /// An empty \a path will result in the \a current_directory.
269 /// /absolute/path => /absolute/path
270 /// relative/../path => <current-directory>/relative/../path
272 /// @param path A path that is modified to be an absolute path
837 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FileSystem.h 12 // path class.
240 /// @brief Make \a path an absolute path.
242 /// Makes \a path absolute using the \a current_directory if it is not already.
243 /// An empty \a path will result in the \a current_directory.
245 /// /absolute/path => /absolute/path
246 /// relative/../path => <current-directory>/relative/../path
248 /// @param path A path that is modified to be an absolute path
814 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FileSystem.h 12 // path class.
240 /// @brief Make \a path an absolute path.
242 /// Makes \a path absolute using the \a current_directory if it is not already.
243 /// An empty \a path will result in the \a current_directory.
245 /// /absolute/path => /absolute/path
246 /// relative/../path => <current-directory>/relative/../path
248 /// @param path A path that is modified to be an absolute path
814 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FileSystem.h 12 // path class.
264 /// @brief Make \a path an absolute path.
266 /// Makes \a path absolute using the \a current_directory if it is not already.
267 /// An empty \a path will result in the \a current_directory.
269 /// /absolute/path => /absolute/path
270 /// relative/../path => <current-directory>/relative/../path
272 /// @param path A path that is modified to be an absolute path
837 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FileSystem.h 12 // path class.
264 /// @brief Make \a path an absolute path.
266 /// Makes \a path absolute using the \a current_directory if it is not already.
267 /// An empty \a path will result in the \a current_directory.
269 /// /absolute/path => /absolute/path
270 /// relative/../path => <current-directory>/relative/../path
272 /// @param path A path that is modified to be an absolute path
837 const std::string &path() const { return Path; } function in class:llvm::sys::fs::directory_entry
    [all...]

Completed in 957 milliseconds

1 2 3 4 5 6 78 91011>>