Home
last modified time | relevance | path

Searched refs:subLabel (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/
DGrDDLTask.cpp127 SkString subLabel; in dump() local
128 subLabel.printf("sub-task %d/%d", index++, fDDL->priv().numRenderTasks()); in dump()
129 task->dump(subLabel, subIndent, printDependencies, true); in dump()
/external/grpc-grpc/examples/objective-c/auth_sample/
DSelectUserViewController.m55 self.subLabel.text = [NSString stringWithFormat:@"Scopes: %@", scopes];
65 self.subLabel.text = @"";
DSelectUserViewController.h26 @property(weak, nonatomic) IBOutlet UILabel *subLabel;