/external/iproute2/tc/ |
q_hfsc.c | 149 struct tc_service_curve rsc, fsc, usc; local 154 memset(&fsc, 0, sizeof(fsc)); 168 if (hfsc_get_sc(&argc, &argv, &fsc) < 0) { 179 memcpy(&fsc, &rsc, sizeof(fsc)); 218 addattr_l(n, 1024, TCA_HFSC_FSC, &fsc, sizeof(fsc)); 241 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; local 255 if (RTA_PAYLOAD(tb[TCA_HFSC_FSC]) < sizeof(*fsc)) [all...] |
/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");
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldDecimalFormatSymbolsTest.java | 97 DecimalFormatSymbols fsc = (DecimalFormatSymbols) fs.clone(); local 98 assertEquals(fs.getCurrency(), fsc.getCurrency());
|
/art/runtime/entrypoints/quick/ |
quick_trampoline_entrypoints.cc | 1773 ComputeGenericJniFrameSize fsc; local [all...] |
/development/tools/checkstyle/ |
checkstyle.jar | |