Searched defs:paramValue (Results 1 – 3 of 3) sorted by relevance
| /frameworks/opt/vcard/java/com/android/vcard/ |
| D | VCardParserImpl_V30.java | 153 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()
|
| D | VCardProperty.java | 87 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/ |
| D | jni_stochastic_linear_ranker.cpp | 43 const char * name , const char * paramValue, int index) { in ConvertParameter2Object()
|