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

1 2 3 4 5 6 7 8 910

  /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);
non_terminal.java 22 * @param nm the name of the non terminal.
25 public non_terminal(String nm, String tp)
28 super(nm, tp);
31 Object conflict = _all.put(nm,this);
36 // throw new internal_error("Duplicate non-terminal ("+nm+") created");
37 (new internal_error("Duplicate non-terminal ("+nm+") created")).crash();
46 * @param nm the name of the non terminal.
48 public non_terminal(String nm)
50 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...]
  /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 111 #define OPENCLEXT(nm) unsigned nm : 1;
115 #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}"
  /bionic/libc/kernel/common/linux/
transport_class.h 36 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
  /development/ndk/platforms/android-3/include/linux/
transport_class.h 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageView.java 53 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); local
56 nm.cancel(R.string.imcoming_message_ticker_text);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestAlertActivity.java 27 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); local
28 nm.cancel(mId);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
transport_class.h 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
transport_class.h 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
transport_class.h 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
transport_class.h 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
transport_class.h 30 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) struct transport_class cls = { .class = { .name = nm, }, .setup = su, .remove = rm, .configure = cfg, }

Completed in 1239 milliseconds

1 2 3 4 5 6 7 8 910