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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/v8/tools/
mac-nm 3 # This script is a wrapper for OS X nm(1) tool. nm(1) perform C++ function
15 nm "$@"
17 nm "$@" | c++filt -p -i
mac-tick-processor 6 $tools_path/linux-tick-processor --mac --nm=$tools_path/mac-nm $@
  /external/clang/test/CodeGenCXX/
2004-11-27-FriendDefaultArgCrash.cpp 5 namespace nm { namespace
  /external/jemalloc/include/jemalloc/internal/
public_namespace.sh 3 for nm in `cat $1` ; do
4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
public_unnamespace.sh 3 for nm in `cat $1` ; do
4 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
  /cts/tools/dasm/src/java_cup/
symbol.java 22 * @param nm the name of the symbol.
25 public symbol(String nm, String tp)
28 if (nm == null) nm = "";
33 _name = nm;
40 * @param nm the name of the symbol.
42 public symbol(String nm)
44 this(nm, null);
terminal.java 22 * @param nm the name of the terminal.
25 public terminal(String nm, String tp)
28 super(nm, tp);
31 Object conflict = _all.put(nm,this);
36 // throw new internal_error("Duplicate terminal (" + nm + ") created");
37 (new internal_error("Duplicate terminal (" + nm + ") created")).crash();
49 * @param nm the name of the terminal.
51 public terminal(String nm)
53 this(nm, null);
  /external/llvm/tools/llvm-nm/
Makefile 1 ##===- tools/llvm-nm/Makefile ------------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-nm
Android.mk 7 # llvm-nm command line tool
11 llvm-nm.cpp
49 LOCAL_MODULE := llvm-nm
  /external/chromium_org/tools/gyp/test/mac/postbuilds/script/
shared_library_postbuild.sh 9 nm ${lib} > /dev/null # Just make sure this works.
static_library_postbuild.sh 9 nm ${lib} > /dev/null # Just make sure this works.
  /external/jemalloc/include/jemalloc/
jemalloc_rename.sh 14 for nm in `cat ${public_symbols_txt}` ; do
15 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
16 m=`echo ${nm} |tr ':' ' ' |awk '{print $2}'`
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/Android.mk
19 test_name := localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long_long
23 test_name := localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_long
27 test_name := localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double
31 test_name := localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long
35 test_name := localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double
39 test_name := localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long
43 test_name := localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_pointer
47 test_name := localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_bool
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/Android.mk
19 test_name := localization/locale.categories/category.numeric/locale.nm.put/types
23 test_name := localization/locale.categories/category.numeric/locale.nm.put/ctor
  /external/openssl/crypto/evp/
names.c 147 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg)
150 if (nm->alias)
151 dc->fn(NULL, nm->name, nm->data, dc->arg);
153 dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg);
181 static void do_all_md_fn(const OBJ_NAME *nm, void *arg)
184 if (nm->alias)
185 dc->fn(NULL, nm->name, nm->data, dc->arg)
    [all...]
  /external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
curr_symbol.pass.cpp 28 explicit Fnf(const std::string& nm, std::size_t refs = 0)
29 : std::moneypunct_byname<char, false>(nm, refs) {}
36 explicit Fnt(const std::string& nm, std::size_t refs = 0)
37 : std::moneypunct_byname<char, true>(nm, refs) {}
44 explicit Fwf(const std::string& nm, std::size_t refs = 0)
45 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
52 explicit Fwt(const std::string& nm, std::size_t refs = 0)
53 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
decimal_point.pass.cpp 26 explicit Fnf(const std::string& nm, std::size_t refs = 0)
27 : std::moneypunct_byname<char, false>(nm, refs) {}
34 explicit Fnt(const std::string& nm, std::size_t refs = 0)
35 : std::moneypunct_byname<char, true>(nm, refs) {}
42 explicit Fwf(const std::string& nm, std::size_t refs = 0)
43 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
50 explicit Fwt(const std::string& nm, std::size_t refs = 0)
51 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
frac_digits.pass.cpp 26 explicit Fnf(const std::string& nm, std::size_t refs = 0)
27 : std::moneypunct_byname<char, false>(nm, refs) {}
34 explicit Fnt(const std::string& nm, std::size_t refs = 0)
35 : std::moneypunct_byname<char, true>(nm, refs) {}
42 explicit Fwf(const std::string& nm, std::size_t refs = 0)
43 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
50 explicit Fwt(const std::string& nm, std::size_t refs = 0)
51 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
grouping.pass.cpp 28 explicit Fnf(const std::string& nm, std::size_t refs = 0)
29 : std::moneypunct_byname<char, false>(nm, refs) {}
36 explicit Fnt(const std::string& nm, std::size_t refs = 0)
37 : std::moneypunct_byname<char, true>(nm, refs) {}
44 explicit Fwf(const std::string& nm, std::size_t refs = 0)
45 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
52 explicit Fwt(const std::string& nm, std::size_t refs = 0)
53 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
negative_sign.pass.cpp 26 explicit Fnf(const std::string& nm, std::size_t refs = 0)
27 : std::moneypunct_byname<char, false>(nm, refs) {}
34 explicit Fnt(const std::string& nm, std::size_t refs = 0)
35 : std::moneypunct_byname<char, true>(nm, refs) {}
42 explicit Fwf(const std::string& nm, std::size_t refs = 0)
43 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
50 explicit Fwt(const std::string& nm, std::size_t refs = 0)
51 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
positive_sign.pass.cpp 26 explicit Fnf(const std::string& nm, std::size_t refs = 0)
27 : std::moneypunct_byname<char, false>(nm, refs) {}
34 explicit Fnt(const std::string& nm, std::size_t refs = 0)
35 : std::moneypunct_byname<char, true>(nm, refs) {}
42 explicit Fwf(const std::string& nm, std::size_t refs = 0)
43 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
50 explicit Fwt(const std::string& nm, std::size_t refs = 0)
51 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
thousands_sep.pass.cpp 26 explicit Fnf(const std::string& nm, std::size_t refs = 0)
27 : std::moneypunct_byname<char, false>(nm, refs) {}
34 explicit Fnt(const std::string& nm, std::size_t refs = 0)
35 : std::moneypunct_byname<char, true>(nm, refs) {}
42 explicit Fwf(const std::string& nm, std::size_t refs = 0)
43 : std::moneypunct_byname<wchar_t, false>(nm, refs) {}
50 explicit Fwt(const std::string& nm, std::size_t refs = 0)
51 : std::moneypunct_byname<wchar_t, true>(nm, refs) {}
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals/Android.mk
19 test_name := localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals/tested_elsewhere
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
date_order.pass.cpp 28 explicit my_facet(const std::string& nm, std::size_t refs = 0)
29 : F(nm, refs) {}
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
NotificationsActivity.java 49 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); local
50 nm.notify("direct_tag", R.id.direct_notification, builder.getNotification());
64 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); local
65 nm.notify("interstitial_tag", R.id.interstitial_notification, builder.getNotification());

Completed in 713 milliseconds

1 2 3 4 5 6 7 8 910