HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 76 - 100 of 876) sorted by null

1 2 34 5 6 7 8 91011>>

  /build/tools/
post_process_props.py 71 properties = PropFile(lines)
73 mangle_build_prop(properties)
75 mangle_default_prop(properties)
81 properties.write(f)
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
OverrideLog.cpp 26 #include <cutils/properties.h>
  /external/nist-sip/java/javax/sip/
SipFactory.java 6 import java.util.Properties;
33 public synchronized SipStack createSipStack(Properties properties)
37 String name = properties.getProperty(IP_ADDRESS_PROP);
39 name = properties.getProperty(STACK_NAME_PROP);
53 .getConstructor(new Class[] {Properties.class})
54 .newInstance(new Object[] {properties});
  /external/webkit/Source/WebCore/rendering/style/
KeyframeList.cpp 84 // We have to rebuild the properties list from scratch.
88 for (HashSet<int>::const_iterator it = currKeyframe.properties().begin(); it != currKeyframe.properties().end(); ++it)
92 for (HashSet<int>::const_iterator it = keyframe.properties().begin(); it != keyframe.properties().end(); ++it)
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-wps.py 16 def propertiesChanged(properties):
17 if properties.has_key("State"):
18 print "PropertiesChanged: State: %s" % (properties["State"])
23 def bssAdded(bss, properties):
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MockFilter.java 41 private Map<String, Object> properties = new HashMap<String, Object>(); field in class:MockFilter
57 return properties.get(name);
73 properties.remove(name);
75 properties.put(name, value);
  /external/oauth/core/src/main/java/net/oauth/
OAuthAccessor.java 28 * Properties of one User of an OAuthConsumer. Properties may be added freely,
50 private final Map<String, Object> properties = new HashMap<String, Object>(); field in class:OAuthAccessor
53 return properties.get(name);
57 properties.put(name, value);
  /sdk/anttasks/src/com/android/ant/
DependencyHelper.java 58 * Advanced version of the {@link LibraryProcessor} that provides the library properties
63 public abstract void processLibrary(String libRootPath, IPropertySource properties);
67 ProjectProperties properties = TaskHelper.getProperties(libRootPath); local
69 processLibrary(libRootPath, properties);
97 public void processLibrary(String libRootPath, IPropertySource properties) {
116 public static List<File> sanitizePaths(File projectFolder, IPropertySource properties,
134 File outputFile = new File(projectFolder, getOutDir(properties));
169 * @param source an {@link IPropertySource} that can provide the project properties values.
171 public DependencyHelper(File projectFolder, IPropertySource properties, boolean verbose) {
173 mProperties = properties;
    [all...]
TaskHelper.java 37 import java.util.Properties;
75 Properties p = new Properties();
124 * This loads and merges all the .properties files in the same way that Ant does it.
126 * Note that this does not return all the Ant properties but only the one customized by the
129 * If the project has no .properties files, this returns an empty {@link ProjectProperties}
141 ProjectProperties properties = null; local
143 properties = ProjectProperties.load(projectPath, types[i]);
145 if (properties != null) {
146 ProjectPropertiesWorkingCopy workingCopy = properties.makeWorkingCopy()
    [all...]
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
InstrumentationNode.java 77 properties.put(PROP_FUNCTIONALTEST, propFunctionalTest.toString());
82 properties.put(PROP_HANDLEPROFILING, propHandleProfiling.toString());
87 properties.put(PROP_TARGETPACKAGE, propTargetPackage);
ApplicationNode.java 134 properties.put(PROP_ALLOWCLEARUSERDATA, propAllowClearUserData.toString());
139 properties.put(PROP_ALLOWTASKREPARENTING, propAllowTaskReparenting.toString());
144 properties.put(PROP_DEBUGGABLE, propDebuggable.toString());
149 properties.put(PROP_DESCRIPTION, propDescription);
154 properties.put(PROP_ENABLED, propEnabled.toString());
159 properties.put(PROP_HASCODE, propHasCode.toString());
164 properties.put(PROP_MANAGESPACEACTIVITY, propManageSpaceActivity);
169 properties.put(PROP_PERMISSION, propPermission);
174 properties.put(PROP_PERSISTENT, propPersistent.toString());
179 properties.put(PROP_PROCESS, propProcess)
    [all...]
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/command/
RestoreBackupHandler.java 27 import java.util.Properties;
119 Properties properties = null; local
125 properties = loadTypeProperties(typePropertiesFile, properties);
127 getDateFromProperties(properties);
135 if (properties != null)
137 ksType = (String) properties.get(keyStoreFileName);
235 private void getDateFromProperties(Properties properties)
    [all...]
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/ui/wizard/
WizardMainPage.java 21 import java.util.Properties;
216 // get the default properties value
217 Properties defaultProperties = new Properties();
376 Properties defaultProperties = new Properties();
401 public Properties getProperties()
403 Properties properties = new Properties(); local
    [all...]
  /external/harfbuzz/src/
harfbuzz-khmer.c 362 unsigned char properties[16]; local
379 memset(properties, 0, 16*sizeof(unsigned char));
401 properties[len] = PreForm;
408 properties[len] = PreForm;
425 properties[len] = PreForm;
428 properties[len] = PreForm;
463 properties[len] = AboveForm;
469 properties[len] = PostForm;
475 properties[len] = BelowForm;
486 properties[len] = property
    [all...]
harfbuzz-arabic.c 378 static void getArabicProperties(const unsigned short *chars, int len, HB_ArabicProperties *properties)
380 /* qDebug("arabicSyriacOpenTypeShape: properties:"); */
388 properties[0].justification = HB_NoJustification;
392 properties[i].justification = HB_NoJustification;
398 properties[i].shape = XIsolated;
402 properties[lastPos].shape = joining_table[shape][j].form1;
407 if (properties[lastPos].shape == XInitial || properties[lastPos].shape == XMedial)
408 properties[i-1].justification = HB_Arabic_Seen;
411 if (properties[lastPos].shape == XFinal
889 HB_ArabicProperties *properties; local
1037 HB_ArabicProperties *properties; local
    [all...]
harfbuzz-myanmar.c 272 unsigned char properties[32]; local
282 memset(properties, 0, 32*sizeof(unsigned char));
332 properties[len] = PreForm;
333 properties[len+1] = PreForm;
362 properties[len-1] = AboveForm;
363 properties[len] = AboveForm;
386 properties[len-1] = prop;
387 properties[len] = prop;
389 properties[len-2] = prop;
403 properties[len] = AboveForm
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
ComplexProperty.java 47 public ComplexProperty(String title, String text, Property[] properties) {
52 setProperties(properties);
89 * @return the sub-properties.
96 * Sets the sub-properties.
98 public void setProperties(Property[] properties) {
99 m_properties = properties;
103 * Sets the sub-properties.
105 public void setProperties(List<Property> properties) {
106 Property[] propertiesArray = properties.toArray(new Property[properties.size()])
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
AndroidVersion.java 23 import java.util.Properties;
50 * @see AndroidVersion#AndroidVersion(Properties)
70 * Creates an {@link AndroidVersion} from {@link Properties}, with default values if the
71 * {@link Properties} object doesn't contain the expected values.
72 * <p/>The {@link Properties} is expected to have been filled with
73 * {@link #saveProperties(Properties)}.
75 public AndroidVersion(Properties properties, int defaultApiLevel, String defaultCodeName) {
76 if (properties == null) {
80 mApiLevel = Integer.parseInt(properties.getProperty(PkgProps.VERSION_API_LEVEL
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
AudioTrack.java 24 import android.media.videoeditor.MediaArtistNativeHelper.Properties;
128 Properties properties = null; local
146 properties = mMANativeHelper.getMediaProperties(filename);
150 int fileType = mMANativeHelper.getFileType(properties.fileType);
162 switch (mMANativeHelper.getAudioCodecType(properties.audioFormat)) {
173 endMs = properties.audioDuration;
179 mDurationMs = properties.audioDuration;
180 mAudioChannels = properties.audioChannels;
181 mAudioBitrate = properties.audioBitrate
    [all...]
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/logger/
DevicePropertyLogger.java 37 * This class is the Implementation of ILogFile that is responsible to collect device properties and write them to files.
45 private final Map<String, Map<String, String>> properties; field in class:DevicePropertyLogger
50 properties = new HashMap<String, Map<String, String>>(serialNumbers.size());
80 properties.put((deviceName), propertiesMap);
90 ArrayList<IPath> logs = new ArrayList<IPath>(properties.keySet().size());
92 for (String devicename : properties.keySet())
95 writeLogFile(log, properties.get(devicename));
119 "An error occurred while trying to write device Properties log file, "
143 return "Device properties";
  /external/harfbuzz/tests/linebreaking/
harfbuzz-qt.cpp 64 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(ch);
71 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(ch);
77 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(ch);
  /tools/motodev/src/plugins/handset/src/com/motorola/studio/android/handset/
DummyServiceHandler.java 19 import java.util.Properties;
84 Properties properties = arg0.getProperties(); local
85 if (properties != null)
87 String target = properties.getProperty("ro.build.version.release"); //$NON-NLS-1$
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 200 // public static Properties getReportProperties (final Properties appProperties, final String reportType)
214 // public static String getReportProperty (final String type, final Map properties, final String key)
216 // if (properties == null) throw new IllegalArgumentException ("null input: properties");
227 // if (! properties.containsKey (fullKey)) // default to type-neutral lookup
231 // return (String) properties.get (fullKey);
234 // public static String getReportParameter (final String type, final Map properties, final String key, final String def)
236 // final String value = getReportProperty (type, properties, key);
242 public static ParsedProperties parseProperties (final IProperties properties, final String type
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
AbstractBlenderHelper.java 39 import com.jme3.scene.plugins.blender.objects.Properties;
143 * This method loads the properties if they are available and defined for the structure.
145 * the structure we read the properties from
148 * @return loaded properties or null if they are not available
152 protected Properties loadProperties(Structure structure, BlenderContext blenderContext) throws BlenderFileException {
153 Properties properties = null; local
156 Pointer pProperties = (Pointer) id.getFieldValue("properties");
159 properties = new Properties();
    [all...]
  /external/proguard/examples/
proguardall.pro 34 -adaptresourcefilenames **.properties,**.gif,**.jpg
35 -adaptresourcefilecontents proguard/ant/task.properties

Completed in 548 milliseconds

1 2 34 5 6 7 8 91011>>