HomeSort by relevance Sort by last modified time
    Searched defs:returned (Results 1 - 16 of 16) sorted by null

  /external/skia/tests/
PointTest.cpp 33 SkScalar returned = SkPoint::Normalize(&point); local
35 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(returned, oldLength));
  /libcore/support/src/test/java/tests/support/
ThrowingReader.java 53 int returned = super.read(buf, offset, count); local
54 total += returned;
55 return returned;
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 35 private String returned; // AST (toStringTree) or ST (toString) field in class:gUnitTestResult
48 public gUnitTestResult(boolean success, String output, String returned) {
50 this.returned = returned;
66 return returned;
  /external/clang/test/CodeGen/
types.c 30 struct List returned; member in struct:Village
  /external/jsilver/src/org/clearsilver/
FactoryLoader.java 76 ClearsilverFactory returned = clearsilverFactory; local
78 return returned;
  /external/libogg/include/ogg/
ogg.h 57 long body_returned; /* elements of fill returned */
109 int returned; member in struct:__anon10714
  /external/qemu/block/
raw-win32.c 71 DWORD returned; local
73 NULL, 0, NULL, 0, &returned, NULL);
  /external/harfbuzz_ng/src/
hb-private.hh 710 static inline void _hb_warn_no_return (bool returned)
712 if (unlikely (!returned)) {
713 fprintf (stderr, "OUCH, returned with no call to TRACE_RETURN. This is a bug, please report.\n");
717 inline void _hb_warn_no_return<hb_void_t> (bool returned HB_UNUSED)
727 ...) : plevel (plevel_), what (what_), obj (obj_), returned (false)
738 _hb_warn_no_return<ret_t> (returned);
739 if (!returned) {
747 if (unlikely (returned)) {
757 returned = true;
765 bool returned; member in struct:hb_auto_trace_t
    [all...]
  /external/chromium/base/
file_util_unittest.cc 79 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";
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 1869 int32_t returned = calendar->getActualMaximum(field, status); local
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
DomTest.java 1523 Node returned = menu.appendChild(fragment); local
1544 Node returned = menu.replaceChild(fragment, item); local
    [all...]
  /external/v8/src/
api.cc 3529 i::Handle<i::Object> returned = local
3550 i::Handle<i::Object> returned = local
3563 i::Handle<i::Object> returned = local
3590 i::Handle<i::Object> returned = local
3611 i::Handle<i::Object> returned = local
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 354 milliseconds