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

1 2 3 4 5 6 7 8

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/util/
PropertiesHelper.java 21 String propertyValue = null;
23 propertyValue = properties.getProperty(propertyName);
25 if (propertyValue == null) {
26 propertyValue = System.getProperty(propertyName);
28 if (propertyValue == null) {
34 expandedValue = sdkPathStart + propertyValue + sdkPathEnd;
45 String propertyValue = properties.getProperty(propertyName);
46 String expandedPropertyValue = doSingleSubstitution(propertyValue, properties);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodePropertySymbolTable.java 40 // String propertyValue, UnicodeSet result) {
42 // return applyPropertyAlias(propertyName, propertyValue, result);
53 String propertyValue, UnicodeSet result) {
62 propertyValue = propertyValue.length() == 0 ? propertyName.substring(opPos+1)
63 : propertyName.substring(opPos+1) + "=" + propertyValue;
73 propertyValue = propertyValue.trim();
74 if (propertyValue.length() != 0) {
75 status = applyPropertyAlias0(propertyName, propertyValue, result)
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
UnicodePropertySymbolTable.java 39 // String propertyValue, UnicodeSet result) {
41 // return applyPropertyAlias(propertyName, propertyValue, result);
52 String propertyValue, UnicodeSet result) {
61 propertyValue = propertyValue.length() == 0 ? propertyName.substring(opPos+1)
62 : propertyName.substring(opPos+1) + "=" + propertyValue;
72 propertyValue = propertyValue.trim();
73 if (propertyValue.length() != 0) {
74 status = applyPropertyAlias0(propertyName, propertyValue, result)
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
PropertyCheck.java 50 String propertyValue = device.getProperty(mPropertyName);
51 if (propertyValue == null) {
57 if (!mExpectedPropertyValue.equalsIgnoreCase(propertyValue)) {
59 mExpectedPropertyValue, propertyValue, mPropertyName);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
SkipBeanTest.java 45 Object propertyValue, Tag customTag) {
46 if (propertyValue == null) {
50 .representJavaBeanProperty(javaBean, property, propertyValue, customTag);
65 Object propertyValue, Tag customTag) {
66 NodeTuple tuple = super.representJavaBeanProperty(javaBean, property, propertyValue,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyComposite.java 89 Object propertyValue = property.getValue();
91 value = propertyValue;
92 } else if (!Objects.equal(value, propertyValue)) {
  /external/opencv3/samples/winrt/ImageManipulations/common/
suspensionmanager.cpp 319 void WriteProperty(DataWriter^ writer, IPropertyValue^ propertyValue)
321 switch (propertyValue->Type)
325 writer->WriteByte(propertyValue->GetUInt8());
329 writer->WriteUInt16(propertyValue->GetUInt16());
333 writer->WriteUInt32(propertyValue->GetUInt32());
337 writer->WriteUInt64(propertyValue->GetUInt64());
341 writer->WriteUInt16(propertyValue->GetInt16());
345 writer->WriteUInt32(propertyValue->GetInt32());
349 writer->WriteUInt64(propertyValue->GetInt64());
353 writer->WriteSingle(propertyValue->GetSingle())
    [all...]
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 403 String propertyValue = null;
406 propertyValue = rb.getString (propertyName);
409 if (propertyValue != null) return propertyValue;
420 String propertyValue = null;
423 propertyValue = ROOT_RESOURCE_BUNDLE.getString (propertyName);
426 if (propertyValue != null) return propertyValue;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
Representer.java 113 * @param propertyValue
121 Object propertyValue, Tag customTag) {
124 boolean hasAlias = this.representedObjects.containsKey(propertyValue);
126 Node nodeValue = representData(propertyValue);
128 if (propertyValue != null && !hasAlias) {
132 if (propertyValue instanceof Enum<?>) {
137 if (property.getType() == propertyValue.getClass()) {
138 if (!(propertyValue instanceof Map<?, ?>)) {
145 checkGlobalTag(property, nodeValue, propertyValue);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue133/
StackOverflowTest.java 57 Object propertyValue, Tag customTag) {
62 .representJavaBeanProperty(javaBean, property, propertyValue, customTag);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
RecyclerViewUtil.java 117 @NonNull Object propertyValue, @NonNull String propertySetter)
119 Class<?> propertyClass = getClassInstance(propertyValue, propertyClassName);
120 setProperty(object, propertyClass, propertyValue, propertySetter);
124 @Nullable Object propertyValue, @NonNull String propertySetter)
126 invoke(getMethod(object.getClass(), propertySetter, propertyClass), object, propertyValue);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/
FlexibleScalarStylesInJavaBeanTest.java 118 Object propertyValue, Tag customTag) {
122 propertyValue, customTag);
143 .representJavaBeanProperty(javaBean, property, propertyValue, customTag);
  /development/ndk/platforms/android-21/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp 277 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
278 FXJSE_Value_GetObjectPropByIdx(argValue, 1, propertyValue);
280 if (FXJSE_Value_IsNull(propertyValue)) {
293 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
307 FXJSE_Value_Release(propertyValue);
362 FXJSE_HVALUE propertyValue = FXJSE_Value_Create(hruntime);
365 FXJSE_Value_GetObjectPropByIdx(argValue, 1, propertyValue);
367 if (FXJSE_Value_IsNull(propertyValue)) {
377 FXJSE_Value_ToUTF8String(propertyValue, propertyStr);
385 FXJSE_Value_Release(propertyValue);
    [all...]
  /frameworks/av/include/ndk/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);

Completed in 801 milliseconds

1 2 3 4 5 6 7 8