/art/tools/checker/file_format/checker/ |
D | parser.py | 22 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/ |
D | parser.py | 28 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/ |
D | cfi_test.h | 76 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
|
D | generate-operator-out.py | 33 def Confused(filename, line_number, line): argument
|
/art/compiler/utils/ |
D | assembler_test_base.h | 156 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/ |
D | analyze-init-failures.py | 31 def Confused(filename, line_number, line): argument
|
D | generate-operator-out.py | 33 def Confused(filename, line_number, line): argument
|
D | cpplint.py | 942 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/ |
D | generate-operator-out.py | 33 def Confused(filename, line_number, line): argument
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | MutationSerializer.java | 50 String line = reader.readLine(); in readMutation() local
|
/art/compiler/dex/ |
D | verified_method.cc | 77 const verifier::RegisterLine* line = method_verifier->GetRegLine(dex_pc); in GenerateSafeCastSet() local
|
/art/runtime/base/ |
D | logging.cc | 103 unsigned int line, in LogLineLowStack()
|
/art/runtime/arch/mips64/ |
D | instruction_set_features_mips64.cc | 62 std::string line; in FromCpuInfo() local
|
/art/test/071-dexfile-map-clean/src/ |
D | Main.java | 59 String line = smapsLines[i]; in checkSmapsEntry() local
|
/art/tools/checker/common/ |
D | logger.py | 58 def fail(msg, file=None, line=-1, lineText=None, variables=None): argument
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 91 const char* line; in Objdump() local
|
D | dwarf_test.cc | 253 int line = 1; in TEST_F() local
|
/art/test/913-heaps/src/art/ |
D | Test913.java | 298 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/ |
D | elf_debug_line_writer.h | 239 int line = (--dex2line)->line_; in WriteCompilationUnit() local
|
/art/runtime/arch/arm/ |
D | instruction_set_features_arm.cc | 150 std::string line; in FromCpuInfo() local
|
/art/tools/dexfuzz/src/dexfuzz/ |
D | Options.java | 279 String line = reader.readLine(); in setupMutationLikelihoodTable() local
|
/art/runtime/arch/x86/ |
D | instruction_set_features_x86.cc | 171 std::string line; in FromCpuInfo() local
|
/art/test/141-class-unload/src/ |
D | Main.java | 65 String line; in testOatFilesUnloaded() local
|
/art/tools/ahat/src/heapdump/ |
D | Site.java | 102 int line, long id, int depth) { in Site()
|
/art/runtime/interpreter/mterp/ |
D | gen_mterp.py | 570 line = line.strip() # remove CRLF, leading spaces variable
|