Home
last modified time | relevance | path

Searched refs:f_objects (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/sswf/sswf-1.8.4/src/lib/
H A Dlibsswf_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 Dlibsswf_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 Dbuild_clib.py324 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 Dbuild_ext.py469 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 Dglobtype.pas313 f_random,f_variants,f_objects,f_dynarrays,f_threading,f_commandargs,
H A Doptions.pas3191 f_variants,f_objects,f_commandargs,
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dglobtype.pas313 f_random,f_variants,f_objects,f_dynarrays,f_threading,f_commandargs,
H A Doptions.pas3191 f_variants,f_objects,f_commandargs,
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dglobtype.pas313 f_random,f_variants,f_objects,f_dynarrays,f_threading,f_commandargs,
H A Doptions.pas3191 f_variants,f_objects,f_commandargs,
/dports/graphics/sswf/sswf-1.8.4/include/sswf/
H A Dlibsswf.h2195 Vectors f_objects; variable
2232 Vectors f_objects; variable