Home
last modified time | relevance | path

Searched defs:declarations (Results 1 – 25 of 1063) sorted by last modified time

12345678910>>...43

/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/src/
H A Dget_gl_extensions.py224 def declarations( self ): member in Module
H A Dcodegenerator.py400 def declarations( self ): member in ModuleGenerator
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/glsym/
H A Drglgen.py92 declarations = generate_declarations(syms) variable
H A Dglgen.py92 declarations = generate_declarations(syms) variable
/dports/devel/arpc/arpc-0.7/scripts/
H A Daprotoc.py42 def print_fields(self, name, declarations): argument
73 def get_storage_type(self, declarations): argument
139 def get_storage_type(self, declarations): argument
153 def get_storage_type(self, declarations): argument
171 def get_storage_type(self, declarations): argument
253 def get_storage_type(self, declarations): argument
333 def get_storage_type(self, declarations): argument
544 def print_code(self, declarations): argument
666 def print_code(self, declarations): argument
852 def print_code(self, declarations): argument
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/tinycss/
H A Dcss21.py142 def __init__(self, selector, declarations, line, column): argument
226 def __init__(self, selector, specificity, declarations, at_rules, argument
H A Dpage3.py59 def __init__(self, at_keyword, declarations, line, column): argument
H A Dfonts3.py193 def __init__(self, declarations, line, column): argument
/dports/databases/grass7/grass-7.8.6/lib/python/ctypes/ctypesgencore/parser/
H A Dcdeclarations.py133 def __init__(self, is_union, is_packed, tag, declarations): argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-ast/
H A Dast.json672 "declarations": "Option<Vec<SourceAtomSetIndex>>" string
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glslopt/glsl-optimizer/src/compiler/glsl/
H A Dast.h349 exec_list declarations; variable
890 exec_list declarations; variable
969 exec_list declarations; variable
1276 exec_list declarations; variable
H A Dast_to_hir.cpp7277 exec_list *declarations, in ast_process_struct_or_iface_block_members()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/esprima/esprima/
H A Dnodes.py563 def __init__(self, declarations, kind): argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-ast/src/
H A Dtypes_generated.rs976 pub declarations: Option<arena::Vec<'alloc, SourceAtomSetIndex>>, field
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/darling_core/src/codegen/
H A Dattr_extractor.rs27 fn declarations(&self) -> TokenStream { in declarations() method
37 let declarations = self.declarations(); in extractor() localVariable
H A Dvariant_data.rs21 pub(in codegen) fn declarations(&self) -> TokenStream { in declarations() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/src/back/spv/
H A Dmod.rs41 declarations: Vec<Word>, field
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Dwrapper.rs1242 let declarations = unsafe { Gecko_GetStyleAttrDeclarationBlock(self.0).as_ref() }; in style_attribute() localVariable
1243 let declarations: Option<&RawOffsetArc<Locked<PropertyDeclarationBlock>>> = in style_attribute() localVariable
1758 let declarations = in synthesize_presentational_hints_for_legacy_attributes() localVariable
1760 let declarations: Option<&RawOffsetArc<Locked<PropertyDeclarationBlock>>> = in synthesize_presentational_hints_for_legacy_attributes() localVariable
1768 let declarations = unsafe { Gecko_GetExtraContentStyleDeclarations(self.0).as_ref() }; in synthesize_presentational_hints_for_legacy_attributes() localVariable
1769 let declarations: Option<&RawOffsetArc<Locked<PropertyDeclarationBlock>>> = in synthesize_presentational_hints_for_legacy_attributes() localVariable
1782 let declarations = match visited_handling { in synthesize_presentational_hints_for_legacy_attributes() localVariable
1796 let declarations: Option<&RawOffsetArc<Locked<PropertyDeclarationBlock>>> = in synthesize_presentational_hints_for_legacy_attributes() localVariable
1809 let declarations = in synthesize_presentational_hints_for_legacy_attributes() localVariable
1811 let declarations: Option<&RawOffsetArc<Locked<PropertyDeclarationBlock>>> = in synthesize_presentational_hints_for_legacy_attributes() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/stylesheets/
H A Dfont_feature_values_rule.rs186 declarations: &'a mut Vec<FFVDeclaration<T>>, field
H A Dkeyframes_rule.rs226 let mut declarations = SourcePropertyDeclaration::new(); in parse() localVariable
480 declarations: &'a mut SourcePropertyDeclaration, field
494 let mut declarations = SourcePropertyDeclaration::new(); in parse_keyframe_list() localVariable
578 declarations: &'a mut SourcePropertyDeclaration, field
H A Dviewport_rule.rs318 pub declarations: Vec<ViewportDescriptorDeclaration>, field
371 let mut declarations = vec![None; VIEWPORT_DESCRIPTOR_VARIANTS]; in from_meta() localVariable
458 let declarations: Vec<_> = declarations.into_iter().filter_map(|entry| entry).collect(); in from_meta() localVariable
526 declarations: Vec<Option<(usize, ViewportDescriptorDeclaration)>>, field
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/
H A Dstylist.rs886 let declarations = match self in rule_node_for_precomputed_pseudo() localVariable
1135 let mut declarations = ApplicableDeclarationList::new(); in lazy_pseudo_rules() localVariable
1165 let mut declarations = ApplicableDeclarationList::new(); in lazy_pseudo_rules() localVariable
H A Dmatching.rs500 let declarations = context.shared.animations.get_all_declarations( in process_animations() localVariable
579 let declarations = context.shared.animations.get_all_declarations( in process_animations_for_pseudo() localVariable
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/properties/
H A Dcascade.rs118 declarations: DeclarationImportanceIterator<'a>, field
287 let mut declarations = SmallVec::<[(&_, Origin); 32]>::new(); in apply_declarations() localVariable
H A Ddeclaration_block.rs101 declarations: Vec<PropertyDeclaration>, field
258 pub fn declarations(&self) -> &[PropertyDeclaration] { in declarations() method
852 let mut declarations = Vec::with_capacity(len); in from_animation_value_map() localVariable
1316 declarations: &'a mut SourcePropertyDeclaration, field
1454 let mut declarations = SourcePropertyDeclaration::new(); in parse_property_declaration_list() localVariable

12345678910>>...43