HomeSort by relevance Sort by last modified time
    Searched full:returning (Results 1 - 25 of 2672) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/039-join-main/
expected.txt 3 JoinMain starter returning
  /external/clang/test/SemaObjC/
attr-malloc.m 4 - (id) test1 __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
13 __attribute((malloc)) id (*f)(); // expected-warning {{functions returning a pointer type}}
14 __attribute((malloc)) bptr (*g)(); // expected-warning {{functions returning a pointer type}}
15 __attribute((malloc)) void *(^h)(); // expected-warning {{functions returning a pointer type}}
property-ns-returns-not-retained-attr.m 11 - (id) newName2; // expected-warning {{property declared as returning non-retained objects; getter returning retained objects}}
incompatible-protocol-qualified-types.m 25 return p2; // expected-warning {{incompatible pointer types returning 'INTF<MyProto1> *' from a function with result type 'INTF<MyProto1,MyProto2> *'}}
32 return p2; // expected-warning {{incompatible pointer types returning 'INTF<MyProto2> *' from a function with result type 'INTF<MyProto1> *'}}
ivar-lookup-resolution-builtin.m 33 // expected-warning {{incompatible pointer to integer conversion returning}}
37 return index; // expected-warning {{incompatible pointer to integer conversion returning}}
protocol-id-test-3.m 33 return p2; // expected-warning {{returning 'id<MyProto1>' from a function with incompatible result type 'id<MyProto1,MyProto2>'}}
40 return p2; // expected-warning {{returning 'id<MyProto2>' from a function with incompatible result type 'id<MyProto1>'}}
65 return p2; // expected-warning {{returning 'id<MyProto1>' from a function with incompatible result type 'INTF<MyProto1,MyProto2> *'}}
70 return p2; // expected-warning {{returning 'id<MyProto2>' from a function with incompatible result type 'INTF<MyProto1> *'}}
block-explicit-return-type.m 69 // intent: block taking int returning block that takes char,int and returns int
74 block = ^(double x){ return ^(char c, short y) { return one + c + y; };}; // expected-error {{returning block that lives on the local stack}}
76 block = ^(double x){ return ^(char c, short y) { return one + (int)c + y; };}; // expected-error {{returning block that lives on the local stack}}
  /external/webkit/LayoutTests/platform/android-v8/storage/
transaction-error-callback-expected.txt 4 Testing transaction failing mid-way and error callback returning true : SUCCESS
6 Testing statement callback throwing exception and error callback returning true : SUCCESS
7 Testing statement callback throwing exception and error callback returning false : SUCCESS
  /external/webkit/LayoutTests/storage/
transaction-error-callback-expected.txt 4 Testing transaction failing mid-way and error callback returning true : SUCCESS
6 Testing statement callback throwing exception and error callback returning true : SUCCESS
7 Testing statement callback throwing exception and error callback returning false : SUCCESS
  /external/clang/test/Sema/
conditional.c 9 return (1 ? free(0) : _efree(0)); // expected-error {{returning 'void' from a function with incompatible result type 'int'}}
13 return (1 ? _efree(0) : free(0)); // expected-error {{returning 'void' from a function with incompatible result type 'int'}}
attr-malloc.c 9 int no_vars __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
11 void returns_void (void) __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
12 int returns_int (void) __attribute((malloc)); // expected-warning {{functions returning a pointer type}}
17 __attribute((malloc)) void *(*f)(); // expected-warning{{'malloc' attribute only applies to functions returning a pointer type}}
18 __attribute((malloc)) int (*g)(); // expected-warning{{'malloc' attribute only applies to functions returning a pointer type}}
  /external/clang/test/Analysis/
stackaddrleak.c 7 p = str; // expected-warning{{Address of stack memory associated with local variable 'str' is still referred to by the global variable 'p' upon returning to the caller. This will be a dangling reference}}
17 p = (const char *) __builtin_alloca(12); // expected-warning{{Address of stack memory allocated by call to alloca() on line 17 is still referred to by the global variable 'p' upon returning to the caller. This will be a dangling reference}}
33 b = &x; // expected-warning{{Address of stack memory associated with local variable 'x' is still referred to by the global variable 'a' upon returning}} expected-warning{{Address of stack memory associated with local variable 'x' is still referred to by the global variable 'b' upon returning}}
stack-block-returned.cpp 8 return qq; // expected-error {{returning block that lives on the local stack}}
  /external/clang/test/CodeGen/
2006-05-19-SingleEltReturn.c 1 // Test returning a single element aggregate value containing a double.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
bindings.c 9 /* printd - printf that takes a double prints it as "%f\n", returning 0. */
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
bindings.c 9 /* printd - printf that takes a double prints it as "%f\n", returning 0. */
  /external/llvm/test/Assembler/
2002-07-25-ReturnPtrFunction.ll 1 ; Test that returning a pointer to a function causes the disassembler to print
vector-select.ll 2 ; rudimentary test of select on vectors returning vector of bool
  /external/webkit/LayoutTests/fast/dom/Selection/
getRangeAt-expected.txt 1 Test to make sure that getRangeAt does not modify the range when returning it.
  /cts/tests/tests/jni/src/android/jni/cts/
JniInstanceTest.java 35 * Test a simple no-op and void-returning method call.
42 * Test a simple value-returning (but otherwise no-op) method call.
49 * Test a simple value-returning (but otherwise no-op) method call.
56 * Test a simple value-returning (but otherwise no-op) method call.
63 * Test a simple value-returning (but otherwise no-op) method call.
70 * Test a simple value-returning (but otherwise no-op) method call.
77 * Test a simple value-returning (but otherwise no-op) method call.
84 * Test a simple value-returning (but otherwise no-op) method call.
91 * Test a simple value-returning (but otherwise no-op) method call.
98 * Test a simple value-returning (but otherwise no-op) method call
    [all...]
JniStaticTest.java 28 * Test a simple no-op and void-returning method call.
35 * Test a simple value-returning (but otherwise no-op) method call.
42 * Test a simple value-returning (but otherwise no-op) method call.
49 * Test a simple value-returning (but otherwise no-op) method call.
56 * Test a simple value-returning (but otherwise no-op) method call.
63 * Test a simple value-returning (but otherwise no-op) method call.
70 * Test a simple value-returning (but otherwise no-op) method call.
77 * Test a simple value-returning (but otherwise no-op) method call.
84 * Test a simple value-returning (but otherwise no-op) method call.
91 * Test a simple value-returning (but otherwise no-op) method call
    [all...]
  /dalvik/dx/tests/051-dex-explicit-null/
info.txt 3 returning a null.
  /external/clang/test/CXX/except/except.spec/
p2-places.cpp 23 // Function returning function with spec
26 // Ultimate parser thrill: function with spec returning function with spec and
37 // Pointer to function returning pointer to pointer to function with spec
  /external/stlport/src/
sparc_atomic64.s 20 ! returning
39 ! returning
59 ! returning
  /ndk/sources/cxx-stl/stlport/src/
sparc_atomic64.s 20 ! returning
39 ! returning
59 ! returning

Completed in 504 milliseconds

1 2 3 4 5 6 7 8 91011>>