Home
last modified time | relevance | path

Searched defs:set_source (Results 1 – 5 of 5) sorted by relevance

/external/openscreen/platform/base/
Dudp_packet.h38 void set_source(IPEndpoint endpoint) { source_ = std::move(endpoint); } in set_source() function
/external/pdfium/third_party/agg23/
Dagg_conv_adaptor_vcgen.h45 void set_source(VertexSource& source) in set_source() function
/external/pdfium/fxjs/
Dcjs_event.cpp241 CJS_Result CJS_Event::set_source(CJS_Runtime* pRuntime, in set_source() function in CJS_Event
Dcjs_field.cpp1817 CJS_Result CJS_Field::set_source(CJS_Runtime* pRuntime, in set_source() function in CJS_Field
/external/python/cffi/cffi/
Dapi.py633 def set_source(self, module_name, source, source_extension='.c', **kwds): member in FFI