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

1 2 3 4 5 6 7

  /external/chromium-trace/trace-viewer/src/tcmalloc/
heap_instance_track.css 12 list-style-position: outside;
  /external/valgrind/main/none/tests/amd64/
tm1.stdout.exp 3 xabort: outside transaction is nop.
  /external/chromium-libpac/test/js-unittest/
binding_from_global.js 1 // Calls a bindings outside of FindProxyForURL(). This causes the code to
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
binding_from_global.js 1 // Calls a bindings outside of FindProxyForURL(). This causes the code to
  /packages/apps/Browser/src/com/android/browser/view/
PieItem.java 113 public void setGeometry(float st, float sw, int inside, int outside) {
117 outer = outside;
  /bootable/recovery/minui/
graphics.c 59 static bool outside(int x, int y) function
124 if (outside(x, y) || outside(x+font->cwidth-1, y+font->cheight-1)) break;
151 if (outside(x, y) || outside(x+icon->width-1, y+icon->height-1)) return;
197 if (outside(x1, y1) || outside(x2-1, y2-1)) return;
241 if (outside(dx, dy) || outside(dx+w-1, dy+h-1)) return;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardCircleFramedDrawable.java 109 final float outside = Math.min(canvas.getWidth(), canvas.getHeight()); local
110 final float inside = mScale * outside;
111 final float pad = (outside - inside) / 2f;
113 mDstRect.set(pad, pad, outside - pad, outside - pad);
  /packages/apps/Camera/src/com/android/camera/ui/
PieItem.java 134 public void setGeometry(float st, float sw, int inside, int outside) {
138 outer = outside;
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 1869 const tcu::IVec3 outside[] = local
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 1873 const tcu::IVec3 outside[] = local
    [all...]
  /external/chromium_org/chrome/test/chromedriver/js/
dispatch_context_menu_event.js 41 throw new Error('cannot right click outside the visible bounds of the ' +
  /external/chromium_org/third_party/mesa/src/docs/
MESA_window_pos.spec 34 desired window coordinate is outside of the window's bounds one must
  /external/mesa3d/docs/
MESA_window_pos.spec 34 desired window coordinate is outside of the window's bounds one must
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 285 const TriangleVertex& outside = clipped; local
288 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position);
297 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist);
298 const ClipVec4 anotherPointOnLine = (hitDist > (ClipFloat)0.5) ? (inside.position) : (outside.position);
301 middle.weight[0] = tcu::mix(inside.weight[0], outside.weight[0], hitDist);
302 middle.weight[1] = tcu::mix(inside.weight[1], outside.weight[1], hitDist);
303 middle.weight[2] = tcu::mix(inside.weight[2], outside.weight[2], hitDist);
309 const TriangleVertex& outside = clipped; local
312 const ClipFloat hitDist = plane.clipLineSegmentEnd(inside.position, outside.position);
321 const ClipVec4 approximatedClipPoint = tcu::mix(inside.position, outside.position, hitDist)
360 const TriangleVertex& outside = clipped1; local
384 const TriangleVertex& outside = clipped2; local
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 110 to be sorted to know which segment is next on the outside, although sometimes
143 trace the outside, marking touching first and last segments as inside
144 continue tracing the touched segments with reversed outside/inside sense
147 count the crossings, determine if disjoint is inside or outside, then continue
168 and/or to determine whether one curve is to the inside or outside of another.
281 bool outside) {
284 if (true || outside) {
  /external/skia/experimental/Intersection/
thingsToDo.txt 110 to be sorted to know which segment is next on the outside, although sometimes
143 trace the outside, marking touching first and last segments as inside
144 continue tracing the touched segments with reversed outside/inside sense
147 count the crossings, determine if disjoint is inside or outside, then continue
168 and/or to determine whether one curve is to the inside or outside of another.
281 bool outside) {
284 if (true || outside) {
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_enums.py 129 "outside begin/end",
  /external/chromium_org/tools/grit/grit/
pseudo.py 21 character Qof. It looks sort of like a latin character "p" but it is outside
32 # Hebrew character Qof. It looks kind of like a 'p' but is outside
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-debug-liveedit.js 93 // Try to patch functions with activations inside and outside generator
107 // Patching outside a generator activation must fail.
generators-relocation.js 18 // Create the generator function outside a debugging context. It will probably
  /external/mesa3d/src/mapi/glapi/gen/
gl_enums.py 129 "outside begin/end",
  /sdk/templates/docs/
default.css 190 list-style-position: outside;
196 list-style-position: outside;
  /external/chromium_org/chrome/browser/resources/chromeos/
certificate_manager_dialog.js 28 // Shake the dialog if the user clicks outside the dialog bounds.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm 19 ; you can modify the stack pointer outside of the prologue (similar to alloca)
sce3.asm 19 ; you can modify the stack pointer outside of the prologue (similar to alloca)

Completed in 619 milliseconds

1 2 3 4 5 6 7