Searched defs:is_valid_ (Results 1 - 25 of 26) sorted by relevance

12

/external/libtextclassifier/util/i18n/
H A Dlocale.h35 locale.is_valid_ = false;
45 bool IsValid() const { return is_valid_; }
53 is_valid_(true) {}
58 bool is_valid_; member in class:libtextclassifier2::Locale
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
H A Dp2p_iface.h302 bool is_valid_; member in class:android::hardware::wifi::supplicant::V1_0::implementation::P2pIface
H A Dp2p_network.h90 bool is_valid_; member in class:android::hardware::wifi::supplicant::V1_0::implementation::P2pNetwork
H A Dsta_iface.h237 bool is_valid_; member in class:android::hardware::wifi::supplicant::V1_0::implementation::StaIface
H A Dsta_network.h319 bool is_valid_; member in class:android::hardware::wifi::supplicant::V1_0::implementation::StaNetwork
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
H A Dp2p_iface.h302 bool is_valid_; member in class:android::hardware::wifi::supplicant::V1_1::implementation::P2pIface
H A Dp2p_network.h91 bool is_valid_; member in class:android::hardware::wifi::supplicant::V1_1::implementation::P2pNetwork
H A Dsta_iface.h243 bool is_valid_; member in class:android::hardware::wifi::supplicant::V1_1::implementation::StaIface
H A Dsta_network.h332 bool is_valid_; member in class:android::hardware::wifi::supplicant::V1_1::implementation::StaNetwork
/external/libchrome/base/
H A Dbind_helpers.h264 // 2) is_valid_ is distinct from NULL because it is valid to bind a "NULL"
270 : is_valid_(true), scoper_(std::move(scoper)) {}
272 : is_valid_(other.is_valid_), scoper_(std::move(other.scoper_)) {}
274 CHECK(is_valid_);
275 is_valid_ = false;
280 mutable bool is_valid_; member in class:base::internal::PassedWrapper
/external/libchrome/base/memory/
H A Dweak_ptr.h108 bool is_valid_; member in class:base::internal::WeakReference::Flag
/external/libchrome/dbus/
H A Dproperty.h164 bool is_valid() const { return is_valid_; }
167 void set_valid(bool is_valid) { is_valid_ = is_valid; }
194 bool is_valid_; member in class:dbus::PropertyBase
/external/tensorflow/tensorflow/stream_executor/
H A Dblas.h131 bool is_valid() const { return is_valid_; }
132 void set_is_valid(bool val) { is_valid_ = val; }
139 bool is_valid_ = false; member in class:perftools::gputools::blas::ProfileResult
/external/v8/tools/clang/value_cleanup/
H A DListValueRewriter.cpp42 is_valid_(decl->hasInit()),
58 return is_valid_;
90 if (!is_valid_)
93 is_valid_ = false;
109 return is_valid_;
128 is_valid_ = true;
147 bool is_valid_; member in class:__anon28016::CollectDeclRefExprVisitor
/external/webrtc/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc40 : is_valid_(false),
60 is_valid_ = true;
69 bool is_valid() const { return is_valid_; }
81 bool is_valid_; member in class:webrtc::__anon30907::XWindowProperty
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h879 bool is_valid_; member in class:testing::internal::RE
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h711 bool is_valid_; member in class:testing::internal::RE
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h871 bool is_valid_; member in class:testing::internal::RE
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h890 bool is_valid_; member in class:testing::internal::RE
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1257 bool is_valid_; member in class:testing::internal::RE
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1225 bool is_valid_; member in class:testing::internal::RE
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h982 bool is_valid_; member in class:testing::internal::RE
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1211 bool is_valid_; member in class:testing::internal::RE
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h996 bool is_valid_; member in class:testing::internal::RE
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h1773 bool is_valid_; member in class:std::tr1::RE

Completed in 1277 milliseconds

12