/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/chromium_org/third_party/WebKit/Source/core/scripts/ |
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}"
|
/external/clang/include/clang/Basic/ |
LangOptions.h | 118 #define OPENCLEXT(nm) unsigned nm : 1; 122 #define OPENCLEXT(nm) nm = 0;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/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;}
|
ctor_char32_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;}
|
ctor_wchar_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); 30 explicit my_facet(const char* nm, std::size_t refs = 0) 31 : F(nm, refs) {++count;} 32 explicit my_facet(const std::string& nm, std::size_t refs = 0) 33 : F(nm, refs) {++count;}
|
/cts/tools/dasm/src/java_cup/ |
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);
|
/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);
|
/external/chromium_org/chrome/tools/build/mac/ |
verify_order | 24 SYMBOLS=$(nm -fgjn -s __TEXT __text "${MACH_O_FILE}")
|
/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/llvm/test/Object/ |
simple-archive.test | 4 RUN: llvm-nm -s %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) {}
|
/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, }
|
/prebuilts/ndk/4/platforms/android-8/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/5/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/6/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, }
|