HomeSort by relevance Sort by last modified time
    Searched refs:outer (Results 251 - 275 of 780) sorted by null

<<11121314151617181920>>

  /external/skia/samplecode/
SampleFatBits.cpp 195 SkPaint inner, outer; local
201 outer.setAntiAlias(true);
202 outer.setColor(SK_ColorWHITE);
203 outer.setStrokeWidth(PIXEL_CENTER_SIZE + 2);
211 canvas->drawPoint(x, y, outer);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckClassAdapter.java 134 private boolean outer; field in class:CheckClassAdapter
321 if (outer) {
324 outer = true;
326 throw new IllegalArgumentException("Illegal outer class owner");
343 CheckMethodAdapter.checkInternalName(outerName, "outer class name");
  /art/compiler/optimizing/
ssa_liveness_analysis.cc 39 static bool IsInnerLoop(HLoopInformation* outer, HLoopInformation* inner) {
40 return (inner != outer)
42 && (outer != nullptr)
43 && inner->IsIn(*outer);
  /external/clang/test/SemaTemplate/
class-template-spec.cpp 138 template<int A> struct outer { struct in namespace:PR18009
  /external/eigen/Eigen/src/Core/
Map.h 32 * 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/llvm/test/MC/X86/AlignedBundling/
nesting.s 49 # align_to_end (with the outer directive marked align_to_end)
  /external/skia/tools/android/
SkAndroidSDKCanvas.h 54 void onDrawDRRect(const SkRRect& outer, const SkRRect& inner,
  /external/v8/src/crankshaft/
lithium.h 407 LEnvironment* outer,
423 outer_(outer),
438 LEnvironment* outer() const { return outer_; } function in class:v8::internal::final
592 // Iterator for non-null, non-constant operands incl. outer environments.
616 current_iterator_ = ShallowIterator(current_iterator_.env()->outer());
  /external/v8/test/mjsunit/es6/
block-let-semantics.js 179 function outer() { function
192 assertEquals(2, outer());
  /external/v8/test/mjsunit/harmony/
block-let-semantics-sloppy.js 180 function outer() { function
193 assertEquals(2, outer());
completion.js 110 'outer: while (1) { while (1) { if (b--) 42; else break outer; }; 666 }'));
  /external/v8/test/mjsunit/regress/
regress-70066.js 46 // Delete on a slot from an outer context.
71 // Delete on a parameter found in an outer context.
  /external/valgrind/exp-sgcheck/
sg_main.c 1214 struct _StackFrame* outer; member in struct:_StackFrame
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
langhooks.h 209 response to CLAUSE. OUTER is corresponding outer region's
211 tree (*omp_clause_default_ctor) (tree clause, tree decl, tree outer);
  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 311 CstType outer = foundThisClass.getOuterClass(); local
312 if (outer == null) {
  /external/guava/guava/src/com/google/common/collect/
ImmutableRangeMap.java 267 final ImmutableRangeMap<K, V> outer = this; local
273 return outer.subRangeMap(subRange.intersection(range));
  /external/guava/guava/src/com/google/common/primitives/
Booleans.java 149 outer:
153 continue outer; local
Chars.java 182 outer:
186 continue outer; local
Floats.java 171 outer:
175 continue outer; local
Shorts.java 189 outer:
193 continue outer; local
  /external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/
Chars.java 180 outer:
184 continue outer; local
Doubles.java 170 outer:
174 continue outer; local
Floats.java 167 outer:
171 continue outer; local
Shorts.java 187 outer:
191 continue outer; local
  /external/skia/src/gpu/
SkGpuDevice.h 88 virtual void drawDRRect(const SkDraw& draw, const SkRRect& outer,
254 bool drawFilledDRRect(const SkMatrix& viewMatrix, const SkRRect& outer,

Completed in 930 milliseconds

<<11121314151617181920>>