HomeSort by relevance Sort by last modified time
    Searched refs:nm (Results 226 - 250 of 372) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/tools/profviz/
worker.js 96 // Dummy entries provider, as we cannot call nm.
  /external/llvm/autoconf/m4/
ltdl.m4 333 ac_nlist=conftest.nm
334 if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
  /external/llvm/projects/sample/autoconf/m4/
ltdl.m4 339 ac_nlist=conftest.nm
340 if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then
  /external/llvm/utils/buildit/
build_llvm 129 for prog in ar nm ranlib strip lipo ld as ; do
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransfer.java 262 NotificationManager nm = (NotificationManager)mContext local
264 nm.cancel(mCurrentShare.mId);
  /packages/apps/Exchange/src/com/android/exchange/service/
EmailSyncAdapterService.java 810 final NotificationManager nm = (NotificationManager) local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
x86_64cpuid.pl 7 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
  /external/grub/stage2/
fsys_iso9660.c 231 name = rr_ptr.rr->u.nm.name;
232 name_len = rr_ptr.rr->len - (4+sizeof(struct NM));
  /external/libvpx/libvpx/build/make/
configure.sh 430 NM=${NM}
593 NM=${NM:-${CROSS}nm}
855 NM=arm-none-linux-gnueabi-nm
899 NM=${TOOLCHAIN_PATH}nm
941 NM=${TOOLCHAIN_PATH}/n
    [all...]
  /external/openssl/crypto/
x86_64cpuid.pl 7 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 880 ResourceName nm = sIconCache.keyAt(i); local
881 if (nm.packageName.equals(ssp)) {
882 //Log.i(TAG, "Removing cached drawable for " + nm);
888 ResourceName nm = sStringCache.keyAt(i); local
889 if (nm.packageName.equals(ssp)) {
890 //Log.i(TAG, "Removing cached string for " + nm);
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 778 NotificationManager nm = (NotificationManager) context.getSystemService( local
892 NotificationManager nm = (NotificationManager) local
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 417 CharSequence nm = pm.getText(name, local
419 if (nm != null) {
420 mDisplayLabel = nm;
421 mLabel = nm.toString();
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c     [all...]
  /external/elfutils/
elfutils.spec 28 nm (for listing symbols from object files), size (for listing the
131 %{_bindir}/eu-nm
193 - nm: bug fixes for handling corrupt input files
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 107 for nm in (TESTFN, "another.name", "strfile"):
108 info = zipfp.getinfo(nm)
109 self.assertEqual(info.filename, nm)
683 for nm in (TESTFN, "another.name", "strfile"):
684 info = zipfp.getinfo(nm)
685 self.assertEqual(info.filename, nm)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 107 for nm in (TESTFN, "another.name", "strfile"):
108 info = zipfp.getinfo(nm)
109 self.assertEqual(info.filename, nm)
683 for nm in (TESTFN, "another.name", "strfile"):
684 info = zipfp.getinfo(nm)
685 self.assertEqual(info.filename, nm)
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 3502 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86_64-gf2m.pl 27 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
  /external/chromium_org/v8/test/mjsunit/tools/
tickprocessor.js 58 var p_nmAndLog = new ArgumentsProcessor(['--nm=mn', 'nmlog.log']);
60 assertEquals('mn', p_nmAndLog.result().nm);
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 3334 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; local
    [all...]
  /external/libffi/src/
dlmalloc.c 2822 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; local
    [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...]
  /external/openssl/crypto/bn/asm/
x86_64-gf2m.pl 27 $win64=0; $win64=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 2832 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; local
    [all...]

Completed in 811 milliseconds

1 2 3 4 5 6 7 8 91011>>