/aosp12/build/make/tools/product_config/test/com/android/build/config/ |
H A D | CsvParserTest.java | 37 public void assertLineEquals(CsvParser.Line actual, int lineno, String... fields) { in assertLineEquals() 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() 140 List<CsvParser.Line> lines = CsvParser.parse(new StringReader( in testCharacterAfterQuotedField()
|
/aosp12/bionic/libc/bionic/ |
H A D | grp_pwd_file.h | 42 template <typename Line> 43 bool FindById(uid_t uid, Line* line); 44 template <typename Line> 45 bool FindByName(const char* name, Line* line); 60 template <typename Line, typename Predicate> 61 bool Find(Line* line, Predicate predicate);
|
H A D | grp_pwd_file.cpp | 259 template <typename Line, typename Predicate> 260 bool MmapFile::Find(Line* line, Predicate predicate) { in Find() 291 template <typename Line> 292 bool MmapFile::FindById(uid_t uid, Line* line) { in FindById() 303 template <typename Line> 304 bool MmapFile::FindByName(const char* name, Line* line) { in FindByName()
|
/aosp12/build/blueprint/parser/ |
H A D | printer.go | 56 Line: 1, 142 if len(list) > 1 || pos.Line != endPos.Line { 162 if len(m.Properties) > 0 || m.LBracePos.Line != m.RBracePos.Line { 185 if operator.Args[0].End().Line == operator.Args[1].Pos().Line { 260 for p.curComment < len(p.comments) && p.comments[p.curComment].Pos().Line < pos.Line { 271 if pos.Line > p.pos.Line { 273 if pos.Line > p.pos.Line+1 { 298 pos.Line++
|
H A D | sort.go | 136 line := list.Values[i].Pos().Line 139 if list.Values[j].Pos().Line > line+1 { 142 line = list.Values[j].Pos().Line 157 line := list.Values[i].Pos().Line 160 if list.Values[j].Pos().Line > line+1 { 163 line = list.Values[j].Pos().Line 230 file.Comments[j].Comments[0].Slash.Line = curPos.Line 236 curPos.Line++
|
H A D | parser.go | 49 Line: 1, 161 if len(comments) > 0 && p.scanner.Position.Line > comments[len(comments)-1].End().Line+1 {
|
/aosp12/art/test/1923-frame-pop/ |
H A D | expected-stdout.txt | 1 public static void art.Test1923.recurTimesA(int,java.lang.Runnable) pop. Line=44 exception:false 3 public static void art.Test1923.recurTimesF(int,java.lang.Runnable) pop. Line=84 exception:false 5 public static void art.Test1923.recurTimesK(int,java.lang.Runnable) pop. Line=124 exception:false 7 public static void art.Test1923.recurTimesF(int,java.lang.Runnable) pop. Line=83 exception:true
|
/aosp12/art/test/1924-frame-pop-toggle/ |
H A D | expected-stdout.txt | 1 public static void art.Test1924.recurTimesA(int,java.lang.Runnable) pop. Line=44 exception:false 3 public static void art.Test1924.recurTimesF(int,java.lang.Runnable) pop. Line=84 exception:false 5 public static void art.Test1924.recurTimesK(int,java.lang.Runnable) pop. Line=124 exception:false 7 public static void art.Test1924.recurTimesF(int,java.lang.Runnable) pop. Line=83 exception:true
|
/aosp12/build/make/tools/product_config/src/com/android/build/config/ |
H A D | CsvParser.java | 66 public static class Line { class in CsvParser 70 Line(int lineno, List<String> fields) { in Line() method in CsvParser.Line 110 public static List<Line> parse(Reader reader) in parse() 112 ArrayList<Line> result = new ArrayList(); in parse() 227 result.add(new Line(line, fields)); in parse()
|
H A D | DumpConfigParser.java | 80 final List<CsvParser.Line> lines = CsvParser.parse(mReader); in parseImpl() 92 final CsvParser.Line line = lines.get(index); in parseImpl() 124 final CsvParser.Line line = lines.get(index); in parseImpl() 282 private boolean matchLineType(CsvParser.Line line, String lineType, int fieldCount) { in matchLineType() 308 private MakeConfig.BlockType parseBlockType(CsvParser.Line line, String text) { in parseBlockType()
|
/aosp12/build/soong/androidmk/androidmk/ |
H A D | androidmk.go | 81 f.bpPos.Line++ 120 if pos.Line >= f.mkPos.Line { 121 f.bpPos.Line += (pos.Line - f.mkPos.Line) 161 file.bpPos.Line++
|
/aosp12/art/test/1925-self-frame-pop/ |
H A D | expected-stdout.txt | 1 public static void art.Test1925.recurTimesE(int,java.lang.Runnable) pop. Line=76 exception:false 3 public static void art.Test1925.recurTimesE(int,java.lang.Runnable) pop. Line=75 exception:true
|
/aosp12/frameworks/base/tools/powermodel/src/com/android/powermodel/ |
H A D | RawBatteryStats.java | 102 @interface Line { annotation in RawBatteryStats 171 @Line(tag="bt", scope=Scope.SYSTEM, count=Count.SINGLE) 212 @Line(tag="gn", scope=Scope.SYSTEM, count=Count.SINGLE) 245 @Line(tag="gmcd", scope=Scope.SYSTEM, count=Count.SINGLE) 260 @Line(tag="m", scope=Scope.SYSTEM, count=Count.SINGLE) 326 @Line(tag="nt", scope=Scope.UID, count=Count.SINGLE) 396 @Line(tag="sgt", scope=Scope.SYSTEM, count=Count.SINGLE) 402 @Line(tag="sst", scope=Scope.SYSTEM, count=Count.SINGLE) 408 @Line(tag="uid", scope=Scope.UID, count=Count.MULTIPLE) 417 @Line(tag="vers", scope=Scope.SYSTEM, count=Count.SINGLE) [all …]
|
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/Settings/ |
H A D | device_for_product_strategy_enforced_audible.pfw | 46 AvailableOutputDevices Excludes Line 179 conf: Line 181 AvailableOutputDevices Includes Line
|
H A D | device_for_product_strategy_sonification.pfw | 42 AvailableOutputDevices Excludes Line 248 conf: Line 249 AvailableOutputDevices Includes Line 253 # but Line has a lower priority than WiredHeadset in this case.
|
H A D | device_for_product_strategy_sonification_respectful.pfw | 62 AvailableOutputDevices Excludes Line 273 conf: Line 277 # but Line has a lower priority than WiredHeadset in this case. 295 AvailableOutputDevices Includes Line
|
H A D | device_for_product_strategy_media.pfw | 141 conf: Line 142 AvailableOutputDevices Includes Line
|
H A D | device_for_product_strategy_accessibility.pfw | 290 conf: Line 294 # but Line has a lower priority than WiredHeadset in this case. 305 AvailableOutputDevices Includes Line
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
H A D | Line.java | 19 public interface Line { interface
|
H A D | GradControl.java | 128 public void actionDown(float x, float y, Line line) { in actionDown() 140 public void actionMove(int handle, float x, float y, Line line) { in actionMove()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | TextInterpolator.kt | 85 private class Line( regex 89 private var lines = listOf<Line>() 324 Line(runs)
|
/aosp12/frameworks/base/core/tests/benchmarks/ |
H A D | README | 10 Quick Command Line Reference:
|
/aosp12/frameworks/base/tests/UsbTests/res/raw/ |
H A D | readme.txt | 21 wTerminalType 0x0603 Line Connector
|
/aosp12/art/tools/jvmti-agents/wrapagentproperties/ |
H A D | README.md | 13 ### Command Line
|
/aosp12/art/tools/jvmti-agents/chain-agents/ |
H A D | README.md | 19 ### Command Line
|