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

1 23 4 5 6 7 8

  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveWriter.cpp 118 const char* nm = mbrPath.c_str(); local
122 nm += slashpos + 1;
127 memcpy(hdr.name,nm,len);
133 std::string nm = "#1/"; local
134 nm += utostr(mbrPath.length());
135 memcpy(hdr.name,nm.data(),nm.length());
  /external/syslinux/com32/gpllib/
memory.c 415 struct e820entry nm[E820MAX]; local
418 nr = sanitize_e820_map(e820, nm, e820_nr);
429 if (nm[i].type == E820_RAM || nm[i].type == E820_ACPI) {
432 start = nm[i].addr;
433 end = start + nm[i].size;
447 } else if (nm[i].type == E820_NVS) {
448 memory_size += nm[i].size >> 12;
  /frameworks/base/core/java/com/android/internal/notification/
SystemNotificationChannels.java 56 final NotificationManager nm = context.getSystemService(NotificationManager.class); local
180 nm.createNotificationChannels(channelsList);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
PluginManagerTest.java 153 NotificationManager nm = mock(NotificationManager.class); local
155 mContext.addMockSystemService(Context.NOTIFICATION_SERVICE, nm);
163 verify(nm).cancel(eq(testComponent.getClassName()), eq(SystemMessage.NOTE_PLUGIN));
PluginInstanceManagerTest.java 149 NotificationManager nm = mock(NotificationManager.class); local
150 mContext.addMockSystemService(Context.NOTIFICATION_SERVICE, nm);
161 verify(nm).notifyAsUser(eq(TestPlugin.class.getName()), eq(SystemMessage.NOTE_PLUGIN),
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 158 public NotificationMgrWrapper(NotificationManager nm) {
159 mNm = nm;
267 NotificationMgr nm = new NotificationMgrWrapper( local
283 nm.cancelAll();
299 nm.cancelAll();
303 return generateAlerts(context, nm, AlertUtils.createAlarmManager(context), prefs,
307 public static boolean generateAlerts(Context context, NotificationMgr nm,
323 nm.cancelAll();
344 postNotification(info, summaryText, context, true, notificationPrefs, nm,
363 postNotification(info, summaryText, context, false, notificationPrefs, nm,
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
ZenOnboardingActivity.java 106 protected void setNotificationManager(NotificationManager nm) {
107 mNm = nm;
159 NotificationManager nm = context.getSystemService(NotificationManager.class); local
161 nm.getNotificationPolicy().suppressedVisualEffects)) {
  /system/extras/libperfmgr/
HintManager.cc 124 sp<NodeLooperThread> nm = new NodeLooperThread(std::move(nodes)); local
126 std::make_unique<HintManager>(std::move(nm), actions);
  /external/boringssl/src/crypto/x509v3/
v3_purp.c 852 X509_NAME *nm = NULL; local
858 nm = gen->d.dirn;
862 if (nm && X509_NAME_cmp(nm, X509_get_issuer_name(issuer)))
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 622 const char* nm = compare.c_str(); local
626 nm += slashpos + 1;
631 compare.assign(nm,len);
  /external/v8/tools/
tickprocessor.js 688 // It seems that in OS X `nm` thinks that `-f` is a format option, not a
811 '--nm': ['nm', 'nm',
812 'Specify the \'nm\' executable to use (e.g. --nm=/my_dir/nm)'],
845 nm: 'nm',
844 targetRootFS: '', property in class:ArgumentsProcessor.DEFAULTS
  /external/valgrind/VEX/priv/
guest_generic_bb_to_IR.c 617 const HChar* nm = NULL; local
621 nm = "genericg_compute_checksum_8al_1"; break;
623 nm = "genericg_compute_checksum_8al_2"; break;
625 nm = "genericg_compute_checksum_8al_3"; break;
627 nm = "genericg_compute_checksum_8al_4"; break;
629 nm = "genericg_compute_checksum_8al_5"; break;
631 nm = "genericg_compute_checksum_8al_6"; break;
633 nm = "genericg_compute_checksum_8al_7"; break;
635 nm = "genericg_compute_checksum_8al_8"; break;
637 nm = "genericg_compute_checksum_8al_9"; break
649 const HChar* nm = NULL; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryEntry.java 333 final CharSequence nm = pm.getText(pkgName, local
335 if (nm != null) {
336 name = nm.toString();
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java 227 final NotificationManager nm = context.getSystemService(NotificationManager.class); local
233 nm.createNotificationChannel(channel);
  /frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java 1037 NotificationManager nm = mContext.getSystemService(NotificationManager.class); local
1042 NotificationManager nm = mContext.getSystemService(NotificationManager.class); local
1050 NotificationManager nm = mContext.getSystemService(NotificationManager.class); local
1064 NotificationManager nm = mContext.getSystemService(NotificationManager.class); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java 333 NotificationManagerCompat nm = NotificationManagerCompat.from(context); local
334 nm.cancelAll();
374 NotificationManagerCompat nm = NotificationManagerCompat.from(context); local
375 nm.cancelAll();
454 NotificationManagerCompat nm = NotificationManagerCompat.from(context); local
461 nm.cancel(notificationId);
466 cancelConversationNotifications(notification, nm);
513 NotificationManagerCompat nm = NotificationManagerCompat.from(context); local
514 nm.cancel(notificationId);
515 cancelConversationNotifications(key, nm);
550 NotificationManagerCompat nm = NotificationManagerCompat.from(context); local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 1633 const char *pkg, *nm, *testPath; local
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 200 char *nm = NULL, *header = NULL; local
207 error = PEM_read_bio(bio, &nm, &header, &data, &len);
  /external/libnl/lib/
msg.c 263 struct nl_msg *nm; local
268 nm = calloc(1, sizeof(*nm));
269 if (!nm)
272 nm->nm_refcnt = 1;
274 nm->nm_nlh = calloc(1, len);
275 if (!nm->nm_nlh)
278 nm->nm_protocol = -1;
279 nm->nm_size = len;
280 nm->nm_nlh->nlmsg_len = nlmsg_total_size(0)
324 struct nl_msg *nm; local
384 struct nl_msg *nm; local
    [all...]
  /external/libnl/lib/route/
neigh.c 340 struct ndmsg *nm; local
350 nm = nlmsg_data(n);
352 err = nlmsg_parse(n, sizeof(*nm), tb, NDA_MAX, neigh_policy);
356 neigh->n_family = nm->ndm_family;
357 neigh->n_ifindex = nm->ndm_ifindex;
358 neigh->n_state = nm->ndm_state;
359 neigh->n_flags = nm->ndm_flags;
360 neigh->n_type = nm->ndm_type;
  /external/opencv/cv/src/
cvcontourtree.cpp 85 int nm, nmp1, nmp2, nmp3, nmn1, nmn2, nmn3; local
188 nm = num1[0];
206 icvCalcTriAttr( contour, tp1, tp2, nmp2, t, nm, &sp1, &sp1_c, &hp1,
212 icvCalcTriAttr( contour, tn1, t, nm, tn2, nmn2, &sn1, &sn1_c, &hn1,
341 nmp1 = nm;
342 nm = nmn1;
384 nm = num2[0];
396 icvCalcTriAttr( contour, tn1, t, nm, tn2, nmn2, &sn1, &sn1_c, &hn1, &an1,
399 icvCalcTriAttr( contour, tp1, tn2, nmn2, t, nm, &sp1, &sp1_c, &hp1, &ap1,
  /external/opencv/cxcore/src/
cxsvd.cpp 247 int nm, m1, n1; local
255 nm = n;
257 temp = buffer + nm;
259 memset( w, 0, nm * sizeof( w[0] ));
260 memset( e, 0, nm * sizeof( e[0] ));
471 for( i = 0; i < nm; i++ )
483 for( k = nm - 1; k >= 0; k-- )
602 for( i = 0; i < nm; i++ )
605 for( j = i + 1; j < nm; j++ )
642 int nm, m1, n1 local
1030 int i, j, nm = MIN( m, n ); local
1124 int i, j, nm = MIN( m, n ); local
1471 int m, n, nm; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 436 NotificationManager nm = (NotificationManager) ctx local
438 nm.cancel(BluetoothOppNotification.NOTIFICATION_ID_PROGRESS);
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
BugreportReceiverTest.java 642 NotificationManager nm = NotificationManager.from(mContext); local
643 StatusBarNotification[] activeNotifications = nm.getActiveNotifications();
650 nm.cancelAll();
654 int total = nm.getActiveNotifications().length;
659 nm.cancelAll();
662 assertEquals("old notifications were not cancelled", 0, nm.getActiveNotifications().length);
    [all...]
  /external/boringssl/src/crypto/x509/
x509_vfy.c 1357 X509_NAME *nm = NULL; local
1416 X509_NAME *nm = X509_CRL_get_issuer(crl); local
1475 X509_NAME *nm = X509_get_issuer_name(x); local
    [all...]

Completed in 6621 milliseconds

1 23 4 5 6 7 8