Home
last modified time | relevance | path

Searched refs:emitEnd (Results 1 – 3 of 3) sorted by relevance

/external/python/google-api-python-client/googleapiclient/
Dschema.py218 def emitEnd(self, text, comment): member in _SchemaToStruct
253 self.emitEnd("{", schema.get("description", ""))
269 self.emitEnd(parts[0], description)
274 self.emitEnd("%s," % str(value), schema.get("description", ""))
277 self.emitEnd('"%s",' % str(value), schema.get("description", ""))
280 self.emitEnd("%s," % str(value), schema.get("description", ""))
283 self.emitEnd("%s," % str(value), schema.get("description", ""))
285 self.emitEnd("None,", schema.get("description", ""))
287 self.emitEnd('"",', schema.get("description", ""))
289 self.emitEnd("[", schema.get("description"))
[all …]
/external/testng/doc/
Dprettify.js777 var emitEnd = null; // null or position of end of chunk to emit.
781 emitEnd = i;
795 emitEnd = i;
801 emitEnd = i;
805 emitEnd = i;
814 emitEnd = i;
821 emitEnd = i;
826 emitEnd = i;
833 emitEnd = next;
840 emitEnd = i;
[all …]
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt352 googleapiclient.schema._SchemaToStruct.emitEnd googleapiclient.schema._SchemaToStruct-class.html#em…