/external/chromium_org/components/nacl/browser/ |
nacl_file_host.cc | 84 IPC::PlatformFileForTransit target_desc = local 88 if (target_desc == IPC::InvalidPlatformFileForTransit()) { 93 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...] |