/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
error_constants.h | 118 not_connected = ENOTCONN, member in class:errc
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
error_constants.h | 118 not_connected = ENOTCONN, member in class:errc
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
error.hpp | 121 not_connected = ASIO_SOCKET_ERROR(ENOTCONN), enumerator in enum:asio::error::basic_errors
|
/external/libcxx/test/std/diagnostics/syserr/ |
errc.pass.cpp | 76 static_assert(static_cast<int>(std::errc::not_connected) == ENOTCONN, "");
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
NetworkFragment.java | 209 ? R.string.connected : R.string.not_connected);
|
WifiDetailsFragment.java | 144 mConnectionStatusPref.setSummary(active ? R.string.connected : R.string.not_connected);
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/diagnostics/syserr/ |
errc.pass.cpp | 76 static_assert(static_cast<int>(std::errc::not_connected) == ENOTCONN, "");
|
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
BluetoothChatFragment.java | 210 Toast.makeText(getActivity(), R.string.not_connected, Toast.LENGTH_SHORT).show();
|
/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
BluetoothChatFragment.java | 210 Toast.makeText(getActivity(), R.string.not_connected, Toast.LENGTH_SHORT).show();
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChat.java | 203 Toast.makeText(this, R.string.not_connected, Toast.LENGTH_SHORT).show();
|
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/ |
BluetoothChatFragment.java | 210 Toast.makeText(getActivity(), R.string.not_connected, Toast.LENGTH_SHORT).show();
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
system_error.h | 176 not_connected, // ENOTCONN 571 not_connected = ENOTCONN, enumerator in enum:llvm::errc::_
|