Home
last modified time | relevance | path

Searched refs:take (Results 1 – 25 of 1120) sorted by relevance

12345678910>>...45

/external/clang/test/Sema/
Dblock-args.c3 void take(void*);
6 take(^(int x){}); in test()
7 take(^(int x, int y){}); in test()
8 take(^(int x, int y){}); in test()
9 take(^(int x, // expected-note {{previous declaration is here}} in test()
13 take(^(int x) { return x+1; }); in test()
16 take(CP); in test()
/external/swiftshader/third_party/LLVM/lib/Object/
DBinary.cpp55 OwningPtr<Binary> ret(new Archive(scopedSource.take(), ec)); in createBinary()
65 ObjectFile::createELFObjectFile(scopedSource.take())); in createBinary()
81 ObjectFile::createMachOObjectFile(scopedSource.take())); in createBinary()
88 OwningPtr<Binary> ret(new COFFObjectFile(scopedSource.take(), ec)); in createBinary()
102 return createBinary(File.take(), Result); in createBinary()
/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp83 typedef types<typename Take<_>::type...> take; typedef
88 template<unsigned N, typename...Ts> struct take { struct
90 …template inner<wrap<Ts>::template inner...>::take; // expected-error {{too few template arguments}}
97 using T1 = take<3, int, char, double, long>::type; // expected-note {{previous}}
104 using T2 = take<4, int, char, double, long>::type; // expected-note {{previous}}
112 using T3 = take<5, int, char, double, long>::type; // expected-note {{in instantiation of}}
/external/eigen/unsupported/test/
Dcxx11_meta.cpp24 using Eigen::internal::take;
164 VERIFY((is_same<typename take<0, tl>::type, type_list<>>::value)); in test_slice()
165 VERIFY((is_same<typename take<1, tl>::type, type_list<dummy_a>>::value)); in test_slice()
166 VERIFY((is_same<typename take<2, tl>::type, type_list<dummy_a, dummy_a>>::value)); in test_slice()
167 VERIFY((is_same<typename take<3, tl>::type, type_list<dummy_a, dummy_a, dummy_b>>::value)); in test_slice()
168 …VERIFY((is_same<typename take<4, tl>::type, type_list<dummy_a, dummy_a, dummy_b, dummy_b>>::value)… in test_slice()
169 …VERIFY((is_same<typename take<5, tl>::type, type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c>… in test_slice()
170 …VERIFY((is_same<typename take<6, tl>::type, type_list<dummy_a, dummy_a, dummy_b, dummy_b, dummy_c,… in test_slice()
172 VERIFY((is_same<typename take<0, il>::type, numeric_list<int>>::value)); in test_slice()
173 VERIFY((is_same<typename take<1, il>::type, numeric_list<int, 0>>::value)); in test_slice()
[all …]
/external/e2fsprogs/tests/t_dangerous/
Dexpect37 Enabling checksums could take some time.
41 Resizing inodes could take some time.
45 Setting UUID on a checksummed filesystem could take some time.
58 Enabling checksums could take some time.
74 Resizing inodes could take some time.
78 Setting UUID on a checksummed filesystem could take some time.
/external/volley/src/test/java/com/android/volley/mock/
DWaitableQueue.java44 public Request<?> take() throws InterruptedException { in take() method in WaitableQueue
45 Request<?> item = super.take(); in take()
48 return take(); in take()
/external/testng/src/main/java/org/testng/internal/
DPoolService.java48 Future<FutureType> take = m_completionService.take(); in submitTasksAndWait() local
49 result.add(take.get()); in submitTasksAndWait()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcherOpt.cpp36 Scope->resetChild(i, Child.take()); in ContractNodes()
57 New->setNext(MatcherPtr.take()); in ContractNodes()
80 Matcher *EmitNode = MatcherPtr.take(); in ContractNodes()
160 Matcher *CheckType = MatcherPtr.take(); in ContractNodes()
194 Scope->resetChild(i, Child.take()); in SinkPatternPredicates()
213 MatcherPtr.take(); // Don't delete CPPM. in SinkPatternPredicates()
268 if (Matcher *N = Child.take()) in FactorNodes()
512 return MatcherPtr.take(); in OptimizeMatcher()
/external/volley/src/test/java/com/android/volley/
DCacheDispatcherTest.java77 Request request = mNetworkQueue.take(); in cacheMiss()
100 Request request = mNetworkQueue.take(); in softExpiredCacheHit()
112 Request request = mNetworkQueue.take(); in expiredCacheHit()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DParser.cpp40 return M2.take(); in ParseAssembly()
52 return ParseAssembly(File.take(), 0, Err, Context); in ParseAssemblyFile()
/external/guava/guava/src/com/google/common/util/concurrent/
DForwardingBlockingQueue.java71 @Override public E take() throws InterruptedException { in take() method in ForwardingBlockingQueue
72 return delegate().take(); in take()
/external/swiftshader/third_party/LLVM/tools/llvm-cov/
Dllvm-cov.cpp52 GCOVBuffer GCNO_GB(GCNO_Buff.take()); in main()
64 GCOVBuffer GCDA_GB(GCDA_Buff.take()); in main()
/external/clang/include/clang/Basic/
DTokenKinds.def692 // The lexer produces these so that they only take effect when the parser
697 // The lexer produces these so that they only take effect when the parser
702 // The lexer produces these so that they only take effect when the parser
707 // The lexer produces these so that they only take effect when the parser
717 // The lexer produces these so that they only take effect when the parser
722 // The lexer produces these so that they only take effect when the parser
727 // The lexer produces these so that they only take effect when the parser
732 // The lexer produces these so that they only take effect when the parser
737 // The lexer produces these so that they only take effect when the parser
742 // The lexer produces these so that they only take effect when the parser
[all …]
/external/autotest/server/site_tests/sequences/
Dcontrol.power21 # Run power tests that don't take a long time
61 # test. Charging the battery from empty to full can take up to 4 hours.
65 # Turn off power and run power_LoadTest. The power_LoadTest can take
Dcontrol.power_daily16 take a long time (several hours) to run and are run only once a day.
31 # test. Charging the battery from empty to full can take up to 4 hours.
45 # test. Charging the battery from empty to full can take up to 4 hours.
/external/eigen/unsupported/Eigen/CXX11/src/util/
DCXX11Meta.h81 template<int n, typename x> struct take;
82 …e<int n, typename a, typename... as> struct take<n, type_list<a, as...>> : concat<type_list<a>, ty…
83 template<int n> struct take<n, type_list<>> { typedef type_list…
84 template<typename a, typename... as> struct take<0, type_list<a, as...>> { typedef type_list…
85 template<> struct take<0, type_list<>> { typedef type_list…
87 …pename T, int n, T a, T... as> struct take<n, numeric_list<T, a, as...>> : concat<numeric_list<T, …
88 template<typename T, int n> struct take<n, numeric_list<T>> { typedef numer…
89 template<typename T, T a, T... as> struct take<0, numeric_list<T, a, as...>> { typedef numer…
90 template<typename T> struct take<0, numeric_list<T>> { typedef numer…
114 template<int start, int count, typename a> struct slice : take<count, typename skip<start, a>::type…
/external/libchrome/base/containers/
Dscoped_ptr_hash_map.h82 ScopedPtr take(iterator it) { in take() function
92 ScopedPtr take(const Key& k) { in take() function
97 return take(it); in take()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRReader.h68 return getLazyIRModule(File.take(), Err, Context); in getLazyIRFileModule()
105 return ParseIR(File.take(), Err, Context); in ParseIRFile()
/external/guava/guava/src/com/google/common/collect/
DForwardingBlockingDeque.java105 public E take() throws InterruptedException { in take() method in ForwardingBlockingDeque
106 return delegate().take(); in take()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DOwningPtr.h50 T *take() { in take() function
104 T *take() { in take() function
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp239 MemoryBuffer *Buffer = BufferPtr.take(); in AsLexInput()
352 MemoryBuffer *Buffer = BufferPtr.take(); in AssembleInput()
425 Str.reset(createLoggingStreamer(Str.take(), errs())); in AssembleInput()
466 Disassembler::disassembleEnhanced(TripleName, *Buffer.take(), Out->os()); in DisassembleInput()
478 *Buffer.take(), Out->os()); in DisassembleInput()
/external/libhevc/common/arm/
Dihevc_intra_pred_chroma_planar.s179 ldr r7, [r6], #-2 @src[2nt-1-row] (dec to take into account row)
181 ldr r11, [r6], #-2 @src[2nt-1-row] (dec to take into account row)
191 ldr r7, [r6], #-2 @src[2nt-1-row] (dec to take into account row)
242 ldr r11, [r6], #-2 @src[2nt-1-row] (dec to take into account row)
333 ldr r7, [r6], #-2 @src[2nt-1-row] (dec to take into account row)
/external/netperf/
DREADME.hpux11 it _should_ be possible to simply take the sum of the four and the
17 (since the pstat mechanism has tested that one OK), we will take the
/external/llvm/test/Verifier/
Ddereferenceable-md.ll42 ; CHECK: dereferenceable, dereferenceable_or_null take one operand
51 ; CHECK: dereferenceable, dereferenceable_or_null take one operand
/external/eigen/doc/
DTutorialReshapeSlicing.dox5 %Eigen does not expose convenient methods to take slices or to reshape a matrix yet.
53 One can olso take one column over three using an adequate outer-stride or inner-stride depending on…

12345678910>>...45