OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:propertyname
(Results
451 - 475
of
1260
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java
167
protected boolean isValidPropertyName(final String
propertyName
) {
168
if (!(getKnownPropertyNameSet().contains(
propertyName
.toUpperCase()) ||
169
propertyName
.startsWith("X-"))
170
&& !mUnknownTypeSet.contains(
propertyName
)) {
171
mUnknownTypeSet.add(
propertyName
);
172
Log.w(LOG_TAG, "Property name unsupported by vCard 2.1: " +
propertyName
);
381
final String
propertyName
= line.substring(nameIndex, i);
382
propertyData.setName(
propertyName
);
394
final String
propertyName
= line.substring(nameIndex, i);
395
propertyData.setName(
propertyName
);
[
all
...]
VCardBuilder.java
[
all
...]
/frameworks/support/v17/leanback/res/animator/
lb_playback_now_bar2_animator.xml
22
<propertyValuesHolder android:
propertyName
="scaleY" >
lb_playback_now_bar3_animator.xml
22
<propertyValuesHolder android:
propertyName
="scaleY" >
lb_playback_now_bar1_animator.xml
22
<propertyValuesHolder android:
propertyName
="scaleY" >
/prebuilts/sdk/current/support/v17/leanback/res/animator/
lb_playback_now_bar2_animator.xml
22
<propertyValuesHolder android:
propertyName
="scaleY" >
lb_playback_now_bar3_animator.xml
22
<propertyValuesHolder android:
propertyName
="scaleY" >
lb_playback_now_bar1_animator.xml
22
<propertyValuesHolder android:
propertyName
="scaleY" >
/external/chromium-trace/catapult/tracing/tracing/base/
base.html
148
for (var
propertyName
in exports) {
153
propertyName
);
155
Object.defineProperty(obj,
propertyName
, propertyDescriptor);
/external/owasp/sanitizer/src/main/org/owasp/html/
StylingPolicy.java
95
public void startProperty(String
propertyName
) {
97
cssProperty = cssSchema.forKey(
propertyName
);
103
sanitizedCss.append(
propertyName
).append(':');
CssSchema.java
95
for (String
propertyName
: propertyNames) {
96
Property prop = DEFINITIONS.get(
propertyName
);
97
if (prop == null) { throw new IllegalArgumentException(
propertyName
); }
98
propertiesBuilder.put(
propertyName
, prop);
128
Property forKey(String
propertyName
) {
129
propertyName
= Strings.toLowerCase(
propertyName
);
130
Property property = properties.get(
propertyName
);
132
int n =
propertyName
.length();
133
if (n != 0 &&
propertyName
.charAt(0) == '-')
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationContentAssist.java
53
private static final String PROPERTY_NAME = "
propertyName
"; //$NON-NLS-1$
77
// Add value completion for the interpolator and
propertyName
attributes
104
// <objectAnimator
propertyName
="^">