Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 40) sorted by relevance

12

/art/tools/checker/file_format/checker/
Dparser.py22 def __isCheckerLine(line): argument
25 def __extractLine(prefix, line, arch = None, debuggable = False): argument
47 def __processLine(line, lineNo, prefix, fileName): argument
105 def ParseCheckerAssertion(parent, line, variant, lineNo): argument
169 fnProcessLine = lambda line, lineNo: __processLine(line, lineNo, prefix, fileName) argument
170 fnLineOutsideChunk = lambda line, lineNo: \ argument
/art/tools/checker/file_format/c1visualizer/
Dparser.py28 def __parseC1Line(line, lineNo, state, fileName): argument
84 fnProcessLine = lambda line, lineNo: __parseC1Line(line, lineNo, state, fileName) argument
85 fnLineOutsideChunk = lambda line, lineNo: \ argument
/art/compiler/
Dcfi_test.h76 for (const std::string& line : lines) { in GenerateExpected() local
93 std::string line; in ReformatAsm() local
112 for (const std::string& line : lines) { in ReformatCfi() local
Dgenerate-operator-out.py33 def Confused(filename, line_number, line): argument
/art/compiler/utils/
Dassembler_test_base.h156 std::string line = FindTool(assembler_cmd_name_); in GetAssemblerCommand() local
173 std::string line = FindTool(objdump_cmd_name_); in GetObjdumpCommand() local
190 std::string line = FindTool(disassembler_cmd_name_); in GetDisassembleCommand() local
276 std::string line; in Objdump() local
520 std::string line; in FindTool() local
564 std::string line; in FindToolDumpPrintout() local
/art/tools/
Danalyze-init-failures.py31 def Confused(filename, line_number, line): argument
Dgenerate-operator-out.py33 def Confused(filename, line_number, line): argument
Dcpplint.py942 def IsCppString(line): argument
1003 def CleanseComments(line): argument
1064 def FindEndOfExpressionInLine(line, startpos, depth, startchar, endchar): argument
1560 def UpdatePreprocessor(self, line): argument
1890 def CheckSpacingForFunctionCall(filename, line, linenum, error): argument
1960 def IsBlankLine(line): argument
2706 def ReplaceableCheck(operator, macro, line): argument
2806 def GetLineWidth(line): argument
3490 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument
3818 def ProcessLine(filename, file_extension, clean_lines, line, argument
/art/test/994-breakpoint-line/src/art/
DBreakpoint.java122 public final int line; field in Breakpoint.LineNumber
124 private LineNumber(long loc, int line) { in LineNumber()
188 public static long lineToLocation(Executable m, int line) throws Exception { in lineToLocation()
/art/test/997-single-step/src/art/
DBreakpoint.java122 public final int line; field in Breakpoint.LineNumber
124 private LineNumber(long loc, int line) { in LineNumber()
188 public static long lineToLocation(Executable m, int line) throws Exception { in lineToLocation()
/art/test/993-breakpoints/src/art/
DBreakpoint.java122 public final int line; field in Breakpoint.LineNumber
124 private LineNumber(long loc, int line) { in LineNumber()
188 public static long lineToLocation(Executable m, int line) throws Exception { in lineToLocation()
/art/test/995-breakpoints-throw/src/art/
DBreakpoint.java122 public final int line; field in Breakpoint.LineNumber
124 private LineNumber(long loc, int line) { in LineNumber()
188 public static long lineToLocation(Executable m, int line) throws Exception { in lineToLocation()
/art/test/996-breakpoint-obsolete/src/art/
DBreakpoint.java122 public final int line; field in Breakpoint.LineNumber
124 private LineNumber(long loc, int line) { in LineNumber()
188 public static long lineToLocation(Executable m, int line) throws Exception { in lineToLocation()
DTest996.java98 int line = Breakpoint.locationToLine(e, loc); in notifyBreakpointReached() local
/art/runtime/
Dgenerate-operator-out.py33 def Confused(filename, line_number, line): argument
/art/tools/dexfuzz/src/dexfuzz/program/
DMutationSerializer.java50 String line = reader.readLine(); in readMutation() local
/art/compiler/dex/
Dverified_method.cc80 const verifier::RegisterLine* line = method_verifier->GetRegLine(dex_pc); in GenerateSafeCastSet() local
/art/tools/runtime_memusage/
Dsymbol_trace_info.py182 def get_dex_offset_data(line, dex_file_item): argument
/art/runtime/arch/mips64/
Dinstruction_set_features_mips64.cc62 std::string line; in FromCpuInfo() local
/art/test/071-dexfile-map-clean/src/
DMain.java59 String line = smapsLines[i]; in checkSmapsEntry() local
/art/tools/checker/common/
Dlogger.py58 def fail(msg, file=None, line=-1, lineText=None, variables=None): argument
/art/runtime/base/
Dlogging.cc152 unsigned int line, in LogLineLowStack()
/art/oatdump/
Doatdump_test.h160 char line[kLineMax] = {}; in Exec() local
/art/compiler/debug/dwarf/
Ddwarf_test.h91 const char* line; in Objdump() local
/art/test/913-heaps/src/art/
DTest913.java318 String line; in hasImage() local
697 private static String getReferrer(String line) { in getReferrer()
709 private static String getReferree(String line) { in getReferree()

12