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

1 2 3 4 5 6 7 8 91011

  /external/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 $@
check-static-initializers.sh 47 static_inits=$(nm "$d8" | grep _GLOBAL__I | awk '{ print $NF; }')
  /external/clang/test/CodeGenCXX/
2004-11-27-FriendDefaultArgCrash.cpp 5 namespace nm { namespace
  /external/chromium/third_party/libjingle/source/talk/base/
host.cc 41 struct utsname nm;
42 if (uname(&nm) < 0)
44 return std::string(nm.nodename);
  /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);
  /system/core/libnl_2/
msg.c 30 struct nl_msg *nm; local
34 nm = (struct nl_msg *) malloc(page_sz);
35 if (!nm)
39 nlh = (struct nlmsghdr *) ((char *) nm + sizeof(struct nl_msg));
42 memset(nm, 0, page_sz);
43 nm->nm_size = page_sz;
45 nm->nm_src.nl_family = AF_NETLINK;
46 nm->nm_src.nl_pid = getpid();
48 nm->nm_dst.nl_family = AF_NETLINK;
49 nm->nm_dst.nl_pid = 0; /* Kernel *
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/internal/util/
XmlUtils_Delegate.java 36 String nm = charSeq.toString();
44 int len = nm.length();
47 if ('-' == nm.charAt(0)) {
52 if ('0' == nm.charAt(index)) {
57 char c = nm.charAt(index + 1);
67 else if ('#' == nm.charAt(index)) {
72 return ((int)Long.parseLong(nm.substring(index), base)) * sign;
  /external/llvm/tools/llvm-nm/
Makefile 1 ##===- tools/llvm-nm/Makefile ------------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-nm
  /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...]
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/
curr_symbol.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) {}
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 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) {}
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) {}
  /ndk/sources/cxx-stl/llvm-libc++/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());
  /external/chromium/third_party/libjingle/source/talk/session/phone/
codec.cc 35 bool AudioCodec::Matches(int payload, const std::string& nm) const {
37 return (payload <= kMaxStaticPayloadId) ? (id == payload) : (name == nm);
61 bool VideoCodec::Matches(int payload, const std::string& nm) const {
63 return (payload <= kMaxStaticPayloadId) ? (id == payload) : (name == nm);
  /external/clang/include/clang/Basic/
LangOptions.h 118 #define OPENCLEXT(nm) unsigned nm : 1;
122 #define OPENCLEXT(nm) nm = 0;
  /external/webkit/Source/WebCore/WebCore.gyp/mac/
check_objc_rename.sh 51 # Send nm's stderr in the pipeline to /dev/null to avoid spewing
52 # "nm: no name list" messages. This means that if the pipelined nm fails, there
53 # won't be any output, so if the entire assignment fails, run nm again to get
55 violators=$(nm -p "${lib}" 2> /dev/null | \
58 (grep -Ev "\((${category_whitelist_pattern})\)" || true)) || nm -p "${lib}"
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.ctype/locale.codecvt.byname/
ctor_char.pass.cpp 14 // explicit codecvt_byname(const char* nm, size_t refs = 0);
15 // explicit codecvt_byname(const string& nm, size_t refs = 0);
28 explicit my_facet(const char* nm, std::size_t refs = 0)
29 : F(nm, refs) {++count;}
30 explicit my_facet(const std::string& nm, std::size_t refs = 0)
31 : F(nm, refs) {++count;}
ctor_char16_t.pass.cpp 14 // explicit codecvt_byname(const char* nm, size_t refs = 0);
15 // explicit codecvt_byname(const string& nm, size_t refs = 0);
28 explicit my_facet(const char* nm, std::size_t refs = 0)
29 : F(nm, refs) {++count;}
30 explicit my_facet(const std::string& nm, std::size_t refs = 0)
31 : F(nm, refs) {++count;}

Completed in 393 milliseconds

1 2 3 4 5 6 7 8 91011