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

1 2 3 4 5 6

  /external/robolectric/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/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...]
UnicodeProperty.java 321 public final UnicodeSet getSet(String propertyValue) {
322 return getSet(propertyValue, null);
331 public final UnicodeSet getSet(String propertyValue, UnicodeSet result) {
332 return getSet(new SimpleMatcher(propertyValue,
839 String propertyValue, UnicodeSet result) {
841 System.out.println(propertyName + "=" + propertyValue);
846 UnicodeSet x = prop.getSet(propertyValue, result);
    [all...]
  /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/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;
  /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);
  /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);
  /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);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeRenderSession.java 83 public Result setProperty(Object objectView, String propertyName, String propertyValue) {
85 return super.setProperty(objectView, propertyName, propertyValue);
  /prebuilts/ndk/9/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/9/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/9/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/9/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/9/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/9/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);
  /frameworks/av/media/ndk/
NdkMediaDrm.cpp 522 const char **propertyValue) {
527 if (!propertyName || !propertyValue) {
535 *propertyValue = mObj->mPropertyString.string();
537 *propertyValue = NULL;
544 const char *propertyName, AMediaDrmByteArray *propertyValue) {
548 if (!propertyName || !propertyValue) {
556 propertyValue->ptr = mObj->mPropertyByteArray.array();
557 propertyValue->length = mObj->mPropertyByteArray.size();
559 propertyValue->ptr = NULL;
560 propertyValue->length = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eventsys.h 261 virtual HRESULT WINAPI GetDefaultProperty(BSTR bstrPropertyName,VARIANT *propertyValue) = 0;
262 virtual HRESULT WINAPI PutDefaultProperty(BSTR bstrPropertyName,VARIANT *propertyValue) = 0;
286 HRESULT (WINAPI *GetDefaultProperty)(IEventPublisher *This,BSTR bstrPropertyName,VARIANT *propertyValue);
287 HRESULT (WINAPI *PutDefaultProperty)(IEventPublisher *This,BSTR bstrPropertyName,VARIANT *propertyValue);
313 #define IEventPublisher_GetDefaultProperty(This,bstrPropertyName,propertyValue) (This)->lpVtbl->GetDefaultProperty(This,bstrPropertyName,propertyValue)
314 #define IEventPublisher_PutDefaultProperty(This,bstrPropertyName,propertyValue) (This)->lpVtbl->PutDefaultProperty(This,bstrPropertyName,propertyValue)
339 HRESULT WINAPI IEventPublisher_GetDefaultProperty_Proxy(IEventPublisher *This,BSTR bstrPropertyName,VARIANT *propertyValue);
341 HRESULT WINAPI IEventPublisher_PutDefaultProperty_Proxy(IEventPublisher *This,BSTR bstrPropertyName,VARIANT *propertyValue);
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodePropertySource.java 84 public UnicodeSet getPropertySet(String propertyValue, UnicodeSet result){
89 if (propertyValue.equals(value)) {
  /external/proguard/src/proguard/
ConfigurationParser.java     [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 347 String propertyValue = (sep >= 0) ? decodePercent(e.substring(sep + 1)) : null;
348 if (propertyValue != null) {
349 parms.get(propertyName).add(propertyValue);
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasSyncCalendar.java 527 final String propertyValue = ncvValues.getAsString(ExtendedProperties.VALUE);
528 if (TextUtils.isEmpty(propertyValue)) {
535 new StringTokenizer(propertyValue, CATEGORY_TOKENIZER_DELIMITER);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 723 final String propertyValue = getPotentialMultiline(propertyRawValue);
725 VCardUtils.constructListFromValue(propertyValue, getVersion());
    [all...]

Completed in 1625 milliseconds

1 2 3 4 5 6