HomeSort by relevance Sort by last modified time
    Searched refs:itemValue (Results 1 - 25 of 29) sorted by null

1 2

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java 230 * @param itemValue the new value of the array item. Has the same usage as propValue in
239 String itemValue,
249 * @param itemValue the new value of the array item
256 String itemValue) throws XMPException;
271 * @param itemValue the new value of the array item. Has the same usage as
280 String itemValue,
290 * @param itemValue the value of the array item
297 String itemValue) throws XMPException;
320 * @param itemValue the value of the array item. Has the same usage as propValue in getProperty.
328 String itemValue,
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 89 String itemValue, PropertyOptions itemOptions) throws XMPException
149 doSetArrayItem(arrayNode, ARRAY_LAST_ITEM, itemValue, itemOptions, true);
156 public void appendArrayItem(String schemaNS, String arrayName, String itemValue)
159 appendArrayItem(schemaNS, arrayName, null, itemValue, null);
444 String specificLang, String itemValue, PropertyOptions options) throws XMPException
519 XMPNodeUtils.appendLangItem(arrayNode, XMPConst.X_DEFAULT, itemValue);
523 XMPNodeUtils.appendLangItem(arrayNode, specificLang, itemValue);
536 xdItem.setValue(itemValue);
539 itemNode.setValue(itemValue);
554 currItem.setValue(itemValue);
    [all...]
XMPUtilsImpl.java 186 String itemValue;
244 itemValue = catedStr.substring(itemStart, itemEnd);
257 itemValue = "";
268 itemValue += ch;
292 itemValue += ch;
299 itemValue += ch;
317 if (itemValue.equals(arrayNode.getChild(oldChild).getValue()))
327 newItem = new XMPNode(ARRAY_ITEM_NAME, itemValue, null);
    [all...]
XMPNodeUtils.java 343 * @param itemValue the node value to set
347 static PropertyOptions verifySetOptions(PropertyOptions options, Object itemValue)
372 if (options.isCompositeProperty() && itemValue != null && itemValue.toString().length() > 0)
774 * @param itemValue the content of the item
777 static void appendLangItem(XMPNode arrayNode, String itemLang, String itemValue)
780 XMPNode newItem = new XMPNode(ARRAY_ITEM_NAME, itemValue, null);
  /external/jetty/src/java/org/eclipse/jetty/client/security/
SecurityListener.java 108 String itemValue = pair[1].trim();
110 itemValue = StringUtil.unquote( itemValue );
112 authenticationDetails.put( itemName, itemValue );
  /external/dng_sdk/source/
dng_xmp_sdk.h 106 const char *itemValue,
dng_xmp.h 300 const char *itemValue,
dng_xmp_sdk.cpp 497 const char *itemValue,
511 itemValue,
dng_xmp.cpp     [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/
Composer.java 237 Node itemValue = composeValueNode(node);
238 children.add(new NodeTuple(itemKey, itemValue));
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 642 * @param itemValue the value to write, as a String.
645 boolean nvWriteItem(int itemID, String itemValue);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/xml/
XmlConfiguration.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 589 public void nvWriteItem(int itemID, String itemValue, Message response) {}
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 595 public void nvWriteItem(int itemID, String itemValue, Message response) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 688 public void nvWriteItem(int itemID, String itemValue, Message response) {
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
Phone.java     [all...]
RIL.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommandsVerifier.java 1264 public void nvWriteItem(int itemID, String itemValue, Message response) {
SimulatedCommands.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java 532 public void nvWriteItem(int itemID, String itemValue, Message response) {
    [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 866 milliseconds

1 2