Searched refs:line (Results 151 - 161 of 161) sorted by relevance

1234567

/frameworks/base/tools/aapt/
H A DAaptAssets.h488 if (pos != NULL && sym.sourcePos.line < 0) {
H A DResource.cpp2265 const char* pkg, const String8& srcName, int line)
2291 sprintf(lineno, ":%d", line);
2299 const char* pkg, const String8& srcName, int line)
2308 sprintf(lineno, ":%d", line);
2608 // Each file path is written on its own line with a terminating backslash.
2264 addProguardKeepRule(ProguardKeepSet* keep, const String8& inClassName, const char* pkg, const String8& srcName, int line) argument
2298 addProguardKeepMethodRule(ProguardKeepSet* keep, const String8& memberName, const char* pkg, const String8& srcName, int line) argument
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java208 // - add end-of-line match $
634 public void visitLineNumber(int line, Label start) { argument
H A DDependencyFinder.java574 public void visitLineNumber(int line, Label start) { argument
/frameworks/native/opengl/libagl/
H A Dcontext.h132 // we group together, by cache-line, the fields most likely to be used
620 line_width_t line; member in struct:android::gl::ogles_context_t
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
1102 smooth = c->line.smooth;
/frameworks/rs/
H A DrsContext.cpp398 ALOGE("RS watchdog timeout: %i %s line %i %s", rsc->watchdog.inRoot,
399 rsc->watchdog.command, rsc->watchdog.line, rsc->watchdog.file);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1088 // Advance past the first line.
1112 // This should prevent crashes and the line will probably fail to parse
1210 String line = br.readLine();
1212 return Long.parseLong(line) * 1000;
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java1308 String line;
1310 line = in.readLine();
1311 if (line == null) {
1314 if (line.length() > 0) {
1315 logBuilder.append(line);
1318 dropBuilder.append(line);
8460 * @param subject line related to the error, null if absent
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java4993 // Not animating, bring animating app list in line with mAppTokens.
4997 // Bring window ordering, window focus and input window in line with new app token
6310 * Each line of the ouput represents a different window.
10221 String line = ind.readLine();
10222 if (line != null) {
10223 String[] toks = line.split("%");

Completed in 253 milliseconds

1234567