Home
last modified time | relevance | path

Searched refs:hdt (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/sysutils/syslinux/syslinux-6.03/com32/hdt/
H A DMakefile79 mv hdt.img hdt-$(VERSION).img
80 ln -sf hdt-$(VERSION).img hdt.img
82 hdt.img.gz: hdt.img
85 ln -sf hdt-$(VERSION).img.gz hdt.img.gz
87 hdt.iso: hdt.c32 $(topdir)/core/isolinux.bin $(FLOPPY_DIR)/hdt.cfg memtest
114 mv hdt.iso hdt-$(VERSION).iso
115 ln -sf hdt-$(VERSION).iso hdt.iso
117 hdt-hybrid.iso: hdt.iso ../../utils/isohybrid
118 cp hdt-$(VERSION).iso hdt-hybrid-$(VERSION).iso
122 release: spotless hdt.c32 hdt.img hdt.img.gz hdt.iso hdt-hybrid.iso
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/client/
H A DTestReplicaWithCluster.java140 hdt.setRegionReplication(NB_SERVERS); in testCreateDeleteTable()
166 HTU.deleteTable(hdt.getTableName()); in testCreateDeleteTable()
172 hdt.setRegionReplication(NB_SERVERS); in testChangeTable()
188 hdt.addFamily(hcd); in testChangeTable()
190 HTU.getHBaseAdmin().modifyTable(hdt.getTableName(), hdt); in testChangeTable() local
231 hdt.setRegionReplication(NB_SERVERS); in testReplicaAndReplication()
235 hdt.addFamily(fam); in testReplicaAndReplication()
300 HTU.deleteTable(hdt.getTableName()); in testReplicaAndReplication()
303 HTU2.deleteTable(hdt.getTableName()); in testReplicaAndReplication()
314 hdt.setRegionReplication(NB_SERVERS); in testBulkLoad()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/testsuite/date/
H A Ddate-works-121 #hdt=`$host_date -d '1/2 3:4'`
23 #test x"$hdt" = x"$dt"
25 #hdt=`$host_date -d '1/2 3:4:5'`
27 #test x"$hdt" = x"$dt"
29 #hdt=`$host_date -d '1/2/1999 3:4'`
31 #test x"$hdt" = x"$dt"
33 #hdt=`$host_date -d '1/2/1999 3:4:5'`
35 #test x"$hdt" = x"$dt"
37 hdt=`$host_date -d '1999-1-2 3:4:5'`
39 test x"$hdt" = x"$dt"
/dports/sysutils/syslinux/syslinux-6.03/com32/hdt/floppy/
H A Dhdt.cfg2 DEFAULT hdt
26 LABEL hdt
32 COM32 hdt.c32
41 COM32 hdt.c32
50 COM32 hdt.c32
59 COM32 hdt.c32
68 COM32 hdt.c32
77 COM32 hdt.c32
86 COM32 hdt.c32
95 COM32 hdt.c32
[all …]
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Dweb7 # http://www.rdfhdt.org/hdt-internals/
8 # https://github.com/rdfhdt/hdt-cpp
11 !:mime application/vnd.hdt
12 !:ext hdt
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dweb7 # http://www.rdfhdt.org/hdt-internals/
8 # https://github.com/rdfhdt/hdt-cpp
11 !:mime application/vnd.hdt
12 !:ext hdt
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp26 PHY_ScalarType hdt, bool flipQuadEdges in btHeightfieldTerrainShape() argument
30 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
40 PHY_ScalarType hdt = (useFloatData) ? PHY_FLOAT : PHY_UCHAR; in btHeightfieldTerrainShape() local
48 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
58 PHY_ScalarType hdt, bool flipQuadEdges in initialize() argument
69 btAssert(hdt != PHY_UCHAR || hdt != PHY_FLOAT || hdt != PHY_SHORT && in initialize()
82 m_heightDataType = hdt; in initialize()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp26 PHY_ScalarType hdt, bool flipQuadEdges in btHeightfieldTerrainShape() argument
30 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
40 PHY_ScalarType hdt = (useFloatData) ? PHY_FLOAT : PHY_UCHAR; in btHeightfieldTerrainShape() local
48 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
58 PHY_ScalarType hdt, bool flipQuadEdges in initialize() argument
69 btAssert(hdt != PHY_UCHAR || hdt != PHY_FLOAT || hdt != PHY_SHORT && in initialize()
82 m_heightDataType = hdt; in initialize()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp23 PHY_ScalarType hdt, bool flipQuadEdges) in btHeightfieldTerrainShape() argument
26 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
34 PHY_ScalarType hdt = (useFloatData) ? PHY_FLOAT : PHY_UCHAR; in btHeightfieldTerrainShape() local
42 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
49 PHY_ScalarType hdt, bool flipQuadEdges) in initialize() argument
58 …btAssert(hdt != PHY_UCHAR || hdt != PHY_FLOAT || hdt != PHY_SHORT); // && "Bad height data type e… in initialize()
70 m_heightDataType = hdt; in initialize()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp26 PHY_ScalarType hdt, bool flipQuadEdges in btHeightfieldTerrainShape() argument
30 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
40 PHY_ScalarType hdt = (useFloatData) ? PHY_FLOAT : PHY_UCHAR; in btHeightfieldTerrainShape() local
48 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
58 PHY_ScalarType hdt, bool flipQuadEdges in initialize() argument
68 …btAssert(hdt != PHY_UCHAR || hdt != PHY_FLOAT || hdt != PHY_SHORT);// && "Bad height data type enu… in initialize()
80 m_heightDataType = hdt; in initialize()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp26 PHY_ScalarType hdt, bool flipQuadEdges in btHeightfieldTerrainShape() argument
30 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
40 PHY_ScalarType hdt = (useFloatData) ? PHY_FLOAT : PHY_UCHAR; in btHeightfieldTerrainShape() local
48 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
58 PHY_ScalarType hdt, bool flipQuadEdges in initialize() argument
69 btAssert(hdt != PHY_UCHAR || hdt != PHY_FLOAT || hdt != PHY_SHORT && in initialize()
82 m_heightDataType = hdt; in initialize()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp26 PHY_ScalarType hdt, bool flipQuadEdges in btHeightfieldTerrainShape() argument
30 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
40 PHY_ScalarType hdt = (useFloatData) ? PHY_FLOAT : PHY_UCHAR; in btHeightfieldTerrainShape() local
48 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
58 PHY_ScalarType hdt, bool flipQuadEdges in initialize() argument
69 btAssert(hdt != PHY_UCHAR || hdt != PHY_FLOAT || hdt != PHY_SHORT && in initialize()
82 m_heightDataType = hdt; in initialize()
/dports/shells/ksh93/ast-93u/src/lib/libvcodex/Vcmisc/
H A Dvcstrip.c55 Vcchar_t *dt, *edt, *hdt, *tdt, *output; local
75 hdt = dt; hsz = 0;
84 hsz = dt - hdt;
124 vcioputs(&io, hdt, hsz);
146 Vcchar_t *hdt, *tdt, *dt, *output; local
158 hdt = vcionext(&io); vcioskip(&io, hsz);
174 memcpy(output, hdt, hsz);
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libvcodex/Vcmisc/
H A Dvcstrip.c55 Vcchar_t *dt, *edt, *hdt, *tdt, *output; local
75 hdt = dt; hsz = 0;
84 hsz = dt - hdt;
124 vcioputs(&io, hdt, hsz);
146 Vcchar_t *hdt, *tdt, *dt, *output; local
158 hdt = vcionext(&io); vcioskip(&io, hsz);
174 memcpy(output, hdt, hsz);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libvcodex/Vcmisc/
H A Dvcstrip.c55 Vcchar_t *dt, *edt, *hdt, *tdt, *output; local
75 hdt = dt; hsz = 0;
84 hsz = dt - hdt;
124 vcioputs(&io, hdt, hsz);
146 Vcchar_t *hdt, *tdt, *dt, *output; local
158 hdt = vcionext(&io); vcioskip(&io, hsz);
174 memcpy(output, hdt, hsz);
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp64 PHY_ScalarType hdt, bool flipQuadEdges) in btHeightfieldTerrainShape() argument
70 if (hdt == PHY_FLOAT) hdt = PHY_DOUBLE; in btHeightfieldTerrainShape()
73 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
83 PHY_ScalarType hdt = (useFloatData) ? PHY_FLOAT : PHY_UCHAR; in btHeightfieldTerrainShape() local
85 if (hdt == PHY_FLOAT) hdt = PHY_DOUBLE; in btHeightfieldTerrainShape()
94 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
101 PHY_ScalarType hdt, bool flipQuadEdges) in initialize() argument
110 …btAssert(hdt != PHY_UCHAR || hdt != PHY_FLOAT || hdt != PHY_DOUBLE || hdt != PHY_SHORT); // && "B… in initialize()
122 m_heightDataType = hdt; in initialize()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp64 PHY_ScalarType hdt, bool flipQuadEdges) in btHeightfieldTerrainShape() argument
70 if (hdt == PHY_FLOAT) hdt = PHY_DOUBLE; in btHeightfieldTerrainShape()
73 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
83 PHY_ScalarType hdt = (useFloatData) ? PHY_FLOAT : PHY_UCHAR; in btHeightfieldTerrainShape() local
85 if (hdt == PHY_FLOAT) hdt = PHY_DOUBLE; in btHeightfieldTerrainShape()
94 heightScale, minHeight, maxHeight, upAxis, hdt, in btHeightfieldTerrainShape()
101 PHY_ScalarType hdt, bool flipQuadEdges) in initialize() argument
110 …btAssert(hdt != PHY_UCHAR || hdt != PHY_FLOAT || hdt != PHY_DOUBLE || hdt != PHY_SHORT); // && "B… in initialize()
122 m_heightDataType = hdt; in initialize()
/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/doc/tools/
H A Dweapon.py143 def toXML(hdt, output): argument
147 f = file(hdt, "rb")
149 print "%s couldn't be opened for reading." % (hdt,)
180 def toHDT(input, hdt): argument
188 outf = file(hdt, "r+b")
190 print "%s couldn't be opened for writing." % (hdt,)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/time/test/java/time/chrono/
H A DTestUmmAlQuraChronology.java461 ChronoLocalDateTime<HijrahDate> hdt = hd.atTime(LocalTime.NOON); in test_formatterOfLocalizedDate() local
462 hdt = hdt.plus(1, ChronoUnit.YEARS); in test_formatterOfLocalizedDate()
463 hdt = hdt.plus(1, ChronoUnit.MONTHS); in test_formatterOfLocalizedDate()
464 hdt = hdt.plus(1, ChronoUnit.DAYS); in test_formatterOfLocalizedDate()
465 hdt = hdt.plus(1, ChronoUnit.HOURS); in test_formatterOfLocalizedDate()
466 hdt = hdt.plus(1, ChronoUnit.MINUTES); in test_formatterOfLocalizedDate()
467 hdt = hdt.plus(1, ChronoUnit.SECONDS); in test_formatterOfLocalizedDate()
469 assertEquals(df.format(hdt), expected); in test_formatterOfLocalizedDate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/time/test/java/time/chrono/
H A DTestUmmAlQuraChronology.java461 ChronoLocalDateTime<HijrahDate> hdt = hd.atTime(LocalTime.NOON); in test_formatterOfLocalizedDate() local
462 hdt = hdt.plus(1, ChronoUnit.YEARS); in test_formatterOfLocalizedDate()
463 hdt = hdt.plus(1, ChronoUnit.MONTHS); in test_formatterOfLocalizedDate()
464 hdt = hdt.plus(1, ChronoUnit.DAYS); in test_formatterOfLocalizedDate()
465 hdt = hdt.plus(1, ChronoUnit.HOURS); in test_formatterOfLocalizedDate()
466 hdt = hdt.plus(1, ChronoUnit.MINUTES); in test_formatterOfLocalizedDate()
467 hdt = hdt.plus(1, ChronoUnit.SECONDS); in test_formatterOfLocalizedDate()
469 assertEquals(df.format(hdt), expected); in test_formatterOfLocalizedDate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/time/test/java/time/chrono/
H A DTestUmmAlQuraChronology.java461 ChronoLocalDateTime<HijrahDate> hdt = hd.atTime(LocalTime.NOON); in test_formatterOfLocalizedDate() local
462 hdt = hdt.plus(1, ChronoUnit.YEARS); in test_formatterOfLocalizedDate()
463 hdt = hdt.plus(1, ChronoUnit.MONTHS); in test_formatterOfLocalizedDate()
464 hdt = hdt.plus(1, ChronoUnit.DAYS); in test_formatterOfLocalizedDate()
465 hdt = hdt.plus(1, ChronoUnit.HOURS); in test_formatterOfLocalizedDate()
466 hdt = hdt.plus(1, ChronoUnit.MINUTES); in test_formatterOfLocalizedDate()
467 hdt = hdt.plus(1, ChronoUnit.SECONDS); in test_formatterOfLocalizedDate()
469 assertEquals(df.format(hdt), expected); in test_formatterOfLocalizedDate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/time/test/java/time/chrono/
H A DTestUmmAlQuraChronology.java461 ChronoLocalDateTime<HijrahDate> hdt = hd.atTime(LocalTime.NOON); in test_formatterOfLocalizedDate() local
462 hdt = hdt.plus(1, ChronoUnit.YEARS); in test_formatterOfLocalizedDate()
463 hdt = hdt.plus(1, ChronoUnit.MONTHS); in test_formatterOfLocalizedDate()
464 hdt = hdt.plus(1, ChronoUnit.DAYS); in test_formatterOfLocalizedDate()
465 hdt = hdt.plus(1, ChronoUnit.HOURS); in test_formatterOfLocalizedDate()
466 hdt = hdt.plus(1, ChronoUnit.MINUTES); in test_formatterOfLocalizedDate()
467 hdt = hdt.plus(1, ChronoUnit.SECONDS); in test_formatterOfLocalizedDate()
469 assertEquals(df.format(hdt), expected); in test_formatterOfLocalizedDate()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/time/test/java/time/chrono/
H A DTestUmmAlQuraChronology.java461 ChronoLocalDateTime<HijrahDate> hdt = hd.atTime(LocalTime.NOON); in test_formatterOfLocalizedDate() local
462 hdt = hdt.plus(1, ChronoUnit.YEARS); in test_formatterOfLocalizedDate()
463 hdt = hdt.plus(1, ChronoUnit.MONTHS); in test_formatterOfLocalizedDate()
464 hdt = hdt.plus(1, ChronoUnit.DAYS); in test_formatterOfLocalizedDate()
465 hdt = hdt.plus(1, ChronoUnit.HOURS); in test_formatterOfLocalizedDate()
466 hdt = hdt.plus(1, ChronoUnit.MINUTES); in test_formatterOfLocalizedDate()
467 hdt = hdt.plus(1, ChronoUnit.SECONDS); in test_formatterOfLocalizedDate()
469 assertEquals(df.format(hdt), expected); in test_formatterOfLocalizedDate()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/time/test/java/time/chrono/
H A DTestUmmAlQuraChronology.java461 ChronoLocalDateTime<HijrahDate> hdt = hd.atTime(LocalTime.NOON); in test_formatterOfLocalizedDate() local
462 hdt = hdt.plus(1, ChronoUnit.YEARS); in test_formatterOfLocalizedDate()
463 hdt = hdt.plus(1, ChronoUnit.MONTHS); in test_formatterOfLocalizedDate()
464 hdt = hdt.plus(1, ChronoUnit.DAYS); in test_formatterOfLocalizedDate()
465 hdt = hdt.plus(1, ChronoUnit.HOURS); in test_formatterOfLocalizedDate()
466 hdt = hdt.plus(1, ChronoUnit.MINUTES); in test_formatterOfLocalizedDate()
467 hdt = hdt.plus(1, ChronoUnit.SECONDS); in test_formatterOfLocalizedDate()
469 assertEquals(df.format(hdt), expected); in test_formatterOfLocalizedDate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/time/test/java/time/chrono/
H A DTestUmmAlQuraChronology.java461 ChronoLocalDateTime<HijrahDate> hdt = hd.atTime(LocalTime.NOON); in test_formatterOfLocalizedDate() local
462 hdt = hdt.plus(1, ChronoUnit.YEARS); in test_formatterOfLocalizedDate()
463 hdt = hdt.plus(1, ChronoUnit.MONTHS); in test_formatterOfLocalizedDate()
464 hdt = hdt.plus(1, ChronoUnit.DAYS); in test_formatterOfLocalizedDate()
465 hdt = hdt.plus(1, ChronoUnit.HOURS); in test_formatterOfLocalizedDate()
466 hdt = hdt.plus(1, ChronoUnit.MINUTES); in test_formatterOfLocalizedDate()
467 hdt = hdt.plus(1, ChronoUnit.SECONDS); in test_formatterOfLocalizedDate()
469 assertEquals(df.format(hdt), expected); in test_formatterOfLocalizedDate()

123456789