Home
last modified time | relevance | path

Searched refs:line (Results 151 – 175 of 182) sorted by relevance

12345678

/art/test/922-properties/
Dexpected.txt48 "line.separator": OK
/art/dex2oat/
Ddex2oat_image_test.cc76 static void WriteLine(File* file, std::string line) { in WriteLine() argument
77 line += '\n'; in WriteLine()
78 EXPECT_TRUE(file->WriteFully(&line[0], line.length())); in WriteLine()
Ddex2oat_options.def36 // Parse-able keys from the command line.
/art/test/dexdump/
Dstaticfields.txt120 0x0000 line=24
Dvalues.txt332 0x0000 line=66
349 0x0000 line=1
/art/compiler/driver/
Dcompiler_options_map.def36 // Parse-able keys from the command line.
/art/tools/ahat/etc/
Dhprofdump.py169 line = readu4(hprof); variable
170 …%s' '%s' line=%d classserial=%d" % (id, showstr(method), showstr(sig), showstr(file), line, serial)
/art/tools/hiddenapi/
DREADME.md15 blacklist) provided an input. Only one signature per line is allowed.
/art/libdexfile/dex/
Ddex_file-inl.h462 uint32_t line = DecodeUnsignedLeb128(debug_info); in DecodeDebugInfoParameterNames() local
467 return line; in DecodeDebugInfoParameterNames()
/art/runtime/
Druntime_options.def36 // Parse-able keys from the command line.
144 // Not parse-able from command line, but can be provided explicitly.
/art/compiler/optimizing/
Dinliner.h315 std::string DepthString(int line) const;
Dinliner.cc84 std::string HInliner::DepthString(int line) const { in DepthString()
91 if (line < 100) { in DepthString()
94 if (line < 1000) { in DepthString()
98 DCHECK_LT(line, 10000); in DepthString()
/art/build/apex/
Dart_apex_test.py123 for line in res.split("\n"):
124 if not line:
126 comps = line.split('/')
128 logging.warning('Could not break and parse line \'%s\'', line)
/art/tools/checker/match/
Dtest.py23 from match.line import MatchLines
Dfile.py20 from match.line import MatchLines, EvaluateLine
/art/test/1970-force-early-return-long/src/art/
DTest1970.java676 final int line = Breakpoint.locationToLine(calledFunction, 0) + 2;
677 final long loc = Breakpoint.lineToLocation(calledFunction, line);
/art/test/1968-force-early-return/src/art/
DTest1968.java698 final int line = Breakpoint.locationToLine(calledFunction, 0) + 2;
699 final long loc = Breakpoint.lineToLocation(calledFunction, line);
/art/test/1954-pop-frame-jit/src/art/
DTest1953.java723 final int line = Breakpoint.locationToLine(calledFunction, 0) + 2;
724 final long loc = Breakpoint.lineToLocation(calledFunction, line);
/art/test/1953-pop-frame/src/art/
DTest1953.java723 final int line = Breakpoint.locationToLine(calledFunction, 0) + 2;
724 final long loc = Breakpoint.lineToLocation(calledFunction, line);
/art/test/1955-pop-frame-jit-called/src/art/
DTest1953.java723 final int line = Breakpoint.locationToLine(calledFunction, 0) + 2;
724 final long loc = Breakpoint.lineToLocation(calledFunction, line);
/art/test/1969-force-early-return-void/src/art/
DTest1969.java727 final int line = Breakpoint.locationToLine(calledFunction, 0) + 2;
728 final long loc = Breakpoint.lineToLocation(calledFunction, line);
/art/test/1956-pop-frame-jit-calling/src/art/
DTest1953.java723 final int line = Breakpoint.locationToLine(calledFunction, 0) + 2;
724 final long loc = Breakpoint.lineToLocation(calledFunction, line);
/art/test/
DREADME.chroot.md94 * Specific tests to run can be passed on the command line, specified by
/art/cmdline/
DREADME.md6 This directory contains the classes that do common command line tool initialization and parsing. The
7 long term goal is eventually for all `art` command-line tools to be using these helpers.
/art/openjdkjvmti/
Dti_method.cc648 art::verifier::RegisterLine* line = verifier->GetRegLine(dex_pc); in InferSlotTypeFromVerifier() local
649 if (line == nullptr) { in InferSlotTypeFromVerifier()
654 const art::verifier::RegType& rt = line->GetRegisterType(verifier.get(), slot_); in InferSlotTypeFromVerifier()

12345678