Searched refs:line (Results 176 - 200 of 275) sorted by relevance

1234567891011

/frameworks/wilhelm/tests/mimeUri/
H A DslesTestPlayUri.cpp60 void ExitOnErrorFunc( SLresult result , int line) argument
63 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTest_playStates.cpp35 void ExitOnErrorFunc( SLresult result , int line) argument
38 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestGetPositionUri.cpp47 void ExitOnErrorFunc( SLresult result , int line) argument
50 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
/frameworks/native/cmds/lshal/
H A DListCommand.cpp86 std::string line; local
88 while(getline(ifs, line)) {
89 if (!std::regex_search(line, match, prefix)) {
90 // the line doesn't start with the correct prefix
101 auto pos = line.rfind(proc);
103 for (const std::string &pidStr : split(line.substr(pos + proc.size()), ' ')) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiDiagnostics.java583 String line;
584 while ((line = reader.readLine()) != null) {
585 lines.add(line);
589 while ((line = reader.readLine()) != null) {
590 lines.add(line);
H A DWifiNetworkHistory.java341 String line = in.readUTF();
342 if (line == null) {
345 int colon = line.indexOf(':');
350 String key = line.substring(0, colon).trim();
351 String value = line.substring(colon + 1).trim();
/frameworks/base/core/java/android/widget/
H A DEditor.java1040 final int line = layout.getLineForOffset(offset);
1041 final int lineBottom = layout.getLineBottom(line);
1055 final int line = mTextView.getLineAtCoordinate(y);
1058 if (x < layout.getLineLeft(line)) return false;
1059 if (x > layout.getLineRight(line)) return false;
1658 // Rely on the drawable entirely, do not draw the cursor line.
1789 for (int line = blockBeginLine; line <= blockEndLine; line++) {
1790 min = Math.min(min, layout.getLineLeft(line));
2982 getVerticalLocalPosition(int line) argument
3108 getVerticalLocalPosition(int line) argument
3639 getVerticalLocalPosition(int line) argument
4352 getOffsetAtCoordinate(@onNull Layout layout, int line, float x) argument
5068 getOffsetAtCoordinate(@onNull Layout layout, int line, float x) argument
[all...]
/frameworks/base/core/java/android/text/method/
H A DBaseKeyListener.java66 * the line the cursor is on.
78 * the line the cursor is on.
119 // The offset is immediately before line feed.
345 // Alt+Backspace or Alt+ForwardDelete deletes the current line, if possible.
443 final int line = layout.getLineForOffset(Selection.getSelectionStart(content));
444 final int start = layout.getLineStart(line);
445 final int end = layout.getLineEnd(line);
/frameworks/base/tools/aapt2/
H A DResource.h155 size_t line; member in struct:aapt::SourcedResourceName
380 return lhs.name == rhs.name && lhs.line == rhs.line;
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/service/
H A DRemediationHandler.java379 String line;
380 while ((line = in.readLine()) != null) {
382 RemediationEvent event = new RemediationEvent(line);
390 Log.w(OSUManager.TAG, "Bad line in " + file + ": '" + line + "': " + e);
447 throw new IOException("Bad line: '" + value + "'");
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
H A DExpressionParser.java61 public void syntaxError(Recognizer<?, ?> recognizer, Object offendingSymbol, int line,
/frameworks/minikin/tools/
H A Dmk_hyb_file.py424 for line in line_set - file_set:
425 print(repr(line) + ' in reconstruction, not in file')
426 for line in file_set - line_set:
427 print(repr(line) + ' in file, not in reconstruction')
543 # EXCEPTION for Bulgarian (bg), which contains an ineffectual line of <0, U+044C, 0>
/frameworks/native/opengl/libagl/
H A Dstate.cpp93 c->line.width = TRI_ONE;
150 c->line.smooth = enabled;
514 c->line.width = TRI_FROM_FIXED(gglFloatToFixed(width));
524 c->line.width = TRI_FROM_FIXED(width);
/frameworks/base/media/mca/
H A Dstructgen.py104 return "On line %d: %s" % (self.lineno, self.message)
196 # Parse it line by line
198 for line in txtfile:
199 # Split line into components
200 linecomps = line.split()
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DStubMethodAdapter.java41 /** Flag to output the first line number. */
242 * Only writes the first line number present in the original code so that source
246 public void visitLineNumber(int line, Label start) { argument
248 mParentVisitor.visitLineNumber(line, start);
/frameworks/wilhelm/tests/examples/
H A DslesTestEqFdPath.cpp38 void ExitOnErrorFunc( SLresult result , int line) argument
41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestEqOutputPath.cpp38 void ExitOnErrorFunc( SLresult result , int line) argument
41 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
H A DslesTestSendToPresetReverb.cpp39 void ExitOnErrorFunc( SLresult result , int line) argument
42 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
/frameworks/wilhelm/tests/listening/
H A DslesTest_playMuteSolo.cpp43 void ExitOnErrorFunc( SLresult result , int line) argument
46 fprintf(stdout, "%u error code encountered at line %d, exiting\n", result, line);
/frameworks/wilhelm/tests/sandbox/
H A Dmultiplay.c17 // multiplay is a command-line test app that plays multiple files randomly
74 void check2(SLresult result, int line) argument
77 fprintf(stderr, "error %s at line %d\n", result_to_string(result), line);
82 // Same as above but automatically adds the source code line number
/frameworks/wilhelm/tests/sandbox/streamSource/
H A DslesTestPlayStream.cpp61 void ExitOnErrorFunc( SLresult result , int line) argument
64 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line);
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskPersister.java206 String line;
209 while ((line = reader.readLine()) != null) {
210 for (String taskIdString : line.split("\\s+")) {
388 String line;
389 while ((line = reader.readLine()) != null) {
390 sb.append(line + newline);
/frameworks/base/tools/bit/
H A Dmain.cpp37 * An entry from the command line for something that will be built, installed,
71 * Command line options.
234 ostringstream line; local
235 line << "Running";
237 line << ": " << currentTestNum;
239 line << " of " << testCount;
242 line << ": " << m_currentAction->target->name << ':' << className << "\\#" << testName;
243 print_one_line("%s", line.str().c_str());
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java229 // allow to have VOICE and HOME/WORK in one line.
783 for (String line : lines) {
784 if (line.endsWith("=")) {
785 line = line.substring(0, line.length() - 1);
787 builder.append(line);
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp68 * positional parameters on the command-line. If no graphic formats
69 * are specified on the command line, then by default measurements are
309 // Command-line option settings
318 * 1. Command-line parsing
320 * 2. Form a list of command-line specified graphic formats. If
347 // Parse command line arguments
368 testPrintE("Invalid command-line specified start "
392 // No command-line specified graphic formats
398 // Add names of command-line specified graphic formats to the
1510 ostringstream line; local
1532 ostringstream line; local
[all...]

Completed in 640 milliseconds

1234567891011