OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertyUtils
(Results
1 - 25
of
32
) sorted by null
1
2
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
PropertyUtilsSharingTest.java
22
import org.yaml.snakeyaml.introspector.
PropertyUtils
;
40
PropertyUtils
pu = new
PropertyUtils
();
49
PropertyUtils
pu = new
PropertyUtils
();
59
PropertyUtils
pu_c = new
PropertyUtils
();
62
PropertyUtils
pu_r = new
PropertyUtils
();
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue193/
AbstractBeanTest.java
25
import org.yaml.snakeyaml.introspector.
PropertyUtils
;
39
PropertyUtils
pu = new
PropertyUtils
();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogDatabaseHelper.java
32
import com.android.providers.contacts.util.
PropertyUtils
;
96
PropertyUtils
.createPropertiesTable(db);
222
return
PropertyUtils
.getProperty(getReadableDatabase(), key, defaultValue);
226
PropertyUtils
.setProperty(getWritableDatabase(), key, value);
260
if ("1".equals(
PropertyUtils
.getProperty(calllog, DbProperties.DATA_MIGRATED, ""))) {
305
PropertyUtils
.setProperty(calllog, DbProperties.CALL_LOG_LAST_SYNCED,
306
PropertyUtils
.getProperty(contacts,
323
PropertyUtils
.setProperty(calllog, DbProperties.DATA_MIGRATED, "1");
ContactsDatabaseHelper.java
19
import com.android.providers.contacts.util.
PropertyUtils
;
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
PropertyUtils.java
26
public class
PropertyUtils
{
27
private
PropertyUtils
() {
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
CustomOrderTest.java
31
import org.yaml.snakeyaml.introspector.
PropertyUtils
;
46
private class ReversedPropertyUtils extends
PropertyUtils
{
65
private class UnsortedPropertyUtils extends
PropertyUtils
{
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
BaseRepresenter.java
27
import org.yaml.snakeyaml.introspector.
PropertyUtils
;
60
private
PropertyUtils
propertyUtils
;
187
public void setPropertyUtils(
PropertyUtils
propertyUtils
) {
188
this.
propertyUtils
=
propertyUtils
;
192
public final
PropertyUtils
getPropertyUtils() {
193
if (
propertyUtils
== null) {
194
propertyUtils
= new PropertyUtils()
[
all
...]
/external/testng/src/main/java/org/testng/internal/
PropertyUtils.java
17
public class
PropertyUtils
implements IPropertyUtils {
19
private static final Logger LOGGER = Logger.getLogger(
PropertyUtils
.class);
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-resources-plugin/2.4.3/
maven-resources-plugin-2.4.3.jar
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
BaseConstructor.java
33
import org.yaml.snakeyaml.introspector.
PropertyUtils
;
70
private
PropertyUtils
propertyUtils
;
417
public void setPropertyUtils(
PropertyUtils
propertyUtils
) {
418
this.
propertyUtils
=
propertyUtils
;
422
public final
PropertyUtils
getPropertyUtils() {
423
if (
propertyUtils
== null) {
424
propertyUtils
= new PropertyUtils()
[
all
...]
/external/snakeyaml/
Android.mk
27
src/main/java/org/yaml/snakeyaml/introspector/
PropertyUtils
.java \
/external/testng/
Android.mk
42
src/main/java/org/testng/internal/
PropertyUtils
.java \
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
PropertyUtils.java
33
public class
PropertyUtils
{
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsDatabaseHelperUpgradeTest.java
60
import com.android.providers.contacts.util.
PropertyUtils
;
156
new TableColumn(
PropertyUtils
.PropertiesColumns.PROPERTY_KEY, TEXT, false, null),
157
new TableColumn(
PropertyUtils
.PropertiesColumns.PROPERTY_VALUE, TEXT, false, null),
482
new TableListEntry(
PropertyUtils
.Tables.PROPERTIES, PROPERTIES_COLUMNS),
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/shared/maven-filtering/1.0-beta-4/
maven-filtering-1.0-beta-4.jar
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.7.0/
commons-beanutils-1.7.0.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
maven-assembly-plugin-2.2-beta-5.jar
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-utils-3.0.17.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/2.0.5/
plexus-utils-2.0.5.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0/
plexus-utils-3.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar
/prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/
commons-beanutils-1.9.2.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar
/prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar
Completed in 1987 milliseconds
1
2