Home
last modified time | relevance | path

Searched refs:c_call (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/python/
Dgenerator.py367 c_call = ""
398 if c_call != "":
399 c_call = c_call + ", "
400 c_call = c_call + "%s" % (arg[0])
419 c_call = "\n if (%s->%s != NULL) xmlFree(%s->%s);\n" % (
421c_call = c_call + " %s->%s = (%s)xmlStrdup((const xmlChar *)%s);\n" % (args[0][0],
424 c_call = "\n %s->%s = %s;\n" % (args[0][0], args[1][0],
427 c_call = "\n %s(%s);\n" % (name, c_call)
433 c_call = "\n c_retval = %s->%s;\n" % (args[0][0], ret[2])
435 c_call = "\n c_retval = %s(%s);\n" % (name, c_call)
[all …]
/external/vulkan-validation-layers/
Dvk-layer-generate.py1280 '}' % (qual, decl, proto.c_call()))
1354 …cl, using_line, destroy_line, ret_val, table_type, dispatch_param, proto.c_call(), create_line, st…
1551 '}' % (qual, decl, proto.c_call()))
1635 call_sig = proto.c_call()
Dvulkan.py146 def c_call(self): member in Proto
/external/vulkan-validation-layers/loader/
Dvk-loader-generate.py231 dispatch = "disp->%s;" % proto.c_call()