HomeSort by relevance Sort by last modified time
    Searched refs:outer (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/clang/test/CodeGen/
lineno-dbginfo.c 4 // outer is at line number 5.
5 int outer = 42; variable
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Locator2ImplTest.java 63 Locator2Impl outer = new Locator2Impl(inner); local
65 assertEquals(PUB, outer.getPublicId());
66 assertEquals(SYS, outer.getSystemId());
67 assertEquals(ROW, outer.getLineNumber());
68 assertEquals(COL, outer.getColumnNumber());
70 assertEquals(ENC, outer.getEncoding());
71 assertEquals(XML, outer.getXMLVersion());
74 outer = new Locator2Impl(new LocatorImpl(inner));
76 assertEquals(PUB, outer.getPublicId());
77 assertEquals(SYS, outer.getSystemId())
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-181834.js 68 function outer(N) function
91 * Recompile the function |outer| via eval() in order to
94 var s = outer.toString();
98 actual = outer(-5);
103 actual = outer(0);
108 actual = outer(5);
119 * Recompile the function |outer| via eval() in order to
125 actual = outer(-5);
130 actual = outer(0);
135 actual = outer(5)
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-71107.js 42 var actual = outer()()(); //call the return of calling the return of outer()
50 function outer () { function
  /frameworks/base/services/java/com/android/server/wm/
BlackFrame.java 79 public BlackFrame(SurfaceSession session, Rect outer, Rect inner,
84 if (outer.top < inner.top) {
86 outer.left, outer.top, inner.right, inner.top);
88 if (outer.left < inner.left) {
90 outer.left, inner.top, inner.left, outer.bottom);
92 if (outer.bottom > inner.bottom) {
94 inner.left, inner.bottom, outer.right, outer.bottom)
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
LocatorImplTest.java 52 LocatorImpl outer = new LocatorImpl(inner); local
54 assertEquals(PUB, outer.getPublicId());
55 assertEquals(SYS, outer.getSystemId());
56 assertEquals(ROW, outer.getLineNumber());
57 assertEquals(COL, outer.getColumnNumber());
61 outer = new LocatorImpl(null);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
dowhile-005.js 37 outer: {
45 break outer;
51 result3 = "fail: did not break out of outer label";
67 "break out of outer loop",
  /external/clang/test/Index/
annotate-nested-name-specifier.cpp 1 namespace outer { namespace
10 namespace outer_alias = outer;
20 namespace outer { namespace
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;
44 namespace outer { namespace
61 namespace outer { namespace
113 namespace outer { namespace
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
OuterClass_InnerClass_Delegate.java 27 public static int get(OuterClass outer, InnerClass inner, int a, long b) {
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_BlockMatch_Half.c 75 OMX_INT outer, inner, count, index; local
95 for (outer = 0, count = 0,index = 0;
96 outer < BlockSize;
97 outer++, index += refWidth - BlockSize)
150 for (outer = 0, count = 0, candSAD = 0,index = 0;
151 outer < BlockSize;
152 outer++, index += refWidth - BlockSize)
armVCM4P2_BlockMatch_Integer.c 83 OMX_INT outer, inner, count,index; local
141 for (outer = 0, count = 0, index = 0, candSAD = 0;
142 outer < BlockSize;
143 outer++, index += refWidth - BlockSize)
  /external/webkit/Source/WebCore/rendering/
RenderTableCell.h 69 int borderHalfLeft(bool outer) const;
70 int borderHalfRight(bool outer) const;
71 int borderHalfTop(bool outer) const;
72 int borderHalfBottom(bool outer) const;
74 int borderHalfStart(bool outer) const;
75 int borderHalfEnd(bool outer) const;
76 int borderHalfBefore(bool outer) const;
77 int borderHalfAfter(bool outer) const;
  /packages/apps/Browser/src/com/android/browser/view/
PieItem.java 35 private int outer; field in class:PieItem
69 outer = outside;
86 return outer;
PieMenu.java 203 int outer = mRadius + mRadiusInc - rgap; local
217 int r = inner + (outer - inner) * 2 / 3;
229 outer, inner, mCenter);
230 item.setGeometry(itemstart, sweep, inner, outer, slice);
235 outer += mRadiusInc;
285 int outer = item.getOuterRadius(); local
286 int left = mCenter.x - outer;
287 int top = mCenter.y - outer;
300 private Path makeSlice(float start, float end, int outer, int inner, Point center) {
302 new RectF(center.x - outer, center.y - outer, center.x + outer
    [all...]
  /external/clang/test/SemaCXX/
nested-name-spec-locations.cpp 8 namespace outer { namespace
21 namespace outer_alias = outer;
25 using outer::inner::X0<
35 using outer::inner::X0<
81 typedef typename outer::inner::X0<
  /external/skia/samplecode/
SamplePathEffects.cpp 34 SkPathEffect* outer = new SkPath1DPathEffect(path, SkIntToScalar(12), gPhase, SkPath1DPathEffect::kRotate_Style); local
37 return outer;
41 SkPathEffect* pe = new SkComposePathEffect(outer, inner);
42 outer->unref();
55 SkPathEffect* outer = new SkPath1DPathEffect(path, SkIntToScalar(12), gPhase, SkPath1DPathEffect::kMorph_Style); local
58 SkPathEffect* pe = new SkComposePathEffect(outer, inner);
59 outer->unref();
  /external/skia/src/core/
SkScan_Hairline.cpp 331 SkRect outer, tmp;
333 outer.set(r.fLeft - rx, r.fTop - ry,
337 SkScan::FillRect(outer, clip, blitter);
341 tmp.set(outer.fLeft, outer.fTop, outer.fRight, outer.fTop + dy);
343 tmp.fTop = outer.fBottom - dy;
344 tmp.fBottom = outer.fBottom;
347 tmp.set(outer.fLeft, outer.fTop + dy, outer.fLeft + dx, outer.fBottom - dy)
    [all...]
SkStrokerPriv.cpp 108 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
117 SkTSwap<SkPath*>(outer, inner);
121 outer->lineTo(pivot.fX + after.fX, pivot.fY + after.fY);
125 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
141 SkTSwap<SkPath*>(outer, inner);
157 outer->quadTo(pts[i].fX, pts[i].fY, pts[i+1].fX, pts[i+1].fY);
170 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
195 SkTSwap<SkPath*>(outer, inner);
241 outer->setLastPt(pivot.fX + mid.fX, pivot.fY + mid.fY);
243 outer->lineTo(pivot.fX + mid.fX, pivot.fY + mid.fY)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdAttributeList.java 72 outer: {
76 break outer; local
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 72 outer: {
76 break outer; local
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppstanzaparser.h 58 ParseHandler(XmppStanzaParser * outer) : outer_(outer) {}
  /external/javassist/src/main/javassist/
CtNewNestedClass.java 40 private static void updateInnerEntry(int mod, String name, CtClass clazz, boolean outer) {
53 if (outName != null && outer)
  /external/skia/include/core/
SkPathEffect.h 80 and the the outer pathEffect (e.g. outer(inner(path)))
81 The reference counts for outer and inner are both incremented in the constructor,
84 SkComposePathEffect(SkPathEffect* outer, SkPathEffect* inner)
85 : INHERITED(outer, inner) {}
  /external/v8/test/mjsunit/compiler/
property-refs.js 31 return o.outer.x | o.outer.inner.y;
35 o.outer.x = x;
36 o.outer.inner.y = y;
41 outer: {
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
ASN1Sequence.java 106 final ASN1Sequence outer = this; local
136 return outer;
141 return outer;

Completed in 3617 milliseconds

1 2 3 4 5 6