Searched refs:returned (Results 51 - 75 of 139) sorted by relevance

123456

/external/libogg/include/ogg/
H A Dogg.h57 long body_returned; /* elements of fill returned */
109 int returned; member in struct:__anon24530
/external/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex54 below is returned.
72 returned by the \Func{access\_mem}() call-back (see
H A Dunw_getcontext.tex43 Otherwise, a value of -1 is returned.
H A Dunw_is_signal_frame.tex37 returned.
H A Dunw_init_local.tex50 returned.
H A Dunw_init_remote.tex45 returned.
H A Dunw_set_caching_policy.tex52 returned.
H A Dlibunwind-ptrace.tex75 as the only argument. The returned void-pointer then needs to be
85 void-pointer that was returned by the corresponding call to
H A Dunw_get_proc_info.tex88 returned.
106 returned by the \Func{access\_mem}() call-back (see
/external/llvm/lib/Support/Unix/
H A DProcess.inc121 // the value returned by mallinfo in the arena field.
/external/qemu/block/
H A Draw-win32.c71 DWORD returned; local
73 NULL, 0, NULL, 0, &returned, NULL);
/external/libogg/src/
H A Dframing.c522 returned are to static buffers; do not free. The returned buffers are
549 Pages are returned (pointers into the buffer in ogg_sync_state)
590 /* first, clear out any space that has been previously returned */
591 if(oy->returned){
592 oy->fill-=oy->returned;
594 memmove(oy->data,oy->data+oy->returned,oy->fill);
595 oy->returned=0;
637 unsigned char *page=oy->data+oy->returned;
639 long bytes=oy->fill-oy->returned;
[all...]
/external/chromium_org/cc/resources/
H A Dresource_provider.cc1322 ReturnedResource& returned = sorted_resources[i].first; local
1327 CHECK_GE(resource->exported_count, returned.count);
1328 resource->exported_count -= returned.count;
1329 resource->lost |= returned.lost;
1341 if (returned.sync_point) {
1345 GLC(gl, gl->WaitSyncPointCHROMIUM(returned.sync_point));
1348 resource->mailbox.set_sync_point(returned.sync_point);
1501 ReturnedResource returned; local
1502 returned.id = child_id;
1503 returned
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dobject.pxd80 # result of the comparison is returned in result. Returns -1 on
88 # returned is undefined; use PyErr_Occurred() to detect an
246 # returned. On error, -1 is returned. This is the equivalent to
265 # an integer or long integer, its value is returned. If not, the
267 # return an integer or long integer, which is returned as the file
277 # active then NULL is returned but PyErr_Occurred() will return
H A Dexc.pxd70 # Under certain circumstances, the values returned by
144 # library function has returned an error and set the C variable
166 # returned by a call to GetLastError() is used instead. It calls
H A Dlist.pxd11 # Note: If length is greater than zero, the returned list object's
/external/chromium_org/components/policy/core/common/
H A Dschema_unittest.cc146 static const char kNoErrorReturned[] = "No error returned.";
150 bool returned = schema.Validate(value, strategy, NULL, &error); local
151 ASSERT_EQ(expected_return_value, returned) << source << ": " << error;
158 returned =
160 EXPECT_EQ(expected_return_value, returned) << source << ": " << error;
163 EXPECT_EQ(touched, !strictly_valid && returned) << source;
183 bool returned = schema.Validate(value, SCHEMA_STRICT, &error_path, &error); local
184 ASSERT_FALSE(returned) << error_path;
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
H A Dport_monitor.cc319 DWORD* returned) {
346 if (returned == NULL) {
347 LOG(ERROR) << "returned should not be NULL.";
377 *returned = 1;
313 Monitor2EnumPorts(HANDLE, wchar_t*, DWORD level, BYTE* ports, DWORD ports_size, DWORD* needed_bytes, DWORD* returned) argument
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas139 /// they are returned by its enumerator, enclosed in curly brackets ("{}").
142 /// <param name="dict">Dictionary whose string representation will be returned</param>
151 /// they are returned by its enumerator, enclosed in square brackets ("[]").
154 /// <param name="coll">Collection whose string representation will be returned</param>
/external/llvm/test/Bindings/Ocaml/
H A Dexecutionengine.ml109 (* Demonstrate that a garbage pointer wasn't returned. *)
/external/libvorbis/doc/
H A Da1-encapsulation-ogg.tex119 page. The 'last PCM sample' is the last complete sample returned by
181 between the actual available data returned and the declared amount
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S11 # offsets into the results returned by the uname syscall
/external/jpeg/
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/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/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_program_debug.spec226 The current value of the named variable is returned as four

Completed in 458 milliseconds

123456