HomeSort by relevance Sort by last modified time
    Searched refs:Properties (Results 126 - 150 of 397) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/jni/
android_bluetooth_common.h 100 typedef struct _Properties Properties;
159 jobjectArray parse_properties(JNIEnv *env, DBusMessageIter *iter, Properties *properties,
162 Properties *properties, int max_num_properties);
  /libcore/luni/src/main/java/java/util/prefs/
FilePreferencesImpl.java 23 import java.util.Properties;
49 private Properties prefs;
124 Properties currentPrefs = XMLParser.readXmlPreferences(prefsFile);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/
PlatformToolPackage.java 36 import java.util.Properties;
63 * Manually create a new package with one archive and the given attributes or properties.
71 Properties props,
135 Properties props,
DocPackage.java 33 import java.util.Properties;
75 Properties props,
90 Properties props,
113 * Save the properties of the current packages in the given {@link Properties} object.
114 * These properties will later be give the constructor that takes a {@link Properties} object.
117 public void saveProperties(Properties props) {
ToolPackage.java 39 import java.util.Properties;
104 * Manually create a new package with one archive and the given attributes or properties.
112 Properties props,
127 Properties props,
234 public void saveProperties(Properties props) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/sources/
SdkSourceProperties.java 33 import java.util.Properties;
36 * Properties for individual sources which are persisted by a local settings file.
57 private static final Properties sSourcesProperties = new Properties();
133 * Returns an internal string representation of the underlying Properties map,
178 * Load properties from default file. Extracted so that it can be mocked in tests.
  /external/openfst/src/include/fst/script/
info-impl.h 34 #include <fst/test-properties.h>
72 long_info_ = fst.Properties(kExpanded, false);
88 properties_ = fst.Properties(kFstProperties, test_properties);
198 uint64 Properties() const { CheckLong(); return properties_; }
309 if (fstinfo.Properties() & prop) value = 'y';
314 if (fstinfo.Properties() & prop) value = 'y';
315 else if (fstinfo.Properties() & prop << 1) value = 'n';
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/archives/
ArchiveInstallerTest.java 42 import java.util.Properties;
139 "[/sdk/mock/testPkg/source.properties]",
147 "[</sdk/mock/testPkg/source.properties: '### Android Tool: Source of this archive.\n" +
170 mFile.recordExistingFile("/sdk/extras/vendor1/oldPath/source.properties");
186 "[/sdk/extras/vendor1/oldPath/source.properties]",
198 "[</sdk/extras/vendor1/oldPath/source.properties: " +
246 mFile.recordExistingFile("/sdk/extras/vendor1/oldPath/source.properties");
262 "[/sdk/extras/vendor1/newPath/source.properties]",
274 "[</sdk/extras/vendor1/newPath/source.properties: " +
307 Properties props
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java 16 import java.util.Properties;
27 * GenericCfg is a simple container for 'generic' properties, i.e., properties
28 * that are set via generic 'properties=&lt;file&gt;' attribute and &lt;property&gt;
50 // .properties file attribute [actual file I/O done lazily by getFileSettings()]:
99 genericSettings = EMMAProperties.wrap (new Properties ());
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 28 #include "fst/lib/test-properties.h"
33 // properties of FST composition (in the template parameter to
86 // properties of the FSTs being composed.
92 using FstImpl<A>::Properties;
110 uint64 props1 = fst1.Properties(kFstProperties, false);
111 uint64 props2 = fst2.Properties(kFstProperties, false);
349 bool osorted = fst1.Properties(kOLabelSorted, false);
350 bool isorted = fst2.Properties(kILabelSorted, false);
357 osorted = fst1.Properties(kOLabelSorted, true);
366 isorted = fst2.Properties(kILabelSorted, true)
    [all...]
equivalent.h 115 // Check properties first:
117 if (fst1.Properties(props, true) != props) {
121 if (fst2.Properties(props, true) != props) {
126 if ((fst1.Properties(kUnweighted , true) != kUnweighted)
127 || (fst2.Properties(kUnweighted , true) != kUnweighted)) {
invert.h 35 uint64 Properties(uint64 props) { return InvertProperties(props); }
  /external/openfst/src/include/fst/
compact-fst.h 36 #include <fst/test-properties.h>
83 // // Return the properties that are always true for an fst
85 // uint64 Properties();
439 using FstImpl<A>::Properties;
522 SetProperties(impl.Properties());
556 if (Properties(kError)) return 0;
581 if (!HasArcs(s) && !Properties(kILabelSorted))
589 if (!HasArcs(s) && !Properties(kOLabelSorted))
707 SetProperties(impl.Properties());
728 uint64 copy_properties = fst.Properties(kCopyProperties, true)
    [all...]
arcsort.h 31 #include <fst/test-properties.h>
71 uint64 Properties(uint64 props) const { return comp_.Properties(props); }
88 // Properties(uint64) that specifies the known properties of the
89 // sorted FST; it takes as argument the input FST's known properties
109 // also have a member Properties(uint64) that specifies the known
110 // properties of the sorted FST; it takes as argument the input FST's
111 // known properties.
169 uint64 Properties(uint64 props) const
    [all...]
weight.h 22 // two designated elements Zero and One with the following properties:
64 // Properties: specifies additional properties that hold:
136 if (!(W::Properties() & kIdempotent)) {
synchronize.h 38 #include <fst/test-properties.h>
88 uint64 props = fst.Properties(kFstProperties, false);
99 SetProperties(impl.Properties(), kCopyProperties);
158 uint64 Properties() const { return Properties(kFstProperties); }
160 // Set error if found; return FST impl properties.
161 uint64 Properties(uint64 mask) const {
162 if ((mask & kError) && fst_->Properties(kError, false))
164 return FstImpl<Arc>::Properties(mask);
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport.java 29 import java.util.Properties;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport.java 29 import java.util.Properties;
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport.java 29 import java.util.Properties;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport.java 29 import java.util.Properties;
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
SecuritySupport.java 29 import java.util.Properties;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
Mailer.java 15 * build related information set in monitor.properties
25 import java.util.Properties;
32 // the Object that holds the key value pairs in monitor.properties
52 this("monitor.properties");
72 // Get system properties
73 Properties props = System.getProperties();
125 // Get system properties
126 Properties props = System.getProperties();
172 // Get system properties
173 Properties props = System.getProperties()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
ServerLog.java 42 import java.util.Properties;
90 private Properties configurationProperties;
96 private void setProperties(Properties configurationProperties) {
205 + "Here are the stack configuration properties \n"
223 .logDebug("Here are the stack configuration properties \n"
262 stackLogger.logDebug("Here are the stack configuration properties \n"
458 public void setStackProperties(Properties stackProperties) {
  /hardware/ti/omap4xxx/camera/
CameraProperties.cpp 88 extern "C" int CameraAdapter_Capabilities(CameraProperties::Properties* properties_array,
92 ///Loads all the Camera related properties
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SettingsController.java 30 import java.util.Properties;
43 private final Properties mProperties = new Properties();
136 * This loads the current properties into the setting page UI.
248 * This updates Java system properties for the HTTP proxy.
275 Properties props = System.getProperties();
283 // Set both the HTTP and HTTPS proxy system properties.

Completed in 602 milliseconds

1 2 3 4 56 7 8 91011>>