Home
last modified time | relevance | path

Searched refs:has_function (Results 1 – 10 of 10) sorted by relevance

/external/libdrm/
Dmeson.build63 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/
Dpywrap_tfe_test.py223 self.assertFalse(ctx.has_function("not_a_function"))
229 self.assertTrue(ctx.has_function(f.get_concrete_function().name))
Dcontext.py694 def has_function(self, name): member in Context
/external/tensorflow/tensorflow/python/framework/
Dfunction_def_to_graph.py87 return context.context().has_function(fname)
/external/mesa3d/
Dmeson.build660 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/
Dmeson.build139 if cc.has_function('mincore')
/external/python/cpython2/Lib/distutils/
Dccompiler.py726 def has_function(self, funcname, includes=None, include_dirs=None, member in CCompiler
/external/python/cpython3/Lib/distutils/
Dccompiler.py760 def has_function(self, funcname, includes=None, include_dirs=None, member in CCompiler
/external/python/cpython2/Doc/distutils/
Dapiref.rst503 ….. method:: CCompiler.has_function(funcname [, includes=None, include_dirs=None, libraries=None, l…
/external/python/cpython3/Doc/distutils/
Dapiref.rst513 ….. method:: CCompiler.has_function(funcname [, includes=None, include_dirs=None, libraries=None, l…