HomeSort by relevance Sort by last modified time
    Searched full:wedge (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/skqp/gm/
dashcircle.cpp 51 for (int wedge : wedges) {
52 SkScalar arcLength = 360.f / wedge;
62 for (int index = 0; index < wedge; ++index) {
81 SkScalar dashLength = circumference / wedge / dashUnits;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
Wedge.java 29 * A representation of a 3D triangular wedge or arrowhead shape, suitable for pointing a direction.
31 class Wedge {
41 // Storage for the texture used on the surface of the wedge.
44 public Wedge(int sensorType) {
60 // Coordinates of the vertices making up a simple wedge. Six total vertices, representing
GLArrowSensorTestRenderer.java 39 * Renders a wedge to indicate the direction of sensor data.
51 private final Wedge mWedge;
67 mWedge = new Wedge(mSensorType);
125 // create the texture we use on the wedge
  /external/skia/gm/
dashcircle.cpp 51 for (int wedge : wedges) {
52 SkScalar arcLength = 360.f / wedge;
62 for (int index = 0; index < wedge; ++index) {
81 SkScalar dashLength = circumference / wedge / dashUnits;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestActivity.java 32 * Displays a wedge using OpenGL that, on a correctly-integrated device, always
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 87 // Construct a wedge-shaped path
SensorTest.java 169 // Construct a wedge-shaped path
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiCategory.java 459 String cheese = "\uD83E\uDDC0"; // U+1F9C0 Cheese wedge
466 // This assumes that a valid glyph for the cheese wedge must be greater than the width
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 257 Log.i(TAG, "Wedge system pressed -- about to engage");
  /tools/test/connectivity/acts/tests/google/power/wifi/
PowerWiFiroamingTest.py 151 self.log.info('Set attenuation to trigger wedge condition')
  /development/apps/Development/res/values/
strings.xml 214 <string name="bad_behavior_wedge_system_label">Wedge system (5 minute system ANR)</string>
  /external/skia/experimental/docs/
exampleSlides.js 205 "string":"A sector is a wedge of a circle", "x":400, "y":200
253 "string":"All spans are contained by a wedge", "x":400, "y":200
svgbaseddoc.htm 87 All spans are contained by a wedge.
113 A sector is a wedge of a circle
585 add_canvas_text(data, "spanWedgeDesc", { fillText:"All spans are contained by a wedge" } );
627 add_canvas_text(data, "sectorDesc1", { fillText:"A sector is a wedge of a circle" } );
    [all...]
  /external/skqp/experimental/docs/
exampleSlides.js 205 "string":"A sector is a wedge of a circle", "x":400, "y":200
253 "string":"All spans are contained by a wedge", "x":400, "y":200
svgbaseddoc.htm 87 All spans are contained by a wedge.
113 A sector is a wedge of a circle
585 add_canvas_text(data, "spanWedgeDesc", { fillText:"All spans are contained by a wedge" } );
627 add_canvas_text(data, "sectorDesc1", { fillText:"A sector is a wedge of a circle" } );
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
xhtml-symbol.ent 178 <!ENTITY and "&#8743;"> <!-- logical and = wedge, U+2227 ISOtech -->
  /external/libxml2/test/valid/dtds/
xhtml-symbol.ent 180 <!ENTITY and "&#8743;"> <!-- logical and = wedge, U+2227 ISOtech -->
  /external/ImageMagick/coders/
dcm.c     [all...]
  /external/python/cpython3/Lib/html/
entities.py 75 'and': 0x2227, # logical and = wedge, U+2227 ISOtech
    [all...]
  /external/unicode/
emoji-data.txt 249 1F9C0 ; Emoji # 8.0 [1] (?) cheese wedge
388 1F9C0 ; Emoji_Presentation # 8.0 [1] (?) cheese wedge
    [all...]
  /prebuilts/go/darwin-x86/src/html/
entity.go 567 "Wedge;": '\U000022C0',
    [all...]
  /prebuilts/go/linux-x86/src/html/
entity.go 567 "Wedge;": '\U000022C0',
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
htmlentitydefs.py 72 'and': 0x2227, # logical and = wedge, U+2227 ISOtech
  /external/curl/src/
tool_doswin.c 487 * retrieve such a file would fail at best and wedge us at worst. We need
  /external/python/cpython2/Lib/
htmlentitydefs.py 72 'and': 0x2227, # logical and = wedge, U+2227 ISOtech

Completed in 688 milliseconds

1 2 3 4