Searched refs:expected (Results 201 - 219 of 219) sorted by relevance

123456789

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose2.ksh30 echo expected one argument: '<'dtrace-path'>'
/vbox/src/libs/libxml2-2.6.31/vms/
H A Dbuild_libxml.com28 $!- compile command. If p1="nowarn" suppress the expected warning types
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DnsIFileTest.cpp348 const char *expected)
401 rv = expectedFile->InitWithNativePath(nsDependentCString(expected));
347 NormalizeTest(const char *testPath, int moveUpCount, const char *expected) argument
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-cpu-a20-1.asm106 db 'Initial A20 state is enabled, expected disabled', 10, 13, 0
189 db '2402h -> AX=%RX16 expected %RX16', 10, 13, 0
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c134 ResultFailed( char *what, char *how, PRInt64 expected, PRInt64 got) argument
139 PR_fprintf(output, "Expected: 0x%llx Got: 0x%llx\n", expected, got );
553 /* [lth.] This did not behave as expected, but it is correct
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dbigint_test.c202 * @v expected Big integer expected result
204 #define bigint_add_ok( addend, value, expected ) do { \
207 static const uint8_t expected_raw[] = expected; \
236 * @v expected Big integer expected result
238 #define bigint_subtract_ok( subtrahend, value, expected ) do { \
241 static const uint8_t expected_raw[] = expected; \
269 * @v expected Big integer expected resul
[all...]
H A Dhash_df_test.c45 /** Define inline expected data */
57 const void *expected; member in struct:hash_df_test
58 /** Length of expected output data */
78 .expected = name ## _expected, \
840 ok ( memcmp ( (test)->expected, output, \
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/TargetTool/
H A DTargetTool.py185 \n Set replace the default configuration with expected value specified by option."
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c2230 dnerror((yyvsp[(1) - (1)].l_node), D_SYNTAX, "expected predicate and/"
2247 dnerror((yyvsp[(3) - (4)].l_node), D_SYNTAX, "expected actions { } following "
/vbox/src/VBox/VMM/VMMRC/
H A DVMMRCA.asm130 ; Load special register set expected upon faults.
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1A.asm176 ; @param 3 The valued expected at the location.
278 ; @param 1 The status flags that are expected to be set afterwards.
309 ; @param 1 The status flags that are expected to be set afterwards.
364 ; @param 2 The status flags that are expected to be set afterwards.
1026 ; check that repne scasb (al=0) behaves like expected.
1035 ; check that repe scasb (al=0) behaves like expected.
/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py608 self._writeOutput('%s: %s: Warning: httplib.IncompleteRead: %s [expected %s, got %s]'
609 % (utils.getTimePrefix(), sOperation, oXcpt, oXcpt.expected, len(oXcpt.partial),));
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c2538 "AttValue: \" expected\n", NULL, NULL);
2546 "AttValue: ' expected\n", NULL, NULL);
2604 " or ' expected\n", NULL, NULL);
2653 "PubidLiteral \" or ' expected\n", NULL, NULL);
2945 "ParsePI: PI %s space expected\n", target, NULL);
3657 "End tag : expected '>'\n", NULL, NULL);
H A Dxmlschemas.c2646 /* FIXME, TODO: What is the max expected string length of the
3087 const char *expected,
3138 if (expected) {
3140 msg = xmlStrcat(msg, BAD_CAST expected);
5997 int min, int max, int def, const char *expected)
6013 NULL, (xmlNodePtr) attr, NULL, expected,
6027 NULL, (xmlNodePtr) attr, NULL, expected,
6044 NULL, (xmlNodePtr) attr, NULL, expected,
6062 int min, int max, int def, const char *expected)
6079 NULL, (xmlNodePtr) attr, NULL, expected,
3082 xmlSchemaPSimpleTypeErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem ATTRIBUTE_UNUSED, xmlNodePtr node, xmlSchemaTypePtr type, const char *expected, const xmlChar *value, const char *message, const xmlChar *str1, const xmlChar *str2) argument
5996 xmlGetMaxOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int min, int max, int def, const char *expected) argument
6061 xmlGetMinOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int min, int max, int def, const char *expected) argument
[all...]
H A Dparser.c324 errmsg = "EntityValue: \" or ' expected\n";
330 errmsg = "EntityValue: \" or ' expected\n";
333 errmsg = "AttValue: \" or ' expected\n";
339 errmsg = "SystemLiteral \" or ' expected\n";
342 errmsg = "Unfinished System or Public ID \" or ' expected\n";
363 errmsg = "NOTATION: Name expected here\n";
378 errmsg = "NmToken expected in ATTLIST enumeration\n";
384 errmsg = "MixedContentDecl : '|' or ')*' expected\n";
387 errmsg = "MixedContentDecl : '#PCDATA' expected\n";
390 errmsg = "ContentDecl : Name or '(' expected\
[all...]
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddGuestCtrl.py877 # Directory creation failed, which was the expected result.
953 reporter.error('Test #%d failed: Got exit status + code %d,%d, expected %d,%d' % \
962 reporter.error('Test #%d failed: Got buffer\n%s (%ld bytes), expected\n%s (%ld bytes)' %
970 reporter.error('Test #%d failed: Got no buffer data, expected\n%s (%dbytes)' %
975 reporter.error('Test #%d failed: Got %ld stdout data, expected %ld'
979 reporter.error('Test #%d failed: Got %s, expected %s' % (i, fRc, oRes.fRc));
1125 reporter.error('Test #%d failed: Session creation failed: Got %s, expected True' % (i, fRc2));
1132 reporter.error('Test #%d failed: Initial session environment has %d vars, expected 0' % (i, len(curEnv)));
1153 reporter.error('Test #%d failed: Session environment has %d vars, expected %d' \
1164 reporter.error('Test #%d failed: Got environment variable "%s", expected "
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 128 milliseconds

123456789