Searched defs:fieldValue (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_input_field.h16 @property(nonatomic, copy) NSString* fieldValue; variable
58 @property(nonatomic, copy) NSString* fieldValue; variable
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPPathFactory.java215 * @param fieldValue The desired value of the field.
217 * <tt>ns:arrayName[fNS:fieldName='fieldValue']</tt>, where &quot;ns&quot; is the
222 String fieldName, String fieldValue) throws XMPException
231 "=\"" + fieldValue + "\"]";
221 composeFieldSelector(String arrayName, String fieldNS, String fieldName, String fieldValue) argument
H A DXMPMeta.java360 * @param fieldValue the value of thefield, if the field has a value.
370 String fieldValue,
381 * @param fieldValue the value of the field
389 String fieldValue) throws XMPException;
365 setStructField( String schemaNS, String structName, String fieldNS, String fieldName, String fieldValue, PropertyOptions options) argument
384 setStructField( String schemaNS, String structName, String fieldNS, String fieldName, String fieldValue) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERObjectIdentifier.java216 long fieldValue)
220 result[pos] = (byte)((int)fieldValue & 0x7f);
221 while (fieldValue >= (1L << 7))
223 fieldValue >>= 7;
224 result[--pos] = (byte)((int)fieldValue & 0x7f | 0x80);
231 BigInteger fieldValue)
233 int byteCount = (fieldValue.bitLength() + 6) / 7;
240 BigInteger tmpValue = fieldValue;
214 writeField( ByteArrayOutputStream out, long fieldValue) argument
229 writeField( ByteArrayOutputStream out, BigInteger fieldValue) argument
/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DSubscribeForm.java211 static private boolean parseBoolean(String fieldValue) argument
213 return ("1".equals(fieldValue) || "true".equals(fieldValue));
H A DConfigureForm.java671 static private boolean parseBoolean(String fieldValue) argument
673 return ("1".equals(fieldValue) || "true".equals(fieldValue));
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPNodeUtils.java494 String fieldValue = result[1];
495 index = lookupFieldSelector(parentNode, fieldName, fieldValue);
600 * @param fieldValue
604 private static int lookupFieldSelector(XMPNode arrayNode, String fieldName, String fieldValue) argument
626 if (fieldValue.equals(currField.getValue()))
H A DXMPMetaImpl.java1173 String fieldName, String fieldValue, PropertyOptions options) throws XMPException
1179 setProperty(schemaNS, fieldPath, fieldValue, options);
1187 String fieldName, String fieldValue) throws XMPException
1189 setStructField(schemaNS, structName, fieldNS, fieldName, fieldValue, null);
1172 setStructField(String schemaNS, String structName, String fieldNS, String fieldName, String fieldValue, PropertyOptions options) argument
1186 setStructField(String schemaNS, String structName, String fieldNS, String fieldName, String fieldValue) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Dcalendar.cpp2503 int32_t fieldValue = getGreatestMinimum(field); local
2507 if (fieldValue == endValue) {
2508 return fieldValue;
2523 int32_t result = fieldValue;
2526 work->set(field, fieldValue);
2527 if (work->get(field, status) != fieldValue) {
2531 result = fieldValue;
2532 fieldValue--;
2534 } while (fieldValue >= endValue);
/external/icu/icu4c/source/i18n/
H A Dcalendar.cpp2652 int32_t fieldValue = getGreatestMinimum(field); local
2656 if (fieldValue == endValue) {
2657 return fieldValue;
2672 int32_t result = fieldValue;
2675 work->set(field, fieldValue);
2676 if (work->get(field, status) != fieldValue) {
2680 result = fieldValue;
2681 fieldValue--;
2683 } while (fieldValue >= endValue);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 335 milliseconds