Home
last modified time | relevance | path

Searched refs:indexPath (Results 1 – 7 of 7) sorted by relevance

/third_party/openh264/codec/build/iOS/dec/demo/demo/
DDEMOViewControllerShowResource.m75 …UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
78 …ewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier forIndexPath:indexPath];
80 cell.textLabel.text = [[self.resFileArray objectAtIndex:indexPath.row] lastPathComponent];
87 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
90 self.selectedRow = indexPath.row;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp543 const de::FilePath indexPath = getIndexPath(dstPath); in writeToPath() local
551 if (!de::FilePath(indexPath.getDirName()).exists()) in writeToPath()
552 de::createDirectoryAndParents(indexPath.getDirName().c_str()); in writeToPath()
555 std::ofstream indexOut(indexPath.getPath(), std::ios_base::binary); in writeToPath()
558 …throw tcu::InternalError(string("Failed to open program binary index file ") + indexPath.getPath()… in writeToPath()
/third_party/vk-gl-cts/executor/tools/
DxeBatchResultToXml.cpp367 de::FilePath indexPath = de::FilePath::join(dstPath, "caselist.xml"); in batchResultToSeparateXmlFiles() local
368 std::ofstream out (indexPath.getPath(), std::ofstream::binary|std::ofstream::trunc); in batchResultToSeparateXmlFiles()
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts162 const indexPath = "/node_modules/b/index.d.ts"; constant
163 const indexFile = { name: indexPath };
167 …checkResolvedModule(resolution.resolvedModule, createResolvedModule(indexPath, /*isExternalLibrary…
/third_party/typescript/src/compiler/
DmoduleNameResolver.ts1966 …const indexPath = combinePaths(candidate, extensions === Extensions.TSConfig ? "tsconfig" : "index… constant
1969 …const moduleName = getRelativePathFromDirectory(candidate, packageFile || indexPath, /*ignoreCase*…
1985 return loadModuleFromFile(extensions, indexPath, onlyRecordFailuresForIndex, state);
/third_party/typescript/lib/
Dtsc.js37484 …var indexPath = ts.combinePaths(candidate, extensions === Extensions.TSConfig ? "tsconfig" : "inde…
37486 … var moduleName = ts.getRelativePathFromDirectory(candidate, packageFile || indexPath, false);
37499 return loadModuleFromFile(extensions, indexPath, onlyRecordFailuresForIndex, state);
DtypingsInstaller.js45626 …var indexPath = ts.combinePaths(candidate, extensions === Extensions.TSConfig ? "tsconfig" : "inde…
45628 …var moduleName = ts.getRelativePathFromDirectory(candidate, packageFile || indexPath, /*ignoreCase…
45643 return loadModuleFromFile(extensions, indexPath, onlyRecordFailuresForIndex, state);