Searched refs:line (Results 101 - 125 of 275) sorted by relevance

1234567891011

/frameworks/rs/tests/lldb/tests/harness/
H A Dutil_android.py340 for line in lines[1:]:
341 if '\tdevice' in line and device_substring in line:
342 device = line.split()[0]
386 for line in lines[1:]:
387 if '\tdevice' in line:
388 device = line.split()[0]
670 output = ''.join(line for line in file_proc)
/frameworks/base/packages/Osu/src/com/android/hotspot2/utils/
H A DHTTPResponse.java85 throw new IOException("Bad HTTP header line: '" + line0 + "'");
89 String line = headerLines.next();
90 int keyEnd = line.indexOf(':');
92 throw new IOException("Bad header line: '" + line + "'");
94 String key = line.substring(0, keyEnd).trim();
95 String value = line.substring(keyEnd + 1).trim();
/frameworks/base/core/java/com/android/internal/os/
H A DKernelUidCpuTimeReader.java31 * Reads /proc/uid_cputime/show_uid_stat which has the line format:
46 * Callback interface for processing each line of the proc file.
63 * @param callback The callback to invoke for each line of the proc file. If null,
71 String line;
72 while ((line = reader.readLine()) != null) {
73 splitter.setString(line);
H A DZygoteInit.java279 String line;
280 while ((line = br.readLine()) != null) {
282 line = line.trim();
283 if (line.startsWith("#") || line.equals("")) {
287 Trace.traceBegin(Trace.TRACE_TAG_DALVIK, line);
290 Log.v(TAG, "Preloading " + line + "...");
297 Class.forName(line, true, null);
300 Log.w(TAG, "Class not found for preloading: " + line);
[all...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaPlayerStreamingStressTest.java134 String line;
135 while ((line = br.readLine()) != null) {
136 urls.add(line.trim());
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDpmTestUtils.java119 String line;
120 while ((line = br.readLine()) != null) {
121 sb.append(line);
/frameworks/base/tools/aapt2/proto/
H A DProtoHelpers.cpp41 if (source.line) {
42 out_pb_source->set_line_no(static_cast<uint32_t>(source.line.value()));
54 out_source->line = static_cast<size_t>(pb_source.line_no());
/frameworks/base/wifi/tests/src/android/net/wifi/hotspot2/
H A DConfigParserTest.java68 String line;
69 while ((line = reader.readLine()) != null) {
70 builder.append(line).append("\n");
/frameworks/base/tests/TouchLatency/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
/frameworks/base/tools/apilint/
H A Dapilint.py54 def __init__(self, clazz, line, raw, blame):
56 self.line = line
80 def __init__(self, clazz, line, raw, blame):
82 self.line = line
118 def __init__(self, pkg, line, raw, blame):
120 self.line = line
153 def __init__(self, line, ra
[all...]
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
/frameworks/data-binding/compiler/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
/frameworks/data-binding/developmentPlugins/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
/frameworks/data-binding/integration-tests/TestApp/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
/frameworks/data-binding/samples/BindingDemo/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
/frameworks/native/services/vr/performanced/
H A Dcpu_set.cpp259 for (std::string line; std::getline(file_stream, line);) {
260 pid_t task_id = std::strtol(line.c_str(), nullptr, 10);
273 std::string line; local
274 if (std::getline(file_stream, line))
275 return line;
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
/frameworks/support/samples/SupportLeanbackShowcase/
H A Dgradlew.bat49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line
/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java270 * Moves the cursor or scrolls up by one line.
282 * Moves the cursor or scrolls down by one line.
341 * Performs a line-start movement action.
342 * Moves the cursor or scrolls to the start of the line.
353 * Performs a line-end movement action.
354 * Moves the cursor or scrolls to the end of the line.
376 * Moves the cursor or scrolls to the start of the line or to the top of the
390 * Moves the cursor or scrolls to the start of the line or to the top of the
430 for (int line = topLine; line <
[all...]
H A DScrollingMovementMethod.java105 int line = layout.getLineCount() - 1;
108 layout.getLineTop(line+1) -
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DPatternScanner.java110 String line = mInput.substring(mStartOfLine, mOffset);
111 return "Unexpected token on line " + (mLineNo + 1) + " after '" + line + "' <- Expected " +
/frameworks/base/tools/aapt2/
H A DDiagnostics.h45 explicit DiagMessage(size_t line) : source_(Source().WithLine(line)) {} argument

Completed in 770 milliseconds

1234567891011