| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/struct/ |
| H A D | err.D_DECL_COMBO.StructWithoutColon.d | 41 int position; 46 int position; 52 int position; 63 rec.position = 1; 66 pir.position = 2; 69 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d", 70 rec.content, rec.position, pir.content, pir.position);
|
| H A D | err.D_DECL_COMBO.StructWithoutColon1.d | 41 int position; 47 int position; 57 rec.position = 1; 60 pir.position = 2; 63 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d", 64 rec.content, rec.position, pir.content, pir.position);
|
| H A D | err.D_DECL_INCOMPLETE.order.d | 43 int position; 48 int position; 58 rec.position = 2; 61 pir.position = 26; 64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d", 65 rec.content, rec.position, pir.content, pir.position);
|
| H A D | err.D_DECL_INCOMPLETE.circular.d | 43 int position; 50 int position; 59 rec.position = 0; 61 printf("rec.position: %d\nrec.content: %c\n", 62 rec.position, rec.content);
|
| H A D | err.D_DECL_INCOMPLETE.recursive.d | 40 int position; 49 r1.position = 1; 52 r2.position = 2; 55 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content); 56 printf("r2.position: %d\nr2.content: %c\n", r2.position, r2.content);
|
| H A D | err.D_ADDROF_VAR.StructPointer.d | 40 int position; 50 var.position = 1; 55 printf("ptr->position: %d\tptr->content: %c\n", 56 ptr->position, ptr->content);
|
| H A D | err.D_DECL_INCOMPLETE.simple.d | 43 int position; 52 rec.position = 0; 54 printf("rec.position: %d\nrec.content: %c\n", 55 rec.position, rec.content);
|
| H A D | err.D_PROTO_ARG.DupStructAssoc.d | 41 int position; 46 int position; 57 r1.position = 1; 60 r2.position = 2; 63 p1.position = 1; 66 p2.position = 2;
|
| H A D | tst.StructAssoc.d | 42 int position; 51 r1.position = 1; 54 r2.position = 1;
|
| H A D | err.D_DECL_INCOMPLETE.order2.d | 46 int position; 79 OMost.OMore.O.I.IMore.IMost.position = 5; 91 printf("OMost.OMore.O.I.IMore.IMost.position: %d\n", 92 OMost.OMore.O.I.IMore.IMost.position); 104 (5 != OMost.OMore.O.I.IMore.IMost.position)
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/union/ |
| H A D | err.D_DECL_COMBO.UnionWithoutColon.d | 41 int position; 47 int position; 58 rec.position = 1; 61 pir.position = 2; 64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d", 65 rec.content, rec.position, pir.content, pir.position);
|
| H A D | err.D_DECL_COMBO.UnionWithoutColon1.d | 41 int position; 47 int position; 57 rec.position = 1; 60 pir.position = 2; 63 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d", 64 rec.content, rec.position, pir.content, pir.position);
|
| H A D | err.D_DECL_INCOMPLETE.order.d | 43 int position; 48 int position; 58 rec.position = 2; 61 pir.position = 26; 64 "rec.content: %c\nrec.position: %d\npir.content: %c\npir.position: %d", 65 rec.content, rec.position, pir.content, pir.position);
|
| H A D | err.D_DECL_INCOMPLETE.circular.d | 42 int position; 49 int position; 58 rec.position = 0; 61 "rec.position: %d\nrec.content: %c\n", rec.position, rec.content);
|
| H A D | err.D_DECL_INCOMPLETE.recursive.d | 40 int position; 49 r1.position = 1; 52 r2.position = 2; 55 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content); 56 printf("r2.position: %d\nr2.content: %c\n", r2.position, r2.content);
|
| H A D | err.D_ADDROF_VAR.UnionPointer.d | 40 int position; 51 var.position = 1; 56 printf("ptr->position: %d\tptr->content: %c\n", 57 ptr->position, ptr->content);
|
| H A D | err.D_DECL_INCOMPLETE.simple.d | 42 int position; 51 rec.position = 0; 53 printf("rec.position: %d\nrec.content: %c\n", 54 rec.position, rec.content);
|
| H A D | err.D_PROTO_ARG.DupUnionAssoc.d | 41 int position; 46 int position; 57 r1.position = 1; 60 r2.position = 2; 63 p1.position = 1; 66 p2.position = 2;
|
| H A D | tst.UnionAssoc.d | 42 int position; 51 r1.position = 1; 54 r2.position = 1;
|
| H A D | tst.UnionInside.d | 39 int position; 72 OMost.OMore.O.I.IMore.IMost.position = 5;
|
| /vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/ |
| H A D | UIMachineWindowNormal.h | 46 void sltNormalizeGeometry() { normalizeGeometry(true /* adjust position */); } 63 void sltHandleMenuBarContextMenuRequest(const QPoint &position); 69 void sltHandleStatusBarContextMenuRequest(const QPoint &position); 71 void sltHandleIndicatorContextMenuRequest(IndicatorType indicatorType, const QPoint &position);
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/ |
| H A D | tst.index.d | 35 int position; 92 command[i + k].position = -400; 98 command[i + k].position = -1; 104 command[i + k].position = 0; 110 command[i + k].position = strlen(command[j].str) / 2; 116 command[i + k].position = strlen(command[j].str); 122 command[i + k].position = strlen(command[j].str) + 1; 128 command[i + k].position = strlen(command[j].str) + 2; 134 command[i + k].position = 400; 187 command[i].substr, command[i].position); [all...] |
| /vbox/src/libs/xpcom18a4/nsprpub/tools/ |
| H A D | tail.c | 73 PRUint32 position = 0, seek = 0, time = 0; local 130 position = PR_Seek(file, (fileInfo.size - seek), PR_SEEK_SET); 131 if (-1 == (PRInt32)position) 132 PL_FPrintError(err, "Cannot seek to starting position"); 137 while (position < fileInfo.size) 139 PRInt32 read, bytes = fileInfo.size - position; 144 position += read;
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
| H A D | bigfile2.c | 55 PRInt64 offset, position; local 72 position = PR_Seek64(fd, offset, PR_SEEK_SET); 73 if (!LL_GE_ZERO(position)) { 77 PR_ASSERT(LL_EQ(position, offset));
|
| H A D | bigfile3.c | 54 PRInt64 offset, position; local 98 position = PR_Seek64(fd, offset, PR_SEEK_SET); 99 if (!LL_GE_ZERO(position)) { 103 PR_ASSERT(LL_EQ(position, offset));
|