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

  /external/libtextclassifier/lang_id/common/fel/
workspace.h 38 class Workspace {
41 virtual ~Workspace() {}
44 // Create an empty workspace.
45 Workspace() {}
48 SAFTM_DISALLOW_COPY_AND_ASSIGN(Workspace);
69 // Returns the index of a named workspace, adding it to the registry first
84 // Returns the maximum workspace id that has been registered.
98 // Workspace type names, indexed as workspace_types_[typeid].
101 // Workspace names, indexed as workspace_names_[typeid][workspace]
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
GenFds.py 25 from Workspace.WorkspaceDatabase import WorkspaceDatabase
26 from Workspace.BuildClassObject import PcdClassObject
27 from Workspace.BuildClassObject import ModuleBuildClassObject
63 global Workspace
64 Workspace = ""
85 if (Options.Workspace == None):
86 EdkLogger.error("GenFds", OPTION_MISSING, "WORKSPACE not defined",
87 ExtraData="Please use '-w' switch to pass it or set the WORKSPACE environment variable.")
88 elif not os.path.exists(Options.Workspace):
89 EdkLogger.error("GenFds", PARAMETER_INVALID, "WORKSPACE is invalid",
    [all...]
  /external/eigen/Eigen/src/Householder/
HouseholderSequence.h 236 AutoAlign|ColMajor, DestType::MaxRowsAtCompileTime, 1> workspace(rows());
237 evalTo(dst, workspace);
241 template<typename Dest, typename Workspace>
242 void evalTo(Dest& dst, Workspace& workspace) const
244 workspace.resize(rows());
256 .applyHouseholderOnTheRight(essentialVector(k), m_coeffs.coeff(k), workspace.data());
259 .applyHouseholderOnTheLeft(essentialVector(k), m_coeffs.coeff(k), workspace.data());
276 .applyHouseholderOnTheRight(essentialVector(k), m_coeffs.coeff(k), &workspace.coeffRef(0));
279 .applyHouseholderOnTheLeft(essentialVector(k), m_coeffs.coeff(k), &workspace.coeffRef(0))
307 Matrix<Scalar,1,Dest::ColsAtCompileTime,RowMajor,1,Dest::MaxColsAtCompileTime> workspace; local
    [all...]
  /external/eigen/Eigen/src/Cholesky/
LDLT.h 293 template<typename MatrixType, typename TranspositionType, typename Workspace>
294 static bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMatrix& sign)
441 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
442 static bool update(MatrixType& mat, const TranspositionType& transpositions, Workspace& tmp, const WType& w, const typename MatrixType::RealScalar& sigma=1)
453 template<typename MatrixType, typename TranspositionType, typename Workspace>
454 static EIGEN_STRONG_INLINE bool unblocked(MatrixType& mat, TranspositionType& transpositions, Workspace& temp, SignMatrix& sign)
460 template<typename MatrixType, typename TranspositionType, typename Workspace, typename WType>
461 static EIGEN_STRONG_INLINE bool update(MatrixType& mat, TranspositionType& transpositions, Workspace& tmp, WType& w, const typename MatrixType::RealScalar& sigma=1)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
IpiDb.py 43 def __init__(self, DbPath, Workspace):
58 self.Workspace = os.path.normpath(Workspace)
278 if Path.startswith(self.Workspace):
279 Path = Path[len(self.Workspace):]
281 if Path.startswith(self.Workspace + os.sep):
282 Path = Path[len(self.Workspace)+1:]
580 PathList.append((os.path.join(self.Workspace, Path), Md5Sum))
584 ## Get files' repackage attribute if present that are installed into current workspace
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/
Makefile 84 $(BASE_TOOLS_PATH)\Source\Python\Workspace\BuildClassObject.py \
85 $(BASE_TOOLS_PATH)\Source\Python\Workspace\MetaDataTable.py \
86 $(BASE_TOOLS_PATH)\Source\Python\Workspace\MetaFileCommentParser.py \
87 $(BASE_TOOLS_PATH)\Source\Python\Workspace\MetaFileParser.py \
88 $(BASE_TOOLS_PATH)\Source\Python\Workspace\MetaFileTable.py \
89 $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceCommon.py \
90 $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceDatabase.py \
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
AutoGen.py 38 from Workspace.BuildClassObject import *
42 from Workspace.MetaFileCommentParser import UsageList
161 # @param Workspace Workspace directory or WorkspaceAutoGen object
169 def __new__(Class, Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs):
176 if not AutoGenObject._Init(Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs):
210 ## Workspace AutoGen class
221 # @param WorkspaceDir Root directory of workspace
    [all...]
GenMake.py 442 self.Macros["WORKSPACE" ] = self._AutoGenObject.Macros["WORKSPACE"]
608 current_dir = self.Macros["WORKSPACE"]
639 "module_dir" : mws.join (self.Macros["WORKSPACE"], self._AutoGenObject.SourceDir),
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
Misc.py 576 ## Get current workspace
578 # get WORKSPACE from environment variable if present,if not use current working directory as WORKSPACE
582 # check WORKSPACE
584 if "WORKSPACE" in environ:
585 WorkspaceDir = os.path.normpath(environ["WORKSPACE"])
604 # use full path and workspace to get relative path
608 # @param Workspace: a string of workspace
610 def GetRelativePath(Fullpath, Workspace):
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
build.py 44 from Workspace.WorkspaceDatabase import *
89 # WORKSPACE The directory all packages/platforms start from
97 # check WORKSPACE
98 if "WORKSPACE" not in os.environ:
100 ExtraData="WORKSPACE")
102 WorkspaceDir = os.path.normcase(os.path.normpath(os.environ["WORKSPACE"]))
104 EdkLogger.error("build", FILE_NOT_FOUND, "WORKSPACE doesn't exist", ExtraData="%s" % WorkspaceDir)
106 EdkLogger.error("build", FORMAT_NOT_SUPPORTED, "No space is allowed in WORKSPACE path",
108 os.environ["WORKSPACE"] = WorkspaceDir
110 # set multiple workspace
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Ecc.py 73 WorkspaceDir = os.path.normcase(os.path.normpath(os.environ["WORKSPACE"]))
74 os.environ["WORKSPACE"] = WorkspaceDir
76 # set multiple workspace
103 GlobalData.gGlobalDefines["WORKSPACE"] = WorkspaceDir
120 # Get files real name in workspace dir
333 if Options.Workspace:
334 os.environ["WORKSPACE"] = Options.Workspace
336 # Check workspace envirnoment
337 if "WORKSPACE" not in os.environ:
    [all...]
  /device/linaro/bootloader/edk2/
edksetup.bat 2 @REM Windows batch file to setup a WORKSPACE environment
29 @REM Set the WORKSPACE to the current working directory
34 if not defined WORKSPACE (
38 if %WORKSPACE% == %CD% (
39 @REM Workspace is not changed.
44 @REM set new workspace
45 @REM clear EFI_SOURCE and EDK_SOURCE for the new workspace
46 if not defined WORKSPACE (
47 set WORKSPACE=%CD%
62 if exist %WORKSPACE%\BaseTools (
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py 202 def ProcessDuplicatedInf(Path, BaseName, Workspace):
224 RtPath = PathClass(Path.File, Workspace)
690 def ValidFile2(AllFiles, File, Ext=None, Workspace='', EfiSource='', EdkSource='', Dir='.', OverrideDir=''):
707 Dir = Dir[len(Workspace) + 1:]
734 def ValidFile3(AllFiles, File, Workspace='', EfiSource='', EdkSource='', Dir='.', OverrideDir=''):
743 # Dir is current module dir related to workspace
746 Dir = Dir[len(Workspace) + 1:]
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 

Completed in 468 milliseconds