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

<<11

/frameworks/data-binding/samples/BindingDemo/gradle/wrapper/
H A Dgradle-wrapper.jar ... .BufferedReader is java.util.Formatter stdout String line ProcessBuilder pb Process p java.io.IOException e ...
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/gradle/wrapper/
H A Dgradle-wrapper.jar ... .BufferedReader is java.util.Formatter stdout String line ProcessBuilder pb Process p java.io.IOException e ...
/frameworks/support/samples/SupportLeanbackShowcase/gradle/wrapper/
H A Dgradle-wrapper.jar ... .BufferedReader is java.util.Formatter stdout String line ProcessBuilder pb Process p java.io.IOException e ...
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_advsimd_Blur.S31 /* A quick way of making a line of code conditional on some other condition.
1317 * in the vertical axis for the current line. This usually stays in the
1357 .macro ifneeded macro, nextmacro, line, nextline, ra, rb, step, label
1358 .if windowsize >= (\line * 16)
1359 .set i, windowsize - (\line * 16)
1360 \label\macro\line:
1361 prefill_\macro \label\nextmacro\line, \label\nextmacro\nextline, \ra, \rb, \step
H A DrsCpuIntrinsics_neon_Blur.S35 /* A quick way of making a line of code conditional on some other condition.
1316 * in the vertical axis for the current line. This usually stays in the
1356 .macro ifneeded macro, nextmacro, line, nextline, ra, rb, step, label
1357 .if windowsize >= (\line * 16)
1358 .set i, windowsize - (\line * 16)
1359 \label\macro\line:
1360 prefill_\macro \label\nextmacro\line, \label\nextmacro\nextline, \ra, \rb, \step
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java543 final String line = reader.readLine();
544 if (line == null) {
547 matcher.reset(line);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java1933 // Skip over the line bearing colum titles
1934 String line = reader.readLine();
1936 while ((line = reader.readLine()) != null) {
1937 String[] tokens = line.split("[ ]+");
H A DWifiStateMachine.java3509 // Skip over the line bearing colum titles
3510 String line = reader.readLine();
3512 while ((line = reader.readLine()) != null) {
3513 String[] tokens = line.split("[ ]+");
/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy948 << filename << last.line << last.column << pMsg;
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jar ... .BufferedReader is java.util.Formatter stdout String line ProcessBuilder pb Process p java.io.IOException e ...
/frameworks/support/design/src/android/support/design/widget/
H A DTabLayout.java1611 // If the icon view is being displayed, we limit the text to 1 line
1627 // If we're in fixed mode, going up in text size and currently have 1 line
1630 // will cause a line count change. If so, abort the size change and stick
1779 private float approximateLineWidth(Layout layout, int line, float textSize) { argument
1780 return layout.getLineWidth(line) * (textSize / layout.getPaint().getTextSize());
/frameworks/support/development/checkstyle/gradle/wrapper/
H A Dgradle-wrapper.jar ... .BufferedReader is java.util.Formatter stdout String line ProcessBuilder pb Process p java.io.IOException e ...
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... .BufferedReader is java.util.Formatter stdout String line ProcessBuilder pb Process p java.io.IOException e ...
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java4611 String line = "";
4613 line = bufferedReader.readLine();
4617 if (line == null) {
4620 switch (line) {
/frameworks/base/tools/aapt/
H A DResource.cpp2920 const char* pkg, const String8& srcName, int line)
2946 sprintf(lineno, ":%d", line);
2954 const char* /* pkg */, const String8& srcName, int line)
2963 sprintf(lineno, ":%d", line);
3331 // Each file path is written on its own line with a terminating backslash.
2919 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, const char* pkg, const String8& srcName, int line) argument
2953 addProguardKeepMethodRule(ProguardKeepSet* keep, const String8& memberName, const char* , const String8& srcName, int line) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java901 public void setVoiceMessageWaiting(int line, int countWaiting) { argument
/frameworks/rs/
H A DrsContext.cpp392 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot,
393 rsc->watchdog.command, rsc->watchdog.line, rsc->watchdog.file);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java3380 * @param line GSM Subscriber Profile Number, one-based. Only '1' is supported
3386 public void setVoiceMessageWaiting(int line, int countWaiting) { argument
3390 r.setVoiceMessageWaiting(line, countWaiting);
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp540 // clip the line if needed
560 // render our line
561 c->rasterizer.procs.linex(c, v0->window.v, v1->window.v, c->line.width);
H A Darray.cpp350 // make sure the size of vertex_t allows cache-line alignment
1106 smooth = c->line.smooth;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/core/java/android/content/
H A DIntent.java4183 * A constant string holding the desired subject line of a message.
6645 for (String line : lines) {
6647 pw.println(line);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java22299 String line = null;
22302 while ((line = in.readLine()) != null) {
22303 if (line.contains("ignored: updated version")) continue;
22304 pw.println(line);
22314 String line = null;
22317 while ((line = in.readLine()) != null) {
22318 if (line.contains("ignored: updated version")) continue;
22320 pw.println(line);
22378 String line = null;
22381 while ((line
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java4141 * Each line of the output represents a different window.
6139 String line = ind.readLine();
6140 if (line != null) {
6141 String[] toks = line.split("%");
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java5507 for (String line : xml.split("\n")) {
5508 Log.v(TAG, line);

Completed in 3335 milliseconds

<<11