/external/openssh/ |
sftp.c | 161 #define REMOTE 1 166 { "cd", I_CHDIR, REMOTE }, 167 { "chdir", I_CHDIR, REMOTE }, 168 { "chgrp", I_CHGRP, REMOTE }, 169 { "chmod", I_CHMOD, REMOTE }, 170 { "chown", I_CHOWN, REMOTE }, 171 { "df", I_DF, REMOTE }, 172 { "dir", I_LS, REMOTE }, 174 { "get", I_GET, REMOTE }, 180 { "ln", I_LINK, REMOTE }, 1843 int remote = complete_is_remote(argv[0]); local [all...] |
/frameworks/base/core/java/android/os/storage/ |
IMountService.java | 39 Proxy(IBinder remote) { 40 mRemote = remote; [all...] |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |
/external/ipsec-tools/src/racoon/ |
pfkey.c | 831 /* send getspi message per ipsec protocol per remote address */ 833 * the local address and remote address in ph1handle are dealed 1112 sa_args.l_natt_sport = extract_port (iph2->ph1->remote); 1292 set_port(iph2->dst, extract_port(iph2->ph1->remote)); [all...] |
cftoken.l | 178 <S_INI>identifier { BEGIN S_INF; YYDB; yywarn("it is obsoleted. use \"my_identifier\" in each remote directives."); return(IDENTIFIER); } 300 /* remote */ 301 <S_INI>remote { BEGIN S_RMT; YYDB; return(REMOTE); } 304 /* remote spec */ 364 /* remote proposal */
|
racoonctl.c | 1167 GETNAMEINFO((struct sockaddr *)&pd->remote, _addr1_, _addr2_); [all...] |
/external/chromium_org/remoting/webapp/ |
client_session.js | 663 * @param {boolean} shrinkToFit True if the remote desktop should be scaled [all...] |
host_setup_dialog.js | 329 'https://dl.google.com/chrome-remote-desktop/chromeremotedesktop.dmg';
|
/external/chromium_org/chrome/test/webdriver/test/ |
chromedriver_tests.py | 44 from selenium.webdriver.remote.command import Command 45 from selenium.webdriver.remote.webdriver import WebDriver 352 # This test requires Flash and must be run on a VM or via remote desktop. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-commons-net.jar | |
/external/oprofile/events/i386/nehalem/ |
unit_masks | 46 0x08 remote_cache_local_home_hit Counts number of memory load instructions retired where the memory reference missed the L1, L2 and LLC caches and HIT in a remote socket's cache
|
/external/valgrind/main/ |
Android.mk | 244 coregrind/m_gdbserver/remote-utils.c \
|
/frameworks/base/core/java/android/app/ |
ApplicationThreadNative.java | 644 public ApplicationThreadProxy(IBinder remote) { 645 mRemote = remote; [all...] |
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
SipSessionGroup.java | 165 for (InetAddress remote : InetAddress.getAllByName(server)) { 167 socket.connect(remote, port); [all...] |
/external/bluetooth/bluedroid/audio_a2dp_hw/ |
audio_a2dp_hw.c | 192 struct sockaddr_un remote; local 460 failures during transition periods or remote suspend */
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
pprof | 154 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE 172 For more help with querying remote servers, including how to add the 205 --raw Generate symbolized pprof data (useful with remote fetch) 266 Fetches a remote profile for later analysis and then 504 # Remote profiling without a binary (using $SYMBOL_PAGE instead) 547 error("The first profile should be a remote form to use $SYMBOL_PAGE\n"); [all...] |
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_menu.cpp | 882 if ( recorder->setCamera(camera->remote(), camera->getRecordingProxy()) < 0 ) { [all...] |
/prebuilts/devtools/tools/lib/ |
ddmlib.jar | |
/prebuilts/misc/common/ddmlib/ |
ddmlib-prebuilt.jar | |
/external/iproute2/doc/ |
ip-cref.tex | 586 --- the address of the remote endpoint for pointopoint interfaces. [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
inspector.css | 481 body.remote .toolbar-item.close-left, body.remote .toolbar-item.close-right { 831 body.remote .dock-status-bar-item { [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
file_tasks.js | 331 * Checks whether the remote files are available right now.
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
pprof | 154 <profile> is a remote form. Symbols are obtained from host:port$SYMBOL_PAGE 172 For more help with querying remote servers, including how to add the 205 --raw Generate symbolized pprof data (useful with remote fetch) 266 Fetches a remote profile for later analysis and then 504 # Remote profiling without a binary (using $SYMBOL_PAGE instead) 547 error("The first profile should be a remote form to use $SYMBOL_PAGE\n"); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattService.java | 56 * Search queue to serialize remote onbject inspection. 504 for (UUID remote: remoteUuids) { 505 if (remote.equals(search)) { [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
VCSUtils.pm | 231 my $output = `git config --get svn-remote.svn.fetch 2>& 1`; [all...] |