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

/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A 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...]
H A Dandroid.py149 self.output = self.output_binary = self.ComputeOutput(spec)
218 target_outputs[qualified_target] = ('path', self.output_binary)
H A Dninja.py1280 def GetPostbuildCommand(self, spec, output, output_binary, is_command_start):
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/
H A Dxcode_emulation.py880 def _GetStripPostbuilds(self, configname, output_binary, quiet):
909 result.append('strip %s %s' % (strip_flags, output_binary))
914 def _GetDebugInfoPostbuilds(self, configname, output, output_binary, quiet):
928 result.append('dsymutil %s -o %s' % (output_binary, output + '.dSYM'))
933 def _GetTargetPostbuilds(self, configname, output, output_binary,
939 self._GetDebugInfoPostbuilds(configname, output, output_binary, quiet) +
940 self._GetStripPostbuilds(configname, output_binary, quiet))
942 def _GetIOSPostbuilds(self, configname, output_binary):
984 def AddImplicitPostbuilds(self, configname, output, output_binary,
988 assert output_binary i
[all...]
/external/blktrace/
H A Dblkparse.c309 static void output_binary(void *buf, int len) function
1624 output_binary(t, sizeof(*t) + t->pdu_len);
2214 output_binary(bit, sizeof(*bit) + bit->pdu_len);
2357 output_binary(bit, sizeof(*bit) + bit->pdu_len);

Completed in 342 milliseconds