Searched refs:returned (Results 26 - 50 of 239) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dddeservr.tex36 number. false is returned if the call failed (for example, the port
H A Dencconv.tex154 current platform enc returned value
176 \item Note that argument {\it enc} itself may be present in the returned array,
182 \item If {\it enc} is present in the returned array, then it is {\bf always} the first
184 \item Please note that the returned array may contain no items at all.
H A Dsostream.tex39 empty, the positions returned by \helpref{TellO}{wxoutputstreamtello} will be
H A Dtcpservr.tex35 number. false is returned if the call failed (for example, the port
H A Dtempfilestrm.tex45 returned it may unfortunately mean two quite different things: either that
H A Dfiletype.tex11 will be returned if the corresponding information couldn't be found.
14 returned by \helpref{wxMimeTypesManager::GetFileTypeFromMimeType}{wxmimetypesmanagergetfiletypefrommimetype} and
16 But it is your responsibility to delete the returned pointer when you're done
113 this type: they are only returned by \helpref{wxMimeTypesManager}{wxmimetypesmanager} methods.
184 With the first version of this method, if the {\tt true} is returned, the
192 to open this kind of file is returned directly. An empty string is returned to
H A Dmbconv.tex52 returned by the conversion functions instead of the length of the converted
91 the conversion is calculated and returned. Note that this is the length and not
92 size, i.e. the returned value does \emph{not} include the trailing \NUL. But
230 Returns the maximal value which can be returned by
246 (defined as $-1$) is returned for them.
258 string is greater than \arg{dstLen}, an error is returned. Note that if
H A Dplatinfo.tex40 wxOS_UNKNOWN = 0, // returned on error
82 wxPORT_UNKNOWN = 0, // returned on error
107 wxARCH_INVALID = -1, // returned on error
121 wxENDIAN_INVALID = -1, // returned on error
325 The returned string always starts with the "wx" prefix and is a mixed-case
343 The returned string does not start with the "wx" prefix and is always lower
H A Dapptraits.tex69 NOTE: returned pointer will be deleted by the caller.
95 The version numbers returned are thus detected at run-time and not compile-time
H A Ddllload.tex120 \docparam{dllHandle}{Valid handle previously returned by
151 been returned by \helpref{LoadLibrary}{wxdllloaderloadlibrary} previously.
H A Dfsfile.tex12 {\bf Note:} Any pointer returned by a method of wxFSFile is valid
134 Returns pointer to the stream. You can use the returned
H A Dgraphicspath.tex150 Gives back the native path returned by GetNativePath() because there might be some deallocations necessary (eg on cairo the native path returned by
H A Dgridattr.tex10 class may be returned by wxGridTable::GetAttr().
154 See \helpref{SetAlignment}{wxgridcellattrsetalignment} for the returned values.
H A Dthreadh.tex88 The returned value is the thread exit code which is only useful for
89 joinable threads and is the value returned by
H A Dcntxtevt.tex54 If the event originated from a keyboard event, the value returned from this function will be wxDefaultPosition.
H A Dprocess.tex243 If the process couldn't be launched, {\tt NULL} is returned. Note that in any
244 case the returned pointer should {\bf not} be deleted, rather the process
274 to catch the subprocess stdio. The caught input stream is returned by
275 GetOutputStream() as a non-seekable stream. The caught output stream is returned
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dscosh.S11 | Output: The value cosh(X) returned in floating-point register Fp0.
13 | Accuracy and Monotonicity: The returned result is within 3 ulps in
H A Dssinh.S11 | Output: The value sinh(X) returned in floating-point register Fp0.
13 | Accuracy and Monotonicity: The returned result is within 3 ulps in
H A Dsgetem.S6 | and the exponent value is returned as an extended
12 | extended precision number and returned in fp0. The
H A Dstanh.S11 | Output: The value tanh(X) returned in floating-point register Fp0.
13 | Accuracy and Monotonicity: The returned result is within 3 ulps in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dregfio.c36 int bytes_written, returned; local
56 bytes_written = returned = 0;
58 if ( (returned = write( file->fd, buffer+bytes_written, buffer_size-bytes_written )) == -1 ) {
63 bytes_written += returned;
74 int bytes_read, returned; local
99 returned = read( file->fd, hdr, 0x20 );
100 if ( (returned == -1) || (returned < 0x20) ) {
126 bytes_read = returned = 0;
129 if ( (returned
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/include/ogg/
H A Dogg.h57 long body_returned; /* elements of fill returned */
109 int returned; member in struct:__anon4029
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dhead31.S105 # We returned from start_kernel ?!? PANIK
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/lib/
H A Dqrnnd.S8 # the quotient q is to be returned
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Drpc_spoolss.h1031 uint32 returned; /* number of printers */ member in struct:spool_r_enumprinters
1267 uint32 returned; member in struct:spool_r_enumjobs
1333 uint32 returned; /* number of printers */ member in struct:spool_r_enumports
1390 uint32 returned; member in struct:spool_r_enumprinterdrivers
1760 uint32 returned; member in struct:spool_r_enumprintprocessors
1787 uint32 returned; member in struct:spool_r_enumprintprocdatatypes
1820 uint32 returned; member in struct:spool_r_enumprintmonitors
2151 uint32 returned; member in struct:spool_r_enumprinterdataex

Completed in 213 milliseconds

12345678910