HomeSort by relevance Sort by last modified time
    Searched refs:Path1 (Results 1 - 9 of 9) sorted by null

  /external/llvm/unittests/Support/
Path.cpp 903 SmallString<64> Path1("a");
910 path::native(Path1);
911 EXPECT_PATH_IS(Path1, "a", "a");
932 StringRef Path1("././/foolz/wat");
935 Path1 = path::remove_leading_dotslash(Path1)
    [all...]
  /external/clang/test/CodeGenCXX/
mangle.cpp 401 struct Path1 : AmbiguousBase { float p; };
403 struct Derived : Path1, Path2 { };
406 template <class T> decltype(((T*) 0)->Path1::ab) get_ab_1(T &ref) { return ref.Path1::ab; }
412 template <class T> decltype(((T*) 0)->Path1::p) get_p_1(T &ref) { return ref.Path1::p; }
  /external/llvm/include/llvm/Support/
Path.h 350 /// applications/services used by the user. Params \p Path1 to \p Path3 can be
355 /// @param Path1 Additional path to be appended to the user's cache directory
360 bool user_cache_directory(SmallVectorImpl<char> &Result, const Twine &Path1,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py 438 Path1 = min(PathList).split(os.path.sep)
440 for Index in xrange(min(len(Path1), len(Path2))):
441 if Path1[Index] != Path2[Index]:
442 return os.path.sep.join(Path1[:Index])
443 return os.path.sep.join(Path1)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DecPomAlignment.py 410 for Path1 in IncludePathList:
412 if Path1.startswith(Path2):
415 NonOverLapList.append(Path1)
    [all...]
  /external/llvm/lib/Support/
Path.cpp     [all...]
  /external/abi-compliance-checker/modules/Internals/
SysCheck.pm 446 my $Path1 = $Files1{$N};
456 if(-s $Path1 == -s $Path2)
458 if(readFile($Path1) eq readFile($Path2)) {
469 my $Cmd_R = $RfcDiff." --width 80 --stdout \"$Path1\" \"$Path2\" >$DiffOut 2>/dev/null";
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py 780 def GetRelPath(Path1, Path2):
782 L1 = os.path.normpath(Path1).split(os.path.normpath('/'))
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl 331 /path1/to/header(s)/
337 /path1/to/library(ies)/
370 /path1/to/header(s)/
376 /path1/to/library(ies)/
    [all...]

Completed in 665 milliseconds