Searched refs:num_specs (Results 1 – 5 of 5) sorted by relevance
65 num_specs = module_specs.GetSize()66 self.assertEqual(num_specs, 1)
363 const size_t num_specs = in LocateExecutableSymbolFile() local367 if (num_specs == 2) { in LocateExecutableSymbolFile()378 assert(num_specs <= 1 && in LocateExecutableSymbolFile()380 if (num_specs == 1) { in LocateExecutableSymbolFile()
139 const size_t num_specs = ObjectFile::GetModuleSpecifications( in CreateTargetInternal() local142 if (num_specs > 0) { in CreateTargetInternal()145 if (num_specs == 1) { in CreateTargetInternal()
1520 const uint32_t num_specs = file_specs.GetSize(); in LoadScriptingResourceInTarget() local1521 if (num_specs) { in LoadScriptingResourceInTarget()1524 for (uint32_t i = 0; i < num_specs; ++i) { in LoadScriptingResourceInTarget()
815 uint32_t num_specs = 0; in GetDependentModules() local819 num_specs++; in GetDependentModules()822 return num_specs; in GetDependentModules()