HomeSort by relevance Sort by last modified time
    Searched refs:target_desc (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/components/nacl/browser/
nacl_file_host.cc 75 IPC::PlatformFileForTransit target_desc = local
78 if (target_desc == IPC::InvalidPlatformFileForTransit()) {
83 reply_msg, target_desc);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 92 target_desc,
117 (target_desc != self.EXECUTABLE)):
150 # (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
162 target_desc,
cygwinccompiler.py 193 target_desc,
218 (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
260 # (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
272 target_desc,
bcppcompiler.py 172 target_desc,
203 if target_desc == CCompiler.EXECUTABLE:
unixccompiler.py 150 def link(self, target_desc, objects,
177 if target_desc == CCompiler.EXECUTABLE:
msvc9compiler.py 579 target_desc,
611 if target_desc == CCompiler.EXECUTABLE:
661 mfinfo = self.manifest_get_embed_info(target_desc, ld_args)
685 def manifest_get_embed_info(self, target_desc, ld_args):
697 if target_desc == CCompiler.EXECUTABLE:
msvccompiler.py 465 target_desc,
496 if target_desc == CCompiler.EXECUTABLE:
ccompiler.py 612 # values for target_desc parameter in link()
617 def link(self, target_desc, objects, output_filename, output_dir=None,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 92 target_desc,
117 (target_desc != self.EXECUTABLE)):
150 # (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
162 target_desc,
cygwinccompiler.py 193 target_desc,
218 (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
260 # (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
272 target_desc,
bcppcompiler.py 172 target_desc,
203 if target_desc == CCompiler.EXECUTABLE:
unixccompiler.py 150 def link(self, target_desc, objects,
177 if target_desc == CCompiler.EXECUTABLE:
msvc9compiler.py 579 target_desc,
611 if target_desc == CCompiler.EXECUTABLE:
661 mfinfo = self.manifest_get_embed_info(target_desc, ld_args)
685 def manifest_get_embed_info(self, target_desc, ld_args):
697 if target_desc == CCompiler.EXECUTABLE:
msvccompiler.py 465 target_desc,
496 if target_desc == CCompiler.EXECUTABLE:
ccompiler.py 612 # values for target_desc parameter in link()
617 def link(self, target_desc, objects, output_filename, output_dir=None,
    [all...]

Completed in 9650 milliseconds