HomeSort by relevance Sort by last modified time
    Searched refs:PathList (Results 1 - 25 of 26) sorted by null

1 2

  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PathList.java 37 public class PathList extends SIPHeaderList<Path> {
41 public PathList() {
47 PathList retval = new PathList();
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PathParser.java 34 import gov.nist.javax.sip.header.ims.PathList;
72 PathList pathList = new PathList();
85 pathList.add(path);
96 return pathList;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MultipleWorkspace.py 131 PathList = PathStr.split()
132 if PathList:
133 for i, str in enumerate(PathList):
143 PathList[i] = str[0:MacroStartPos] + Path
144 PathStr = ' '.join(PathList)
Misc.py     [all...]
  /external/skia/gm/
convexpolyeffect.cpp 189 for (PathList::Iter iter(fPaths, PathList::Iter::kHead_IterStart);
272 typedef SkTLList<SkPath, 1> PathList;
274 PathList fPaths;
  /external/skqp/gm/
convexpolyeffect.cpp 189 for (PathList::Iter iter(fPaths, PathList::Iter::kHead_IterStart);
272 typedef SkTLList<SkPath, 1> PathList;
274 PathList fPaths;
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
source.pass.cpp 115 for (auto const& MS : PathList) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.construct/
source.pass.cpp 115 for (auto const& MS : PathList) {
  /external/nist-sip/java/gov/nist/javax/sip/message/
ListMap.java 115 headerListTable.put(Path.class, PathList.class);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
IpiDb.py 576 PathList = []
580 PathList.append((os.path.join(self.Workspace, Path), Md5Sum))
582 return PathList
743 PathList = []
751 PathList.append(InstallPath)
753 return PathList
    [all...]
  /external/libcxx/test/support/
filesystem_test_helper.hpp 280 const MultiStringType PathList[] = {
324 const unsigned PathListSize = sizeof(PathList) / sizeof(MultiStringType);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
filesystem_test_helper.hpp 280 const MultiStringType PathList[] = {
324 const unsigned PathListSize = sizeof(PathList) / sizeof(MultiStringType);
  /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/
source.pass.cpp 234 for (auto const& MS : PathList) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/class.path/path.member/path.assign/
source.pass.cpp 234 for (auto const& MS : PathList) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
InstallPkg.py 91 # @param PathList: The already installed standalone module Path list
93 def InstallNewModule(WorkspaceDir, Path, PathList = None):
94 if PathList == None:
95 PathList = []
99 if os.path.exists(FullPath) and FullPath not in PathList:
111 return InstallNewModule(WorkspaceDir, Input, PathList)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py 435 # @param PathList: PathList
437 def CommonPath(PathList):
438 Path1 = min(PathList).split(os.path.sep)
439 Path2 = max(PathList).split(os.path.sep)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenMake.py     [all...]
AutoGen.py     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 1795 milliseconds

1 2