Searched refs:line (Results 51 - 75 of 95) sorted by relevance

1234

/art/libartbase/base/
H A Dlogging.cc61 // Stash the command line for later use. We can use /proc/self/cmdline on Linux to recover this,
99 unsigned int line,
109 // Allocate buffer for snprintf(buf, buf_size, "%s:%u] %s", file, line, message) below.
111 buf_size = strlen(file) + 1 /* ':' */ + std::numeric_limits<decltype(line)>::max_digits10 +
116 snprintf(buf, buf_size, "%s:%u] %s", file, line, message);
135 // TODO: line.
136 UNUSED(line);
98 LogLineLowStack(const char* file, unsigned int line, LogSeverity log_severity, const char* message) argument
H A Dlogging.h36 // and the "-verbose:" command line argument.
76 // Returns the command line used to invoke the current tool or null if InitLogging hasn't been
90 // A logging helper for logging a single line. Can be used with little stack.
92 unsigned int line,
/art/tools/dexfuzz/src/dexfuzz/executors/
H A DExecutor.java133 for (String line : verificationResult.error) {
134 if (line.contains("Verification error")
135 || line.contains("Failure to verify dex file")) {
140 listener.handleDumpVerify(line.replaceFirst(".*(cc|h):\\d+] ", ""));
/art/tools/common/
H A Dcommon.py334 f.writelines('{0}\n'.format(line) for line in lines)
415 temp_file.writelines('{0}\n'.format(line) for line in lines)
421 """Extracts PID from a single logcat line in brief format."""
431 """Extracts LogSeverity from a single logcat line in brief format."""
465 for line in logcat_lines:
467 if 'Running dex2oat (parent PID = ' + parent_pid in line:
468 dex2oat_pids.append(self._ExtractPid(line))
471 for line i
[all...]
/art/compiler/dex/
H A Dverified_method.cc78 const verifier::RegisterLine* line = method_verifier->GetRegLine(dex_pc); local
79 const verifier::RegType& reg_type(line->GetRegisterType(method_verifier,
/art/test/913-heaps/src/art/
H A DTest913.java318 String line;
319 while ((line = reader.readLine()) != null) {
320 if (line.endsWith(".art")) {
702 private static String getReferrer(String line) { argument
703 int i = line.indexOf(" --");
705 throw new IllegalArgumentException(line);
707 int j = line.indexOf(' ');
709 throw new IllegalArgumentException(line);
711 return line.substring(0, i);
714 private static String getReferree(String line) { argument
[all...]
/art/tools/wrapagentproperties/
H A Dwrapagentproperties.cc267 std::string line; local
268 while (std::getline(prop_file, line)) {
269 if (line.size() == 0 || line[0] == '#') {
272 if (line.find('=') == std::string::npos) {
273 LOG(INFO) << "line: " << line << " didn't have a '='";
276 std::string prop = substrOf(line, 0, line.find('='));
277 std::string val = substrOf(line, lin
[all...]
/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.cc139 std::string line; local
140 std::getline(in, line);
142 LOG(INFO) << "cpuinfo line: " << line;
143 if (line.find("ASEs") != std::string::npos) {
145 if (line.find("msa") != std::string::npos) {
/art/test/141-class-unload/src/
H A DMain.java65 String line;
67 while ((line = reader.readLine()) != null) {
68 if (line.contains("141-class-unload-ex.odex") ||
69 line.contains("141-class-unload-ex.vdex")) {
70 System.out.println(line);
/art/test/968-default-partial-compile-gen/util-src/
H A Dgenerate_java.py52 for line in str(self.inner).splitlines(keepends = True):
53 if line.startswith("#"):
54 out += line[1:]
/art/test/971-iface-super/util-src/
H A Dgenerate_java.py52 for line in str(self.inner).splitlines(keepends = True):
53 if line.startswith("#"):
54 out += line[1:]
/art/tools/checker/common/
H A Dlogger.py58 def fail(msg, file=None, line=-1, lineText=None, variables=None):
66 if line > 0:
67 loc += str(line) + ":"
/art/tools/dexfuzz/src/dexfuzz/
H A DOptions.java283 String line = reader.readLine();
284 while (line != null) {
285 line = line.replaceAll("\\s+", " ");
286 String[] entries = line.split(" ");
296 line = reader.readLine();
308 * the program's command line arguments.
/art/test/testrunner/
H A Denv.py67 for line in config.split("\n"):
69 match = re.search("([^=]+)='([^']*)", line)
/art/tools/checker/
H A Dchecker.py60 for line in compiler_pass.body:
61 Logger.log((str(curLineNo) + ":").ljust(lenLineNo) + line)
/art/compiler/debug/
H A Delf_debug_line_writer.h54 // Write line table for given set of methods.
90 // Ignore function if we have already generated line table for the same address.
92 // We allow the line table for method to be replicated in different compilation unit.
93 // This ensures that each compilation unit contains line table for all its methods.
128 // However, the debugger is more clever and it will ask us for line-number
130 // instruction could belong to other line, this is the correct thing to do).
144 // This ensures we have correct line number mapping at call sites (which is
242 int line = (--dex2line)->line_; local
254 opcodes.AddRow(method_address + pc, line);
255 } else if (line !
[all...]
/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DSite.java137 private Site(Site parent, String method, String signature, String file, int line) { argument
142 mLineNumber = line;
167 if (curr.mLineNumber == frame.line
177 frame.filename, frame.line);
366 * Returns the line number of the code in the source file that the
369 * @return the allocation site line number
/art/compiler/debug/dwarf/
H A Ddwarf_test.cc248 // DWARF has special one byte codes which advance PC and line at the same time.
253 int line = 1; local
265 line += line_delta;
266 opcodes.AddRow(pc, line);
269 ASSERT_EQ(opcodes.CurrentLine(), line);
271 sprintf(expected, "%i 0x%x", line, pc);
/art/test/1911-get-local-var-table/src/art/
H A DLocals.java78 Executable e, String name, String sig, int line) throws Exception {
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line));
77 GetVariableAtLine( Executable e, String name, String sig, int line) argument
/art/test/1912-get-set-local-primitive/src/art/
H A DLocals.java78 Executable e, String name, String sig, int line) throws Exception {
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line));
77 GetVariableAtLine( Executable e, String name, String sig, int line) argument
/art/test/1913-get-set-local-objects/src/art/
H A DLocals.java78 Executable e, String name, String sig, int line) throws Exception {
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line));
77 GetVariableAtLine( Executable e, String name, String sig, int line) argument
/art/test/1914-get-local-instance/src/art/
H A DLocals.java78 Executable e, String name, String sig, int line) throws Exception {
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line));
77 GetVariableAtLine( Executable e, String name, String sig, int line) argument
/art/test/1915-get-set-local-current-thread/src/art/
H A DLocals.java78 Executable e, String name, String sig, int line) throws Exception {
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line));
77 GetVariableAtLine( Executable e, String name, String sig, int line) argument
/art/test/1916-get-set-current-frame/src/art/
H A DLocals.java78 Executable e, String name, String sig, int line) throws Exception {
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line));
77 GetVariableAtLine( Executable e, String name, String sig, int line) argument
/art/test/1923-frame-pop/src/art/
H A DLocals.java78 Executable e, String name, String sig, int line) throws Exception {
79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line));
77 GetVariableAtLine( Executable e, String name, String sig, int line) argument

Completed in 601 milliseconds

1234