Home
last modified time | relevance | path

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

/external/rust/crates/unicode-bidi/src/
Ddata_source.rs22 pub opening: char, field
/external/yapf/yapf/yapflib/
Dformat_decision_state.py996 def _EachDictEntryFitsOnOneLine(self, opening): argument
1014 def DictValueIsContainer(opening, closing): argument
1090 def _ContainerFitsOnStartLine(self, opening): argument
/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.cc32 unsigned char opening = *symbol; in ClosingSymbolLookup() local
/external/armnn/src/backends/backendsCommon/test/
DJsonPrinterTestImpl.cpp22 inline bool AreMatchingPair(const char opening, const char closing) in AreMatchingPair()
/external/python/cpython3/Parser/
Dstring_parser.c685 int opening = (unsigned char)parenstack[nested_depth]; in fstring_find_expr() local
710 int opening = (unsigned char)parenstack[nested_depth - 1]; in fstring_find_expr() local
Dtokenizer.c2052 int opening = tok->parenstack[tok->level]; in tok_get() local