Home
last modified time | relevance | path

Searched refs:Dentry (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Ddentry.cpp52 Dentry::Dentry(QWidget* parent, const char* name) : QLineEdit(parent) in Dentry() function in MusEGui::Dentry
70 void Dentry::contextMenuEvent(QContextMenuEvent * e) in contextMenuEvent()
79 void Dentry::endEdit() in endEdit()
94 void Dentry::mousePressEvent(QMouseEvent* event) in mousePressEvent()
124 void Dentry::wheelEvent(QWheelEvent* event) in wheelEvent()
158 void Dentry::repeat() in repeat()
202 void Dentry::mouseReleaseEvent(QMouseEvent* ev) in mouseReleaseEvent()
216 void Dentry::mouseDoubleClickEvent(QMouseEvent* event) in mouseDoubleClickEvent()
237 void Dentry::keyPressEvent(QKeyEvent* e) in keyPressEvent()
313 void Dentry::setValue(double v) in setValue()
H A Ddentry.h44 class Dentry : public QLineEdit {
89 Dentry(QWidget*, const char* name=0);
H A Ddoublelabel.cpp36 : Dentry(parent, name), _specialText("---") in DoubleLabel()
46 : Dentry(parent), _specialText("---") in DoubleLabel()
H A Ddoublelabel.h39 class DoubleLabel : public Dentry {
/dports/misc/cloc/cloc-1.90/tests/inputs/issues/245/
H A Dcomplex_regular_subexpression.scala9 import com.twitter.finagle.{Dentry, Dtab, Failure, NameTree}
20 } yield Dentry(Dentry.Prefix.read(prefix), NameTree.read(dest))
/dports/biology/bamutil/bamUtil-1.0.15/src/
H A DLogisticRegression.cpp109 double Dentry = 0.0; in FitLogisticModel() local
111 Dentry += X[i][k] * W[i] * X[i][l]; in FitLogisticModel()
112 D[k][l] = D[l][k] = Dentry; in FitLogisticModel()
/dports/emulators/dosbox/dosbox-0.74-3/src/debug/
H A Ddisasm_tables.h53 struct Dentry { struct
61 static Dentry G3b_Table[8]={ argument
72 static Dentry G3v_Table[8]={
94 static Dentry G5_Table[8]={
107 static Dentry DTable[256]={
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/debug/
H A Ddisasm_tables.h53 struct Dentry { struct
61 static Dentry G3b_Table[8]={ argument
72 static Dentry G3v_Table[8]={
94 static Dentry G5_Table[8]={
107 static Dentry DTable[256]={
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dmedia.c864 GF_DataEntryURLBox *Dentry; in Media_UpdateSample() local
885Dentry = (GF_DataEntryURLBox*)gf_list_get(mdia->information->dataInformation->dref->other_boxes, d… in Media_UpdateSample()
886 if (!Dentry) return GF_ISOM_INVALID_FILE; in Media_UpdateSample()
888 if (Dentry->flags != 1) return GF_BAD_PARAM; in Media_UpdateSample()
910 GF_DataEntryURLBox *Dentry; in Media_UpdateSampleReference() local
927Dentry = (GF_DataEntryURLBox*)gf_list_get(mdia->information->dataInformation->dref->other_boxes, d… in Media_UpdateSampleReference()
928 if (!Dentry) return GF_ISOM_INVALID_FILE; in Media_UpdateSampleReference()
931 if (Dentry->flags == 1) return GF_ISOM_INVALID_MODE; in Media_UpdateSampleReference()
H A Disom_write.c691 GF_DataEntryURLBox *Dentry; in gf_isom_add_sample() local
720Dentry = (GF_DataEntryURLBox*)gf_list_get(trak->Media->information->dataInformation->dref->other_b… in gf_isom_add_sample()
721 if (!Dentry || Dentry->flags != 1) return GF_BAD_PARAM; in gf_isom_add_sample()
765 GF_DataEntryURLBox *Dentry; in gf_isom_add_sample_shadow() local
797Dentry = (GF_DataEntryURLBox*)gf_list_get(trak->Media->information->dataInformation->dref->other_b… in gf_isom_add_sample_shadow()
798 if (!Dentry || Dentry->flags != 1) return GF_BAD_PARAM; in gf_isom_add_sample_shadow()
853 GF_DataEntryURLBox *Dentry; in gf_isom_append_sample_data() local
872Dentry = (GF_DataEntryURLBox*)gf_list_get(trak->Media->information->dataInformation->dref->other_b… in gf_isom_append_sample_data()
873 if (!Dentry || Dentry->flags != 1) return GF_BAD_PARAM; in gf_isom_append_sample_data()
898 GF_DataEntryURLBox *Dentry; in gf_isom_add_sample_reference() local
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/isomedia/
H A Dmedia.c1064 GF_DataEntryURLBox *Dentry; in Media_UpdateSample() local
1085Dentry = (GF_DataEntryURLBox*)gf_list_get(mdia->information->dataInformation->dref->child_boxes, d… in Media_UpdateSample()
1086 if (!Dentry) return GF_ISOM_INVALID_FILE; in Media_UpdateSample()
1088 if (Dentry->flags != 1) return GF_BAD_PARAM; in Media_UpdateSample()
1109 GF_DataEntryURLBox *Dentry; in Media_UpdateSampleReference() local
1126Dentry = (GF_DataEntryURLBox*)gf_list_get(mdia->information->dataInformation->dref->child_boxes, d… in Media_UpdateSampleReference()
1127 if (!Dentry) return GF_ISOM_INVALID_FILE; in Media_UpdateSampleReference()
1130 if (Dentry->flags == 1) return GF_ISOM_INVALID_MODE; in Media_UpdateSampleReference()
H A Disom_write.c962 GF_DataEntryURLBox *Dentry; in gf_isom_add_sample() local
991Dentry = (GF_DataEntryURLBox*)gf_list_get(trak->Media->information->dataInformation->dref->child_b… in gf_isom_add_sample()
992 if (!Dentry || Dentry->flags != 1) return GF_BAD_PARAM; in gf_isom_add_sample()
1034 GF_DataEntryURLBox *Dentry; in gf_isom_add_sample_shadow() local
1066Dentry = (GF_DataEntryURLBox*)gf_list_get(trak->Media->information->dataInformation->dref->child_b… in gf_isom_add_sample_shadow()
1067 if (!Dentry || Dentry->flags != 1) return GF_BAD_PARAM; in gf_isom_add_sample_shadow()
1107 GF_DataEntryURLBox *Dentry; in gf_isom_append_sample_data() local
1126Dentry = (GF_DataEntryURLBox*)gf_list_get(trak->Media->information->dataInformation->dref->child_b… in gf_isom_append_sample_data()
1127 if (!Dentry || Dentry->flags != 1) return GF_BAD_PARAM; in gf_isom_append_sample_data()
1157 GF_DataEntryURLBox *Dentry; in gf_isom_add_sample_reference() local
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/isomedia/
H A Dmedia.c1064 GF_DataEntryURLBox *Dentry; in Media_UpdateSample() local
1085Dentry = (GF_DataEntryURLBox*)gf_list_get(mdia->information->dataInformation->dref->child_boxes, d… in Media_UpdateSample()
1086 if (!Dentry) return GF_ISOM_INVALID_FILE; in Media_UpdateSample()
1088 if (Dentry->flags != 1) return GF_BAD_PARAM; in Media_UpdateSample()
1109 GF_DataEntryURLBox *Dentry; in Media_UpdateSampleReference() local
1126Dentry = (GF_DataEntryURLBox*)gf_list_get(mdia->information->dataInformation->dref->child_boxes, d… in Media_UpdateSampleReference()
1127 if (!Dentry) return GF_ISOM_INVALID_FILE; in Media_UpdateSampleReference()
1130 if (Dentry->flags == 1) return GF_ISOM_INVALID_MODE; in Media_UpdateSampleReference()
H A Disom_write.c962 GF_DataEntryURLBox *Dentry; in gf_isom_add_sample() local
991Dentry = (GF_DataEntryURLBox*)gf_list_get(trak->Media->information->dataInformation->dref->child_b… in gf_isom_add_sample()
992 if (!Dentry || Dentry->flags != 1) return GF_BAD_PARAM; in gf_isom_add_sample()
1034 GF_DataEntryURLBox *Dentry; in gf_isom_add_sample_shadow() local
1066Dentry = (GF_DataEntryURLBox*)gf_list_get(trak->Media->information->dataInformation->dref->child_b… in gf_isom_add_sample_shadow()
1067 if (!Dentry || Dentry->flags != 1) return GF_BAD_PARAM; in gf_isom_add_sample_shadow()
1107 GF_DataEntryURLBox *Dentry; in gf_isom_append_sample_data() local
1126Dentry = (GF_DataEntryURLBox*)gf_list_get(trak->Media->information->dataInformation->dref->child_b… in gf_isom_append_sample_data()
1127 if (!Dentry || Dentry->flags != 1) return GF_BAD_PARAM; in gf_isom_append_sample_data()
1157 GF_DataEntryURLBox *Dentry; in gf_isom_add_sample_reference() local
[all …]
/dports/comms/mlan3/mlan3-1.00/common/
H A Dowcache.c48 } Dentry; typedef
60 static Dentry Space[DEPTH]; // data space for page entries
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/doc/board/AndesTech/
H A Dax25-ae350.rst257 [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
438 Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/doc/board/AndesTech/
H A Dax25-ae350.rst257 [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
438 Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/doc/board/AndesTech/
H A Dax25-ae350.rst257 [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
438 Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/doc/board/AndesTech/
H A Dax25-ae350.rst257 [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
438 Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/doc/board/AndesTech/
H A Dax25-ae350.rst257 [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
438 Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/doc/board/AndesTech/
H A Dax25-ae350.rst257 [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
438 Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/doc/board/AndesTech/
H A Dax25-ae350.rst257 [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
438 Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/doc/board/AndesTech/
H A Dax25-ae350.rst257 [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
438 Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/doc/board/AndesTech/
H A Dax25-ae350.rst257 [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
438 Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
/dports/sysutils/u-boot-sopine/u-boot-2021.07/doc/board/AndesTech/
H A Dax25-ae350.rst257 [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
438 Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)

12345678910>>...19