Searched refs:has_function (Results 1 – 10 of 10) sorted by relevance
/external/libdrm/ |
D | meson.build | 63 elif cc.has_function('atomic_cas_uint') 169 if not cc.has_function('dlsym') 175 if not cc.has_function('clock_gettime', prefix : '#define _GNU_SOURCE\n#include <time.h>') 191 config.set10('HAVE_OPEN_MEMSTREAM', cc.has_function('open_memstream'))
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_test.py | 223 self.assertFalse(ctx.has_function("not_a_function")) 229 self.assertTrue(ctx.has_function(f.get_concrete_function().name))
|
D | context.py | 694 def has_function(self, name): member in Context
|
/external/tensorflow/tensorflow/python/framework/ |
D | function_def_to_graph.py | 87 return context.context().has_function(fname)
|
/external/mesa3d/ |
D | meson.build | 660 if cc.has_function(b) 848 if cc.has_function(f) 901 if cc.has_function('dlopen') 906 if cc.has_function('dladdr', dependencies : dep_dl) 911 if cc.has_function('dl_iterate_phdr') 920 if cc.has_function('clock_gettime')
|
/external/mesa3d/src/egl/ |
D | meson.build | 139 if cc.has_function('mincore')
|
/external/python/cpython2/Lib/distutils/ |
D | ccompiler.py | 726 def has_function(self, funcname, includes=None, include_dirs=None, member in CCompiler
|
/external/python/cpython3/Lib/distutils/ |
D | ccompiler.py | 760 def has_function(self, funcname, includes=None, include_dirs=None, member in CCompiler
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 503 ….. method:: CCompiler.has_function(funcname [, includes=None, include_dirs=None, libraries=None, l…
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 513 ….. method:: CCompiler.has_function(funcname [, includes=None, include_dirs=None, libraries=None, l…
|