Home
last modified time | relevance | path

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

/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDSettingsViewController.m117 updateListSelectionAtIndexPath:(NSIndexPath *)indexPath
120 UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
122 [tableView deselectRowAtIndexPath:indexPath animated:YES];
144 cellForRowAtIndexPath:(NSIndexPath *)indexPath {
145 switch (indexPath.section) {
147 return [self audioSettingsTableViewCellForTableView:tableView atIndexPath:indexPath];
150 return [self videoResolutionTableViewCellForTableView:tableView atIndexPath:indexPath];
153 return [self videoCodecTableViewCellForTableView:tableView atIndexPath:indexPath];
156 return [self bitrateTableViewCellForTableView:tableView atIndexPath:indexPath];
164 - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
[all …]
/external/walt/ios/WALT/
DSettingsController.m72 willSelectRowAtIndexPath:(NSIndexPath *)indexPath {
73 if (indexPath.section == 0 && indexPath.row == 0) {
77 } else if (indexPath.section == 0 && indexPath.row == 1) {
82 return indexPath;
DMenuController.m124 forRowAtIndexPath:(NSIndexPath *)indexPath {
125 if (indexPath.section == 1) {
134 willSelectRowAtIndexPath:(NSIndexPath *)indexPath {
135 if (indexPath.section == 0 && indexPath.row == 0) {
147 } else if (indexPath.section == 1 && !_client.isConnected) {
152 return indexPath;
/external/llvm-project/clang/test/CodeGenObjC/
Dubsan-check-debuglocs.m25 id foo(NSIndexPath *indexPath) {
28 (long)[indexPath indexAtPosition:1]];
/external/deqp/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()
/external/deqp/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()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp5544 std::string indexPath = indexPathStream.str(); in writeCppReplayIndexFiles() local
5546 SaveFileHelper saveIndex(indexPath); in writeCppReplayIndexFiles()