/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/24.4.0-alpha1/ |
ddmlib-24.4.0-alpha1.jar | |
/external/jemalloc/bin/ |
jeprof.in | 188 --lines Report at source line level 386 "lines!" => \$main::opt_lines, 521 my %disabled = ('--lines' => $main::opt_lines, 825 s/\r//g; # turn windows-looking lines into unix-looking lines [all...] |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/ |
ddmlib-22.2.0.jar | |
/external/elfutils/src/tests/ |
Makefile.am | 41 show-die-info get-files get-lines get-pubnames \ 72 run-show-die-info.sh run-get-files.sh run-get-lines.sh \ 143 run-show-die-info.sh run-get-files.sh run-get-lines.sh \
|
Makefile | 95 get-lines$(EXEEXT) get-pubnames$(EXEEXT) get-aranges$(EXEEXT) \ 120 run-get-files.sh run-get-lines.sh run-get-pubnames.sh \ 370 get_lines_SOURCES = get-lines.c 371 get_lines_OBJECTS = get-lines.$(OBJEXT) 500 funcscopes.c get-aranges.c get-files.c get-lines.c \ 519 funcscopes.c get-aranges.c get-files.c get-lines.c \ [all...] |
/external/v8/tools/profviz/ |
composer.js | 41 var kStackFrameWidth = 0.1; // Width of the lower stack frame lines. 42 var kGapWidth = 0.05; // Gap between stack frame lines. 44 var kY1Offset = 11; // Offset for stack frame vs. event lines.
|
/prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/ |
internal-plugins-1.0.jar | |
/prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.1/ |
internal-plugins-1.1.jar | |
/external/lldb/test/pexpect-2.4/ |
pexpect.py | 21 external child command and then interact with the child by sending lines and 109 """This returns an abbreviated stack trace with lines that only concern 152 Note that lines are terminated by CR/LF (\\r\\n) combination even on 750 The following WILL NOT WORK because the lines sent before the setecho [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 1464 QStringList lines = status.split(QRegExp("\\\\n")); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_iter.py | 776 lines = ("a\n", "bb\n", "ccc\n") 778 for line in lines: 785 self.assertEqual((a, b, c), lines)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_iter.py | 776 lines = ("a\n", "bb\n", "ccc\n") 778 for line in lines: 785 self.assertEqual((a, b, c), lines)
|
/external/libvorbis/doc/ |
07-floor1.tex | 64 We now draw new logical lines to reflect the correction to new_Y, and 242 lines. Also, although zero-difference values are used in the
|
/external/valgrind/callgrind/ |
callgrind_annotate.in | 110 # Positions used for cost lines; default: line numbers 147 # Number of lines to show around each annotated line. 212 --context=N print N lines of context before and after 213 annotated lines [8] 791 # and make lines too long, we compute exactly how wide each column needs to be 997 # If there is information about lines not in the file, issue a warning [all...] |
/frameworks/base/core/java/android/service/notification/ |
ZenModeConfig.java | 1185 private final ArrayList<String> lines = new ArrayList<>(); field in class:ZenModeConfig.Diff [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Decoder.c | 79 extern int lines[500] = {0}; variable [all...] |
/external/deqp/modules/gles3/functional/ |
es3fRasterizationTests.cpp | 575 std::vector<LineSceneSpec::SceneLine> lines; 581 generateLines(m_iteration, drawBuffer, lines); 598 scene.lines.swap(lines); 603 // multisampled wide lines might not be supported 621 m_testCtx.setTestResult(QP_TEST_RESULT_COMPATIBILITY_WARNING, "Rasterization of multisampled wide lines failed"); [all...] |
/external/google-breakpad/src/common/linux/ |
dump_symbols.cc | 215 Module* module, std::vector<Module::Line>* lines) { 216 DwarfLineToModule handler(module, compilation_dir_, lines); [all...] |
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
sixtappredict8x4_v6.asm | 104 ;;add r9, ppl, #30 ; attempt to load 2 adjacent cache lines
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
vp8_subpixelvariance8x8_neon.asm | 39 ;First pass: output_height lines x output_width columns (9x8)
|
/external/libvpx/libvpx/vp8/common/ppc/ |
filter_altivec.asm | 246 ;# load up and filter the additional 5 lines that are needed 436 ;# load up and filter the additional 5 lines that are needed 616 ;# load up and filter the additional 5 lines that are needed 820 ;# setup counter for the number of lines that are going to be filtered
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
subtract_sse2.asm | 92 mov rcx, 8 ; do two lines at one time
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_loopfilter_neon.asm | 52 sub r2, r0, r1, lsl #1 ; move src pointer down by 4 lines 53 add r3, r2, r1, lsr #1 ; set to 3 lines down 305 sub r3, r0, r1, lsl #1 ; move src pointer down by 4 lines 306 add r2, r3, r1, lsr #1 ; set to 3 lines down
|
/external/lldb/examples/python/ |
gdbremote.py | [all...] |
/external/lldb/test/ |
lldbutil.py | 658 lines = get_line_numbers(thread) 683 file=files[i], line=lines[i],
|