Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 224) sorted by relevance

123456789

/frameworks/base/tools/powermodel/src/com/android/powermodel/
DParseException.java20 public final int line; field in ParseException
22 public ParseException(int line, String message, Throwable th) { in ParseException()
27 public ParseException(int line, String message) { in ParseException()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardParserImpl_V21.java71 final String line = super.readLine(); in readLine() local
83 final String line = super.readLine(); in peekLine() local
195 String line; in getNonEmptyLine() local
241 String line; in readBeginVCard() local
307 final String line = getNonEmptyLine(); in parseItem() local
364 protected VCardProperty constructPropertyData(String line) throws VCardException { in constructPropertyData()
/frameworks/base/core/java/android/text/
DLayout.java697 private int getLineStartPos(int line, int left, int right) { in getLineStartPos()
849 public int getLineBounds(int line, Rect bounds) { in getLineBounds()
865 public abstract int getLineTop(int line); in getLineTop()
870 public abstract int getLineDescent(int line); in getLineDescent()
877 public abstract int getLineStart(int line); in getLineStart()
884 public abstract int getParagraphDirection(int line); in getParagraphDirection()
890 public abstract boolean getLineContainsTab(int line); in getLineContainsTab()
899 public abstract Directions getLineDirections(int line); in getLineDirections()
918 public @Paint.StartHyphenEdit int getStartHyphenEdit(int line) { in getStartHyphenEdit()
927 public @Paint.EndHyphenEdit int getEndHyphenEdit(int line) { in getEndHyphenEdit()
[all …]
DBoringLayout.java260 TextLine line = TextLine.obtain(); in init() local
361 TextLine line = TextLine.obtain(); in isBoring() local
383 public int getLineTop(int line) { in getLineTop()
391 public int getLineDescent(int line) { in getLineDescent()
396 public int getLineStart(int line) { in getLineStart()
404 public int getParagraphDirection(int line) { in getParagraphDirection()
409 public boolean getLineContainsTab(int line) { in getLineContainsTab()
414 public float getLineMax(int line) { in getLineMax()
419 public float getLineWidth(int line) { in getLineWidth()
424 public final Directions getLineDirections(int line) { in getLineDirections()
[all …]
DDynamicLayout.java778 final int line = getLineForOffset(offset); in addBlockAtOffset() local
1009 public int getLineTop(int line) { in getLineTop()
1014 public int getLineDescent(int line) { in getLineDescent()
1022 public int getLineExtra(int line) { in getLineExtra()
1027 public int getLineStart(int line) { in getLineStart()
1032 public boolean getLineContainsTab(int line) { in getLineContainsTab()
1037 public int getParagraphDirection(int line) { in getParagraphDirection()
1042 public final Directions getLineDirections(int line) { in getLineDirections()
1060 public @Paint.StartHyphenEdit int getStartHyphenEdit(int line) { in getStartHyphenEdit()
1068 public @Paint.EndHyphenEdit int getEndHyphenEdit(int line) { in getEndHyphenEdit()
[all …]
DSelection.java214 int line = layout.getLineForOffset(end); in moveUp() local
232 private static void setSelectionAndMemory(Spannable text, Layout layout, int line, int end, in setSelectionAndMemory()
285 int line = layout.getLineForOffset(end); in moveDown() local
355 int line = layout.getLineForOffset(end); in extendUp() local
374 int line = layout.getLineForOffset(end); in extendDown() local
483 int line = layout.getLineForOffset(pt); in findEdge() local
531 int line = layout.getLineForOffset(off1); in chooseHorizontal() local
/frameworks/base/tools/powermodel/test/com/android/powermodel/
DRawBatteryStatsTest.java52 final RawBatteryStats.Version line = (RawBatteryStats.Version)records.get(0); in testVersion() local
73 final RawBatteryStats.Uid line = (RawBatteryStats.Uid)records.get(1); in testUid() local
84 final RawBatteryStats.GlobalModemController line in testVarargs() local
/frameworks/wilhelm/src/
Dassert.cpp24 void __assert(const char *file, int line, const char *failedexpr) in __assert()
30 void __assert2(const char *file, int line, const char *func, const char *failedexpr) in __assert2()
Dlocks.cpp44 void object_lock_exclusive_(IObject *thiz, const char *file, int line) in object_lock_exclusive_()
135 void object_unlock_exclusive_(IObject *thiz, const char *file, int line) in object_unlock_exclusive_()
163 const char *file, int line) in object_unlock_exclusive_attributes_()
288 void object_cond_wait_(IObject *thiz, const char *file, int line) in object_cond_wait_()
/frameworks/ml/nn/tools/systrace_parser/parser/test/
Dtest_input.py6 def check_match(self, line): argument
10 def check_old_match(self, line): argument
/frameworks/native/cmds/bugreportz/
Dbugreportz.cpp33 static void write_line(const std::string& line, bool show_progress) { in write_line()
46 std::string line; in bugreportz() local
/frameworks/base/cmds/incident_helper/src/
Dih_util.cpp62 static void split(const std::string& line, std::vector<std::string>& words, in split()
81 header_t parseHeader(const std::string& line, const std::string& delimiters) { in parseHeader()
88 record_t parseRecord(const std::string& line, const std::string& delimiters) { in parseRecord()
95 bool getColumnIndices(std::vector<int>& indices, const char** headerNames, const std::string& line)… in getColumnIndices()
115 record_t parseRecordByColumns(const std::string& line, const std::vector<int>& indices, const std::… in parseRecordByColumns()
169 bool stripPrefix(std::string* line, const char* key, bool endAtDelimiter) { in stripPrefix()
190 bool stripSuffix(std::string* line, const char* key, bool endAtDelimiter) { in stripSuffix()
211 std::string behead(std::string* line, const char cut) { in behead()
248 bool Reader::readLine(std::string* line) { in readLine()
/frameworks/base/cmds/incident_helper/tests/
Dih_util_test.cpp160 string line; in TEST() local
177 string line; in TEST() local
189 string line; in TEST() local
201 string line; in TEST() local
209 string line; in TEST() local
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DLineVerifierElem.java36 public LineVerifierElem addExpected(final String line) { in addExpected()
51 final String line = lineArray[i]; in verify() local
/frameworks/base/core/java/com/android/internal/alsa/
DLineTokenizer.java32 int nextToken(String line, int startIndex) { in nextToken()
45 int nextDelimiter(String line, int startIndex) { in nextDelimiter()
/frameworks/native/services/vr/performanced/
Dtask.cpp93 for (std::string line; std::getline(file_stream, line);) { in GetStatusField() local
117 for (std::string line; std::getline(file_stream, line);) { in ReadStatusFields() local
156 std::string line = ""; in GetCpuSetPath() local
/frameworks/base/tools/orientationplot/
Dorientationplot.py392 def _get_following_word(self, line, prefix): argument
404 def _get_following_number(self, line, prefix): argument
411 def _get_following_array_of_numbers(self, line, prefix): argument
437 def _parse_timestamp(self, line): argument
/frameworks/av/media/libaudioclient/tests/
Dtest_create_utils.cpp26 int readLine(FILE *inputFile, char *line, int size) { in readLine()
47 char line[MAX_INPUT_FILE_LINE_LENGTH]; in checkVersion() local
/frameworks/base/tools/aapt/
DSourcePos.h13 int line; variable
/frameworks/base/core/java/com/android/internal/os/
DKernelCpuSpeedReader.java70 String line; in readDelta() local
105 String line; in readAbsolute() local
/frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
DPerfParser.java26 @Nullable String parseLine(String line); in parseLine()
/frameworks/base/cmds/incident_helper/src/parsers/
DCpuInfoParser.cpp27 const string& line, const string& delimiter, in writeSuffixLine()
47 string line; in Parse() local
/frameworks/native/cmds/installd/
Dfile_parsing.h36 std::string line; in ParseFile() local
/frameworks/base/tools/velocityplot/
Dvelocityplot.py244 def _get_following_word(self, line, prefix): argument
256 def _get_following_number(self, line, prefix): argument
269 def _parse_timestamp(self, line): argument
/frameworks/rs/tests/lldb/tests/harness/
DRS_funs.py1374 def build_expr(line): argument

123456789