Home
last modified time | relevance | path

Searched defs:opening (Results 1 – 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/conn/
DOperatedClientConnection.java130 void opening(Socket sock, HttpHost target) in opening() method
/external/apache-http/src/org/apache/http/impl/conn/
DDefaultClientConnection.java113 public void opening(Socket sock, HttpHost target) throws IOException { in opening() method in DefaultClientConnection
/external/tensorflow/tensorflow/lite/toco/
Dargs.cc29 unsigned char opening = *symbol; in ClosingSymbolLookup() local
/external/v8/tools/heap-stats/
Dtrace-file-reader.js274 Object.assign({opening: entry.type === 'zonecreation'}, entry)); property
/external/yapf/yapf/yapflib/
Dformat_decision_state.py783 def _EachDictEntryFitsOnOneLine(self, opening): argument