/cts/tools/vm-tests/src/dot/junit/verify/b17/ |
Test_b17.java | 32 * @title attempt to leave insns array without return or throw.
|
/external/clearsilver/perl/ |
ClearSilver.pm | 50 author of the extension was negligent enough to leave the stub
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
slack-desc | 6 # leave one space after the ':'.
|
/external/guava/src/com/google/common/collect/ |
UnmodifiableIterator.java | 32 * Guaranteed to throw an exception and leave the underlying data unmodified.
|
/external/kernel-headers/original/linux/ |
circ_buf.h | 13 /* Return space available, 0..size-1. We always leave one free char
|
/external/opencore/baselibs/media_data_structures/src/ |
au_utils.cpp | 102 goto leave; 107 goto leave; 123 goto leave; 135 leave:
|
/external/opencore/engines/adapters/player/framemetadatautility/include/ |
pv_frame_metadata_interface.h | 222 * @exception This method can leave with one of the following error codes 245 * @exception This method can leave with one of the following error codes 309 * @leave This method can leave with one of the following error codes 339 * @leave This method can leave with one of the following error codes 369 * @leave This method can leave with one of the following error codes 398 * @leave This method can leave with one of the following error code [all...] |
/external/opencore/pvmi/recognizer/include/ |
pvmf_recognizer_plugin.h | 77 * @exception This method can leave with one of the following error codes 96 * @exception This method can leave with one of the following error codes 135 * @exception This method can leave with one of the following error codes 148 * @exception This method can leave with one of the following error codes
|
/external/openssl/crypto/dso/ |
README | 8 I'll leave Richard's changes there as I guess dso_dl is needed
|
/external/ppp/pppd/plugins/pppoatm/ |
Makefile.linux | 19 # or leave it unset to build the few routines we actually _use_ into
|
/external/webkit/LayoutTests/storage/ |
database-lock-after-reload.html | 29 // whilst the transaction is still in progress, interrupting the transaction. This should not leave the database locked and on
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/NT/ |
config.h | 30 /* Define if you use FAT file system, leave undefined for NTFS */
|
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
openCryptoki.conf | 38 # set the PIN code; leave this out to configure the PIN to be requested
|
/frameworks/base/awt/java/awt/ |
ModalContext.java | 47 * Leave the modal loop running in this context
|
/frameworks/base/tests/SmokeTest/src/com/android/smoketest/ |
SmokeTestActivity.java | 36 // TODO: Do we add a new top-level intent? Or just leave it hardcoded like this?
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
BridgeAssetManager.java | 42 * Clears the static {@link AssetManager#sSystem} to make sure we don't leave objects
|
/external/dropbear/ |
svr-authpubkey.c | 130 TRACE(("leave pubkeyauth")) 147 TRACE(("leave send_msg_userauth_pk_ok")) 251 TRACE(("leave checkpubkey: ret=%d", ret)) 305 TRACE(("leave checkpubkeyperms")) 319 TRACE(("leave checkfileperm: stat() != 0")) 338 TRACE(("leave checkfileperm: failure perms/owner")) 342 TRACE(("leave checkfileperm: success"))
|
cli-auth.c | 56 TRACE(("leave cli_auth_getmethods")) 68 TRACE(("leave recv_msg_userauth_banner: banner after auth done")) 98 TRACE(("leave recv_msg_userauth_banner")) 227 TRACE(("leave recv_msg_userauth_failure")) 279 TRACE(("leave cli_auth_try"))
|
svr-chansession.c | 141 TRACE(("leave sigchld handler")) 264 TRACE(("leave closechansess: chansess == NULL")) 305 TRACE(("leave closechansess")) 324 TRACE(("leave chansessionrequest: type too long")) /* XXX send error?*/ 367 TRACE(("leave chansessionrequest")) 454 TRACE(("leave get_termmodes: empty terminal modes string")) 517 TRACE(("leave get_termmodes")) 532 TRACE(("leave sessionpty: term len too long")) 541 TRACE(("leave sessionpty: failed to allocate pty")) 558 TRACE(("leave sessionpty") [all...] |
signkey.c | 133 TRACE(("leave buf_get_pub_key")) 186 TRACE(("leave buf_get_priv_key")) 219 TRACE(("leave buf_put_pub_key")) 231 TRACE(("leave buf_put_priv_key: dss done")) 238 TRACE(("leave buf_put_priv_key: rsa done")) 259 TRACE(("leave sign_key_free"))
|
cli-authinteract.c | 135 TRACE(("leave recv_msg_recv_userauth_info_request")) 166 TRACE(("leave cli_auth_interactive"))
|
svr-kex.c | 65 TRACE(("leave recv_msg_kexdh_init")) 104 TRACE(("leave send_msg_kexdh_reply"))
|
/external/opencore/baselibs/thread_messaging/src/ |
pv_interface_proxy.cpp | 110 OsclError::Leave(OsclErrGeneral); 196 OsclError::Leave(OsclErrSystemCallFailed);//unexpected sem error 213 OsclError::Leave(OsclErrThreadContextIncorrect); 231 OsclError::Leave(OsclErrSystemCallFailed);//unexpected sem error 247 OsclError::Leave(OsclErrThreadContextIncorrect); 580 int32 leave; local 581 OSCL_TRY(leave, proxy->InThread();); 583 if (leave != OsclErrNone) 585 PVLOGGER_LOGMSG(PVLOGMSG_INST_REL, proxy->iLogger, PVLOGMSG_ERR, (0, "PVPROXY:Proxy Thread 0x%x Exit: Leave Reason %d", OsclExecScheduler::GetId(), leave)); [all...] |
/external/opencore/nodes/pvmediainputnode/src/ |
pvmf_media_input_node_outport.cpp | 259 OsclError::Leave(OsclErrNotReady); 278 OsclError::Leave(OsclErrGeneral); 295 OsclError::Leave(OsclErrGeneral); 315 OsclError::Leave(OsclErrBusy); 372 OsclError::Leave(OsclErrBusy); 455 OsclError::Leave(OsclErrGeneral); 467 OsclError::Leave(OsclErrGeneral); 472 OsclError::Leave(OsclErrBusy); 632 OsclError::Leave(OsclErrNotSupported); 781 OsclError::Leave(OsclErrGeneral) [all...] |
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
pv_omx_interface_proxy.cpp | 66 // custom allocator not using TRY/LEAVE/TLS 112 //Commented all the OsclError::Leave statements to remove oscl tls dependency 301 OsclError::Leave(OsclErrThreadContextIncorrect); 655 int32 leave; local 656 OSCL_TRY(leave, proxy->InThread();); 658 if (leave != OsclErrNone) 660 PVLOGGER_LOGMSG(PVLOGMSG_INST_REL, proxy->iLogger, PVLOGMSG_ERR, (0, "PVPROXY:Proxy Thread 0x%x Exit: Leave Reason %d", OsclExecScheduler::GetId(), leave));
|