/external/ltp/testcases/commands/nm/ |
D | nm01.sh | 9 NM=${NM:=nm} 15 TST_NEEDS_CMDS="$NM" 26 EXPECT_PASS $NM -f posix -A "lib.a" \> nm.out 35 EXPECT_PASS $NM -f posix -A "dir/lib.a" \> nm.out 47 EXPECT_PASS $NM -f posix -g $TST_DATAROOT/f1 \> nm.out 59 EXPECT_PASS $NM -f posix -t o $TST_DATAROOT/f1 \> nm.out 71 EXPECT_PASS $NM -f sysv $TST_DATAROOT/f1 \> nm.out 83 EXPECT_PASS $NM -f bsd $TST_DATAROOT/f1 \> nm_bsd.out 84 EXPECT_PASS $NM -f posix $TST_DATAROOT/f1 \> nm_posix.out 102 EXPECT_PASS $NM -f sysv -u $TST_DATAROOT/f1 \> nm.out [all …]
|
/external/llvm/test/tools/lto/ |
D | hide-linkonce-odr.ll | 10 ; RUN: llvm-nm %t.dylib | FileCheck --check-prefix=NM %s 12 ; NM: 0000000000000f48 S _GlobLinkonce 13 ; NM: 0000000000000f10 t _a 14 ; NM: 0000000000000f20 T _b 15 ; NM: 0000000000000f00 T _c
|
/external/pdfium/testing/resources/ |
D | annotation_markup_multiline_no_ap.in | 34 /NM (Hilight-1) 50 /NM (Underline-1) 66 /NM (Squiggly-1) 82 /NM (StrikeOut-1)
|
D | polygon_annot.in | 26 /NM (Polygon-1) 37 /NM (Polygon-2)
|
D | ink_annot.in | 26 /NM (Ink-1) 37 /NM (Ink-2)
|
D | line_annot.in | 26 /NM (Line-1) 38 /NM (Line-2)
|
D | bug_901654_2.in | 25 /NM 44 /NM <</PatternType 2 /Shading <</Test (a)>> >>
|
D | annots.in | 278 /NM (Highlight-1) 292 /NM (Highlight-2) 314 /NM (Highlight-With-Popup-1)
|
D | redact_annot.in | 33 /NM (Redact-1)
|
/external/python/cpython2/Modules/ |
D | makexp_aix | 75 NM=/usr/ccs/bin/nm 77 $NM -e $xopt $1 >/dev/null 2>&1 || xopt="" 79 $NM -Bex $xopt $inputFiles \
|
/external/llvm/test/LTO/X86/ |
D | diagnostic-handler-remarks.ll | 9 ; RUN: llvm-nm %t.o | FileCheck %s -check-prefix NM 15 ; RUN: llvm-nm %t.o | FileCheck %s -check-prefix NM 22 ; RUN: llvm-nm %t.o | FileCheck %s -check-prefix NM 28 ; RUN: llvm-nm %t.o | FileCheck %s -check-prefix NM 36 ; NM-NOT: foo 37 ; NM: func2 38 ; NM: main
|
/external/speex/tmv/ |
D | preprocess_tm.h | 577 int NM in preprocess_residue_echo() argument 615 { memset(st->echo_noise, 0, (NM) * sizeof(spx_word32_t)); in preprocess_residue_echo() 656 int NM in preprocess_compute_SNR() argument 671 for ( i=0 ; i<NM ; i++) in preprocess_compute_SNR() 701 int NM in preprocess_smooth_SNR() argument 734 for (i=_N; i<NM ; i++) in preprocess_smooth_SNR() 747 for ( i=N ; i<NM ; i++ ) in preprocess_smooth_SNR() 762 int NM in preprocess_compute_emgain() argument 774 for ( i=N ; i<NM ; ++i ) in preprocess_compute_emgain() 876 int NM [all …]
|
/external/libtraceevent/plugins/ |
D | Makefile | 20 $(call allow-override,NM,$(CROSS_COMPILE)nm) 140 symbol_type=`$(NM) -u -D $1 | awk 'NF>1 {print $$1}' | \ 144 $(NM) -u -D $1 | awk 'NF>1 {sub("@.*", "", $$2); print "\t"$$2";"}' | sort -u;\ 148 (echo Either missing one of [$1] or bad version of $(NM)) 1>&2;\
|
/external/pdfium/testing/resources/pixel/ |
D | bug_585.in | 37 /NM (Annot-1) 60 /NM (7f264ba2-e270-42a1-a390-eb41278072ff) 102 /NM (2912a3cf-3b30-48a7-8531-431ce468e6a8) 143 /NM (c99bdf16-3040-4bf6-9b8a-a80cc563a6a7)
|
/external/wayland/egl/ |
D | wayland-egl-symbols-check | 12 if ! test -n "$NM"; then 17 AVAIL_FUNCS="$($NM -D --format=bsd --defined-only $LIB | awk '{print $3}')"
|
/external/python/cpython3/Tools/scripts/ |
D | nm2def.py | 41 NM = 'nm -p -g %s' # For Linux, use "nm -g %s" variable 45 with os.popen(NM % lib) as pipe:
|
/external/python/cpython2/Tools/scripts/ |
D | nm2def.py | 41 NM = 'nm -p -g %s' # For Linux, use "nm -g %s" variable 45 lines = os.popen(NM % lib).readlines()
|
/external/llvm/test/tools/gold/X86/ |
D | thinlto_archive.ll | 16 ; RUN: llvm-nm %t4 | FileCheck %s --check-prefix=NM 23 ; NM: T f
|
D | thinlto.ll | 13 ; RUN: llvm-nm %t4 | FileCheck %s --check-prefix=NM 35 ; RUN: llvm-nm %t4 | FileCheck %s --check-prefix=NM 43 ; RUN: llvm-nm %t4 | FileCheck %s --check-prefix=NM 54 ; NM: T f
|
/external/swiftshader/third_party/astc-encoder/Source/ |
D | astc_block_sizes2.cpp | 365 int NM = x_weights * y_weights; in initialize_decimation_table_3d() local 388 s2 = NM; in initialize_decimation_table_3d() 395 s1 = NM; in initialize_decimation_table_3d() 404 s2 = NM; in initialize_decimation_table_3d() 411 s1 = NM; in initialize_decimation_table_3d() 420 s1 = NM; in initialize_decimation_table_3d()
|
/external/rust/crates/libz-sys/src/zlib/ |
D | configure | 64 NM=${NM-"${CROSS_PREFIX}nm"} 65 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 67 NM=${NM-"nm"} 441 show "$NM $test.o | grep _hello" 442 if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then
|
/external/python/cpython2/Modules/zlib/ |
D | configure | 64 NM=${NM-"${CROSS_PREFIX}nm"} 65 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log 67 NM=${NM-"nm"} 441 show "$NM $test.o | grep _hello" 442 if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; then
|
/external/pdfium/third_party/lcms/src/ |
D | cmsintrp.c | 1080 #define EVAL_FNS(N,NM) static CMS_NO_SANITIZE \ argument 1096 K0 = p16 -> opta[NM] * k0;\ 1097 K1 = p16 -> opta[NM] * (k0 + (Input[0] != 0xFFFFU ? 1 : 0));\ 1100 memmove(&p1.Domain[0], &p16 ->Domain[1], NM*sizeof(cmsUInt32Number));\ 1105 Eval##NM##Inputs(Input + 1, Tmp1, &p1);\ 1110 Eval##NM##Inputs(Input + 1, Tmp2, &p1);\ 1135 K0 = p -> opta[NM] * k0;\ 1136 K1 = K0 + (fclamp(Input[0]) >= 1.0 ? 0 : p->opta[NM]);\ 1139 memmove(&p1.Domain[0], &p ->Domain[1], NM*sizeof(cmsUInt32Number));\ 1144 Eval##NM##InputsFloat(Input + 1, Tmp1, &p1);\ [all …]
|
/external/elfutils/tests/ |
D | run-arsymtest.sh | 31 ${NM} -s $lib |
|
/external/llvm/utils/ |
D | GenLibDeps.pl | 45 if (defined($ENV{NM})) { 46 chomp($nmPath=$ENV{NM});
|