/external/lisa/src/shell/ |
lisa_shell | 124 remote_name=$(git remote -v | grep -i ARM-software/lisa | grep -m 1 fetch | awk '{print $1}') 126 echo "Couldn't find ARM-Software upstream remote, can't automatically update"
|
/external/parameter-framework/ |
LibParameter.mk | 124 $(LOCAL_PATH)/upstream/remote-processor/ \
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
master.cc | 19 // sessions, each session orchestrates both local and remote devices 25 // A Master discovers remote devices on-demand and keeps track of 26 // statistics of those remote devices. 231 // The caller takes the ownership of returned remote devices. 233 std::vector<std::unique_ptr<Device>>* remote) { 240 remote->push_back(std::unique_ptr<Device>(dev));
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
SocketChannelImpl.java | 163 FileDescriptor fd, InetSocketAddress remote) 171 this.remoteAddress = remote; [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/internal/get/ |
get.go | 390 remote, err := vcs.remoteRepo(vcs, dir) 394 repo = remote 404 if remote != repo && rr.isCustom { 405 return fmt.Errorf("%s is a custom import path for %s, but %s is checked out from %s", rr.root, repo, dir, remote)
|
/prebuilts/go/linux-x86/src/cmd/go/internal/get/ |
get.go | 390 remote, err := vcs.remoteRepo(vcs, dir) 394 repo = remote 404 if remote != repo && rr.isCustom { 405 return fmt.Errorf("%s is a custom import path for %s, but %s is checked out from %s", rr.root, repo, dir, remote)
|
/system/bt/udrv/ulinux/ |
uipc.cc | 136 struct sockaddr_un remote; local 156 OSI_NO_INTR(fd = accept(sfd, (struct sockaddr*)&remote, &len));
|
/bionic/libc/kernel/uapi/linux/ |
xfrm.h | 392 xfrm_address_t remote; member in struct:xfrm_user_kmaddress
|
/external/iproute2/include/uapi/linux/ |
xfrm.h | 465 xfrm_address_t remote; member in struct:xfrm_user_kmaddress
|
/external/kernel-headers/original/uapi/linux/ |
xfrm.h | 465 xfrm_address_t remote; member in struct:xfrm_user_kmaddress
|
/external/libpcap/pcap/ |
pcap.h | 530 /* Includes most of the public stuff that is needed for the remote capture */ 531 #include <remote-ext.h>
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
RPCChannel.h | 28 namespace remote { namespace in namespace:llvm::orc 245 } // end namespace remote
|
/external/ltp/testcases/network/stress/ipsec/ |
ipsec_lib.sh | 263 ipsec_try ip li add $vti $type local $src remote $dst $key $d 274 "ip li add $vti $type local $src remote $dst $key $rd" 290 # * ip_rmt_tun - remote IP address
|
/external/testng/src/main/java/org/testng/xml/ |
LaunchSuite.java | 9 import org.testng.remote.RemoteTestNG;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapObexServer.java | 258 byte[] remote = (byte[]) request.getHeader(HeaderSet.WHO); 259 if (remote != null) { 261 Log.d(TAG, "onConnect(): remote=" + Arrays.toString(remote)); 263 reply.setHeader(HeaderSet.TARGET, remote); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
xfrm.h | 445 xfrm_address_t remote; member in struct:xfrm_user_kmaddress
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mswsock.h | 165 } remote; member in struct:_NLA_BLOB::__anon65297::__anon65301
|
/prebuilts/misc/common/robolectric/3.1.1/ |
run_robotests.mk | 225 # For Android Studio / IntelliJ the debugger can be connected via the "remote" configuration: 226 # https://www.jetbrains.com/help/idea/2016.2/run-debug-configuration-remote.html
|
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/ |
selenium-api-2.42.2.jar | |
/system/core/libunwindstack/tests/ |
UnwindTest.cpp | 175 // Read the remote value to see if we are ready. 193 TEST_F(UnwindTest, remote) { 204 ASSERT_TRUE(completed) << "Timed out waiting for remote process to be ready."; 281 ASSERT_TRUE(completed) << "Timed out waiting for remote process to be ready."; 285 ASSERT_TRUE(completed) << "Timed out waiting for remote process to be in signal handler.";
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/ |
RemoteManagerTest.java | 16 package com.android.tradefed.command.remote; 82 "{\"error\":\"Failed to handle remote command: " 83 + "com.android.tradefed.command.remote.RemoteException: "
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
MockDeviceManager.java | 19 import com.android.tradefed.command.remote.DeviceDescriptor;
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
DeviceFlashPreparerTest.java | 26 import com.android.tradefed.command.remote.DeviceDescriptor;
|
KernelFlashPreparerTest.java | 24 import com.android.tradefed.command.remote.DeviceDescriptor;
|
SdkAvdPreparerTest.java | 21 import com.android.tradefed.command.remote.DeviceDescriptor;
|