Home
last modified time | relevance | path

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

/external/curl/tests/libtest/
Dlib554.c67 static int once(char *URL, bool oldstyle) in once()
Dlib643.c80 static int once(char *URL, bool oldstyle) in once()
/external/python/cpython2/Lib/test/
Dtest_index.py8 class oldstyle: class
/external/libpcap/
Dpcap-int.h248 int oldstyle; /* if we're opening with pcap_open_live() */ member
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp752 auto oldstyle = As<PythonCallable>(globals.GetItem("OldStyle")); in TEST_F() local