HomeSort by relevance Sort by last modified time
    Searched defs:fsc (Results 1 - 9 of 9) sorted by null

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
ForegroundServiceControllerTest.java 49 private ForegroundServiceController fsc; field in class:ForegroundServiceControllerTest
53 fsc = new ForegroundServiceControllerImpl(mContext);
66 assertFalse(fsc.removeNotification(sbn_user1_app3_fg));
67 assertFalse(fsc.removeNotification(sbn_user2_app2_fg));
68 assertFalse(fsc.removeNotification(sbn_user1_app1_fg));
69 assertFalse(fsc.removeNotification(sbn_user1_app1));
70 assertFalse(fsc.removeNotification(sbn_user2_app1));
72 fsc.addNotification(sbn_user1_app1_fg, NotificationManager.IMPORTANCE_DEFAULT);
73 fsc.addNotification(sbn_user2_app2_fg, NotificationManager.IMPORTANCE_DEFAULT);
74 fsc.addNotification(sbn_user1_app3_fg, NotificationManager.IMPORTANCE_DEFAULT)
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldDecimalFormatSymbolsTest.java 97 DecimalFormatSymbols fsc = (DecimalFormatSymbols) fs.clone(); local
98 assertEquals(fs.getCurrency(), fsc.getCurrency());
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ProtocolParamsReaderActivity.java 99 int fsc = ats[atsIndex] & 0x0F; local
100 if (fsc > 8) {
102 sb.append(" (FAIL) FSC " + Integer.toString(fsc) + " is > 8\n");
103 } else if (fsc < 2) {
104 sb.append(" (FAIL EMVCO) FSC " + Integer.toString(fsc) + " is < 2\n");
106 sb.append(" (OK) FSC = " + Integer.toString(fsc) + "\n");
  /external/iproute2/tc/
q_hfsc.c 147 struct tc_service_curve rsc = {}, fsc = {}, usc = {}; local
161 if (hfsc_get_sc(&argc, &argv, &fsc) < 0) {
172 memcpy(&fsc, &rsc, sizeof(fsc));
210 addattr_l(n, 1024, TCA_HFSC_FSC, &fsc, sizeof(fsc));
233 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; local
247 if (RTA_PAYLOAD(tb[TCA_HFSC_FSC]) < sizeof(*fsc))
250 fsc = RTA_DATA(tb[TCA_HFSC_FSC]);
260 if (rsc != NULL && fsc != NULL &
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_fs.h 110 ffsb_statsc_t fsc; member in struct:ffsb_fs
ffsb_tg.h 102 ffsb_statsc_t fsc; member in struct:ffsb_tg
146 void tg_set_statsc(ffsb_tg_t *tg, ffsb_statsc_t *fsc);
parser.c 963 ffsb_statsc_t fsc = { 0, }; local
983 ffsb_statsc_ignore_sys(&fsc, sys);
1002 ffsb_statsc_addbucket(&fsc, min, max);
1005 tg_set_statsc(&fc->groups[num], &fsc);
  /art/test/913-heaps/
heaps.cc 604 FindStringCallbacks fsc; local
605 jvmtiError ret = jvmti_env->FollowReferences(0, nullptr, initial_object, &callbacks, &fsc);
611 static_cast<jint>(fsc.data.size()),
614 return env->NewStringUTF(fsc.data[i].c_str());
    [all...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 

Completed in 421 milliseconds