/external/compiler-rt/BlocksRuntime/tests/ |
josh.C | 22 MyStruct inner; // fails to compile!
|
/external/eigen/doc/examples/ |
tut_arithmetic_dot_cross.cpp | 12 double dp = v.adjoint()*w; // automatic conversion of the inner product to a scalar
|
/external/skia/tests/ |
PathOpsQuadParameterizationTest.cpp | 42 for (size_t inner = 0; inner < 3; inner += 2) { 44 (*quads[two])[inner]));
|
StrokeTest.cpp | 51 SkRect inner(r); 52 inner.inset(width/2, width/2); 54 REPORTER_ASSERT(reporter, equal(nested[1], inner));
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/ |
layers_overlap_3d.html | 33 var inner = document.createElement('div'); 34 inner.className = 'box'; 35 outer.appendChild(inner);
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/ |
p1.cpp | 9 struct inner; 10 struct y::inner { }; // expected-error{{extra qualification on member 'inner'}} struct in class:PR8019::y::y
|
/external/clang/test/CXX/temp/temp.spec/ |
p5.cpp | 9 union Inner { }; 26 template union X0<float>::Inner; // expected-note{{previous explicit instantiation}} 27 template union X0<float>::Inner; // expected-error{{duplicate explicit instantiation}}
|
/external/llvm/test/Transforms/Inline/ |
inline-optsize.ll | 13 define i32 @inner() { 27 ; @inner() should be inlined for -O2 but not for -Oz. 31 %r = call i32 @inner()
|
/frameworks/base/core/java/com/android/internal/transition/ |
ActionBarTransition.java | 40 final TransitionSet inner = new TransitionSet(); typedefs 41 inner.addTransition(tc).addTransition(new ChangeBounds()); 43 tg.addTransition(new Fade(Fade.OUT)).addTransition(inner).
|
/external/elfutils/libdw/ |
dwarf_getsrc_file.c | 129 size_t inner; local 130 for (inner = 0; inner < cur_match; ++inner) 131 if (match[inner]->files == line->files 132 && match[inner]->file == line->file) 134 if (inner < cur_match 135 && (match[inner]->line != line->line 136 || match[inner]->line != lineno 138 && (match[inner]->column != line->colum [all...] |
/external/v8/test/mjsunit/ |
debug-stepout-scope.js | 254 with ({x: 'inner'}) { 263 with ({x: 'inner'}) { 274 with ({x: 'inner'}) { 285 with ({x: 'inner'}) { 296 with ({x: 'inner' + i}) { 307 with ({x: 'inner' + j}) { 318 with ({x: 'inner'}) { 328 with ({x: 'inner'}) { 340 with ({x: 'inner'}) { 352 with ({x: 'inner'}) { [all...] |
/external/clang/test/CXX/class/class.mem/ |
p1.cpp | 70 class Inner { 76 Inner<int> _foo; 80 X::Inner<int> c2i; 81 X::Inner<float> c2f; 87 class Inner {
|
/external/clang/test/CodeGenObjC/ |
objc2-write-barrier-2.m | 68 } inner; 77 inner.innerNames[filteredPos] = 0; 78 inner.inner_most.nestedDeeperNames[filteredPos] = 0; 79 inner.inner_most.arrI[3].is1[5] = 0; 80 inner.inner_most.arrI[3].is2[5] = 0;
|
/external/clang/test/FixIt/ |
typo.cpp | 104 namespace inner { // expected-note{{'outer::inner' declared here}} \ namespace in namespace:outer 105 // expected-note{{namespace 'outer::inner' defined here}} \ 106 // expected-note{{'inner' declared here}} 111 using namespace outr::inner; // expected-error{{no namespace named 'inner' in namespace 'outr'; did you mean 'outer::inner'?}} 114 outr::inner::i = 3; // expected-error{{no member named 'inner' in namespace 'outr'; did you mean 'outer::inner'?} [all...] |
/external/clang/test/SemaCXX/ |
nested-name-spec-locations.cpp | 9 namespace inner { namespace in namespace:outer 25 using outer::inner::X0< 35 using outer::inner::X0< 47 t->T::template Inner<typename add_reference<U>::type 55 struct Inner; 68 outer_alias::inner::X0<typename add_reference<T>::type 81 typedef typename outer::inner::X0<
|
/external/eigen/Eigen/src/Core/ |
Stride.h | 22 * It holds two values: the inner stride and the outer stride. 24 * The inner stride is the pointer increment between two consecutive entries within a given row of a 35 * \param _InnerStrideAtCompileTime the inner stride, or Dynamic if you want to specify it at runtime. 69 : m_outer(other.outer()), m_inner(other.inner()) 74 /** \returns the inner stride */ 75 inline Index inner() const { return m_inner.value(); } function in class:Eigen::Stride 82 /** \brief Convenience specialization of Stride to specify only an inner stride
|
/external/elfutils/libdwfl/ |
dwfl_module_getsrc_file.c | 130 size_t inner; local 131 for (inner = 0; inner < cur_match; ++inner) 132 if (dwfl_line_file (match[inner]) 135 if (inner < cur_match 136 && (dwfl_line (match[inner])->line != line->line 137 || dwfl_line (match[inner])->line != lineno 139 && (dwfl_line (match[inner])->column != line->column 140 || dwfl_line (match[inner])->column != column))) [all...] |
/art/runtime/base/ |
timing_logger_test.cc | 101 const char* innersplit1 = "Inner Split 1"; 102 const char* innerinnersplit1 = "Inner Inner Split 1"; 103 const char* innersplit2 = "Inner Split 2"; 134 const char* innersplit = "Inner Split"; 135 const char* innerinnersplit1 = "Inner Inner Split 1"; 136 const char* innerinnersplit2 = "Inner Inner Split 2"; 142 base::TimingLogger::ScopedSplit inner(innersplit, &timings) [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkStrokerPriv.cpp | 85 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) 89 just connecting the two inner segments may "show through" as a funny 94 inner->lineTo(pivot.fX, pivot.fY); 97 inner->lineTo(pivot.fX - after.fX, pivot.fY - after.fY); 100 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, 109 SkTSwap<SkPath*>(outer, inner); 114 HandleInnerJoin(inner, pivot, after); 117 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, 133 SkTSwap<SkPath*>(outer, inner); 152 HandleInnerJoin(inner, pivot, after) [all...] |
/external/chromium_org/v8/test/mjsunit/compiler/ |
inline-arguments.js | 163 function inner(x, y) { 175 return inner(x, y); 179 %OptimizeFunctionOnNextCall(inner); 185 function inner(x, y) { 197 return inner(x, y); 214 function inner(x,y) { 225 if (innerCount == 1) inner(30); 226 if (innerCount == 2) inner(30, 31); 227 if (innerCount == 3) inner(30, 31, 32); 255 %DeoptimizeFunction(inner); 275 function inner(a,b,c,d,e,f,g,h,i,j) { function [all...] |
/external/skia/src/core/ |
SkStrokerPriv.cpp | 85 static void HandleInnerJoin(SkPath* inner, const SkPoint& pivot, const SkVector& after) 89 just connecting the two inner segments may "show through" as a funny 94 inner->lineTo(pivot.fX, pivot.fY); 97 inner->lineTo(pivot.fX - after.fX, pivot.fY - after.fY); 100 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, 109 SkTSwap<SkPath*>(outer, inner); 114 HandleInnerJoin(inner, pivot, after); 117 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, 133 SkTSwap<SkPath*>(outer, inner); 152 HandleInnerJoin(inner, pivot, after) [all...] |
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
DynamicSparseMatrix.h | 29 * decrease as the number of nonzeros per inner-vector increase. In practice, we observed very good performance 95 const Index inner = IsRowMajor ? col : row; local 96 return m_data[outer].at(inner); 106 const Index inner = IsRowMajor ? col : row; local 107 return m_data[outer].atWithInsertion(inner); 147 * - the new coefficient is the last one of the given inner vector. 156 inline Scalar& insertBackByOuterInner(Index outer, Index inner) 158 eigen_assert(outer<Index(m_data.size()) && inner<m_innerSize && "out of range"); 159 eigen_assert(((m_data[outer].size()==0) || (m_data[outer].index(m_data[outer].size()-1)<inner)) 161 m_data[outer].append(0, inner); [all...] |
/external/clang/test/Index/ |
annotate-nested-name-specifier.cpp | 2 namespace inner { namespace in namespace:outer 14 using outer_alias::inner::vector; 16 struct X_vector : outer_alias::inner::vector<X> { 17 using outer_alias::inner::vector<X>::iterator; 21 namespace inner { namespace in namespace:outer 31 void outer::inner::array<T, N>::foo() { 35 int outer::inner::array<T, N>::max_size = 17; 38 struct X2 : outer::inner::vector<T> { 40 using typename outer::inner::vector<type>::iterator; 41 using outer::inner::vector<type>::push_back 45 namespace inner { namespace in namespace:outer 62 namespace inner { namespace in namespace:outer 114 namespace inner { namespace in namespace:outer [all...] |
/external/chromium_org/third_party/tlslite/tlslite/utils/ |
hmac.py | 40 self.inner = digestmod.new() 52 self.inner.update(_strxor(key, ipad)) 62 self.inner.update(msg) 72 other.inner = self.inner.copy() 84 h.update(self.inner.digest())
|
/external/skia/bench/ |
RectoriBench.cpp | 16 // to create an inner blurred rect 37 SkRect inner = { x, y, x + size, y + size }; variable 39 SkRect outer(inner); 46 p.addRect(inner); 59 // clip always equals inner rect so we get the inside blur 60 canvas->clipRect(inner);
|