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

1 2 34 5 6 7 8 91011>>

  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 91 int properties[ NumQuestionTypes]; member in struct:LDP
  /external/webkit/WebCore/inspector/front-end/
WatchExpressionsSidebarPane.js 113 // In the outer function, we calculate the number of properties
118 // method to get all the properties refreshed at once.
119 properties.push(property);
121 if (properties.length == propertyCount) {
122 this.updateProperties(properties, WebInspector.WatchExpressionTreeElement, WebInspector.WatchExpressionsSection.CompareProperties);
138 var properties = [];
140 // Count the properties, so we known when to call this.updateProperties()
  /external/webkit/WebKit/android/wds/
DebugServer.cpp 35 #include <cutils/properties.h>
  /frameworks/base/cmds/system_server/library/
system_init.cpp 31 #include <cutils/properties.h>
  /frameworks/base/opengl/libs/GLES2/
gl2.cpp 27 #include <cutils/properties.h>
  /external/v8/test/mjsunit/
object-create.js 29 // We do not support nonconfigurable properties on objects so that is not
69 // Simple object with prototype, no properties added.
73 // Simple object with object with prototype, no properties added.
89 // Ensure by default properties are not writable.
151 // Instead of a plain props object, let's use getters to return its properties.
163 // We shouldn't throw the exception for an ambiguous properties object
223 // Ensure that only enumerable own properties on the descriptor are used.
mirror-error.js 57 // Check the mirror properties.
69 for (var i in fromJSON.properties) {
70 var p = fromJSON.properties[i];
object-get-own-property-names.js 54 // Check that non-enumerable properties are being returned.
64 // Check that no proto properties are returned.
72 // Check that getter properties are returned.
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.
  /frameworks/base/services/java/com/android/server/
InputManager.java 44 import java.util.Properties;
465 Properties properties = new Properties(); local
470 properties.load(new FileInputStream(calibrationFile));
472 Slog.w(TAG, "Error reading input device calibration properties for device "
476 Slog.i(TAG, "No input device calibration properties found for device "
482 calibration.keys = properties.keySet().toArray(new String[properties.size()]);
483 calibration.values = properties.values().toArray(new String[properties.size()])
    [all...]
  /external/openssl/crypto/asn1/
charmap.pl 10 # RFC2253 character properties
68 * Mask of various character properties
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 142 private void addDevice(String address, String[] properties) {
143 mBluetoothService.addRemoteDeviceProperties(address, properties);
169 private void onDeviceFound(String address, String[] properties) {
170 if (properties == null) {
171 Log.e(TAG, "ERROR: Remote device properties are null");
174 addDevice(address, properties);
203 String[] properties = mBluetoothService.getRemoteDeviceProperties(address); local
204 if (properties != null) {
205 addDevice(address, properties);
238 // This shouldn't happen, unless Adapter Properties are null
    [all...]
  /frameworks/base/core/jni/
android_bluetooth_common.h 99 typedef struct _Properties Properties;
157 jobjectArray parse_properties(JNIEnv *env, DBusMessageIter *iter, Properties *properties,
160 Properties *properties, int max_num_properties);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
UiPropertySheetPage.java 31 import org.eclipse.ui.views.properties.PropertySheetEntry;
32 import org.eclipse.ui.views.properties.PropertySheetPage;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PropertySheetPage2.java 31 import org.eclipse.ui.views.properties.PropertySheetEntry;
32 import org.eclipse.ui.views.properties.PropertySheetPage;
  /sdk/emulator/tools/
Android.mk 24 # to setup various system properties sent by the emulator program.
  /system/media/opensles/libopensles/
IPlaybackRate.c 108 SLuint32 properties = this->mProperties; local
110 *pProperties = properties;
  /build/tools/kcm/
kcm.cpp 82 map<string,PropValue> properties; local
136 properties[prop] = PropValue(lineno, value);
175 map<string,PropValue>::iterator sit = properties.find("type");
176 if (sit == properties.end()) {
  /external/ppp/android/
ip-up-vpn.c 29 #include <cutils/properties.h>
  /external/proguard/build/
build.sh 49 \( -name \*.properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) \
  /frameworks/base/cmds/installd/
installd.h 37 #include <cutils/properties.h>
  /frameworks/base/libs/ui/
GraphicLog.cpp 21 #include <cutils/properties.h>
  /frameworks/base/services/audioflinger/
AudioHardwareInterface.cpp 18 #include <cutils/properties.h>
  /hardware/libhardware/
hardware.c 19 #include <cutils/properties.h>

Completed in 342 milliseconds

1 2 34 5 6 7 8 91011>>