HomeSort by relevance Sort by last modified time
    Searched full:circle (Results 51 - 75 of 441) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/gtest/include/gtest/internal/
gtest-linked_ptr.h 91 // Create a new circle that includes only this instance.
97 // variable p in the same circle as this object. Therefore we need
101 // circle (e.g. linked_ptr<Base>, linked_ptr<Derived1>, and
107 // Join an existing circle.
118 // Leave whatever circle we're part of. Returns true if we were the
119 // last member of the circle. Once this is done, you can join() another.
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-linked_ptr.h 91 // Create a new circle that includes only this instance.
97 // variable p in the same circle as this object. Therefore we need
101 // circle (e.g. linked_ptr<Base>, linked_ptr<Derived1>, and
107 // Join an existing circle.
118 // Leave whatever circle we're part of. Returns true if we were the
119 // last member of the circle. Once this is done, you can join() another.
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-linked_ptr.h 91 // Create a new circle that includes only this instance.
97 // variable p in the same circle as this object. Therefore we need
101 // circle (e.g. linked_ptr<Base>, linked_ptr<Derived1>, and
107 // Join an existing circle.
118 // Leave whatever circle we're part of. Returns true if we were the
119 // last member of the circle. Once this is done, you can join() another.
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-linked_ptr.h 91 // Create a new circle that includes only this instance.
97 // variable p in the same circle as this object. Therefore we need
101 // circle (e.g. linked_ptr<Base>, linked_ptr<Derived1>, and
107 // Join an existing circle.
118 // Leave whatever circle we're part of. Returns true if we were the
119 // last member of the circle. Once this is done, you can join() another.
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 91 // Create a new circle that includes only this instance.
97 // variable p in the same circle as this object. Therefore we need
101 // circle (e.g. linked_ptr<Base>, linked_ptr<Derived1>, and
107 // Join an existing circle.
118 // Leave whatever circle we're part of. Returns true if we were the
119 // last member of the circle. Once this is done, you can join() another.
  /frameworks/base/docs/html/design/building-blocks/
progress.jd 25 <p>Two styles are available: a bar and a circle. Each is offered in a variety of sizes, in both Holo Light and Holo Dark themes. Choose the appropriate style and size for the surrounding context. For example, the largest activity circle works well when displayed in a blank content area, but not in a smaller dialog box. Each operation should only be represented by one activity indicator.</p>
53 <li class="value-2"><h4>Activity circle</h4>
54 <p>In this example, an activity circle (in Holo Light) is used in the Gmail application when a message is being loaded because it's not possible to determine how long it will take to download the email.</p>
55 <p>When displaying an activity circle, do not include text to communicate what the app is doing. The moving circle alone provides sufficient feedback about the delay, and does so in an understated way that minimizes the impact.</p>
  /developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouch/src/main/java/com/example/android/input/multitouch/basicMultitouch/
TouchDisplayView.java 314 // radius of active touch circle in dp
316 // radius of historical circle in dp
350 // Setup text paint for circle label
364 * A large circle indicates the current position held by the
365 * {@link TouchHistory} object, while a smaller circle is drawn for each
366 * entry in its history. The size of the large circle is scaled depending on
379 * Draw the circle, size scaled to its pressure. Pressure is clamped to
396 // draw its label next to the main circle
  /external/chromium/chrome/browser/resources/chromeos/
choose_mobile_network.html 18 // Setup css canvas 'spinner-circle'
23 '2d', 'spinner-circle', 2 * r, 2 * r);
  /external/chromium/base/memory/
linked_ptr.h 52 // Create a new circle that includes only this instance.
57 // Join an existing circle.
63 // Leave whatever circle we're part of. Returns true iff we were the
64 // last member of the circle. Once this is done, you can join() another.
  /external/chromium/chrome/browser/resources/
network_menu.css 36 background-image: -webkit-canvas(spinner-circle);
  /external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
vectorbuffer.cpp 3 yet another circle buffer
  /external/skia/src/svg/
SkSVGCircle.cpp 21 DEFINE_SVG_INFO(Circle)
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.cpp 60 else if (equalIgnoringCase(attr->value(), "circle"))
61 m_shape = Circle;
131 shape = Circle;
149 case Circle:
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
dillo 9 circle
  /frameworks/base/data/keyboards/
Vendor_054c_Product_0268.kl 69 # Circle
  /packages/apps/Phone/res/drawable/
ic_lockscreen_answer_normal_layer.xml 17 <!-- A fake circle to fix the size of this layer asset. -->
ic_lockscreen_decline_normal_layer.xml 17 <!-- A fake circle to fix the size of this layer asset. -->
ic_lockscreen_text_normal_layer.xml 17 <!-- A fake circle to fix the size of this layer asset. -->
  /packages/inputmethods/LatinIME/java/res/xml/
rowkeys_hindi3.xml 33 render dotted circle for incomplete combining letter of Hindi, different set of
59 render dotted circle for incomplete combining letter of Hindi, different set of
70 render dotted circle for incomplete combining letter of Hindi, different set of
110 render dotted circle for incomplete combining letter of Hindi, different set of
  /packages/inputmethods/LatinIME/java/res/xml-v16/
key_hindi1_shift.xml 22 API version 16 can't automatically render dotted circle for incomplete combining letter
key_hindi3_shift_left.xml 22 API version 16 can't automatically render dotted circle for incomplete combining letter
key_hindi3_shift_right.xml 22 API version 16 can't automatically render dotted circle for incomplete combining letter
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 104 // Calculate the radius for the main circle.
174 // We'll need to draw the AM/PM circles, so the main circle will need to have
198 // Calculate the positions for the 12 numbers in the main circle.
202 // If we have an inner circle, calculate those positions too.
220 * Using the trigonometric Unit Circle, calculate the positions that the text will need to be
221 * drawn at based on the specified circle radius. Place the values in the textGridHeights and
227 * The numbers need to be drawn in a 7x7 grid, representing the points on the Unit Circle.
  /external/llvm/docs/
HowToSetUpLLVMStyleRTTI.rst 46 class Circle : public Shape {
49 Circle(double R) : Radius(R) {}
141 class Circle : public Shape {
144 - Circle(double R) : Radius(R) {}
145 + Circle(double R) : Shape(SK_Circle), Radius(R) {}
185 class Circle : public Shape {
188 Circle(double R) : Shape(SK_Circle), Radius(R) {}
206 if (isa<Circle>(S)) {
212 check roughly like ``Circle::classof(S)``. For more information, see
296 | Circle
    [all...]
  /external/skia/include/core/
SkShader.h 221 // the center of the starting circle. The second
222 // circle will be centered (x, 0) where x may be
226 // 0: x-offset of second circle center
228 // 1: radius of first circle in post-matrix
234 // the center of the starting circle. The second
235 // circle will be centered (x, 0) where x may be
238 // 0: x-offset of second circle center
240 // 1: radius of first circle
288 * fPoint[0] and fRadius[0] are the center and radius of the 1st circle
289 * fPoint[1] and fRadius[1] are the center and radius of the 2nd circle
    [all...]

Completed in 2931 milliseconds

1 23 4 5 6 7 8 91011>>