Home
last modified time | relevance | path

Searched defs:source_types (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/tools/build/src/tools/
Dbuiltin.py451 …def __init__(self, id, composing = True, source_types = [], target_types_and_names = ['LIB'], requ… argument
530 …def __init__ (self, id = 'SearchedLibGenerator', composing = False, source_types = [], target_type… argument
575 def __init__(self, id, composing, source_types, target_types_and_names, requirements): argument
614 def __init__ (self, id, composing, source_types, target_types_and_names, requirements): argument
621 def register_c_compiler (id, source_types, target_types, requirements, optional_properties = []): argument
629 def __init__ (self, id, composing, source_types, target_types_and_names, requirements): argument
760 def register_linker(id, source_types, target_types, requirements): argument
767 def __init__ (self, id, composing, source_types, target_types_and_names, requirements): argument
794 def register_archiver(id, source_types, target_types, requirements): argument
Dunix.py19 def __init__ (self, id, composing, source_types, target_types, requirements): argument
45 def __init__ (self, id, composing, source_types, target_types_and_names, requirements): argument
74 def __init__ (self, id, composing, source_types, target_types_and_names, requirements): argument
/third_party/gn/src/gn/
Dvisual_studio_writer_unittest.cc192 VisualStudioWriter::SourceFileCompileTypePairs source_types; in TEST_F() local
227 VisualStudioWriter::SourceFileCompileTypePairs source_types; in TEST_F() local
Dvisual_studio_writer.cc430 SourceFileCompileTypePairs source_types; in WriteProjectFiles() local
458 SourceFileCompileTypePairs* source_types, in WriteProjectFileContents()
689 const SourceFileCompileTypePairs& source_types) { in WriteFiltersFileContents()
/third_party/mesa3d/src/compiler/glsl/
Dir_expression_operation.py39 def __init__(self, source_types, num_operands): argument
50 def __init__(self, dest_type, source_types, num_operands): argument
326 …def __init__(self, name, num_operands, printable_name = None, source_types = None, dest_type = Non… argument
/third_party/boost/tools/build/src/build/
Dgenerators.py194 def __init__ (self, id, composing, source_types, target_types_and_names, requirements = []): argument
281 def source_types (self): member in Generator
710 def wrapper(id, source_types, target_types, requirements=[]): argument
723 def register_standard (id, source_types, target_types, requirements = []): argument
736 def register_composing (id, source_types, target_types, requirements = []): argument
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfsourceobject.c58 static const GEnumValue source_types[] = { in gst_mf_source_type_get_type() local