HomeSort by relevance Sort by last modified time
    Searched refs:ENONET (Results 26 - 50 of 62) sorted by null

12 3

  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 159 ENONET Errno = 64 /* Machine is not on the network */
284 ENONET: "Machine is not on the network",
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
  /system/hardware/interfaces/net/netd/1.1/vts/functional/
VtsHalNetNetdV1_1TargetTest.cpp 228 EXPECT_EQ(-ENONET, checkNetworkExists(netHandle2));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 272 #ifdef ENONET
273 inscode(d, ds, de, "ENONET", ENONET, "Machine is not on the network");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 271 #ifdef ENONET
272 inscode(d, ds, de, "ENONET", ENONET, "Machine is not on the network");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 272 #ifdef ENONET
273 inscode(d, ds, de, "ENONET", ENONET, "Machine is not on the network");
  /external/python/cpython2/Modules/
errnomodule.c 262 #ifdef ENONET
263 inscode(d, ds, de, "ENONET", ENONET, "Machine is not on the network");
  /external/python/cpython3/Modules/
errnomodule.c 305 #ifdef ENONET
306 inscode(d, ds, de, "ENONET", ENONET, "Machine is not on the network");
  /libcore/luni/src/main/java/android/system/
OsConstants.java 224 /** @hide */ public static final int ENONET = placeholder();
    [all...]
  /system/netd/tests/
binder_test.cpp 499 EXPECT_EQ(ENONET, mNetd->networkDestroy(TEST_NETID1).serviceSpecificErrorCode());
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 1010 ENONET = 64
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 186 initConstant(env, c, "ENONET", ENONET);
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_solaris_amd64.go     [all...]

Completed in 909 milliseconds

12 3