Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 46) sorted by relevance

12

/build/make/tools/product_config/test/com/android/build/config/
DCsvParserTest.java26 import java.util.List;
32 public String listsToStrings(String[] expected, List<String> actual) { in listsToStrings()
59 List<CsvParser.Line> lines = CsvParser.parse(new StringReader( in testEmptyString()
67 List<CsvParser.Line> lines = CsvParser.parse(new StringReader( in testLexerOneCharacter()
76 List<CsvParser.Line> lines = CsvParser.parse(new StringReader( in testLexerTwoFieldsNoNewline()
85 List<CsvParser.Line> lines = CsvParser.parse(new StringReader( in testLexerTwoFieldsNewline()
94 List<CsvParser.Line> lines = CsvParser.parse(new StringReader( in testEndsWithTwoNewlines()
103 List<CsvParser.Line> lines = CsvParser.parse(new StringReader( in testOnlyNewlines()
112 List<CsvParser.Line> lines = CsvParser.parse(new StringReader( in testLexerComplex()
129 List<CsvParser.Line> lines = CsvParser.parse(new StringReader( in testEndInsideQuoted()
[all …]
DErrorReporterTest.java23 import java.util.List;
38 List<TestErrors.Entry> entries = errors.getEntries(); in testAdding()
/build/make/tools/product_config/src/com/android/build/config/
DGenericConfig.java21 import java.util.List;
77 private final List<Str> mValue;
92 public Assign(String varName, List<Str> value) { in Assign()
101 public List<Str> getValue() { in getValue()
DConfigBase.java22 import java.util.List;
31 protected List<String> mRootNodes;
57 public void setRootNodes(List<String> filenames) { in setRootNodes()
61 public List<String> getRootNodes() { in getRootNodes()
DKatiCommand.java20 import java.util.List;
26 public KatiException(List<String> cmd, String stderr) { in KatiException()
DCsvParser.java26 import java.util.List;
68 private final List<String> mFields;
70 Line(int lineno, List<String> fields) { in Line()
79 public List<String> getFields() { in getFields()
110 public static List<Line> parse(Reader reader) in parse()
DDumpConfigParser.java26 import java.util.List;
80 final List<CsvParser.Line> lines = CsvParser.parse(mReader); in parseImpl()
93 final List<String> fields = line.getFields(); in parseImpl()
125 final List<String> fields = line.getFields(); in parseImpl()
159 final List<String> importStack = splitList(fields.get(1)); in parseImpl()
202 final List<String> importStack = splitList(fields.get(1)); in parseImpl()
283 final List<String> fields = line.getFields(); in matchLineType()
299 private static List<String> splitList(String text) { in splitList()
DFlattenConfig.java22 import java.util.List;
69 final List<String> rootNodes = mGenericConfig.getRootNodes(); in flattenImpl()
267 final List<Str> valueList = assign.getValue(); in flattenSingleVars()
384 private void assignToListVar(Map<String, Value> vars, String varName, List<Str> items) { in assignToListVar()
386 final List<Str> orig = value == null ? new ArrayList() : value.getList(); in assignToListVar()
387 final List<Str> result = new ArrayList(); in assignToListVar()
404 private static void appendToListVar(Map<String, Value> vars, String varName, List<Str> items) { in appendToListVar()
410 final List<Str> out = value.getList(); in appendToListVar()
419 private static void addWords(List<Str> out, Str item) { in addWords()
434 final List<Str> list = assign.getValue(); in flattenAssignList()
DStr.java20 import java.util.List;
75 public static ArrayList<Str> toList(Position pos, List<String> list) { in toList()
DFlatConfig.java21 import java.util.List;
DMakeWriter.java21 import java.util.List;
78 final List<Str> values = statement.getValue(); in writeAssign()
147 final List<Str> list = value.getList(); in writeFlat()
DMakeConfig.java21 import java.util.List;
119 public List<ConfigFile> getConfigFiles() { in getConfigFiles()
DErrors.java24 import java.util.List;
DErrorReporter.java24 import java.util.List;
284 public List<Entry> getEntries() { in getEntries()
DOutputChecker.java23 import java.util.List;
123 public List<Variable> getDifferences() { in getDifferences()
/build/soong/cc/symbolfile/
D__init__.py23 List,
59 tags: List[Tag]
68 tags: List[Tag]
69 symbols: List[Symbol]
72 def get_tags(line: str) -> List[Tag]:
107 def decode_api_level_tags(tags: Iterable[Tag], api_map: ApiMap) -> List[Tag]:
282 def parse(self) -> List[Version]:
330 symbols: List[Symbol] = []
/build/soong/androidmk/androidmk/
Dvalues.go46 val1 = &bpparser.List{
50 val2 = &bpparser.List{
121 return &bpparser.List{
132 listValue := &bpparser.List{}
153 Value: &bpparser.List{},
155 listValue = &bpparser.List{}
Dandroid.go227 if list, ok := value.(*bpparser.List); ok {
275 lists[key] = &bpparser.List{
279 case *bpparser.List:
287 l = &bpparser.List{}
289 l.(*bpparser.List).Values = append(l.(*bpparser.List).Values, value)
427 pathList, ok := paths.(*bpparser.List)
433 err = setVariable(ctx.file, ctx.append, ctx.prefix, attribute, &bpparser.List{}, true)
495 for _, v := range val.(*bpparser.List).Values {
529 if _, ok := val.(*bpparser.List); !ok {
533 misc := &bpparser.List{}
[all …]
/build/soong/partner/bpfix/extensions/
Dheaders.go60 if list, ok := e.(*parser.List); ok {
78 func getLiteralListProperty(mod *parser.Module, name string) (list *parser.List, found bool) {
83 list, ok = prop.Value.(*parser.List)
89 list = new(parser.List)
/build/soong/ui/status/build_error_proto/
Dbuild_error.proto21 // List of error messages of the overall build. The error messages
25 // List of build action errors.
41 // List of artifacts (i.e. files) that was produced by the command.
/build/make/tools/releasetools/
Dpylintrc20 # List of plugins (as comma separated values of python modules names) to load,
120 # List of module names for which member attributes should not be checked
125 # List of classes names for which member attributes should not be checked
133 # List of members which are set dynamically and missed by pylint inference
141 # List of note tags to take in consideration, separated by a comma.
147 # List of builtins function names that should not be used, separated by a comma
238 # List of comma separated words that should not be checked.
261 # List of optional constructs for which whitespace checking is disabled
294 # List of additional names supposed to be defined in builtins. Remember that
298 # List of strings which can identify a callback function by name. A callback
[all …]
/build/soong/cmd/diff_target_files/
Dknown_nondeterminism.whitelist1 // List of files that are known to be non-deterministic, along with the
/build/blueprint/parser/
Dast.go301 type List struct { struct
307 func (x *List) Pos() scanner.Position { return x.LBracePos } argument
308 func (x *List) End() scanner.Position { return endPos(x.RBracePos, 1) } argument
310 func (x *List) Copy() Expression { argument
319 func (x *List) Eval() Expression { argument
323 func (x *List) String() string { argument
332 func (x *List) Type() Type { return ListType } argument
Dsort.go130 func SortList(file *File, list *List) { argument
154 func ListIsSorted(list *List) bool { argument
186 case *List:
/build/blueprint/proptools/
Dunpack_test.go557 List []string
564 List: []string{"abc"},
685 List []string
691 List: []string{"0", "1", "2", "a", "b", "c"},
700 List []string
706 List: []string{"0", "1", "2"},
940 List []string

12