Searched refs:namespace (Results 1 – 5 of 5) sorted by relevance
| /tools/libs/light/ |
| A D | idl.py | 14 def namespace(s): function 35 self.namespace = kwargs.setdefault('namespace', 51 elif self.namespace is None: # e.g. system provided types 55 self.typename = self.namespace + typename 83 if self.namespace is not None: 178 self.namespace) 289 void = Builtin("void *", namespace = None) 290 bool = Builtin("bool", namespace = None, 297 size_t = Number("size_t", namespace = None) 299 integer = Number("int", namespace = None, signed = True) [all …]
|
| A D | idl.txt | 11 contain the initial namespace element (e.g. "libxl_"). See below for 12 how to specify a namespace. 15 namespace element while Type.rawname is always set to the 'base' name 22 Type.namespace: (default: "libxl_") 24 The namespace in which the type resides. Usually this is "libxl_" but 27 If the typename is not None then the namespace is prepended to the 122 Enumeration.value_namespace: (default: namespace) 124 The namespace in which the values of the Enumeration (see below) reside. 134 the namespace and typename of the 138 the namespace but including the [all …]
|
| A D | libxl_types_internal.idl | 1 namespace("libxl__") 4 libxl_domid = Builtin("domid", namespace="libxl_", json_gen_fn = "yajl_gen_integer",
|
| A D | gentypes.py | 544 parse = "(libxl__json_parse_callback)&%s_parse_json" % (ty.namespace + "_" + ty.rawname) 693 (ty.hidden(), ty.namespace + "_" + ty.rawname, 786 … (ty.namespace + "_" + ty.rawname,"o",ty.make_arg("p", passby=idl.PASS_BY_REFERENCE)))
|
| A D | libxl_types.idl | 6 namespace("libxl_")
|
Completed in 23 milliseconds