HomeSort by relevance Sort by last modified time
    Searched refs:nm (Results 51 - 75 of 424) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoencoderfactory.h 50 VideoCodec(webrtc::VideoCodecType t, const std::string& nm, int w, int h,
52 : type(t), name(nm), max_width(w), max_height(h), max_fps(fr) {
  /external/chromium_org/v8/tools/
check-static-initializers.sh 51 static_inits=$(nm "$d8" | grep _GLOBAL_ | grep _I_ | awk '{ print $NF; }')
  /external/harfbuzz_ng/src/
check-symbols.sh 10 if which nm 2>/dev/null >/dev/null; then
13 echo "check-symbols.sh: 'nm' not found; skipping test"
21 EXPORTED_SYMBOLS="`nm "$so" | grep ' [BCDGINRSTVW] ' | grep -v ' _fini\>\| _init\>\| _fdata\>\| _ftext\>\| _fbss\>\| __bss_start\>\| __bss_start__\>\| __bss_end__\>\| _edata\>\| _end\>\| _bss_end__\>\| __end__\>' | cut -d' ' -f3`"
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 20 for nm in `cat ${public_symbols_txt}` ; do
21 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
38 for nm in `cat ${public_symbols_txt}` ; do
39 n=`echo ${nm} |tr ':' ' ' |awk '{print $1}'`
  /external/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
date_order_wide.pass.cpp 28 explicit my_facet(const std::string& nm, std::size_t refs = 0)
29 : F(nm, refs) {}
  /external/llvm/test/Object/
simple-archive.test 4 RUN: llvm-nm -M %p/Inputs/libsimple_archive.a | FileCheck -check-prefix=CHECKIDX %s
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestAlertActivity.java 27 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); local
28 nm.cancel(mId);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
date_order_wide.pass.cpp 28 explicit my_facet(const std::string& nm, std::size_t refs = 0)
29 : F(nm, refs) {}