HomeSort by relevance Sort by last modified time
    Searched refs:scp (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium-trace/catapult/third_party/Paste/
regen-docs 8 scp -r _build/* ianb@webwareforpython.org:/home/paste/htdocs/
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 282 private void processTask(ISpellCheckerSession session, SpellCheckerParams scp,
288 + " scp.mWhat=" + taskToString(scp.mWhat) + " async=" + async
294 switch (scp.mWhat) {
304 session.onGetSuggestionsMultiple(scp.mTextInfos,
305 scp.mSuggestionsLimit, scp.mSequentialWords);
313 scp.mTextInfos, scp.mSuggestionsLimit);
329 scp.mSession = session
    [all...]
  /external/sonic/doc/
post 14 scp $sourceTarball root@dev.vinux-project.org:/var/www/dev.vinux-project.org/sonic/download/$destTarball
17 scp $files root@dev.vinux-project.org:/var/www/dev.vinux-project.org/sonic
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
expect_scp 10 spawn scp -r -o StrictHostKeyChecking=no -o UserKnownHostsFile="/tmp/null" \
24 # The scp connection times out.
26 send_error "Error: scp timeout!";
43 # reason. This causes the spawned process for scp to abort and thus
46 send_error "Error: the spawned scp process was killed.\n";
host_replay.sh 12 # (3) scp the new logs from the machine into the proper board on the host.
88 # Scp the new logs from the machine to the host.
94 scp root@$FLAGS_machine_ip:"${MACHINE_LOG_ROOT}"/*/*.log "$HOST_TMP_LOG_DIR"
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 510 SyncParams scp; local
511 scp.fillFromJobject(env, gSyncParamsFields, params);
513 scp.syncSourceSet, scp.sync.mSource,
514 scp.audioAdjustModeSet, scp.sync.mAudioAdjustMode,
515 scp.toleranceSet, scp.sync.mTolerance,
516 scp.frameRateSet, scp.frameRate)
553 SyncParams scp; local
    [all...]
  /external/valgrind/coregrind/m_sigframe/
sigframe-ppc32-linux.c 707 struct vki_sigcontext *scp = &frame->sigcontext; local
710 (Addr)&scp->_unused[3], sizeof(*scp) - 3 * sizeof(UInt) );
711 scp->signal = sigNo;
712 scp->handler = (Addr) handler;
713 scp->oldmask = tst->sig_mask.sig[0];
714 scp->_unused[3] = tst->sig_mask.sig[1];
716 (Addr)&scp->_unused[3], sizeof(*scp) - 3 * sizeof(UInt) );
721 SET_SIGNAL_GPR(tid, 4, (Addr) scp);
    [all...]
sigframe-mips32-linux.c 182 struct vki_sigcontext *scp = &(frame->rs_uc.uc_mcontext); local
183 setup_sigcontext2(tst, &(scp), siginfo);
221 struct vki_sigcontext *scp = &(frame->sf_sc); local
222 setup_sigcontext2(tst, &(scp), siginfo);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /external/autotest/server/site_tests/platform_GCC/
dejagnu_remote.sh 57 scp ${SSH_ARGS} -o ControlPath="${CONTROL_PATH}" $@
  /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/lzma/CPP/7zip/UI/Common/
HashCalc.cpp 98 CMyComPtr<ICompressSetCoderProperties> scp; local
99 hasher.QueryInterface(IID_ICompressSetCoderProperties, &scp);
100 if (scp)
102 RINOK(m.SetCoderProps(scp, NULL));
Bench.cpp 779 CMyComPtr<ICompressSetCoderProperties> scp;
780 coder.QueryInterface(IID_ICompressSetCoderProperties, &scp);
781 if (scp)
784 RINOK(method.SetCoderProps(scp, &reduceSize));
935 CMyComPtr<ICompressSetCoderProperties> scp;
936 coder.QueryInterface(IID_ICompressSetCoderProperties, &scp);
937 if (scp)
940 RINOK(_method.SetCoderProps(scp, &reduceSize));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.eclipse.properties 90 # options for publishing files - need either an scp target or a cvs root/path, or both
102 # /path/to/scp/executable
103 scpExec=/usr/bin/scp
107 # optionally, if the target folder might not exist, you can use ssh to create it before scp'ing the file - only runs if sshMakeDirCommand is defined
feedPublish.emf.properties 76 # options for publishing files - need either an scp target or a cvs root/path, or both
88 # /path/to/scp/executable
89 scpExec=/usr/bin/scp
93 # optionally, if the target folder might not exist, you can use ssh to create it before scp'ing the file
feedPublish.uml2.properties 76 # options for publishing files - need either an scp target or a cvs root/path, or both
88 # /path/to/scp/executable
89 scpExec=/usr/bin/scp
93 # optionally, if the target folder might not exist, you can use ssh to create it before scp'ing the file - only runs if sshMakeDirCommand is defined
  /external/libcxx/test/libcxx/test/
executor.py 98 # This could be wrapped up in a tar->scp->untar for performance
151 self.scp_command = 'scp'
175 scp = self.scp_command
178 cmd = [scp, '-p', src, remote + ':' + dst]
  /external/libutf/
Makefile 101 scp *.rpm rsc@amsterdam.lcs.mit.edu:public_html/software
117 scp *.tgz rsc@amsterdam.lcs.mit.edu:public_html/software
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
executor.py 98 # This could be wrapped up in a tar->scp->untar for performance
151 self.scp_command = 'scp'
175 scp = self.scp_command
178 cmd = [scp, '-p', src, remote + ':' + dst]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 636 PWL_CREATEPARAM scp = cp; local
639 scp.dwFlags =
642 scp.pParentWnd = this;
643 scp.sBackgroundColor = PWL_DEFAULT_WHITECOLOR;
644 scp.eCursorType = FXCT_ARROW;
645 scp.nTransparency = PWL_SCROLLBAR_TRANSPARANCY;
648 m_pVScrollBar->Create(scp);
PWL_ScrollBar.cpp 832 PWL_CREATEPARAM scp = cp; local
833 scp.pParentWnd = this;
834 scp.dwBorderWidth = 2;
835 scp.nBorderStyle = PBS_BEVELED;
837 scp.dwFlags =
842 m_pMinButton->Create(scp);
847 m_pMaxButton->Create(scp);
853 m_pPosButton->Create(scp);
    [all...]
  /external/autotest/server/hosts/
abstract_ssh.py 124 the style used by rsync and scp.
131 # rsync and scp require IPv6 brackets, even when there isn't any
177 appropriate scp command for encoding it. Remote paths must be
180 command = ("scp -rq %s -o StrictHostKeyChecking=no "
189 that will hopefully provide equivalent behaviour for scp. Does not
309 AutoservRunError: the scp command failed
321 # If rsync is disabled or fails, try scp.
333 logging.warning("trying scp, rsync failed: %s", e)
336 logging.debug('Trying scp.')
337 # scp has no equivalent to --delete, just drop the entire dest di
    [all...]
  /external/lzma/CPP/7zip/Common/
MethodProps.h 52 HRESULT SetCoderProps(ICompressSetCoderProperties *scp, const UInt64 *dataSizeReduce) const;

Completed in 1097 milliseconds

1 2