/packages/apps/Settings/src/com/android/settings/inputmethod/ |
SpellCheckersSettings.java | 104 for (SingleSpellCheckerPreference scp : mSpellCheckers) { 105 if (pref.equals(scp)) { 106 targetScp = scp; 119 private void showSecurityWarnDialog(final SingleSpellCheckerPreference scp) { 131 changeCurrentSpellChecker(scp); 142 scp.getSpellCheckerInfo().getServiceInfo().applicationInfo.loadLabel( 147 private void changeCurrentSpellChecker(SingleSpellCheckerPreference scp) { 148 mTsm.setCurrentSpellChecker(scp.getSpellCheckerInfo());
|
InputMethodAndLanguageSettings.java | 125 final SpellCheckersPreference scp = ((SpellCheckersPreference)findPreference( local 127 if (scp != null) { 128 scp.setFragmentIntent(this, intent);
|
/external/dropbear/debian/ |
README.Debian | 14 provides the "ssh" client program, as well as the "/usr/bin/scp" 16 running Dropbear via SCP. 22 provides the "ssh" and "scp" binaries. When you install this
|
dropbear.README.Debian | 14 provides the "ssh" client program, as well as the "/usr/bin/scp" 16 running Dropbear via SCP. 22 provides the "ssh" and "scp" binaries. When you install this
|
changelog | 10 * Compile fix for scp 25 * new upstream release updates to scp from OpenSSH 4.3p2 - fixes a 28 #349645); the scp binary is not provided by this package though.
|
/external/dropbear/ |
TODO | 20 - fix scp.c for IRIX
|
Makefile.in | 5 # make PROGRAMS="dropbear dbclient scp" MULTI=1 STATIC=1 SCPPROGRESS=1 8 # This example will include dropbear, scp, dropbearkey, dropbearconvert, and 9 # dbclient functionality, and includes the progress-bar functionality in scp. 43 SCPOBJS=scp.o progressmeter.o atomicio.o scpmisc.o 104 # for the scp progress meter. The -D doesn't affect anything else. 160 # scp doesn't use the libs so is special. 161 scp: $(SCPOBJS) $(HEADERS) Makefile 203 -rm -f dropbear dbclient dropbearkey dropbearconvert scp scp-progress \
|
Android.mk | 36 scp.c progressmeter.c atomicio.c scpmisc.c 44 LOCAL_MODULE := scp
|
dbmulti.c | 63 if (strcmp(progname, "scp") == 0) { 84 "'scp' - secure copy\n"
|
scpmisc.h | 15 /* actually from atomicio, but is only used in scp code */
|
CHANGES | 40 - Avoid hanging after exit in certain cases (such as scp) 58 - Compile fix for scp 79 - Updated to scp from OpenSSH 4.3p2 - fixes a security issue 165 will work with scp. 190 - Fix dbclient so that "scp -i keyfile" works. (It can handle "-ikeyfile 224 - scp works correctly when passed a username (fix for the dbclient program 343 - Allow repeated requests in a single session if previous ones fail - this fixes PuTTY and some other SCP clients, which try SFTP, then fall-back to SCP if it 363 - Various minor fixes allow scp to work with irix, thanks to Paul Marinceu for 386 - scp compilation on systems without strlcpy() is fixed, thanks to Pete [all...] |
INSTALL | 13 make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" 17 make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp" install
|
README | 70 The Dropbear distribution includes a standalone version of OpenSSH's scp 71 program. You can compile it with "make scp", you may want to change the path
|
scp.c | 2 * scp - secure remote copy. This is basically patched BSD rcp which 77 /*RCSID("$OpenBSD: scp.c,v 1.130 2006/01/31 10:35:43 djm Exp $");*/ 419 (void) snprintf(cmd, sizeof cmd, "scp%s%s%s%s", 1145 "usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]\n" 1161 (void) fprintf(fp, "scp: ");
|
cli-runopts.c | 161 /* Keep scp happy when it changes "-i file" to "-ifile" */
|
/frameworks/base/core/java/android/view/textservice/ |
SpellCheckerSession.java | 219 private void processTask(SpellCheckerParams scp) { 220 switch (scp.mWhat) { 225 processGetSuggestionsMultiple(scp); 262 private void processOrEnqueueTask(SpellCheckerParams scp) { 267 mPendingTasks.offer(scp); 269 processTask(scp); 287 private void processGetSuggestionsMultiple(SpellCheckerParams scp) { 296 scp.mTextInfos, scp.mSuggestionsLimit, scp.mSequentialWords) [all...] |
/external/dbus/ |
update-dbus-docs.sh | 52 scp dbus-docs.tar.gz "${user}"dbus.freedesktop.org: 56 scp -p doc/introspect.dtd "${user}"dbus.freedesktop.org:/srv/specifications.freedesktop.org/www/dbus/1.0/introspect.dtd
|
/external/webkit/Tools/BuildSlaveSupport/ |
run-performance-tests | 78 die "Failed to upload xml results file." unless (system("scp", "$userAndHost:/Results/PerformanceReportSummary.xml", $resultsUploadDestination) == 0); 79 die "Failed to upload svg results file." unless (system("scp", "$userAndHost:/Results/PerformanceGraph.svg", $resultsUploadDestination) == 0);
|
/external/e2fsprogs/lib/ext2fs/ |
dirhash.c | 124 const signed char *scp = (const signed char *) name; local 131 c = (int) *scp++; 147 const signed char *scp = (const signed char *) msg; local 161 c = (int) scp[i];
|
/external/iptables/extensions/ |
libxt_TCPMSS.man | 19 ssh works fine, but scp hangs after initial handshaking.
|
/external/valgrind/main/coregrind/m_sigframe/ |
sigframe-ppc32-linux.c | 748 struct vki_sigcontext *scp = &frame->sigcontext; local 751 (Addr)&scp->_unused[3], sizeof(*scp) - 3 * sizeof(UInt) ); 752 scp->signal = sigNo; 753 scp->handler = (Addr) handler; 754 scp->oldmask = tst->sig_mask.sig[0]; 755 scp->_unused[3] = tst->sig_mask.sig[1]; 757 (Addr)&scp->_unused[3], sizeof(*scp) - 3 * sizeof(UInt) ); 762 SET_SIGNAL_GPR(tid, 4, (Addr) scp); [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
bash.php | 151 'sash', 'scp', 'screen', 'sed', 'seq', 'sendmail', 'setfont',
|
/ndk/build/core/ |
ndk-common.sh | 545 find_program CMD_SCRP scp 548 # Download a file with either 'curl', 'wget' or 'scp' 575 echo "Please install scp on this machine"
|
/external/netperf/ |
netlib.c | 754 catcher(sig, code, scp) 757 struct sigcontext *scp; 766 if (scp) { 768 scp->sc_syscall); 771 fprintf(where,"null scp\n"); 806 if (scp->sc_syscall != SYS_SIGSUSPEND) { 812 scp->sc_syscall_action = SIG_RESTART; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/ |
build-hardy-toolchain.sh | 493 find_program CMD_SCP scp 495 # Download a file with either 'curl', 'wget' or 'scp' 522 echo "Please install scp on this machine" [all...] |