Home
last modified time | relevance | path

Searched refs:returned (Results 1 – 25 of 636) sorted by relevance

12345678910>>...26

/external/deqp/framework/egl/
DegluCallLogWrapper.inl13 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
23 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
38 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
48 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
58 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
68 …m_log << TestLog::Message << "// " << getBooleanStr(returnValue) << " returned" << TestLog::EndMes…
78 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
88 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
98 m_log << TestLog::Message << "// " << returnValue << " returned" << TestLog::EndMessage;
108 m_log << TestLog::Message << "// " << toHex(returnValue) << " returned" << TestLog::EndMessage;
[all …]
/external/llvm/test/Transforms/DeadArgElim/
Dreturned.ll12 ; do not keep alive the return value of a function with a dead 'returned' argument
15 define internal %Ty* @test2(%Ty* returned %this) {
30 ; keep alive return value of a function if the 'returned' argument is live
31 ; CHECK-LABEL: define internal %Ty* @test4(%Ty* returned %this)
33 define internal %Ty* @test4(%Ty* returned %this) {
38 ; don't do this if 'returned' is on the call site...
51 ; ...instead, drop 'returned' form the call site
53 %5 = call %Ty* @test5(%Ty* returned %this)
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
DgUnitTestResult.java35 private String returned; // AST (toStringTree) or ST (toString) field in gUnitTestResult
48 public gUnitTestResult(boolean success, String output, String returned) { in gUnitTestResult() argument
50 this.returned = returned; in gUnitTestResult()
66 return returned; in getReturned()
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest_-a_-b.cpp.gcov15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100%
19 function _Z7uselessv called 0 returned 0% blocks executed 0%
23 function _Z12more_uselessv called 0 returned 0% blocks executed 0%
29 function _Z3foov called 2 returned 100% blocks executed 100%
36 function _Z3barv called 0 returned 0% blocks executed 0%
43 function _Z6assignii called 8 returned 100% blocks executed 100%
49 function _Z15initialize_gridv called 2 returned 100% blocks executed 100%
69 function main called 2 returned 100% blocks executed 94%
Dtest_-a_-b_-c_-u.cpp.gcov15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100%
20 function _Z7uselessv called 0 returned 0% blocks executed 0%
25 function _Z12more_uselessv called 0 returned 0% blocks executed 0%
32 function _Z3foov called 2 returned 100% blocks executed 100%
40 function _Z3barv called 0 returned 0% blocks executed 0%
48 function _Z6assignii called 8 returned 100% blocks executed 100%
55 function _Z15initialize_gridv called 2 returned 100% blocks executed 100%
82 function main called 2 returned 100% blocks executed 94%
Dtest_-a_-b_-u.cpp.gcov15 function _ZN1A1BEv called 8589934592 returned 100% blocks executed 100%
20 function _Z7uselessv called 0 returned 0% blocks executed 0%
25 function _Z12more_uselessv called 0 returned 0% blocks executed 0%
32 function _Z3foov called 2 returned 100% blocks executed 100%
40 function _Z3barv called 0 returned 0% blocks executed 0%
48 function _Z6assignii called 8 returned 100% blocks executed 100%
55 function _Z15initialize_gridv called 2 returned 100% blocks executed 100%
82 function main called 2 returned 100% blocks executed 94%
Dtest_-a_-b.h.gcov6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100%
7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
Dtest_-a_-b_-u.h.gcov6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100%
7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
Dtest_-a_-b_-c_-u.h.gcov6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100%
7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.atomic_counter.txt52 the shader. Values returned by call to atomicCounterDecrement() are
54 peforming operation. Atomic counter values returned by different atomic
58 calls returned the same value as set initially to the atomic counter.
61 call check that each value returned is unique and all values are in continuous
67 that value returned by atomicCounterIncrement()/atomicCounterDecrement() is
68 between values returned by previous and following call to atomicCounter().
72 was returned by each function. Using these counts we check that there is
77 // Minimum value returned by atomicCounterDecrement() or atomicCounterIncrement()
79 // Maximum value returned by atomicCounterDecrement() or atomicCounterIncrement()
81 // incrementCounts[value] is how many times value was returned by atomicCounterIncrement()
[all …]
/external/llvm/test/CodeGen/X86/
Dreturned-trunc-tail-calls.ll3 declare i32 @ret32(i32 returned)
4 declare i64 @ret64(i64 returned)
11 tail call i32 @ret32(i32 returned %in)
20 tail call i64 @ret64(i64 returned %val)
29 tail call i32 @ret32(i32 returned %small)
33 declare {i32, i8} @take_i32_i8({i32, i8} returned)
46 tail call {i32, i8} @take_i32_i8({i32, i8} returned %callval)
73 tail call i64 @ret64(i64 returned undef)
/external/strace/
Dmpers.awk127 returned = what_is(item)
130 if ("" != returned) {
131 printf("[%s]", returned)
149 returned = what_is(item)
151 if ("" != returned) {
152 printf("[%s]", returned)
/external/llvm/test/CodeGen/ARM/
Dreturned-trunc-tail-calls.ll3 declare i16 @ret16(i16 returned)
4 declare i32 @ret32(i32 returned)
10 tail call i16 @ret16(i16 returned %in)
18 tail call i16 @ret16(i16 returned %in)
22 declare {i32, i8} @take_i32_i8({i32, i8} returned)
35 tail call {i32, i8} @take_i32_i8({i32, i8} returned %callval)
63 tail call i32 @ret32(i32 returned undef)
/external/libunwind/doc/
Dunw_get_proc_name.tex38 However, the offset returned through \Var{offp} is always relative to
39 the returned name, which ensures that the value (address) of the
40 returned name plus the returned offset will always be equal to the
47 returned.
63 returned.
66 returned by the \Func{access\_mem}() call-back (see
/external/llvm/test/CodeGen/WebAssembly/
Dreturned.ll3 ; Test that the "returned" attribute is optimized effectively.
16 declare %class.Apple* @_ZN5AppleC1Ev(%class.Apple* returned)
30 declare i8* @memcpy(i8* returned, i8*, i32)
49 declare i32* @returns_arg(i32* returned)
/external/valgrind/memcheck/tests/
Dclientperm.stdout.exp1 m_na: returned value is -1
3 m_rm: returned value is 1
/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt33 The value returned from mDNS_Execute() is the next time (in absolute
36 scheduled query packet, etc.) Note that the time returned is an absolute
46 returned from mDNS_Execute(). After the blocking select() call returns,
56 call mDNS_Execute(), and use the value returned to set the platform
60 should call mDNS_Execute(), and use the value returned to set the
65 routine use the result returned to reset itself to fire at the right
/external/curl/tests/data/
Dtest20915 # this is returned first since we get no proxy-auth
23 # This is supposed to be returned when the server gets the second
32 # this is returned when we get a GET!
44 # then this is returned when we get proxy-auth
Dtest21315 # this is returned first since we get no proxy-auth
23 # This is supposed to be returned when the server gets the second
32 # this is returned when we get a GET!
44 # then this is returned when we get proxy-auth
Dtest26515 # this is returned first since we get no proxy-auth
25 # This is supposed to be returned when the server gets the second
34 # this is returned when we get a GET!
46 # then this is returned when we get proxy-auth
Dtest100818 # this is returned first since we get no proxy-auth
32 # This is supposed to be returned when the server gets the second
41 # this is returned when we get a GET!
53 # then this is returned when we get proxy-auth
/external/valgrind/drd/tests/
Dpth_cond_destroy_busy.stderr.exp9 First pthread_cond_destroy() call returned EBUSY.
10 Second pthread_cond_destroy() call returned success.
/external/valgrind/helgrind/tests/
Dpth_cond_destroy_busy.stderr.exp-solaris13 First pthread_cond_destroy() call returned success.
14 Second pthread_cond_destroy() call returned success.
/external/libxml2/result/
Dent7.sax21 xmlSAXUserParseFile returned error 27
17 xmlSAXUserParseFile returned error 27
Dent7.sax1 xmlSAXUserParseFile returned error 27
17 xmlSAXUserParseFile returned error 27

12345678910>>...26