/external/deqp/framework/egl/ |
D | egluCallLogWrapper.inl | 13 …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/ |
D | returned.ll | 12 ; 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/llvm/test/tools/llvm-cov/Inputs/ |
D | test_-a_-b.cpp.gcov | 15 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%
|
D | test_-a_-b_-u.cpp.gcov | 15 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%
|
D | test_-a_-b_-c_-u.cpp.gcov | 15 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%
|
D | test_-a_-b.h.gcov | 6 function _ZN1AC1Ev called 2 returned 100% blocks executed 100% 7 function _ZN1AC2Ev called 2 returned 100% blocks executed 100%
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
D | gUnitTestResult.java | 35 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/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.atomic_counter.txt | 52 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/ |
D | 1-2.c | 34 static int returned; variable 50 returned = 1; in a_thread_func() 66 if (returned == 1) { in main() 80 if (returned != 1) { in main()
|
/external/llvm/test/CodeGen/X86/ |
D | returned-trunc-tail-calls.ll | 3 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/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCallingConv.td | 23 // i32 are returned in registers V0, V1, A0, A1 26 // f32 are returned in registers F0, F2 29 // f64 are returned in register D0, D1 69 // i32 are returned in registers V0, V1 72 // i64 are returned in registers V0_64, V1_64 75 // f32 are returned in registers F0, F2 78 // f64 are returned in registers D0, D2 114 // i32 are returned in registers V0, V1 117 // f32 are returned in registers F0, F1 120 // f64 are returned in register D0
|
/external/llvm/test/CodeGen/ARM/ |
D | returned-trunc-tail-calls.ll | 3 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)
|
D | interval-update-remat.ll | 114 …MockReadWritejS1_j(%class.StaticSocketDataProvider.6.231.281.1306.2331* returned, %struct.MockRead… 118 …80.1305.2330* @_ZN11MockConnectC1Ev(%struct.MockConnect.5.230.280.1305.2330* returned) unnamed_addr 120 …estCompletionCallbackC1Ev(%class.TestCompletionCallback.9.234.284.1309.2334* returned) unnamed_addr 124 …335* @_ZN12AssertHelperC1EPKc(%class.AssertHelper.10.235.285.1310.2335* returned, i8*) unnamed_addr 128 ….13.238.288.1313.2338* @_ZN7MessageC1Ev(%class.Message.13.238.288.1313.2338* returned) unnamed_addr 130 ….1310.2335* @_ZN12AssertHelperD1Ev(%class.AssertHelper.10.235.285.1310.2335* returned) unnamed_addr 142 …95.1320.2345* @_ZN11BoundNetLogD1Ev(%class.BoundNetLog.20.245.295.1320.2345* returned) unnamed_addr 144 …319.2344* @_ZN13scoped_refptrD1Ev(%class.scoped_refptr.19.244.294.1319.2344* returned) unnamed_addr 146 …baseD2Ev(%"class.(anonymous namespace)::__vector_base.21.246.296.1321.2346"* returned) unnamed_addr 154 …eamD2Ev(%"class.(anonymous namespace)::basic_iostream.22.247.297.1322.2347"* returned) unnamed_addr [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/ |
D | 3-2.c | 98 int returned = 0; variable 131 returned = 0; in deadlk_issue() 133 returned = 1; in deadlk_issue() 301 if (returned == 0) in main() 317 tab_res[i][1] = returned; in main()
|
D | 1-2.c | 92 int returned = 0; variable 125 returned = 0; in deadlk_issue() 127 returned = 1; in deadlk_issue() 308 if (returned == 0) in main() 324 tab_res[i][1] = returned; in main()
|
/external/libunwind/doc/ |
D | unw_get_proc_name.tex | 38 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/e2fsprogs/lib/ext2fs/ |
D | tst_bitmaps_exp | 43 ext2fs_find_first_zero_block_bitmap2() returned No such file or directory 47 ext2fs_find_first_set_block_bitmap2() returned Invalid argument 49 ext2fs_find_first_set_block_bitmap2() returned Invalid argument 53 ext2fs_find_first_set_block_bitmap2() returned No such file or directory 55 ext2fs_find_first_set_block_bitmap2() returned No such file or directory 59 ext2fs_find_first_set_block_bitmap2() returned Invalid argument 109 ext2fs_find_first_zero_inode_bitmap2() returned No such file or directory 113 ext2fs_find_first_set_inode_bitmap2() returned Invalid argument 115 ext2fs_find_first_set_inode_bitmap2() returned Invalid argument 121 ext2fs_find_first_set_inode_bitmap2() returned No such file or directory [all …]
|
/external/mockito/src/main/java/org/mockito/internal/creation/bytebuddy/ |
D | MockMethodAdvice.java | 57 …tatic void exit(@Advice.Return(readOnly = false, typing = Assigner.Typing.DYNAMIC) Object returned, in exit() 60 returned = mocked.call(); in exit() 187 private final Object returned; field in MockMethodAdvice.ReturnValueWrapper 189 private ReturnValueWrapper(Object returned) { in ReturnValueWrapper() argument 190 this.returned = returned; in ReturnValueWrapper() 195 return returned; in call()
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | returned.ll | 3 ; 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/syslinux/gpxe/src/doc/ |
D | pxe_extensions | 9 returned in AX. The status field in the parameter 49 returned in AX. The status field in the parameter 82 returned in AX. The status field in the parameter 121 returned in AX. The status field in the parameter 126 and PXENV_STATUS_SUCCESS is returned if a data block 129 returned if no data is available to transfer; any 171 returned in AX. The status field in the parameter 207 returned in AX. The Status field in the parameter 242 returned in AX. The Status field in the parameter 292 returned in AX. The Status field in the parameter
|
/external/python/cpython2/Doc/library/ |
D | email.util.rst | 29 fails, in which case a 2-tuple of ``('', '')`` is returned. 37 second element is returned unmodified. 42 This method returns a list of 2-tuples of the form returned by ``parseaddr()``. 43 *fieldvalues* is a sequence of header field values as might be returned by 63 :func:`time.mktime`; otherwise ``None`` will be returned. Note that indexes 6, 73 has no timezone, the last element of the tuple returned is ``None``. Note that 79 Turn a 10-tuple as returned by :func:`parsedate_tz` into a UTC 123 neither is given, *s* is returned as-is. If *charset* is given but *language* 139 a tuple, it should be a string and it is returned unquoted.
|
D | platform.rst | 33 returned as strings. 35 Values that cannot be determined are returned as given by the parameter presets. 58 Returns the machine type, e.g. ``'i386'``. An empty string is returned if the 65 string is returned if the value cannot be determined. 89 An empty string is returned if the value cannot be determined. Note that many 131 Note that unlike the Python ``sys.version``, the returned value will always 139 Note that unlike the Python ``sys.version``, the returned value will always 146 returned if the value cannot be determined. 152 empty string is returned if the value cannot be determined. 165 returned if the value cannot be determined. [all …]
|
D | aepack.rst | 68 AppleEvent data types (integer, text, float) are returned as their obvious 69 Python counterparts. Apple Event lists are returned as Python lists, and the 71 document 1``) are returned as instances of :class:`aetypes.ObjectSpecifier`, 73 type typeFSS are returned as :class:`FSSpec` objects. AppleEvent record 74 descriptors are returned as Python dictionaries, with 4-character string keys
|
/external/valgrind/memcheck/tests/ |
D | clientperm.stdout.exp | 1 m_na: returned value is -1 3 m_rm: returned value is 1
|
/external/mdnsresponder/mDNSCore/ |
D | Implementer Notes.txt | 33 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
|