OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:propertyGroup
(Results
1 - 3
of
3
) sorted by null
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
PropertyListIntersector.java
28
private List<
PropertyGroup
> m_intersection;
43
m_intersection.add(new
PropertyGroup
(property));
46
for (Iterator<
PropertyGroup
> I = m_intersection.iterator(); I.hasNext();) {
47
PropertyGroup
propertyGroup
= I.next();
48
if (!
propertyGroup
.add(properties)) {
60
for (
PropertyGroup
propertyGroup
: m_intersection) {
61
Property compositeProperty =
propertyGroup
.getCompositeProperty();
72
//
PropertyGroup
[
all
...]
/frameworks/base/media/java/android/mtp/
MtpDatabase.java
679
MtpPropertyGroup
propertyGroup
;
681
propertyGroup
= mPropertyGroupsByFormat.get(format);
682
if (
propertyGroup
== null) {
684
propertyGroup
= new MtpPropertyGroup(this, mMediaProvider, mPackageName,
686
mPropertyGroupsByFormat.put(new Integer(format),
propertyGroup
);
689
propertyGroup
= mPropertyGroupsByProperty.get(property);
690
if (
propertyGroup
== null) {
692
propertyGroup
= new MtpPropertyGroup(this, mMediaProvider, mPackageName,
694
mPropertyGroupsByProperty.put(new Integer((int)property),
propertyGroup
);
698
return
propertyGroup
.getPropertyList((int)handle, format, depth)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
Completed in 2477 milliseconds