Home | History | Annotate | Download | only in java

Lines Matching refs:txt

221 	// path to the API txt file that the new API extracted from source code is checked
225 // path to the API txt file that the new @removed API extractd from source code is
994 d.apiFile = android.PathForModuleOut(ctx, ctx.ModuleName()+"_api.txt")
1003 d.removedApiFile = android.PathForModuleOut(ctx, ctx.ModuleName()+"_removed.txt")
1195 ` 2. You can update current.txt by executing the following command:\n`+
1197 ` To submit the revised current.txt to the main Android repository,\n`+
1334 d.apiFile = android.PathForModuleOut(ctx, ctx.ModuleName()+"_api.txt")
1343 d.removedApiFile = android.PathForModuleOut(ctx, ctx.ModuleName()+"_removed.txt")
1424 d.nullabilityWarningsFile = android.PathForModuleOut(ctx, ctx.ModuleName()+"_nullability_warnings.txt")
1426 flags += " --nullability-warnings-txt " + d.nullabilityWarningsFile.String()
1671 ` 2. You can update current.txt by executing the following command:\n`+
1673 ` To submit the revised current.txt to the main Android repository,\n`+