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.py217 def emitEnd(self, text, comment): member in _SchemaToStruct
252 self.emitEnd('{', schema.get('description', ''))
268 self.emitEnd(parts[0], description)
273 self.emitEnd('%s,' % str(value), schema.get('description', ''))
276 self.emitEnd('"%s",' % str(value), schema.get('description', ''))
279 self.emitEnd('%s,' % str(value), schema.get('description', ''))
282 self.emitEnd('%s,' % str(value), schema.get('description', ''))
284 self.emitEnd('None,', schema.get('description', ''))
286 self.emitEnd('"",', schema.get('description', ''))
288 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.txt331 googleapiclient.schema._SchemaToStruct.emitEnd googleapiclient.schema._SchemaToStruct-class.html#em…