Home
last modified time | relevance | path

Searched defs:default_path (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/tools/api/lib/
Dpython_object_to_proto_visitor.py204 def __init__(self, default_path='tensorflow'): argument
/external/python/cpython2/Lib/
Dihooks.py122 def default_path(self): member in BasicModuleLoader
186 def default_path(self): return sys.path member in Hooks
220 def default_path(self): member in ModuleLoader
Drexec.py114 def default_path(self): member in RHooks
/external/python/cpython3/Tools/scripts/
Dstable_abi.py187 def generator(var_name, default_path): argument
/external/cronet/third_party/googletest/src/googletest/test/
Dgoogletest-filepath-test.cc456 FilePath default_path; in TEST() local
465 FilePath default_path; in TEST() local
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-filepath-test.cc456 FilePath default_path; in TEST() local
465 FilePath default_path; in TEST() local
/external/googletest/googletest/test/
Dgoogletest-filepath-test.cc456 FilePath default_path; in TEST() local
465 FilePath default_path; in TEST() local
/external/cronet/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-filepath-test.cc456 FilePath default_path; in TEST() local
465 FilePath default_path; in TEST() local
/external/autotest/utils/frozen_chromite/lib/
Dcache.py173 def SetDefault(self, default_path, lock=False): argument
/external/openthread/third_party/mbedtls/repo/scripts/
Dconfig.py334 default_path = [_path_in_tree, variable in ConfigFile
/external/mbedtls/scripts/
Dconfig.py361 default_path = [_path_in_tree, variable in ConfigFile
/external/toybox/toys/pending/
Ddiff.c464 static char *concat_file_path(char *path, char *default_path) in concat_file_path()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection_test.cc2403 const auto* default_path = QuicConnectionPeer::GetDefaultPath(&connection_); in TEST_P() local
14120 const auto* default_path = QuicConnectionPeer::GetDefaultPath(&connection_); in TEST_P() local
14268 const auto* default_path = QuicConnectionPeer::GetDefaultPath(&connection_); in TEST_P() local
14398 const auto* default_path = QuicConnectionPeer::GetDefaultPath(&connection_); in TEST_P() local
14625 const auto* default_path = QuicConnectionPeer::GetDefaultPath(&connection_); in TEST_P() local
14781 const auto* default_path = QuicConnectionPeer::GetDefaultPath(&connection_); in TEST_P() local
15184 const auto* default_path = QuicConnectionPeer::GetDefaultPath(&connection_); in TEST_P() local
15218 auto* default_path = QuicConnectionPeer::GetDefaultPath(&connection_); in TEST_P() local
Dquic_connection.cc2908 const PathState& default_path, const PathState& alternative_path, in FindMatchingOrNewClientConnectionIdOrToken()