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

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGenCXX/
2004-11-27-FriendDefaultArgCrash.cpp 5 namespace nm { namespace
duplicate-mangled-name.cpp 34 namespace nm { namespace
44 return _ZN2nm3abcE + nm::abc;
66 namespace nm { namespace
71 return _ZN2nm3abcE + nm::abc;
  /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);
IncomingMessage.java 103 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); local
143 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build());
154 NotificationManager nm = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); local
198 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
ScreenshotServiceErrorReceiver.java 35 NotificationManager nm = (NotificationManager) local
37 GlobalScreenshot.notifyScreenshotError(context, nm,
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactsNotificationChannelsUtil.java 38 final NotificationManager nm = context.getSystemService(NotificationManager.class); local
42 nm.createNotificationChannel(channel);
  /frameworks/base/core/java/com/android/server/backup/
NotificationBackupHelper.java 47 INotificationManager nm = INotificationManager.Stub.asInterface( local
50 newPayload = nm.getBackupPayload(UserHandle.USER_SYSTEM);
68 INotificationManager nm = INotificationManager.Stub.asInterface( local
71 nm.applyRestore(payload, UserHandle.USER_SYSTEM);
  /frameworks/base/core/java/android/app/
RecoverableSecurityException.java 117 final NotificationManager nm = context.getSystemService(NotificationManager.class); local
122 nm.createNotificationChannel(new NotificationChannel(channelId, TAG,
147 final NotificationManager nm = context.getSystemService(NotificationManager.class); local
154 nm.notify(TAG, mUserAction.getActionIntent().getCreatorUid(), builder.build());
  /cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
SimpleService.java 64 NotificationManager nm = getSystemService(NotificationManager.class); local
65 if (nm.getNotificationChannel(CHANNEL_NAME) == null) {
66 nm.createNotificationChannel(new NotificationChannel(CHANNEL_NAME, CHANNEL_NAME,
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowService.java 44 NotificationManager nm = (NotificationManager)RuntimeEnvironment.application.getSystemService(Context.NOTIFICATION_SERVICE); local
45 nm.notify(id, notification);
58 NotificationManager nm = (NotificationManager)RuntimeEnvironment.application.getSystemService(Context.NOTIFICATION_SERVICE); local
59 nm.cancel(lastForegroundNotificationId);
  /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/boringssl/src/crypto/pem/
pem_pkey.c 75 char *nm = NULL; local
81 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_EVP_PKEY, bp, cb, u))
85 if (strcmp(nm, PEM_STRING_PKCS8INF) == 0) {
97 } else if (strcmp(nm, PEM_STRING_PKCS8) == 0) {
127 } else if (strcmp(nm, PEM_STRING_RSA) == 0) {
132 } else if (strcmp(nm, PEM_STRING_EC) == 0) {
134 } else if (strcmp(nm, PEM_STRING_DSA) == 0) {
142 OPENSSL_free(nm);
193 char *nm = NULL; local
199 if (!PEM_bytes_read_bio(&data, &len, &nm, PEM_STRING_DHPARAMS, bp, cb, u)
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/
p14-0x.cpp 35 NoMove nm = NoMove(); // expected-error {{call to deleted}} member in class:S
  /external/libcxx/test/std/utilities/utility/utility.swap/
swap.pass.cpp 97 NoexceptMoveOnly nm; local
100 static_assert(noexcept(std::swap(nm, nm)), "");
  /external/syslinux/com32/hdt/
hdt-cli-memory.c 54 struct e820entry nm[E820MAX]; local
57 int nr = sanitize_e820_map(map, nm, count);
62 get_type(nm[i].type, type, 14);
64 nm[i].addr, nm[i].size, nm[i].addr + nm[i].size,
hdt-dump-memory.c 75 struct e820entry nm[E820MAX]; local
105 int nr = sanitize_e820_map(map, nm, count);
107 get_type(nm[i].type, type, sizeof(type));
111 snprintf(begin,sizeof(begin),"0x%016llx",nm[i].addr);
112 snprintf(size,sizeof(size),"0x%016llx",nm[i].size);
113 snprintf(end,sizeof(end),"0x%016llx",nm[i].addr+nm[i].size);
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
TestAlertActivity.java 27 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); local
28 nm.cancel(mId);
  /prebuilts/go/darwin-x86/src/cmd/nm/
nm.go 18 const helpText = `usage: go tool nm [options] file...
21 for compatibility with other nm commands
77 fmt.Fprintf(os.Stderr, "nm: unknown sort order %q\n", *sortOrder)
88 nm(file)
101 func nm(file string) { func
  /prebuilts/go/linux-x86/src/cmd/nm/
nm.go 18 const helpText = `usage: go tool nm [options] file...
21 for compatibility with other nm commands
77 fmt.Fprintf(os.Stderr, "nm: unknown sort order %q\n", *sortOrder)
88 nm(file)
101 func nm(file string) { func
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/utility.swap/
swap.pass.cpp 97 NoexceptMoveOnly nm; local
100 static_assert(noexcept(std::swap(nm, nm)), "");
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 104 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); local
105 nm.notify(0, notification);
  /developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 104 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); local
105 nm.notify(0, notification);
  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 104 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); local
105 nm.notify(0, notification);
  /frameworks/support/samples/SupportAppNavigation/src/main/java/com/example/android/support/appnavigation/app/
NotificationsActivity.java 63 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); local
64 nm.notify("direct_tag", R.id.direct_notification, builder.getNotification());
78 NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE); local
79 nm.notify("interstitial_tag", R.id.interstitial_notification, builder.getNotification());
  /packages/services/Telephony/src/com/android/phone/
FakePhoneActivity.java 68 NotificationManager nm = local

Completed in 1832 milliseconds

1 2 3 4 5 6 7 8