Home
last modified time | relevance | path

Searched refs:has_data (Results 1 – 21 of 21) sorted by relevance

/external/minijail/
Dlibminijail.c96 int has_data; member
719 m->has_data = 1; in minijail_mount_with_data()
967 marshal_append(state, (char *)&m->has_data, sizeof(m->has_data)); in marshal_mount()
968 if (m->has_data) in marshal_mount()
1124 int *has_data; in minijail_unmarshal() local
1137 has_data = consumebytes(sizeof(*has_data), &serialized, in minijail_unmarshal()
1139 if (!has_data) in minijail_unmarshal()
1141 if (*has_data) { in minijail_unmarshal()
/external/autotest/client/cros/audio/
Dcheck_quality.py294 self.has_data()
341 def has_data(self): member in QualityChecker
/external/python/cpython2/Lib/distutils/command/
Dinstall.py659 def has_data (self): member in install
668 ('install_data', has_data),
/external/python/cpython3/Lib/distutils/command/
Dinstall.py644 def has_data(self): member in install
654 ('install_data', has_data),
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_file_processor.cc160 RTC_CHECK(!msg.has_data()); in HandleMessage()
Dprocess_test.cc656 ASSERT_TRUE(msg.has_data() ^ (msg.channel_size() > 0)); in void_main()
657 if (msg.has_data()) { in void_main()
674 if (msg.has_data()) { in void_main()
Dunpack.cc103 if (msg.has_data()) { in do_main()
/external/python/cpython2/Lib/
Durllib2.py257 if self.has_data():
267 def has_data(self): member in Request
1025 if req.has_data():
1128 if request.has_data(): # POST
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc85 if (!response.has_data()) { in TransferToServer()
/external/tensorflow/tensorflow/core/util/
Dtensor_slice_writer_test.cc163 EXPECT_FALSE(sts.has_data()); in CheckEntries()
/external/python/cpython2/Lib/test/
Dtest_urllib2.py948 self.assertTrue(not o.req.has_data())
1334 self.assertTrue(not self.get.has_data())
1337 self.assertTrue(self.get.has_data())
/external/webrtc/talk/session/media/
Dmediasession.h115 bool has_data() const { return data_channel_type != DCT_NONE; } in has_data() function
Dmediasession.cc1333 if (!data_added && options.has_data() && in CreateOffer()
1890 bool rejected = !options.has_data() || data_content->rejected || in AddDataContentForAnswer()
Dmediasession_unittest.cc357 if (options.has_data()) { in TestTransportInfo()
/external/python/cpython2/Doc/library/
Durllib2.rst361 .. method:: Request.has_data()
856 ``req.has_data()``.
868 ``req.has_data()``.
/external/webrtc/talk/app/webrtc/
Dpeerconnection.cc1460 session_options->has_data()); in GetOptionsForOffer()
1481 session_options->has_data()); in GetOptionsForAnswer()
Dwebrtcsession_unittest.cc579 session_options->has_data()); in GetOptionsForOffer()
596 session_options->has_data()); in GetOptionsForAnswer()
/external/python/cpython3/Doc/library/
Durllib.request.rst594 The request methods add_data, has_data, get_data, get_type, get_host,
1035 ``req.has_data()``.
1047 ``req.has_data()``.
Dunittest.mock.rst2204 >>> mock.has_data()
2206 >>> mock.has_data.assret_called_with()
/external/python/cpython3/
Dsetup.py2188 ('install_data', install.has_data)]
/external/python/cpython3/Doc/whatsnew/
D3.4.rst2197 ``add_data``, ``has_data``, ``get_data``, ``get_type``, ``get_host``,