Searched refs:f_objects (Results 1 – 11 of 11) sorted by relevance
/dports/graphics/sswf/sswf-1.8.4/src/lib/ |
H A D | libsswf_tag_import.c++ | 112 idx = f_objects.Count(); in HasID() 115 i = dynamic_cast<import_t *>(f_objects.Get(idx)); in HasID() 142 idx = f_objects.Count(); in HasName() 145 i = dynamic_cast<import_t *>(f_objects.Get(idx)); in HasName() 214 f_objects.Set(-1, i); in AddName() 252 max = f_objects.Count(); in Save() 256 i = dynamic_cast<import_t *>(f_objects.Get(idx)); in Save()
|
H A D | libsswf_tag_export.c++ | 142 f_objects.Set(-1, e); in SetObject() 177 max = f_objects.Count(); in PreSave() 179 e = dynamic_cast<export_t *>(f_objects.Get(idx)); in PreSave() 219 max = f_objects.Count(); in Save() 223 e = dynamic_cast<export_t *>(f_objects.Get(idx)); in Save()
|
/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/command/ |
H A D | build_clib.py | 324 f_objects = [] 334 f_objects += fcompiler.compile(fmodule_sources, 359 f_objects += fcompiler.compile(f_sources, 366 f_objects = [] 368 if f_objects and not fcompiler.can_ccompiler_link(compiler): 375 f.write("\n".join(os.path.abspath(obj) for obj in f_objects)) 390 objects.extend(f_objects)
|
H A D | build_ext.py | 469 f_objects = [] 482 f_objects += fcompiler.compile(fmodule_sources, 506 f_objects += fcompiler.compile(f_sources, 514 if f_objects and not fcompiler.can_ccompiler_link(self.compiler): 515 unlinkable_fobjects = f_objects 519 objects = c_objects + f_objects
|
/dports/editors/fpc-ide/fpc-3.2.2/compiler/ |
H A D | globtype.pas | 313 f_random,f_variants,f_objects,f_dynarrays,f_threading,f_commandargs,
|
H A D | options.pas | 3191 f_variants,f_objects,f_commandargs,
|
/dports/lang/fpc/fpc-3.2.2/compiler/ |
H A D | globtype.pas | 313 f_random,f_variants,f_objects,f_dynarrays,f_threading,f_commandargs,
|
H A D | options.pas | 3191 f_variants,f_objects,f_commandargs,
|
/dports/lang/fpc-source/fpc-3.2.2/compiler/ |
H A D | globtype.pas | 313 f_random,f_variants,f_objects,f_dynarrays,f_threading,f_commandargs,
|
H A D | options.pas | 3191 f_variants,f_objects,f_commandargs,
|
/dports/graphics/sswf/sswf-1.8.4/include/sswf/ |
H A D | libsswf.h | 2195 Vectors f_objects; variable 2232 Vectors f_objects; variable
|