Searched defs:propValue (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptGlue/
H A DJSValueWrapper.cpp112 JSValue propValue = ptr->GetValue().toObject(exec)->get(exec, CFStringToIdentifier(propertyName, exec)); local
113 JSValueWrapper* wrapperValue = new JSValueWrapper(propValue);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMeta.java187 * @param propValue the value for the property (only leaf properties have a value).
199 Object propValue,
208 * @param propValue the value for the property
214 Object propValue) throws XMPException;
230 * @param itemValue the new value of the array item. Has the same usage as propValue in
272 * propValue in <code>setProperty()</code>.
320 * @param itemValue the value of the array item. Has the same usage as propValue in getProperty.
361 * Has the same usage as propValue in getProperty.
411 * value of the qualifier, if the qualifier has a value. Has the same usage as propValue
848 * @param propValue th
196 setProperty( String schemaNS, String propName, Object propValue, PropertyOptions options) argument
211 setProperty( String schemaNS, String propName, Object propValue) argument
852 setPropertyBoolean( String schemaNS, String propName, boolean propValue, PropertyOptions options) argument
867 setPropertyBoolean( String schemaNS, String propName, boolean propValue) argument
884 setPropertyInteger( String schemaNS, String propName, int propValue, PropertyOptions options) argument
899 setPropertyInteger( String schemaNS, String propName, int propValue) argument
916 setPropertyLong( String schemaNS, String propName, long propValue, PropertyOptions options) argument
931 setPropertyLong( String schemaNS, String propName, long propValue) argument
948 setPropertyDouble( String schemaNS, String propName, double propValue, PropertyOptions options) argument
963 setPropertyDouble( String schemaNS, String propName, double propValue) argument
981 setPropertyDate( String schemaNS, String propName, XMPDateTime propValue, PropertyOptions options) argument
996 setPropertyDate( String schemaNS, String propName, XMPDateTime propValue) argument
1014 setPropertyCalendar( String schemaNS, String propName, Calendar propValue, PropertyOptions options) argument
1029 setPropertyCalendar( String schemaNS, String propName, Calendar propValue) argument
1047 setPropertyBase64( String schemaNS, String propName, byte[] propValue, PropertyOptions options) argument
1062 setPropertyBase64( String schemaNS, String propName, byte[] propValue) argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaImpl.java768 public void setPropertyBoolean(String schemaNS, String propName, boolean propValue, argument
771 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, options);
778 public void setPropertyBoolean(String schemaNS, String propName, boolean propValue) argument
781 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, null);
797 public void setPropertyInteger(String schemaNS, String propName, int propValue, argument
800 setProperty(schemaNS, propName, new Integer(propValue), options);
807 public void setPropertyInteger(String schemaNS, String propName, int propValue) argument
810 setProperty(schemaNS, propName, new Integer(propValue), null);
826 public void setPropertyLong(String schemaNS, String propName, long propValue, argument
829 setProperty(schemaNS, propName, new Long(propValue), option
836 setPropertyLong(String schemaNS, String propName, long propValue) argument
855 setPropertyDouble(String schemaNS, String propName, double propValue, PropertyOptions options) argument
865 setPropertyDouble(String schemaNS, String propName, double propValue) argument
885 setPropertyDate(String schemaNS, String propName, XMPDateTime propValue, PropertyOptions options) argument
895 setPropertyDate(String schemaNS, String propName, XMPDateTime propValue) argument
915 setPropertyCalendar(String schemaNS, String propName, Calendar propValue, PropertyOptions options) argument
925 setPropertyCalendar(String schemaNS, String propName, Calendar propValue) argument
953 setPropertyBase64(String schemaNS, String propName, byte[] propValue, PropertyOptions options) argument
963 setPropertyBase64(String schemaNS, String propName, byte[] propValue) argument
1105 setProperty(String schemaNS, String propName, Object propValue, PropertyOptions options) argument
1130 setProperty(String schemaNS, String propName, Object propValue) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 381 milliseconds