HomeSort by relevance Sort by last modified time
    Searched refs:NM (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /build/core/
filter_symbols.sh 0 NM=$1
15 $NM -g -fp $1 | while read -a line
  /external/bison/djgpp/
config.site 76 NM=${NM='nm'}
  /frameworks/base/core/java/android/os/
PatternMatcher.java 123 final int NM = match.length();
126 while ((ip<NP) && (im<NM)) {
156 } while (im < NM);
157 if (im == NM) {
172 } while (im < NM);
182 if (ip >= NP && im >= NM) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-weak-vtables-and-externals 60 if (!open NM, "(nm -m '$executablePath' | c++filt | sed 's/^/STDOUT:/') 2>&1 |") {
67 while (<NM>) {
78 print STDERR if $_ ne "nm: no name list\n";
81 close NM;
check-for-exit-time-destructors 76 if (!open NM, "(nm '$file' | sed 's/^/STDOUT:/') 2>&1 |") {
85 while (<NM>) {
90 print STDERR if $_ ne "nm: no name list\n";
93 close NM;
check-for-global-initializers 76 if (!open NM, "(nm '$file' | sed 's/^/STDOUT:/') 2>&1 |") {
83 while (<NM>) {
91 print STDERR if $_ ne "nm: no name list\n";
94 close NM;
  /external/chromium_org/third_party/sqlite/src/
mkdll.sh 19 NM="i386-mingw32msvc-nm"
27 $NM tclsqlite3.o | grep ' T ' >temp1
40 $NM sqlite3.o | grep ' T ' >temp1
mkextw.sh 9 NM="i386-mingw32msvc-nm"
  /external/jpeg/
ltconfig 98 old_NM="$NM"
735 archive_cmds='$NM$libobjs | $global_symbol_pipe | sed '\''s/.* //'\'' > $lib.exp;$LD -o $objdir/$soname$libobjs -bE:$lib.exp -T512 -H512 -bM:SRE;$AR cru $lib $objdir/$soname'
748 archive_cmds='$NM$libobjs | $global_symbol_pipe | sed '\''s/.* //'\'' > $lib.exp;$CC -o $objdir/$soname$libobjs ${wl}-bE:$lib.exp ${wl}-bM:SRE ${wl}-bnoentry;$AR cru $lib $objdir/$soname'
890 if test -z "$NM"; then
891 echo $ac_n "checking for BSD-compatible nm... $ac_c" 1>&6
892 case "$NM" in
898 if test -f $ac_dir/nm; then
899 # Check to see if the nm accepts a BSD-compat flag.
901 # nm: unknown option "B" ignored
902 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; the
    [all...]
  /external/qemu/distrib/jpeg-6b/
ltconfig 98 old_NM="$NM"
735 archive_cmds='$NM$libobjs | $global_symbol_pipe | sed '\''s/.* //'\'' > $lib.exp;$LD -o $objdir/$soname$libobjs -bE:$lib.exp -T512 -H512 -bM:SRE;$AR cru $lib $objdir/$soname'
748 archive_cmds='$NM$libobjs | $global_symbol_pipe | sed '\''s/.* //'\'' > $lib.exp;$CC -o $objdir/$soname$libobjs ${wl}-bE:$lib.exp ${wl}-bM:SRE ${wl}-bnoentry;$AR cru $lib $objdir/$soname'
890 if test -z "$NM"; then
891 echo $ac_n "checking for BSD-compatible nm... $ac_c" 1>&6
892 case "$NM" in
898 if test -f $ac_dir/nm; then
899 # Check to see if the nm accepts a BSD-compat flag.
901 # nm: unknown option "B" ignored
902 if ($ac_dir/nm -B /dev/null 2>&1 | sed '1q'; exit 0) | egrep /dev/null >/dev/null; the
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
configure 51 if "${CROSS_PREFIX}nm" --version >/dev/null 2>/dev/null || test $? -lt 126; then
52 NM=${NM-"${CROSS_PREFIX}nm"}
53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
55 NM=${NM-"nm"}
414 show "$NM $test.o | grep _hello"
415 if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; the
    [all...]
  /external/zlib/src/
configure 51 if "${CROSS_PREFIX}nm" --version >/dev/null 2>/dev/null || test $? -lt 126; then
52 NM=${NM-"${CROSS_PREFIX}nm"}
53 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
55 NM=${NM-"nm"}
414 show "$NM $test.o | grep _hello"
415 if test "`$NM $test.o | grep _hello | tee -a configure.log`" = ""; the
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/xa-vmwgfx/
Makefile 57 $(NM) $< | $(GREP) ' T ' | $(AWK) '{print $$3}' > $@
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 134 idesc64 isrL, 0x0008, 0 ; 0x07, 7, #NM, Device Not Available
173 dw isrR, 0 ; 0x07, 7, #NM, Device Not Available
xdfprotect.asm 108 idesc32 isrP, 0x0008, 0 ; 0x07, 7, #NM, Device Not Available
146 dw isrR, 0 ; 0x07, 7, #NM, Device Not Available
  /external/mesa3d/src/gallium/targets/xa-vmwgfx/
Makefile 57 $(NM) $< | $(GREP) ' T ' | $(AWK) '{print $$3}' > $@
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_state_init.c 188 #define CHECK( NM, FLAG, ADD ) \
189 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
194 #define TCL_CHECK( NM, FLAG, ADD ) \
195 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \
519 rmesa->hw.ATOM.name = NM; \
527 #define ALLOC_STATE( ATOM, CHK, SZ, NM, FLAG ) \
528 ALLOC_STATE_IDX(ATOM, CHK, SZ, NM, FLAG, 0)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 188 #define CHECK( NM, FLAG, ADD ) \
189 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
194 #define TCL_CHECK( NM, FLAG, ADD ) \
195 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \
519 rmesa->hw.ATOM.name = NM; \
527 #define ALLOC_STATE( ATOM, CHK, SZ, NM, FLAG ) \
528 ALLOC_STATE_IDX(ATOM, CHK, SZ, NM, FLAG, 0)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_state_init.c 221 #define CHECK( NM, FLAG, ADD ) \
222 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom) \
229 #define TCL_CHECK( NM, FLAG, ADD ) \
230 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom) \
236 #define TCL_OR_VP_CHECK( NM, FLAG, ADD ) \
237 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
243 #define VP_CHECK( NM, FLAG, ADD ) \
244 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
627 #define ALLOC_STATE( ATOM, CHK, SZ, NM, IDX ) \
632 rmesa->hw.ATOM.name = NM; \
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state_init.c 221 #define CHECK( NM, FLAG, ADD ) \
222 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom) \
229 #define TCL_CHECK( NM, FLAG, ADD ) \
230 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom) \
236 #define TCL_OR_VP_CHECK( NM, FLAG, ADD ) \
237 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
243 #define VP_CHECK( NM, FLAG, ADD ) \
244 static int check_##NM( struct gl_context *ctx, struct radeon_state_atom *atom ) \
627 #define ALLOC_STATE( ATOM, CHK, SZ, NM, IDX ) \
632 rmesa->hw.ATOM.name = NM; \
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 444 NM=${NM}
620 NM=${NM:-${CROSS}nm}
900 NM=arm-none-linux-gnueabi-nm
944 NM=${TOOLCHAIN_PATH}nm
981 NM="$(${XCRUN_FIND} nm)
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 444 NM=${NM}
607 NM=${NM:-${CROSS}nm}
869 NM=arm-none-linux-gnueabi-nm
913 NM=${TOOLCHAIN_PATH}nm
950 NM="$(${XCRUN_FIND} nm)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 444 NM=${NM}
607 NM=${NM:-${CROSS}nm}
869 NM=arm-none-linux-gnueabi-nm
913 NM=${TOOLCHAIN_PATH}nm
950 NM="$(${XCRUN_FIND} nm)
    [all...]
  /external/llvm/utils/
GenLibDeps.pl 45 if (defined($ENV{NM})) {
46 chomp($nmPath=$ENV{NM});
50 chomp($nmPath=`which nm`);
51 die "Can't find 'nm'" if (! -x "$nmPath");
126 close DEFS or die "nm failed";
162 close UDEFS or die "nm failed"
175 close DEFS or die "nm failed";
189 close DEFS or die "nm failed";
228 close UNDEFS or die "nm failed";
253 close UNDEFS or die "nm failed"
    [all...]
  /ndk/build/tools/
common-build-host-funcs.sh 778 NM=$BH_HOST_CONFIG-nm
781 export CC CXX LD AR AS RANLIB NM STRIP STRINGS

Completed in 397 milliseconds

1 2 3 4