HomeSort by relevance Sort by last modified time
    Searched refs:properties (Results 51 - 75 of 769) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
results.properties 19 -config.properties "eclipseperfwin1,Win XP Sun 1.4.2_08 (2 GHz 512 MB),win,d:/m7perf/win;eclipseperflnx1,RHEL 3.0 Sun 1.4.2_08 (2 GHz 512 MB),linux,d:/m7perf/linux;eclipseperfwin2,Win XP Sun 1.4.2_08 (3 GHz 2 GB),win2,d:/m7perf/win2;eclipseperflnx2,RHEL 3.0 Sun 1.4.2_08 (3 GHz 2 GB),linux2,d:/m7perf/linux2" \
  /external/gtest/test/
gtest_stress_test.cc 78 const std::vector<TestProperty>& properties,
82 std::find_if(properties.begin(), properties.end(), matches_key);
83 ASSERT_TRUE(property != properties.end())
148 std::vector<TestProperty> properties; local
149 // We have no access to the TestResult's list of properties but we can
152 properties.push_back(result->GetTestProperty(i));
158 ExpectKeyAndValueWereRecordedForId(properties, i, "string");
159 ExpectKeyAndValueWereRecordedForId(properties, i, "int");
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
Android.mk 8 properties.cpp \
  /build/tools/check_prereq/
check_prereq.c 20 #include <cutils/properties.h>
  /build/tools/
post_process_props.py 68 properties = PropFile(lines)
70 mangle_build_prop(properties)
72 mangle_default_prop(properties)
78 properties.write(f)
  /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/bluetooth/bluez/test/
test-discovery 9 def device_found(address, properties):
12 for key in properties.keys():
13 value = properties[key]
simple-endpoint 95 properties = dbus.Dictionary({ "UUID" : A2DP_SOURCE_UUID, variable
102 properties = dbus.Dictionary({ "UUID" : A2DP_SINK_UUID,
107 properties = dbus.Dictionary({ "UUID" : A2DP_SOURCE_UUID,
112 properties = dbus.Dictionary({ "UUID" : A2DP_SINK_UUID,
117 properties = dbus.Dictionary({ "UUID" : HFP_AG_UUID,
122 print properties
124 media.RegisterEndpoint(path, properties)
  /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);
  /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 21 import java.util.Properties;
48 * @see AndroidVersion#AndroidVersion(Properties)
68 * Creates an {@link AndroidVersion} from {@link Properties}, with default values if the
69 * {@link Properties} object doesn't contain the expected values.
70 * <p/>The {@link Properties} is expected to have been filled with
71 * {@link #saveProperties(Properties)}.
73 public AndroidVersion(Properties properties, int defaultApiLevel, String defaultCodeName) {
74 if (properties == null) {
78 mApiLevel = Integer.parseInt(properties.getProperty(PkgProps.VERSION_API_LEVEL
    [all...]
  /external/bluetooth/glib/tests/gobject/
ifaceproperties.c 33 /* This test tests interface properties, implementing interface
34 * properties and #GParamSpecOverride.
36 * Four properties are tested:
405 GParamSpec **properties,
413 if (properties[i] == param_spec)
427 GParamSpec **properties; local
439 /* Test setting and getting the properties
468 /* Test g_object_class_find_property() for overridden properties
477 /* Test g_object_class_list_properties() for overridden properties
479 properties = g_object_class_list_properties (object_class, &n_properties)
    [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...]
  /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);
  /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/emma/core/java12/com/vladium/util/
IProperties.java 18 import java.util.Properties;
49 Iterator /* String */ properties (); method in interface:IProperties
50 Properties toProperties ();
76 * Converts a java.util.Properties instance to an IProperties instance,
77 * with an optional property mapper. Note that 'properties' content is
81 * @param properties [may not be null]
83 * @return a property set based on 'properties' [never null]
85 public static IProperties wrap (final Properties properties, final IMapper mapper)
89 // always use propertyNames() for traversing java.util.Properties
208 public Iterator \/* String *\/ properties () method in class:IProperties.Factory.PropertiesImpl
    [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
  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
css-properties-case-sensitive.js 2 'This test checks that access to CSS properties via JavaScript properties on DOM elements is case sensitive.'

Completed in 304 milliseconds

1 23 4 5 6 7 8 91011>>