HomeSort by relevance Sort by last modified time
    Searched refs:binary_mode (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/base/
sslsocketfactory.h 47 bool binary_mode = false) {
50 binary_mode_ = binary_mode;
socketpool.h 122 const std::string& label, bool binary_mode);
socketpool.cc 238 bool binary_mode)
239 : pool_(pool), level_(level), label_(label), binary_mode_(binary_mode) {
  /external/tensorflow/tensorflow/contrib/session_bundle/
session_bundle.py 90 file_io.read_file_to_string(meta_graph_filename, binary_mode=True))
  /external/tensorflow/tensorflow/python/lib/io/
file_io.py 276 def read_file_to_string(filename, binary_mode=False):
281 binary_mode: whether to open the file in binary mode or not. This changes
291 if binary_mode:
  /external/python/cpython3/Modules/clinic/
_ssl.c.h 66 _ssl__SSLSocket_peer_certificate_impl(PySSLSocket *self, int binary_mode);
72 int binary_mode = 0; local
75 &binary_mode)) {
78 return_value = _ssl__SSLSocket_peer_certificate_impl(self, binary_mode);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 1000 PyObject *binary_mode = Py_None; local
1002 if (!PyArg_ParseTuple(args, "|O:peer_certificate", &binary_mode))
1008 if (PyObject_IsTrue(binary_mode)) {
    [all...]
  /external/python/cpython2/Modules/
_ssl.c 1410 PyObject *binary_mode = Py_None; local
3316 int binary_mode = 0; local
    [all...]
  /external/python/cpython3/Modules/
_ssl.c     [all...]

Completed in 331 milliseconds