Searched defs:ctx (Results 1 – 10 of 10) sorted by relevance
22 private ctx: CanvasRenderingContext2D | undefined; property in CanvasDrawer26 const ctx = this.canvas.getContext('2d'); constant
57 public SecureWebServer(Context ctx) { in SecureWebServer()172 private String createBase64Image(Context ctx) { in createBase64Image()
109 Context ctx = getContext(); in query() local138 Context ctx = getContext(); in insert() local170 Context ctx = getContext(); in delete() local201 Context ctx = getContext(); in update() local
41 ctx: CanvasRenderingContext2D; property in MiniTimelineDrawerImpl57 const ctx = canvas.getContext('2d'); constant
165 const ctx = assertDefined(this.drawer.canvas.getContext('2d')); constant
62 public MainAdapter(Context ctx, FragmentManager fm) { in MainAdapter()
50 public PackageValidator(Context ctx) { in PackageValidator()
54 public SampleGridPagerAdapter(Context ctx, FragmentManager fm) { in SampleGridPagerAdapter()
204 void HeaderASTConsumer::HandleTranslationUnit(clang::ASTContext &ctx) { in HandleTranslationUnit()
103 public void onReceive(Context ctx, Intent intent) { in onReceive()