Searched refs:Return (Results 1 – 25 of 117) sorted by relevance
12345
/external/libffi/src/s390/ |
D | sysv.S | 74 .LretNone: # Return void 81 ste %f0,0(%r8) # Return float 87 std %f0,0(%r8) # Return double 93 st %r2,0(%r8) # Return int 99 stm %r2,%r3,0(%r8) # Return long long 278 .LretNone: # Return void 285 ste %f0,0(%r8) # Return float 291 std %f0,0(%r8) # Return double 297 st %r2,0(%r8) # Return int 303 stg %r2,0(%r8) # Return long
|
/external/webkit/WebKit/mac/Carbon/ |
D | CarbonWindowFrame.m | 181 // Return what's asked for. 190 // Return what's asked for. 205 // Return what's asked for. 208 // Return a value that will make -[NSWindow displayIfNeeded] on our Carbon window actually work. 239 // Return what's asked for. 248 // Return the Carbon window's title. 263 // Return what's asked for. 271 // Return what's asked for.
|
/external/e2fsprogs/lib/ss/ |
D | std_rqs.ct | 37 "Return the name of this subsystem.", 42 "Return the version of this subsystem.",
|
/external/webkit/WebCore/dom/ |
D | Node.idl | 68 [OldStyleObjC, Custom] Node insertBefore(in [Return] Node newChild, 72 in [Return] Node oldChild) 74 [Custom] Node removeChild(in [Return] Node oldChild) 76 [Custom] Node appendChild(in [Return] Node newChild)
|
/external/opencore/fileformats/mp4/parser/src/ |
D | trackfragmentatom.cpp | 1127 int32 Return = -1; in resetPlayback() local 1148 Return = time; in resetPlayback() 1164 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "TrackFragmentAtom::Return TS =%d", Return)); in resetPlayback() 1166 return Return; in resetPlayback() 1172 int32 Return = -1; in resetPlayback() local 1193 Return = time; in resetPlayback() 1210 if (Return != -1) in resetPlayback() 1216 PVMF_MP4FFPARSER_LOGMEDIASAMPELSTATEVARIABLES((0, "TrackFragmentAtom::Return TS =%d", Return)); in resetPlayback() 1217 return Return; in resetPlayback()
|
/external/openssl/crypto/pkcs7/t/ |
D | nav-smime | 3 Return-Path: angela@c2.net.au 65 Return-Path: angela@c2.net.au 128 Return-Path: angela@c2.net.au
|
/external/webkit/WebCore/css/ |
D | WebKitCSSMatrix.idl | 61 // Return the inverse of this matrix. Throw an exception if the matrix is not invertible 64 // Return this matrix translated by the passed values.
|
/external/tesseract/liblept/ |
D | hmttemplate1.txt | 46 * Return: pixd 88 * Return: pixd
|
D | morphtemplate1.txt | 50 * Return: pixd 104 * Return: pixd
|
/external/openssl/crypto/des/ |
D | des-lib.com | 247 $! All Done, Time To Return. 391 $! All Done, Time To Return.
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | ARM-E_mastergain_gnu.s | 98 @ Return to calling function
|
D | ARM-E_filter_gnu.s | 126 @ Return to calling function
|
D | ARM-E_interpolate_noloop_gnu.s | 122 @ Return to calling function
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | ARM-E_mastergain_gnu.s | 98 @ Return to calling function
|
D | ARM-E_filter_gnu.s | 126 @ Return to calling function
|
D | ARM-E_interpolate_noloop_gnu.s | 122 @ Return to calling function
|
/external/webkit/V8Binding/v8/samples/ |
D | SConscript | 38 Return('sample_object')
|
/external/bison/data/ |
D | c.m4 | 141 # Return 1 iff both INT1 and INT2 are in [LOW, HIGH], 0 otherwise. 148 # Return the smallest int type able to handle numbers ranging from 164 # Return the smallest int type able to handle numbers ranging from
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | EBCDIC | 1 Return-Path: Mark_Ganter@liz.com
|
/external/libffi/src/x86/ |
D | win32.S | 57 # Return stack to previous state and call the function 170 # Return stack to previous state and call the function
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebView.idl | 237 @abstract Return the WebView's WebUIDelegate. 253 @result Return the WebView's WebResourceLoadDelegate. 269 @abstract Return the WebView's WebDownloadDelegate. 285 @abstract Return the WebView's WebFrameLoadDelegate delegate. 301 @abstract Return the WebView's WebPolicyDelegate. 309 @abstract Return the top level frame. 319 @abstract Return the frame that has the current focus.
|
/external/webkit/WebKit/mac/WebView/ |
D | WebFormDelegate.m | 38 // Return a object with NOP implementations of the protocol's methods
|
/external/elfutils/libdw/ |
D | ChangeLog | 35 * dwarf_nextcu.c: Return -1 if dwarf parameter is NULL. 147 * dwarf_tag.c (__libdw_findabbrev): Return correct value for
|
/external/bison/doc/ |
D | refcard.tex | 481 % Return to previous size 489 \key{Quit parsing immediately. Return 1.} {YYABORT} 490 \key{Quit parsing immediately. Return 0.} {YYACCEPT}
|
/external/webkit/V8Binding/v8/test/cctest/ |
D | SConscript | 90 Return('program')
|
12345