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

  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
cpuset_cpu_hog.c 117 long opt_value = 0; local
132 opt_value = strtol(optarg, &endptr, DECIMAL);
134 || opt_value <= 0 || opt_value > MAX_NPROCS)
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.cpp 496 CFX_WideString opt_value = GetOptionValue(index);
505 return pValue->GetUnicodeText() == opt_value;
525 if (pArray->GetDirectObjectAt(i)->GetUnicodeText() == opt_value &&
537 CFX_WideString opt_value = GetOptionValue(index);
538 if (bNotify && !NotifyListOrComboBoxBeforeChange(opt_value))
545 m_pDict->SetNewFor<CPDF_String>("V", PDF_EncodeText(opt_value), false);
550 opt_value = GetOptionValue(i);
551 pArray->AddNew<CPDF_String>(PDF_EncodeText(opt_value), false);
556 m_pDict->SetNewFor<CPDF_String>("V", PDF_EncodeText(opt_value), false);
566 if (pValue->GetUnicodeText() == opt_value)
    [all...]

Completed in 102 milliseconds