Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 30) 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/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.cc77 const verifier::RegisterLine* line = method_verifier->GetRegLine(dex_pc); in GenerateSafeCastSet() local
/art/runtime/base/
Dlogging.cc103 unsigned int line, in LogLineLowStack()
/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/compiler/debug/dwarf/
Ddwarf_test.h91 const char* line; in Objdump() local
Ddwarf_test.cc253 int line = 1; in TEST_F() local
/art/test/913-heaps/src/art/
DTest913.java298 String line; in hasImage() local
677 private static String getReferrer(String line) { in getReferrer()
689 private static String getReferree(String line) { in getReferree()
/art/compiler/debug/
Delf_debug_line_writer.h239 int line = (--dex2line)->line_; in WriteCompilationUnit() local
/art/runtime/arch/arm/
Dinstruction_set_features_arm.cc150 std::string line; in FromCpuInfo() local
/art/tools/dexfuzz/src/dexfuzz/
DOptions.java279 String line = reader.readLine(); in setupMutationLikelihoodTable() local
/art/runtime/arch/x86/
Dinstruction_set_features_x86.cc171 std::string line; in FromCpuInfo() local
/art/test/141-class-unload/src/
DMain.java65 String line; in testOatFilesUnloaded() local
/art/tools/ahat/src/heapdump/
DSite.java102 int line, long id, int depth) { in Site()
/art/runtime/interpreter/mterp/
Dgen_mterp.py570 line = line.strip() # remove CRLF, leading spaces variable

12