Searched refs:objects (Results 1 - 25 of 566) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
H A Dbcppcompiler.py85 macros, objects, extra_postargs, pp_opts, build = \
95 for obj in objects:
141 return objects
147 objects,
153 (objects, output_dir) = self._fix_object_args (objects, output_dir)
157 if self._need_link (objects, output_filename):
158 lib_args = [output_filename, '/u'] + objects
173 objects,
189 (objects, output_di
[all...]
H A Dunixccompiler.py124 def create_static_lib(self, objects, output_libname,
126 objects, output_dir = self._fix_object_args(objects, output_dir)
131 if self._need_link(objects, output_filename):
135 objects + self.objects)
150 def link(self, target_desc, objects,
155 objects, output_dir = self._fix_object_args(objects, output_dir)
166 if self._need_link(objects, output_filenam
[all...]
H A Dccompiler.py119 # shared libraries/objects at runtime
122 # 'objects': a list of object files (or similar, such as explicitly
124 self.objects = []
135 linker_so linker used to create shared objects and libraries
307 self.objects.append(object)
309 def set_link_objects(self, objects):
311 every link to 'objects'. This does not affect any standard object
315 self.objects = objects[:]
350 objects
[all...]
H A Dcygwinccompiler.py194 objects,
210 objects = copy.copy(objects or [])
227 temp_dir = os.path.dirname(objects[0])
257 objects.append(def_file)
273 objects,
H A Demxccompiler.py13 # * only use OMF objects and use LINK386 as the linker (-Zomf)
93 objects,
109 objects = copy.copy(objects or [])
126 temp_dir = os.path.dirname(objects[0])
147 objects.append(def_file)
163 objects,
H A Dmsvc9compiler.py476 macros, objects, extra_postargs, pp_opts, build = compile_info
485 for obj in objects:
550 return objects
554 objects,
562 (objects, output_dir) = self._fix_object_args(objects, output_dir)
566 if self._need_link(objects, output_filename):
567 lib_args = objects + ['/OUT:' + output_filename]
580 objects,
595 (objects, output_di
[all...]
H A Dmsvccompiler.py354 macros, objects, extra_postargs, pp_opts, build = \
365 for obj in objects:
433 return objects
439 objects,
446 (objects, output_dir) = self._fix_object_args (objects, output_dir)
450 if self._need_link (objects, output_filename):
451 lib_args = objects + ['/OUT:' + output_filename]
466 objects,
480 (objects, output_di
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/
H A Dbcppcompiler.py85 macros, objects, extra_postargs, pp_opts, build = \
95 for obj in objects:
141 return objects
147 objects,
153 (objects, output_dir) = self._fix_object_args (objects, output_dir)
157 if self._need_link (objects, output_filename):
158 lib_args = [output_filename, '/u'] + objects
173 objects,
189 (objects, output_di
[all...]
H A Dunixccompiler.py124 def create_static_lib(self, objects, output_libname,
126 objects, output_dir = self._fix_object_args(objects, output_dir)
131 if self._need_link(objects, output_filename):
135 objects + self.objects)
150 def link(self, target_desc, objects,
155 objects, output_dir = self._fix_object_args(objects, output_dir)
166 if self._need_link(objects, output_filenam
[all...]
H A Dccompiler.py119 # shared libraries/objects at runtime
122 # 'objects': a list of object files (or similar, such as explicitly
124 self.objects = []
135 linker_so linker used to create shared objects and libraries
307 self.objects.append(object)
309 def set_link_objects(self, objects):
311 every link to 'objects'. This does not affect any standard object
315 self.objects = objects[:]
350 objects
[all...]
H A Dcygwinccompiler.py194 objects,
210 objects = copy.copy(objects or [])
227 temp_dir = os.path.dirname(objects[0])
257 objects.append(def_file)
273 objects,
H A Demxccompiler.py13 # * only use OMF objects and use LINK386 as the linker (-Zomf)
93 objects,
109 objects = copy.copy(objects or [])
126 temp_dir = os.path.dirname(objects[0])
147 objects.append(def_file)
163 objects,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dbcppcompiler.py85 macros, objects, extra_postargs, pp_opts, build = \
95 for obj in objects:
141 return objects
147 objects,
153 (objects, output_dir) = self._fix_object_args (objects, output_dir)
157 if self._need_link (objects, output_filename):
158 lib_args = [output_filename, '/u'] + objects
173 objects,
189 (objects, output_di
[all...]
H A Dunixccompiler.py124 def create_static_lib(self, objects, output_libname,
126 objects, output_dir = self._fix_object_args(objects, output_dir)
131 if self._need_link(objects, output_filename):
135 objects + self.objects)
150 def link(self, target_desc, objects,
155 objects, output_dir = self._fix_object_args(objects, output_dir)
166 if self._need_link(objects, output_filenam
[all...]
H A Dccompiler.py119 # shared libraries/objects at runtime
122 # 'objects': a list of object files (or similar, such as explicitly
124 self.objects = []
135 linker_so linker used to create shared objects and libraries
307 self.objects.append(object)
309 def set_link_objects(self, objects):
311 every link to 'objects'. This does not affect any standard object
315 self.objects = objects[:]
350 objects
[all...]
H A Dcygwinccompiler.py194 objects,
210 objects = copy.copy(objects or [])
227 temp_dir = os.path.dirname(objects[0])
257 objects.append(def_file)
273 objects,
H A Demxccompiler.py13 # * only use OMF objects and use LINK386 as the linker (-Zomf)
93 objects,
109 objects = copy.copy(objects or [])
126 temp_dir = os.path.dirname(objects[0])
147 objects.append(def_file)
163 objects,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dbcppcompiler.py85 macros, objects, extra_postargs, pp_opts, build = \
95 for obj in objects:
141 return objects
147 objects,
153 (objects, output_dir) = self._fix_object_args (objects, output_dir)
157 if self._need_link (objects, output_filename):
158 lib_args = [output_filename, '/u'] + objects
173 objects,
189 (objects, output_di
[all...]
H A Dunixccompiler.py124 def create_static_lib(self, objects, output_libname,
126 objects, output_dir = self._fix_object_args(objects, output_dir)
131 if self._need_link(objects, output_filename):
135 objects + self.objects)
150 def link(self, target_desc, objects,
155 objects, output_dir = self._fix_object_args(objects, output_dir)
166 if self._need_link(objects, output_filenam
[all...]
H A Dccompiler.py119 # shared libraries/objects at runtime
122 # 'objects': a list of object files (or similar, such as explicitly
124 self.objects = []
135 linker_so linker used to create shared objects and libraries
307 self.objects.append(object)
309 def set_link_objects(self, objects):
311 every link to 'objects'. This does not affect any standard object
315 self.objects = objects[:]
350 objects
[all...]
H A Dcygwinccompiler.py194 objects,
210 objects = copy.copy(objects or [])
227 temp_dir = os.path.dirname(objects[0])
257 objects.append(def_file)
273 objects,
H A Demxccompiler.py13 # * only use OMF objects and use LINK386 as the linker (-Zomf)
93 objects,
109 objects = copy.copy(objects or [])
126 temp_dir = os.path.dirname(objects[0])
147 objects.append(def_file)
163 objects,
/prebuilts/ndk/current/sources/third_party/vulkan/src/
H A Dvulkan.py137 """Return the params that are simple VK objects and are inputs."""
138 return [param for param in self.params if param.ty in objects]
141 """Return the params that are simple VK objects and are outputs."""
143 if param.dereferenced_type() in objects]
155 def __init__(self, name, headers, objects, protos, ifdef = None):
158 self.objects = objects
166 objects=[
996 objects=[],
1021 objects
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/
H A Dvulkan.py137 """Return the params that are simple VK objects and are inputs."""
138 return [param for param in self.params if param.ty in objects]
141 """Return the params that are simple VK objects and are outputs."""
143 if param.dereferenced_type() in objects]
155 def __init__(self, name, headers, objects, protos, ifdef = None):
158 self.objects = objects
166 objects=[
996 objects=[],
1021 objects
[all...]
/prebuilts/tools/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/
H A Dfastutil-7.2.0.jarMETA-INF/MANIFEST.MF it/ it/unimi/ it/unimi/dsi/ it/unimi/dsi/fastutil/ it/unimi/dsi/ ...

Completed in 902 milliseconds

1234567891011>>