Home
last modified time | relevance | path

Searched refs:output_binary (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dmake.py752 self.output_binary = self.ComputeMacBundleBinaryOutput(spec)
754 self.output = self.output_binary = self.ComputeOutput(spec)
822 mac_bundle_deps.append(self.output_binary)
832 target_link_deps[qualified_target] = self.output_binary
1426 self.WriteMakeRule([self.output_binary], extra_outputs,
1444 self.WriteDependencyOnExtraOutputs(self.output_binary, extra_outputs)
1466 self.output_binary))))
1492 QuoteSpaces(self.output_binary))
1493 self.WriteLn('%s: LIBS := $(LIBS)' % QuoteSpaces(self.output_binary))
1497 QuoteSpaces(self.output_binary))
[all …]
Dandroid.py149 self.output = self.output_binary = self.ComputeOutput(spec)
218 target_outputs[qualified_target] = ('path', self.output_binary)
Dninja.py1280 def GetPostbuildCommand(self, spec, output, output_binary, is_command_start): argument
1288 if output_binary is not None:
1293 os.path.normpath(os.path.join(self.base_to_build, output_binary)),
/external/chromium_org/tools/gyp/pylib/gyp/
Dxcode_emulation.py880 def _GetStripPostbuilds(self, configname, output_binary, quiet): argument
909 result.append('strip %s %s' % (strip_flags, output_binary))
914 def _GetDebugInfoPostbuilds(self, configname, output, output_binary, quiet): argument
928 result.append('dsymutil %s -o %s' % (output_binary, output + '.dSYM'))
933 def _GetTargetPostbuilds(self, configname, output, output_binary, argument
939 self._GetDebugInfoPostbuilds(configname, output, output_binary, quiet) +
940 self._GetStripPostbuilds(configname, output_binary, quiet))
942 def _GetIOSPostbuilds(self, configname, output_binary): argument
984 def AddImplicitPostbuilds(self, configname, output, output_binary, argument
988 assert output_binary is not None
[all …]
/external/blktrace/
Dblkparse.c309 static void output_binary(void *buf, int len) in output_binary() function
1624 output_binary(t, sizeof(*t) + t->pdu_len); in dump_trace()
2214 output_binary(bit, sizeof(*bit) + bit->pdu_len); in read_events()
2357 output_binary(bit, sizeof(*bit) + bit->pdu_len); in ms_prime()