Searched refs:returned (Results 1 - 25 of 139) sorted by last modified time

123456

/external/valgrind/main/drd/tests/
H A Dpth_cond_destroy_busy.stderr.exp9 First pthread_cond_destroy() call returned EBUSY.
10 Second pthread_cond_destroy() call returned success.
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S14 # offsets into the results returned by the uname syscall
22 # offset into the results returned by the sysinfo syscall
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S12 # offsets into the results returned by the uname syscall
20 # offset into the results returned by the sysinfo syscall
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S11 # offsets into the results returned by the uname syscall
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dll.S13 # offsets into the results returned by the uname syscall
21 # offset into the results returned by the sysinfo syscall
/external/valgrind/main/helgrind/tests/
H A Dpth_cond_destroy_busy.stderr.exp47 First pthread_cond_destroy() call returned EBUSY.
48 Second pthread_cond_destroy() call returned success.
/external/valgrind/main/memcheck/tests/
H A Dclientperm.stdout.exp1 m_na: returned value is -1
3 m_rm: returned value is 1
/external/sqlite/dist/orig/
H A Dsqlite3.c237 ** verify that values returned by these interfaces match the macros in
276 ** prefix is omitted from any strings returned by
458 ** on error message strings returned through the 5th parameter of
1223 ** is not large enough, [SQLITE_CANTOPEN] should be returned. Since this is
1517 ** xRealloc is always a value returned by a prior call to xRoundup.
1896 ** when the "current value" returned by
1960 ** But once the trigger or virtual table method ends, the value returned
1965 ** successful [INSERT] and does not change the value returned by this
1983 ** then the value returned by [sqlite3_last_insert_rowid()] is
2031 ** However, the number returned doe
[all...]
/external/sqlite/dist/
H A Dsqlite3.c237 ** verify that values returned by these interfaces match the macros in
276 ** prefix is omitted from any strings returned by
458 ** on error message strings returned through the 5th parameter of
1223 ** is not large enough, [SQLITE_CANTOPEN] should be returned. Since this is
1517 ** xRealloc is always a value returned by a prior call to xRoundup.
1896 ** when the "current value" returned by
1960 ** But once the trigger or virtual table method ends, the value returned
1965 ** successful [INSERT] and does not change the value returned by this
1983 ** then the value returned by [sqlite3_last_insert_rowid()] is
2031 ** However, the number returned doe
[all...]
/external/skia/tests/
H A DPointTest.cpp31 SkScalar returned = SkPoint::Normalize(&point); local
33 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(returned, oldLength));
/external/qemu/block/
H A Draw-win32.c71 DWORD returned; local
73 NULL, 0, NULL, 0, &returned, NULL);
/external/qemu/distrib/jpeg-6b/
H A Djmemdosa.asm280 mov cx,bx ; save returned BX for a sec
314 mov di,000ah ; check offs 10 in returned seg
361 mov cx,bx ; save returned BX for a sec
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s6 ; function calls. Thus the 64-bit return values are returned
/external/oprofile/events/mips/1004K/
H A Devents96 event:0x3e counters:0 um:zero minimum:500 name:READ_RESPONSE_LATENCY : 62-0 Read latency from miss detection until critical dword of response is returned
/external/oprofile/events/mips/34K/
H A Devents88 event:0x3e counters:0 um:zero minimum:500 name:READ_RESPONSE_LATENCY : 62-0 Read latency from miss detection until critical dword of response is returned
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DURLParser.java827 System.out.println("uri type returned " + uri.getClass().getName());
/external/mesa3d/docs/
H A DMESA_set_3dfx_mode.spec64 GL_TRUE is returned if <mode> is valid and the operation completed
65 normally. GL_FALSE is returned if <mode> is invalid or if the Glide
H A DMESA_swap_frame_usage.spec162 last missed frame is returned in the location pointed to by
174 If these functions are successful, zero is returned. If the context
176 GLX_BAD_CONTEXT is returned.
180 If the function succeeds, zero is returned. If the function
181 fails, one of the following error codes is returned:
H A DMESA_texture_array.spec690 and/or returned as a series of two-dimensional textures stored
696 image data are provided or returned, as in the
H A DMESA_texture_signed_rgba.spec179 SIGNED_NORMALIZED, which will be returned accordingly. This is the
H A DWL_bind_wayland_display.spec110 If eglQueryWaylandBufferWL succeeds, the returned value will be
112 EGL_TEXTURE_Y_UV_WL, EGL_TEXTURE_Y_XUXV_WL. The value returned
117 how those components map to the rgba value returned by the
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec226 The current value of the named variable is returned as four
/external/llvm/tools/lli/
H A Dlli.cpp648 errs() << "ERROR: exit(" << Result << ") returned!\n";
/external/llvm/test/Bindings/Ocaml/
H A Dexecutionengine.ml109 (* Demonstrate that a garbage pointer wasn't returned. *)
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli828 None is returned if this is not an integer constant, or bitwidth exceeds 64.
1250 global variable already exists, it is returned. If the type of the existing
1251 global differs, then a bitcast to [ty] is returned. *)
1256 [addrspace]. If such a global variable already exists, it is returned. If
1258 returned. *)
1387 it is returned. If the type of the existing function differs, then a bitcast
1388 to [ty] is returned. *)

Completed in 569 milliseconds

123456