Home
last modified time | relevance | path

Searched refs:srcPref (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/tools/
Dgentest.py15 srcPref = sys.argv[1] + '/' variable
17 srcPref = '' variable
437 input = open(srcPref + "testapi.c", "r")
485 doc = libxml2.readFile(srcPref + 'doc/libxml2-api.xml', None, 0)
/external/cronet/stable/third_party/libxml/src/tools/
Dgentest.py15 srcPref = sys.argv[1] + '/' variable
17 srcPref = '' variable
437 input = open(srcPref + "testapi.c", "r")
485 doc = libxml2.readFile(srcPref + 'doc/libxml2-api.xml', None, 0)
/external/cronet/tot/third_party/libxml/src/tools/
Dgentest.py15 srcPref = sys.argv[1] + '/' variable
17 srcPref = '' variable
437 input = open(srcPref + "testapi.c", "r")
485 doc = libxml2.readFile(srcPref + 'doc/libxml2-api.xml', None, 0)
/external/libxml2/python/
Dgenerator.py15 srcPref = os.path.dirname(sys.argv[0]) variable
18 srcPref = os.path.dirname(__file__) variable
668 f = open(os.path.join(srcPref,"libxml2-api.xml"))
675 f = open(os.path.join(srcPref,"..","doc","libxml2-api.xml"))
689 f = open(os.path.join(srcPref,"libxml2-python-api.xml"))
/external/armnn/src/armnn/
DGraph.cpp388 auto srcPref = srcOutputSlot.GetTensorHandleFactoryId(); in AddCompatibilityLayers() local
389 auto srcFactory = registry.GetFactory(srcPref); in AddCompatibilityLayers()
DNetwork.cpp1599 for (auto&& srcPref : srcPrefs) in CalculateSlotOption()
1603 if (comp == srcPref) in CalculateSlotOption()