Searched refs:geom (Results 1 - 25 of 45) sorted by relevance

12

/external/syslinux/com32/gplinclude/disk/
H A Dread.h13 #include <disk/geom.h>
H A Dbootloaders.h14 #include <disk/geom.h>
H A Dmbrs.h14 #include <disk/geom.h>
H A Dmsdos.h13 #include <disk/geom.h>
H A Dwrite.h18 #include <disk/geom.h>
H A Dswsusp.h4 #include <disk/geom.h>
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
H A Dgeometric_test.py31 # 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
[all...]
/external/syslinux/com32/hdt/
H A Dhdt-ata.c33 #include <disk/geom.h>
H A Dhdt-ata.h33 #include <disk/geom.h>
H A Dhdt-common.h41 #include <disk/geom.h>
/external/syslinux/com32/gpllib/disk/
H A Dutil.c18 #include <disk/geom.h>
H A Dswsusp.c6 #include <disk/geom.h>
H A Dbootloaders.c12 #include <disk/geom.h>
H A Dmsdos.c18 #include <disk/geom.h>
/external/python/cpython2/Lib/idlelib/
H A DZoomHeight.py24 geom = top.wm_geometry()
25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
/external/python/cpython3/Lib/idlelib/
H A Dzoomheight.py26 geom = top.wm_geometry()
27 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
/external/deqp/framework/platform/lnx/X11/
H A DtcuLnxX11Xcb.cpp131 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/
H A DFileIO.cpp283 DISK_GEOMETRY geom;
284 SizeDefined = GetGeometry(&geom);
286 SizeDefined = GetCdRomGeometry(&geom);
288 Size = geom.Cylinders.QuadPart * geom.TracksPerCylinder * geom.SectorsPerTrack * geom.BytesPerSector;
/external/gptfdisk/
H A Ddiskio-windows.cc128 DISK_GEOMETRY_EX geom; local
137 &geom, sizeof(geom), &retBytes, NULL)) {
138 blockSize = geom.Geometry.BytesPerSector;
/external/ltp/tools/pounder21/test_repo/T10single/
H A DT00xterm_stress113 xterm -geom 80x25+0+0 -e "bash -c $POUNDER_SRCDIR/dump_xserver_statm" &
131 xterm -geom 100x9+0+0 -e top &
/external/ltp/tools/pounder21/test_scripts/
H A Dxterm_stress113 xterm -geom 80x25+0+0 -e "bash -c $POUNDER_SRCDIR/dump_xserver_statm" &
131 xterm -geom 100x9+0+0 -e top &
/external/syslinux/com32/modules/
H A Ddisk.c17 #include <disk/geom.h>
/external/ImageMagick/Magick++/lib/
H A DGeometry.cpp182 geom[MagickPathExtent]; local
199 (void) CopyMagickString(geom,geometry_.c_str(),MagickPathExtent);
200 if (geom[0] != '-' && geom[0] != '+' && geom[0] != 'x' &&
201 !isdigit(static_cast<int>(geom[0])))
203 pageptr=GetPageGeometry(geom);
206 (void) CopyMagickString(geom,pageptr,MagickPathExtent);
211 flags=GetGeometry(geom,&x,&y,&width_val,&height_val);
/external/f2fs-tools/tools/
H A Dfibmap.c97 struct hd_geometry geom; local
114 if (ioctl(fd, HDIO_GETGEO, &geom) < 0)
117 *start_lba = geom.start;
/external/libxkbcommon/xkbcommon/src/xkbcomp/
H A Dparser.h206 void *geom; member in union:YYSTYPE

Completed in 758 milliseconds

12