HomeSort by relevance Sort by last modified time
    Searched refs:is_open (Results 151 - 175 of 204) sorted by null

1 2 3 4 5 67 8 9

  /frameworks/rs/script_api/
Utilities.cpp 199 if (!is_open()) {
  /system/libvintf/
RuntimeInfo-target.cpp 89 if (!in.is_open()) {
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalCodeGen.cpp 526 bool is_open; local
528 is_open = false;
531 is_open = true;
611 if (is_open) {
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp     [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/
stream_socket_service.hpp 123 bool is_open(const implementation_type& impl) const function in class:asio::stream_socket_service
125 return service_impl_.is_open(impl);
basic_socket_acceptor.hpp 344 bool is_open() const function in class:asio::basic_socket_acceptor
346 return this->get_service().is_open(this->get_implementation());
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
iostream.cpp 172 if (result->is_open())
184 if (result->is_open())
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
iostream.cpp 172 if (result->is_open())
184 if (result->is_open())
  /external/libusb/libusb/os/
darwin_usb.c 726 int is_open = 0; local
740 is_open = ((*device)->USBDeviceOpenSeize(device) == kIOReturnSuccess);
758 if (try_reconfigure && is_open) {
771 if (kIOReturnSuccess != ret && is_open && try_unsuspend) {
809 if (is_open)
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/audio/
VtsHalMediaOmxV1_0TargetAudioDecTest.cpp 775 ASSERT_EQ(eleInfo.is_open(), true);
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.cpp 119 if (!out.is_open() || !out.good())
137 if (!in.is_open() || !in.good())
557 if (!indexOut.is_open() || !indexOut.good())
  /external/boringssl/src/crypto/test/
file_test.cc 378 // is_open returns true if the file was successfully opened.
379 bool is_open() const { return file_ != nullptr; } function in class:FileLineReader
418 if (!reader->is_open()) {
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service.hpp 368 if (peer.is_open())
410 start_accept_op(impl, p.p, is_continuation, peer.is_open());
  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveWriter.cpp 377 if (!ArchiveFile.is_open() || ArchiveFile.bad()) {
433 if (!FinalFile.is_open() || FinalFile.bad()) {
  /development/vndk/tools/header-checker/header-abi-util/src/
version_script_parser.cpp 190 if (!symbol_ifstream.is_open()) {
  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 32 if (!Input.is_open())
  /external/deqp/framework/common/
tcuTestHierarchyUtil.cpp 197 if (!out.is_open() || !out.good())
  /external/flatbuffers/include/flatbuffers/
util.h 147 if (!ofs.is_open()) return false;
  /external/protobuf/conformance/
conformance_test_runner.cc 260 if (!infile.is_open()) {
  /frameworks/native/cmds/lshal/
ListCommand.cpp 53 if (!ifs.is_open()) {
80 if (!ifs.is_open()) {
708 if (!mFileOutput.buf().is_open()) {
753 if (!mFileOutput.buf().is_open()) {
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 112 if ( !in.is_open() )
dbregtest.cpp 126 if ( !in.is_open() )
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.cpp 128 if (!fs.is_open()) {
163 if (!fs.is_open()) {
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_info_drm.cpp 439 if (!fs.is_open()) {
454 if (caps_fs.is_open()) {
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_primary.cpp 118 if (!fs.is_open()) {
153 if (!fs.is_open()) {

Completed in 553 milliseconds

1 2 3 4 5 67 8 9