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

1 2 3 4 5 6 7 8 91011>>

  /development/build/
Android.mk 6 $(HOST_OUT)/development/sdk/%_source.properties, \
10 $(HOST_OUT)/development/samples/%_source.properties, \
18 $(HOST_OUT)/development/sdk/%_source.properties : $(TOPDIR)development/sdk/%_source.prop_template
26 $(HOST_OUT)/development/samples/%_source.properties : $(TOPDIR)development/samples/%_source.prop_template
  /external/chromium/chrome/common/
json_schema_validator.cc 291 DictionaryValue* properties = NULL; local
292 schema->GetDictionary("properties", &properties);
293 if (properties) {
294 for (DictionaryValue::key_iterator key = properties->begin_keys();
295 key != properties->end_keys(); ++key) {
298 CHECK(properties->GetDictionary(*key, &prop_schema));
304 // Properties are required unless there is an optional field set to
319 // Validate additional properties.
322 if (properties && properties->HasKey(*key)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ScenarioResultsElement.java 20 import org.eclipse.ui.views.properties.IPropertyDescriptor;
21 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
75 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyDescriptors()
93 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyValue(java.lang.Object)
BuildResultsElement.java 21 import org.eclipse.ui.views.properties.ComboBoxPropertyDescriptor;
22 import org.eclipse.ui.views.properties.IPropertyDescriptor;
23 import org.eclipse.ui.views.properties.PropertyDescriptor;
24 import org.eclipse.ui.views.properties.TextPropertyDescriptor;
187 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyDescriptors()
205 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyValue(java.lang.Object)
  /external/openfst/src/include/fst/
fstlib.h 35 // members satisfy certain algebraic ("semiring") properties.
140 #include <fst/properties.h>
147 #include <fst/test-properties.h>
  /external/openssl/crypto/asn1/
charmap.pl 10 # RFC2253 character properties
68 * Mask of various character properties
  /external/v8/test/mjsunit/
array-functions-prototype.js 29 // interaction with properties in the prototype chain.
64 // Check that the local object has properties 0 and 1 with the right
95 // Check that the local object has properties 0 through 3 with the
126 // Check that the local object has properties 0 and 1 with the right
object-literal-gc.js 47 // Force normalization of the properties.
53 // Check that the properties have the expected values.
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
null-values.js 1 description('Tests using null values for some of the event properties.');
optional-event-properties.js 1 description('Tests the optional properties of DeviceOrientationEvent. Each property should be null if not set, or set to null or undefined.');
  /frameworks/wilhelm/src/itf/
IPlaybackRate.c 117 SLuint32 properties = thiz->mProperties; local
119 *pProperties = properties;
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 121 // Returns the properties class for a specific Camera
123 int CameraProperties::getProperties(int cameraIndex, CameraProperties::Properties** properties)
133 *properties = mCameraProps+cameraIndex;
139 ssize_t CameraProperties::Properties::set(const char *prop, const char *value)
149 ssize_t CameraProperties::Properties::set(const char *prop, int value)
158 const char* CameraProperties::Properties::get(const char * prop)
164 void CameraProperties::Properties::dump()
174 const char* CameraProperties::Properties::keyAt(unsigned int index)
183 const char* CameraProperties::Properties::valueAt(unsigned int index
    [all...]
  /sdk/anttasks/src/com/android/ant/
GetLibraryPathTask.java 60 public void processLibrary(String libRootPath, IPropertySource properties) {
67 String value = properties.getProperty(m.group(1));
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
HardwarePropertyChooser.java 51 Map<String, HardwareProperty> properties,
54 mProperties = properties;
98 c.add("No properties");
  /sdk/traceview/src/com/android/traceview/
PropertiesDialog.java 44 public void setProperties(HashMap<String, String> properties) {
45 mProperties = properties;
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/
DbCoreActivator.java 51 private static final String DB_PROPERTY_TESTER_ATT_PROPERTIES = "properties";
198 * @return all namespaced properties defined by org.eclipse.core.expressions.propertyTesters extensions in this plugin.xml file.
203 //only load properties from extension registry once
218 String[] properties = property.split(","); local
219 for (String prop : properties)
  /external/bluetooth/bluedroid/btif/include/
btif_storage.h 102 ** properties - RSSI, BDADDR, NAME (if found in EIR)
110 bt_property_t *properties);
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 603 Map<String, byte[]> properties = this.getProperties(); local
604 for (String key : properties.keySet()) {
605 byte[] value = properties.get(key);
695 Map<String, byte[]> properties = this.getProperties(); local
696 Collection<String> names = (properties != null ? properties.keySet() : Collections.<String> emptySet());
817 Hashtable<String, byte[]> properties = new Hashtable<String, byte[]>(); local
824 properties.clear();
836 properties.clear();
840 properties.put(name, NO_VALUE)
1176 Map<String, byte[]> properties = this.getProperties(); local
    [all...]
  /external/proguard/build/
build.sh 49 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) \
  /external/webkit/Source/WebCore/rendering/style/
KeyframeList.h 48 const HashSet<int>& properties() const { return m_properties; } function in class:WebCore::KeyframeValue
58 HashSet<int> m_properties; // The properties specified in this keyframe.
93 HashSet<int> m_properties; // the properties being animated
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
RecentBuildsLoader.js 42 revision: parseInt(build.properties.first(function(property) { return property[0] === "got_revision"; })[1], 10),
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.h 27 /* list of methods, properties and signals registered with object */
30 const struct wpa_dbus_property_desc *properties; member in struct:wpa_dbus_object_desc
35 /* argument for method handlers and properties
102 #define WPA_DBUS_PROPERTIES_INTERFACE "org.freedesktop.DBus.Properties"
  /frameworks/base/cmds/system_server/library/
system_init.cpp 27 #include <cutils/properties.h>
  /hardware/libhardware_legacy/audio/
AudioHardwareInterface.cpp 18 #include <cutils/properties.h>
  /prebuilts/tools/common/proguard/proguard4.7/build/
build.sh 49 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) \

Completed in 928 milliseconds

1 2 3 4 5 6 7 8 91011>>