Home
last modified time | relevance | path

Searched defs:Select (Results 1 – 25 of 50) sorted by relevance

12

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp70 SDNode *WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DSelect.java33 public class Select { class
/external/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp118 SDNode *BPFDAGToDAGISel::Select(SDNode *Node) { in Select() function in BPFDAGToDAGISel
/external/autotest/client/cros/cellular/
Dether_io_rf_switch.py117 def Select(switch, remaining_args): function
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs166 …public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSou… in Select() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
177 …public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSou… in Select() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp371 SelectInst *Select = nullptr; in isMinMaxSelectCmpPattern() local
610 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select"); in createMinMaxOp() local
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtype_traits_detail.hpp55 template <bool, typename T1, typename T2> struct Select { typedef T1 type; }; argument
56 template <typename T1, typename T2> struct Select<false, T1, T2> { typedef T2 type; }; argument
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp133 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
/external/v8/src/parsing/
Dscanner.h566 inline Token::Value Select(Token::Value tok) { in Select() function
571 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) { in Select() function
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp321 SDNode *SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
/external/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp185 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) { in Select() function in MipsDAGToDAGISel
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelDAGToDAG.cpp154 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { in Select() function in AMDGPUDAGToDAGISel
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h420 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
434 static SelectedArgs Select(const ArgumentTuple& /* args */) { in Select() function
446 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
459 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
472 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
487 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
503 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
520 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
537 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
555 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
[all …]
/external/gmock/include/gmock/
Dgmock-generated-actions.h420 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
434 static SelectedArgs Select(const ArgumentTuple& /* args */) { in Select() function
446 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
459 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
472 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
487 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
503 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
520 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
537 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
555 static SelectedArgs Select(const ArgumentTuple& args) { in Select() function
[all …]
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp380 SDNode *MSP430DAGToDAGISel::Select(SDNode *Node) { in Select() function in MSP430DAGToDAGISel
/external/llvm/include/llvm/MC/
DMCInstrDesc.h110 Select, enumerator
/external/v8/test/unittests/compiler/
Dcommon-operator-unittest.cc274 TEST_F(CommonOperatorTest, Select) { in TEST_F() argument
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp417 void CPWL_ListBox::Select(int32_t nItemIndex) { in Select() function in CPWL_ListBox
/external/webp/src/dsp/
Dlossless_mips_dsp_r2.c148 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) { in Select() function
/external/chromium-trace/catapult/third_party/webtest/webtest/
Dforms.py99 class Select(Field): class
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DCollision.java119 public static int Select(btDbvtAabbMm o, btDbvtAabbMm a, btDbvtAabbMm b) { in Select() method in Collision
/external/sqlite/dist/
Dsqlite3.c9966 typedef struct Select Select; typedef
12982 struct Select { struct
12991 u64 nSelectRow; /* Estimated number of result rows */ argument
12997 Select *pPrior; /* Prior select in a compound select statement */ argument
12998 Select *pNext; /* Next select to the left in a compound */ argument
13005 ** Allowed values for Select.selFlags. The "SF" prefix stands for argument
/external/sqlite/dist/orig/
Dsqlite3.c9966 typedef struct Select Select; typedef
12982 struct Select { struct
12991 u64 nSelectRow; /* Estimated number of result rows */ argument
12997 Select *pPrior; /* Prior select in a compound select statement */ argument
12998 Select *pNext; /* Next select to the left in a compound */ argument
13005 ** Allowed values for Select.selFlags. The "SF" prefix stands for argument
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c320 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) { in Select() function
391 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) { in Select() function
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1872 SDNode *Select(SDNode *N, bool LateMask, unsigned *InstCnt = nullptr) { in Select() function in __anoncb3d9cae0411::BitPermutationSelector
1919 SDNode *Select(SDNode *N) { in Select() function in __anoncb3d9cae0411::BitPermutationSelector
2416 SDNode *PPCDAGToDAGISel::Select(SDNode *N) { in Select() function in PPCDAGToDAGISel

12