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

1 2 3 4

  /external/syslinux/com32/gplinclude/disk/
read.h 13 #include <disk/geom.h>
bootloaders.h 14 #include <disk/geom.h>
mbrs.h 14 #include <disk/geom.h>
msdos.h 13 #include <disk/geom.h>
write.h 18 #include <disk/geom.h>
swsusp.h 4 #include <disk/geom.h>
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
geometric_test.py 31 # In all tests that follow, we use scipy.stats.geom, which
39 geom = geometric.Geometric(probs=probs)
41 self.assertEqual([5,], geom.batch_shape_tensor().eval())
42 self.assertAllEqual([], geom.event_shape_tensor().eval())
43 self.assertEqual(tensor_shape.TensorShape([5]), geom.batch_shape)
44 self.assertEqual(tensor_shape.TensorShape([]), geom.event_shape)
50 geom = geometric.Geometric(probs=invalid_ps, validate_args=True)
51 geom.probs.eval()
56 geom = geometric.Geometric(probs=invalid_ps, validate_args=True)
57 geom.probs.eval(
    [all...]
  /external/syslinux/com32/hdt/
hdt-ata.c 33 #include <disk/geom.h>
hdt-ata.h 33 #include <disk/geom.h>
hdt-common.h 41 #include <disk/geom.h>
  /external/syslinux/com32/gpllib/disk/
util.c 18 #include <disk/geom.h>
swsusp.c 6 #include <disk/geom.h>
bootloaders.c 12 #include <disk/geom.h>
  /external/python/cpython2/Lib/idlelib/
ZoomHeight.py 24 geom = top.wm_geometry()
25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
  /external/python/cpython3/Lib/idlelib/
zoomheight.py 26 geom = top.wm_geometry()
27 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ZoomHeight.py 24 geom = top.wm_geometry()
25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ZoomHeight.py 24 geom = top.wm_geometry()
25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ZoomHeight.py 24 geom = top.wm_geometry()
25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ZoomHeight.py 24 geom = top.wm_geometry()
25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
  /frameworks/layoutlib/bridge/src/android/graphics/
LinearGradient_Delegate.java 128 java.awt.geom.Rectangle2D userBounds,
129 java.awt.geom.AffineTransform xform,
133 java.awt.geom.AffineTransform canvasMatrix;
136 } catch (java.awt.geom.NoninvertibleTransformException e) {
139 canvasMatrix = new java.awt.geom.AffineTransform();
142 java.awt.geom.AffineTransform localMatrix = getLocalMatrix();
145 } catch (java.awt.geom.NoninvertibleTransformException e) {
148 localMatrix = new java.awt.geom.AffineTransform();
156 private final java.awt.geom.AffineTransform mCanvasMatrix;
157 private final java.awt.geom.AffineTransform mLocalMatrix
    [all...]
RadialGradient_Delegate.java 117 java.awt.geom.Rectangle2D userBounds,
118 java.awt.geom.AffineTransform xform,
122 java.awt.geom.AffineTransform canvasMatrix;
125 } catch (java.awt.geom.NoninvertibleTransformException e) {
128 canvasMatrix = new java.awt.geom.AffineTransform();
131 java.awt.geom.AffineTransform localMatrix = getLocalMatrix();
134 } catch (java.awt.geom.NoninvertibleTransformException e) {
137 localMatrix = new java.awt.geom.AffineTransform();
145 private final java.awt.geom.AffineTransform mCanvasMatrix;
146 private final java.awt.geom.AffineTransform mLocalMatrix
    [all...]
SweepGradient_Delegate.java 111 java.awt.geom.Rectangle2D userBounds,
112 java.awt.geom.AffineTransform xform,
116 java.awt.geom.AffineTransform canvasMatrix;
119 } catch (java.awt.geom.NoninvertibleTransformException e) {
122 canvasMatrix = new java.awt.geom.AffineTransform();
125 java.awt.geom.AffineTransform localMatrix = getLocalMatrix();
128 } catch (java.awt.geom.NoninvertibleTransformException e) {
131 localMatrix = new java.awt.geom.AffineTransform();
139 private final java.awt.geom.AffineTransform mCanvasMatrix;
140 private final java.awt.geom.AffineTransform mLocalMatrix
    [all...]
Shader_Delegate.java 102 protected java.awt.geom.AffineTransform getLocalMatrix() {
107 return new java.awt.geom.AffineTransform();
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11Xcb.cpp 131 xcb_get_geometry_reply_t *geom; local
132 geom = xcb_get_geometry_reply(m_display.getConnection(), xcb_get_geometry(m_display.getConnection(), m_window), NULL);
133 *height = static_cast<int>(geom->height);
134 *width = static_cast<int>(geom->width);
135 deFree(geom);
  /external/lzma/CPP/Windows/
FileIO.cpp 283 DISK_GEOMETRY geom;
284 SizeDefined = GetGeometry(&geom);
286 SizeDefined = GetCdRomGeometry(&geom);
288 Size = geom.Cylinders.QuadPart * geom.TracksPerCylinder * geom.SectorsPerTrack * geom.BytesPerSector;

Completed in 485 milliseconds

1 2 3 4