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

1 2 3 4 5 6

  /external/eigen/Eigen/src/Core/
Select.h 15 /** \class Select
25 * It is the return type of DenseBase::select() and most of the time this is the only way it is used.
27 * \sa DenseBase::select(const DenseBase<ThenDerived>&, const DenseBase<ElseDerived>&) const
32 struct traits<Select<ConditionMatrixType, ThenMatrixType, ElseMatrixType> >
55 class Select : internal::no_assignment_operator,
56 public internal::dense_xpr_base< Select<ConditionMatrixType, ThenMatrixType, ElseMatrixType> >::type
60 typedef typename internal::dense_xpr_base<Select>::type Base;
61 EIGEN_DENSE_PUBLIC_INTERFACE(Select)
63 Select(const ConditionMatrixType& conditionMatrix,
119 * \sa class Select
124 DenseBase<Derived>::select(const DenseBase<ThenDerived>& thenMatrix, function in class:Eigen::DenseBase
138 DenseBase<Derived>::select(const DenseBase<ThenDerived>& thenMatrix, function in class:Eigen::DenseBase
153 DenseBase<Derived>::select(typename ElseDerived::Scalar thenScalar, function in class:Eigen::DenseBase
    [all...]
  /external/libpng/projects/visualc71/
README_zlib.txt 14 1) On the main menu, select "File | Open Solution".
20 binaries set "zlib" as the startup project (Select "zlib" tree view item +
22 binaries set it to "example" (Select "example" tree view item + Project |
24 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
27 4) Select "Build | Configuration Manager...".
30 5) Select "Build | Clean Solution".
32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  /frameworks/native/services/sensorservice/
traits.h 67 struct Select {
71 struct Select<false, T, U> {
112 typedef typename Select<isStdArith || isPointer, T, const T&>::Result ParameterType;
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 32 * Select multiple files.
40 * Select a single file.
167 SELECT_FOLDER_TITLE: 'Select a folder to open',
168 SELECT_OPEN_FILE_TITLE: 'Select a file to open',
169 SELECT_OPEN_MULTI_FILE_TITLE: 'Select one or more files',
170 SELECT_SAVEAS_FILE_TITLE: 'Select a file to save as',
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringTokenizer.cs 70 return new string[] { token, str[EnumerableExtensions.Sum(EnumerableExtensions.Select(EnumerableExtensions.Take(_tokens, i + 1),
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringTokenizer.cs 71 return new string[] { token, str[_tokens.Take( i + 1 ).Select( t => t.Length + 1 ).Sum() - 1].ToString() };
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.h 27 // MipsDAGToDAGISel - MIPS specific code to select MIPS machine
71 virtual SDNode *Select(SDNode *N);
MipsISelDAGToDAG.cpp 45 // MipsDAGToDAGISel - MIPS specific code to select MIPS machine
90 /// Select instructions not customized! Used for
92 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) {
127 // Select the default instruction
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xpoll.h 65 * <sys/select.h>, so we get the FD_* macros. */
68 # include <sys/select.h>
73 # if defined(AIXV4) /* AIX 4.2 fubar-ed <sys/select.h>, so try really hard. */
75 # include <sys/select.h>
78 # ifdef __QNX__ /* Make sure we get 256 bit select masks */
81 # include <sys/select.h>
84 #else /* DGUX -- No sys/select in Intel DG/ux */
124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
127 # define Select(n,r,w,e,t) select(n,(int*)r,(int*)w,(int*)e,(struct timeval*)t
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 65 * <sys/select.h>, so we get the FD_* macros. */
68 # include <sys/select.h>
73 # if defined(AIXV4) /* AIX 4.2 fubar-ed <sys/select.h>, so try really hard. */
75 # include <sys/select.h>
78 # ifdef __QNX__ /* Make sure we get 256 bit select masks */
81 # include <sys/select.h>
84 #else /* DGUX -- No sys/select in Intel DG/ux */
124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
127 # define Select(n,r,w,e,t) select(n,(int*)r,(int*)w,(int*)e,(struct timeval*)t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 65 * <sys/select.h>, so we get the FD_* macros. */
68 # include <sys/select.h>
73 # if defined(AIXV4) /* AIX 4.2 fubar-ed <sys/select.h>, so try really hard. */
75 # include <sys/select.h>
78 # ifdef __QNX__ /* Make sure we get 256 bit select masks */
81 # include <sys/select.h>
84 #else /* DGUX -- No sys/select in Intel DG/ux */
124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
127 # define Select(n,r,w,e,t) select(n,(int*)r,(int*)w,(int*)e,(struct timeval*)t
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.h 74 SDNode *Select(SDNode *N);
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.h 51 // or <optgroup> in a <select> widget) and is used by PopupListBox.
100 // Autocomplete popups are restricted, combo-boxes (select tags) aren't.
107 Select, // HTML select popup.
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 411 /* Values returned from the Select method of this class. */
423 /* Select on an FD event, keeping in mind thread exit message.
433 SelectRes Select(int fd, int timeout);
EmulatedQemuCameraDevice.cpp 238 getWorkerThread()->Select(-1, 1000000 / mEmulatedFPS);
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 147 case Instruction::Select:
  /external/webkit/Tools/Scripts/
sunspider-compare-results 52 --suite Select a specific benchmark suite. The default is sunspider-0.9.1
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 88 LogCatView_Select_All=Select All
107 TableView_Select_All=Select All
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 112 Select,
299 /// \brief Return true if this is a select instruction.
301 return Flags & (1 << MCID::Select);
  /external/llvm/lib/Target/MBlaze/
MBlazeISelDAGToDAG.cpp 42 // MBlazeDAGToDAGISel - MBlaze specific code to select MBlaze machine
82 SDNode *Select(SDNode *N);
187 /// Select instructions not customized! Used for
189 SDNode* MBlazeDAGToDAGISel::Select(SDNode *Node) {
261 // Select the default instruction
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 28 /// SparcDAGToDAGISel - SPARC specific code to select SPARC machine
44 SDNode *Select(SDNode *N);
137 SDNode *SparcDAGToDAGISel::Select(SDNode *N) {
  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 39 str += "<li>Select the Console";
  /external/chromium/chrome/browser/resources/
bug_report.js 123 * Select the current screenshots div, restoring the image that was
140 * Select the saved screenshots div, restoring the image that was
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 79 /// Select - Main hook targets implement to select a node.
80 virtual SDNode *Select(SDNode *N) = 0;
82 /// SelectInlineAsmMemoryOperand - Select the specified address as a target
276 /// via the SchedulerRegistry, use it, otherwise select the
  /external/webkit/PerformanceTests/SunSpider/
sunspider-compare-results 42 --suite Select a specific benchmark suite. The default is sunspider-0.9.1

Completed in 1102 milliseconds

1 2 3 4 5 6