HomeSort by relevance Sort by last modified time
    Searched refs:opFlag (Results 1 - 2 of 2) sorted by null

  /system/netd/
BandwidthController.cpp 260 const char *opFlag;
264 opFlag = "-I";
267 opFlag = "-R";
271 opFlag = "-D";
274 asprintf(&buff, "%s penalty_box -m owner --uid-owner %d", opFlag, uid);
335 const char *opFlag;
341 opFlag = "-I";
344 opFlag = "-R";
348 opFlag = "-D";
353 asprintf(&buff, "%s costly_%s -m quota2 ! --quota %lld --name %s", opFlag, costName, quota
    [all...]
  /external/llvm/utils/TableGen/
EDEmitter.cpp 384 const char *opFlag) {
389 operandFlags[opIndex]->addEntry(opFlag);
392 #define DECORATE1(opName, opFlag) decorate1(operandFlags, inst, opName, opFlag)

Completed in 801 milliseconds