Home
last modified time | relevance | path

Searched defs:identify (Results 1 – 13 of 13) sorted by relevance

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DManifestFactory.java24 ManifestIdentifier identify(Config config); in identify() method
DDefaultManifestFactory.java23 public ManifestIdentifier identify(Config config) { in identify() method in DefaultManifestFactory
DBuckManifestFactory.java25 public ManifestIdentifier identify(Config config) { in identify() method in BuckManifestFactory
DMavenManifestFactory.java23 public ManifestIdentifier identify(Config config) { in identify() method in MavenManifestFactory
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/
DMavenManifestFactoryTest.java25 @Test public void identify() throws Exception { in identify() method in MavenManifestFactoryTest
DBuckManifestFactoryTest.java45 @Test public void identify() throws Exception { in identify() method in BuckManifestFactoryTest
DDefaultManifestFactoryTest.java19 public void identify() { in identify() method in DefaultManifestFactoryTest
/external/python/cpython2/Lib/lib-tk/
Dttk.py558 def identify(self, x, y): member in Widget
676 def identify(self, x, y): member in Entry
860 def identify(self, x, y): member in Notebook
1277 def identify(self, component, x, y): member in Treeview
DTkinter.py2885 def identify(self, x, y): member in Scale
2915 def identify(self, x, y): member in Scrollbar
3517 def identify(self, x, y): member in Spinbox
3665 def identify(self, x, y): member in PanedWindow
/external/python/cpython3/Lib/tkinter/
Dttk.py560 def identify(self, x, y): member in Widget
678 def identify(self, x, y): member in Entry
862 def identify(self, x, y): member in Notebook
1306 def identify(self, component, x, y): member in Treeview
D__init__.py3472 def identify(self, x, y): member in Scale
3512 def identify(self, x, y): member in Scrollbar
4224 def identify(self, x, y): member in Spinbox
4395 def identify(self, x, y): member in PanedWindow
/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py1189 def identify(str): function
/external/u-boot/drivers/nvme/
Dnvme.h456 struct nvme_identify identify; member