Searched refs:outer (Results 201 - 225 of 388) sorted by relevance

1234567891011>>

/external/clang/test/SemaTemplate/
H A Dclass-template-spec.cpp138 template<int A> struct outer { struct in namespace:PR18009
/external/eigen/Eigen/src/Core/
H A DMap.h32 * inner and outer strides.
46 * Here's an example of mapping an array while specifying an outer stride. Here, since we're mapping
47 * as a column-major matrix, 'outer stride' means the pointer increment between two consecutive columns.
48 * Here, we're specifying the outer stride as a runtime parameter. Note that here \c OuterStride<> is
54 * For more details and for an example of specifying both an inner and an outer stride, see class Stride.
128 return StrideType::OuterStrideAtCompileTime != 0 ? m_stride.outer()
/external/skia/tests/
H A DMathTest.cpp286 for (int outer = 0; outer < 100; outer++) {
287 rand.setSeed(outer);
/external/valgrind/main/exp-sgcheck/
H A Dsg_main.c1200 list. Obviously the outermost frame in the stack has .outer
1208 struct _StackFrame* outer; member in struct:_StackFrame
1287 tl_assert(frame->outer);
1295 for (; frame; frame = frame->outer) {
1858 if (caller->outer) { /* "this is not the outermost frame" */
1859 tl_assert(caller->outer->inner == caller);
1860 tl_assert(caller->outer->depth >= 0);
1861 tl_assert(1 + caller->outer->depth == caller->depth);
1906 callee->outer = caller;
1974 if (!innermost->outer)
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBufferedTreeNodeStream.cs71 public StreamIterator(BufferedTreeNodeStream outer) { argument
72 _outer = outer;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBufferedTreeNodeStream.cs74 public StreamIterator( BufferedTreeNodeStream outer )
76 _outer = outer;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dneterror.css53 #help-box-outer {
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager.css12 #outer-container {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DProfilingCanvas.cpp176 void ProfilingCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) argument
179 this->SkCanvas::onDrawDRRect(outer, inner, paint);
H A DReplayingCanvas.cpp190 void ReplayingCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) argument
193 this->SkCanvas::onDrawDRRect(outer, inner, paint);
/external/chromium_org/third_party/skia/src/utils/
H A DSkLuaCanvas.cpp195 void SkLuaCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, argument
198 lua.pushRRect(outer, "outer");
/external/chromium_org/v8/src/
H A Dscopes.cc189 // Reconstruct the outer scope chain from a closure's context chain.
300 // Add this scope as a new inner scope of the outer scope.
353 // Remove this scope from outer scope.
678 Scope* outer = outer_scope_; local
679 if (outer == NULL) return true;
680 // Note that the outer context may be trivial in general, but the current
681 // scope may be inside a 'with' statement in which case the outer context
683 return !scope_inside_with_ && outer->HasTrivialContext();
688 Scope* outer = outer_scope_; local
689 if (outer
[all...]
/external/guava/guava/src/com/google/common/primitives/
H A DBooleans.java141 outer:
145 continue outer;
H A DChars.java172 outer:
176 continue outer;
H A DDoubles.java161 outer:
165 continue outer;
H A DFloats.java158 outer:
162 continue outer;
H A DInts.java179 outer:
183 continue outer;
H A DLongs.java149 outer:
153 continue outer;
H A DShorts.java177 outer:
181 continue outer;
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
H A DChars.java170 outer:
174 continue outer;
H A DInts.java174 outer:
178 continue outer;
H A DLongs.java147 outer:
151 continue outer;
H A DShorts.java175 outer:
179 continue outer;
/external/skia/src/core/
H A DSkRecorder.cpp111 void SkRecorder::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, const SkPaint& paint) { argument
112 APPEND(DrawDRRect, delay_copy(paint), outer, inner);
/external/skia/src/utils/
H A DSkLuaCanvas.cpp195 void SkLuaCanvas::onDrawDRRect(const SkRRect& outer, const SkRRect& inner, argument
198 lua.pushRRect(outer, "outer");

Completed in 2088 milliseconds

1234567891011>>