Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
DManifestFactory.java24 ManifestIdentifier identify(Config config); in identify() method
DBuckManifestFactory.java25 public ManifestIdentifier identify(Config config) { in identify() method in BuckManifestFactory
DDefaultManifestFactory.java23 public ManifestIdentifier identify(Config config) { in identify() method in DefaultManifestFactory
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/u-boot/cmd/
Dpcmcia.c197 static int identify (volatile uchar *p) in identify() function
/external/python/cpython3/Lib/tkinter/
Dttk.py562 def identify(self, x, y): member in Widget
680 def identify(self, x, y): member in Entry
864 def identify(self, x, y): member in Notebook
1308 def identify(self, component, x, y): member in Treeview
D__init__.py3027 def identify(self, x, y): member in Scale
3061 def identify(self, x, y): member in Scrollbar
3685 def identify(self, x, y): member in Spinbox
3833 def identify(self, x, y): member in PanedWindow
/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/cpython2/Lib/plat-mac/
Dgensuitemodule.py1189 def identify(str): function
/external/u-boot/drivers/nvme/
Dnvme.h456 struct nvme_identify identify; member