OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:circle
(Results
1 - 25
of
660
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/PCH/
enum.h
13
Circle
16
enum Shape aRoundShape =
Circle
;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/dot/
state.st
1
node [fontsize=11, shape = <if(useBox)>box<else>
circle
, fixedsize=true, width=.4<endif>]; <name>
/external/clang/test/CodeGenObjC/
debug-info-impl.m
10
// CHECK: !MDCompositeType(tag: DW_TAG_structure_type, name: "
Circle
"
12
@interface
Circle
: Shape
15
@implementation
Circle
/prebuilts/misc/common/swig/include/2.0.11/php/
factory.i
9
CIRCLE
26
struct
Circle
: Geometry {
37
case
CIRCLE
: return new
Circle
();
47
%factory(Geometry *Geometry::create, Point,
Circle
);
50
and Geometry::create will return a 'Point' or '
Circle
' instance
53
circle
= Geometry.create(Geometry.
CIRCLE
)
54
r =
circle
.radius()
56
where
circle
is a Circle proxy instance
[
all
...]
/prebuilts/misc/common/swig/include/2.0.11/typemaps/
factory.swg
9
CIRCLE
26
struct
Circle
: Geometry {
37
case
CIRCLE
: return new
Circle
();
47
%factory(Geometry *Geometry::create, Point,
Circle
);
50
and Geometry::create will return a 'Point' or '
Circle
' instance
53
circle
= Geometry.create(Geometry.
CIRCLE
)
54
r =
circle
.radius()
56
where
circle
is a Circle proxy instance
[
all
...]
/external/libxml2/result/SVG/
circle.xml
4
<desc>This is a blue
circle
with a red outline
7
<
circle
style="fill: blue; stroke: red" cx="200" cy="200" r="100"/>
script.xml
12
<
circle
onclick="MouseClickHandler()" r="85"/>
group02.xml
10
<
circle
cx="150" cy="300" r="25"/>
/external/libxml2/test/SVG/
circle.xml
5
<desc>This is a blue
circle
with a red outline
8
<
circle
style="fill: blue; stroke: red"
script.xml
12
<
circle
onclick="MouseClickHandler()" r="85"/>
group02.xml
11
<
circle
cx="150" cy="300" r="25" />
/external/lldb/test/functionalities/data-formatter/data-formatter-categories/
main.cpp
26
struct
Circle
: public Shape {
28
Circle
(int R = 6) : r(R) {}
37
Circle
c1(5);
38
Circle
c2(6);
39
Circle
c3(7);
41
Circle
*c_ptr = new
Circle
(8);
/external/llvm/test/YAMLParser/
spec-02-24.data
6
# tag:clarkevans.com,2002:
circle
7
- !
circle
19
#CHECK: !<tag:clarkevans.com,2002:
circle
>
/external/skia/src/svg/parser/
SkSVGCircle.h
16
DECLARE_SVG_INFO(
Circle
);
/external/jsr305/javadoc/
overview-tree.html
88
<LI TYPE="
circle
">java.lang.Object<UL>
89
<LI TYPE="
circle
">javax.annotation.<A HREF="javax/annotation/MatchesPattern.Checker.html" title="class in javax.annotation"><B>MatchesPattern.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
90
<LI TYPE="
circle
">javax.annotation.<A HREF="javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation"><B>Nonnegative.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
91
<LI TYPE="
circle
">javax.annotation.<A HREF="javax/annotation/Nonnull.Checker.html" title="class in javax.annotation"><B>Nonnull.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
92
<LI TYPE="
circle
">javax.annotation.<A HREF="javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>RegEx.Checker</B></A> (implements javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
99
<LI TYPE="
circle
">javax.annotation.meta.<A HREF="javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta"><B>TypeQualifierValidator</B></A><A></UL>
104
<LI TYPE="
circle
">javax.annotation.<A HREF="javax/annotation/WillNotClose.html" title="annotation in javax.annotation"><B>WillNotClose</B></A> (implements java.lang.annotation.Annotation)
105
<LI TYPE="
circle
">javax.annotation.<A HREF="javax/annotation/WillCloseWhenClosed.html" title="annotation in javax.annotation"><B>WillCloseWhenClosed</B></A> (implements java.lang.annotation.Annotation)
106
<LI TYPE="
circle
">javax.annotation.<A HREF="javax/annotation/WillClose.html" title="annotation in javax.annotation"><B>WillClose</B></A> (implements java.lang.annotation.Annotation)
107
<LI TYPE="
circle
">javax.annotation.<A HREF="javax/annotation/Untainted.html" title="annotation in javax.annotation" (…)
[
all
...]
/frameworks/base/core/java/android/transition/
ArcMotion.java
26
* A PathMotion that generates a curved path along an arc on an imaginary
circle
containing
28
* distance, then the
circle
's center point will be horizontally aligned with the end point. If the
29
* vertical distance is less than the horizontal distance then the
circle
's center point
33
* small as the center of the
circle
will be far from both points. To force curvature of
80
* Sets the minimum arc along the
circle
between two points aligned near horizontally.
82
*
circle
will be far from both points, giving a near straight path between the points.
87
* @param angleInDegrees The minimum angle of the arc on a
circle
describing the Path
97
* Returns the minimum arc along the
circle
between two points aligned near horizontally.
99
*
circle
will be far from both points, giving a near straight path between the points.
104
* @return The minimum arc along the
circle
between two points aligned near horizontally
[
all
...]
/frameworks/base/core/java/android/view/
ViewAnimationUtils.java
30
* Returns an Animator which can animate a clipping
circle
.
45
* @param view The View will be clipped to the animating
circle
.
46
* @param centerX The x coordinate of the center of the animating
circle
, relative to
48
* @param centerY The y coordinate of the center of the animating
circle
, relative to
50
* @param startRadius The starting radius of the animating
circle
.
51
* @param endRadius The ending radius of the animating
circle
.
/frameworks/support/v4/java/android/support/v4/widget/
CircleImageView.java
60
ShapeDrawable
circle
;
local
62
circle
= new ShapeDrawable(new OvalShape());
66
circle
= new ShapeDrawable(oval);
67
ViewCompat.setLayerType(this, ViewCompat.LAYER_TYPE_SOFTWARE,
circle
.getPaint());
68
circle
.getPaint().setShadowLayer(mShadowRadius, shadowXOffset, shadowYOffset,
74
circle
.getPaint().setColor(color);
75
setBackgroundDrawable(
circle
);
112
* Update the background color of the
circle
image view.
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
GCSailing.java
8
* A utility class to package up a great
circle
sailing.
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tree_construction/
pending-spec-changes.dat
31
<table><tr><td><svg><desc><td></desc><
circle
>
39
45: Unclosed element ?
circle
?.
52
| <
circle
>
/packages/apps/DeskClock/res/values/
attrs.xml
39
<!-- Sets the center/radius of the
circle
relative to the view's bounds. -->
41
<!-- The ARGB fill color of the
circle
. -->
43
<!-- The center x-coordinate of the
circle
. -->
45
<!-- The center y-coordinate of the
circle
. -->
47
<!-- The radius of the
circle
. -->
/packages/inputmethods/LatinIME/java/res/xml/
keystyle_devanagari_vowel_sign_e.xml
22
API version 16 can't automatically render dotted
circle
for incomplete combining letter
28
<!-- U+25CC: "?" DOTTED
CIRCLE
35
<!-- U+25CC: "?" DOTTED
CIRCLE
48
<!-- U+25CC: "?" DOTTED
CIRCLE
59
<!-- U+25CC: "?" DOTTED
CIRCLE
/packages/apps/Camera/src/com/android/camera/ui/
ZoomRenderer.java
129
float
circle
= (int) (mCircleSize * sf * sf);
local
130
circle
= Math.max(mMinCircle,
circle
);
131
circle
= Math.min(mMaxCircle,
circle
);
132
if (mListener != null && (int)
circle
!= mCircleSize) {
133
mCircleSize = (int)
circle
;
/external/owasp/sanitizer/distrib/javadoc/
overview-tree.html
91
<LI TYPE="
circle
">java.lang.Object<UL>
92
<LI TYPE="
circle
">org.owasp.html.<A HREF="org/owasp/html/AttributePolicy.Util.html" title="class in org.owasp.html"><B>AttributePolicy.Util</B></A><LI TYPE="
circle
">org.owasp.html.<A HREF="org/owasp/html/CssSchema.html" title="class in org.owasp.html"><B>CssSchema</B></A><LI TYPE="
circle
">org.owasp.html.examples.<A HREF="org/owasp/html/examples/EbayPolicyExample.html" title="class in org.owasp.html.examples"><B>EbayPolicyExample</B></A><LI TYPE="
circle
">org.owasp.html.<A HREF="org/owasp/html/ElementPolicy.Util.html" title="class in org.owasp.html"><B>ElementPolicy.Util</B></A><LI TYPE="
circle
">org.owasp.html.<A HREF="org/owasp/html/FilterUrlByProtocolAttributePolicy.html" title="class in org.owasp.html"><B>FilterUrlByProtocolAttributePolicy</B></A> (implements org.owasp.html.<A HREF="org/owasp/html/AttributePolicy.html" title="interface in org.owasp.html">AttributePolicy</A>)
93
<LI TYPE="
circle
">org.owasp.html.<A HREF="org/owasp/html/HtmlChangeReporter.html" title="class in org.owasp.html"><B>HtmlChangeReporter</B></A><T><LI TYPE="
circle
">org.owasp.html.<A HREF="org/owasp/html/HtmlPolicyBuilder.html" title="class in org.owasp.html"><B>HtmlPolicyBuilder</B></A><LI TYPE="
circle
">org.owasp.html.<A HREF="org/owasp/html/HtmlPolicyBuilder.AttributeBuilder.html" title="class in org.owasp.html"><B>HtmlPolicyBuilder.AttributeBuilder</B></A><LI TYPE="
circle
">org.owasp.html.<A HREF="org/owasp/html/HtmlSanitizer.html" title="class in org.owasp.html"><B>Htm (…)
[
all
...]
/external/jsr305/javadoc/javax/annotation/
package-tree.html
89
<LI TYPE="
circle
">java.lang.Object<UL>
90
<LI TYPE="
circle
">javax.annotation.<A HREF="../../javax/annotation/MatchesPattern.Checker.html" title="class in javax.annotation"><B>MatchesPattern.Checker</B></A> (implements javax.annotation.meta.<A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
91
<LI TYPE="
circle
">javax.annotation.<A HREF="../../javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation"><B>Nonnegative.Checker</B></A> (implements javax.annotation.meta.<A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
92
<LI TYPE="
circle
">javax.annotation.<A HREF="../../javax/annotation/Nonnull.Checker.html" title="class in javax.annotation"><B>Nonnull.Checker</B></A> (implements javax.annotation.meta.<A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
93
<LI TYPE="
circle
">javax.annotation.<A HREF="../../javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>RegEx.Checker</B></A> (implements javax.annotation.meta.<A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A><A>)
100
<LI TYPE="
circle
">javax.annotation.<A HREF="../../javax/annotation/WillNotClose.html" title="annotation in javax.annotation"><B>WillNotClose</B></A> (implements java.lang.annotation.Annotation)
101
<LI TYPE="
circle
">javax.annotation.<A HREF="../../javax/annotation/WillCloseWhenClosed.html" title="annotation in javax.annotation"><B>WillCloseWhenClosed</B></A> (implements java.lang.annotation.Annotation)
102
<LI TYPE="
circle
">javax.annotation.<A HREF="../../javax/annotation/WillClose.html" title="annotation in javax.annotation"><B>WillClose</B></A> (implements java.lang.annotation.Annotation)
103
<LI TYPE="
circle
">javax.annotation.<A HREF="../../javax/annotation/Untainted.html" title="annotation in javax.annotation"><B>Untainted</B></A> (implements java.lang.annotation.Annotation)
104
<LI TYPE="
circle
">javax.annotation.<A HREF="../../javax/annotation/Tainted.html" title="annotation in javax.annotat (…)
[
all
...]
Completed in 303 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>