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

  /external/nist-sip/java/javax/sip/header/
AcceptEncodingHeader.java 9 void setQValue(float qValue) throws InvalidArgumentException;
AcceptHeader.java 12 void setQValue(float qValue) throws InvalidArgumentException;
AcceptLanguageHeader.java 14 void setQValue(float qValue) throws InvalidArgumentException;
ContactHeader.java 12 void setQValue(float qValue) throws InvalidArgumentException;
  /external/nist-sip/java/gov/nist/javax/sip/header/
Accept.java 176 * @param qValue float to set
177 * @throws IllegalArgumentException if qValue is <0.0 or >1.0
179 public void setQValue(float qValue) throws InvalidArgumentException {
180 if (qValue == -1)
182 super.setParameter(ParameterNames.Q, qValue);
Contact.java 210 * @param qValue float to set
212 public void setQValue(float qValue) throws InvalidArgumentException {
213 if (qValue != -1 && (qValue < 0 || qValue > 1))
216 + "the qValue is not between 0 and 1");
217 this.parameters.set(Q, Float.valueOf(qValue));
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h 228 OMX_U32 qValue; /* Q value compression factor for encoder */
  /external/v8/benchmarks/
crypto.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-crypto.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-crypto.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-crypto.js     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 374 milliseconds