Searched defs:returned (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitTestResult.java35 private String returned; // AST (toStringTree) or ST (toString) field in class:gUnitTestResult
48 public gUnitTestResult(boolean success, String output, String returned) { argument
50 this.returned = returned;
66 return returned;
/external/skia/tests/
H A DPointTest.cpp31 SkScalar returned = SkPoint::Normalize(&point); local
33 REPORTER_ASSERT(reporter, returned == oldLength);
/external/clang/test/CodeGen/
H A Dtypes.c30 struct List returned; member in struct:Village
/external/libogg/include/ogg/
H A Dogg.h57 long body_returned; /* elements of fill returned */
109 int returned; member in struct:__anon7998
/external/qemu/block/
H A Draw-win32.c71 DWORD returned; local
73 NULL, 0, NULL, 0, &returned, NULL);
/external/chromium/base/
H A Dfile_util_unittest.cc79 DWORD returned; local
93 NULL, 0, &returned, NULL)) {
102 DWORD returned; local
106 &returned, NULL)) {
140 // The file should not be returned twice.
142 << "Same file returned twice";
/external/icu4c/test/intltest/
H A Dcalregts.cpp1826 int32_t returned = calendar->getActualMaximum(field, status); local
1830 " getActualMaximum(WEEK_OF_MONTH, status) = " + returned +
1832 ((returned == expected) ? " ok" : " FAIL"));
1834 if (returned != expected) {
2169 errln((UnicodeString)"FAIL: setTime returned error code " + u_errorName(status));
2180 " returned error code " + u_errorName(status));
2185 errln((UnicodeString)"FAIL: getTime returned error code " + u_errorName(status));
2805 dataerrln((UnicodeString)"FAIL: wrong date after add: expected=" + expected + " returned=" + t);
/external/v8/src/
H A Dapi.cc3529 i::Handle<i::Object> returned = local
3532 return Utils::ToLocal(scope.CloseAndEscape(returned));
3550 i::Handle<i::Object> returned = local
3554 i::Handle<i::JSObject>::cast(returned)));
3563 i::Handle<i::Object> returned = local
3567 return Utils::ToLocal(scope.CloseAndEscape(returned));
3590 i::Handle<i::Object> returned = local
3593 return scope.Close(Utils::ToLocal(i::Handle<i::JSObject>::cast(returned)));
3611 i::Handle<i::Object> returned = local
3614 raw_result = *returned;
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 263 milliseconds