Home
last modified time | relevance | path

Searched defs:paramValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardParserImpl_V30.java153 VCardProperty propertyData, final String paramName, final String paramValue) { in handleAnyParam()
158 protected void handleParamWithoutName(VCardProperty property, final String paramValue) { in handleParamWithoutName()
175 protected void handleType(VCardProperty property, final String paramValue) { in handleType()
191 private void splitAndPutParam(VCardProperty property, String paramName, String paramValue) { in splitAndPutParam()
261 protected String encodeParamValue(String paramValue) { in encodeParamValue()
DVCardProperty.java87 public void setParameter(final String paramName, final String paramValue) { in setParameter()
92 public void addParameter(final String paramName, final String paramValue) { in addParameter()
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
Djni_stochastic_linear_ranker.cpp43 const char * name , const char * paramValue, int index) { in ConvertParameter2Object()