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

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 41 import com.android.ide.eclipse.adt.internal.editors.layout.properties.PropertySheetPage;
76 import org.eclipse.ui.views.properties.IPropertySheetPage;
    [all...]
  /dalvik/vm/
Globals.h 165 * java.lang.System properties set from the command line with -D.
169 std::vector<std::string>* properties; member in struct:DvmGlobals
Init.cpp 747 /* Properties are handled in managed code. We just check syntax. */
753 gDvm.properties->push_back(argv[i] + 2);
    [all...]
  /device/samsung/crespo/
device_base.mk 17 # crespo. It lists all the overlays, files, modules and properties
199 # These are the hardware-specific settings that are stored in system properties.
  /external/bluetooth/bluez/attrib/
att.h 156 uint8_t properties; member in struct:att_char
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 2480 DictionaryValue* properties = new DictionaryValue; local
3047 DictionaryValue* properties = new DictionaryValue; \/\/ owned by return_value local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /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';
  /external/openfst/src/include/fst/
shortest-distance.h 32 #include <fst/test-properties.h>
118 if (fst_.Properties(kError, false)) error_ = true;
122 if (!(Weight::Properties() & kRightSemiring)) {
129 if (first_path_ && !(Weight::Properties() & kPath)) {
218 if (fst_.Properties(kError, false)) error_ = true;
240 // depends on the properties of the semiring and the queue discipline
277 // depends on the properties of the semiring and the queue discipline
326 if (Weight::Properties() & kRightSemiring) {
  /external/v8/test/mjsunit/harmony/
debug-blockscopes.js 94 // so just check the properties directly.
146 var scope_size = scope.scopeObject().properties().length;
  /external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.cpp 703 PropertyNameArray& properties = propertyStack.last(); local
704 if (index == properties.size()) {
711 inValue = getProperty(object, properties[index]);
720 write(properties[index]);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ScriptsPanel.js 371 function propertiesCollected(properties)
373 for (var i = 0; properties && i < properties.length; ++i)
374 result[properties[i].name] = true;
    [all...]
  /frameworks/av/media/libstagefright/
AudioSource.cpp 27 #include <cutils/properties.h>
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 1117 PointerProperties[] properties = new PointerProperties[1]; local
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.c 31 #include <cutils/properties.h>
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 27 #include <cutils/properties.h>
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 35 #include <cutils/properties.h>
  /hardware/libhardware/modules/usbaudio/
audio_hw.c 28 #include <cutils/properties.h>
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 17 #include <cutils/properties.h>
    [all...]
  /libcore/luni/src/main/java/java/lang/
System.java 50 import java.util.Properties;
83 private static Properties systemProperties;
252 * Returns the system properties. Note that this is not a copy, so that
253 * changes made to the returned Properties object will be reflected in
256 * @return the system properties.
258 public static Properties getProperties() {
267 Properties p = new Properties();
321 // Undocumented Android-only properties.
328 // Override built-in properties with settings from the command line
    [all...]
  /ndk/build/tools/
package-release.sh 320 rm -rf $REFERENCE/samples/*/{obj,libs,build.xml,local.properties,Android.mk} &&
  /external/chromium/chrome/common/
json_schema_validator_unittest_base.cc 186 schema->SetString("properties.foo.type", "string");
187 schema->SetString("properties.bar.type", "integer");
229 DictionaryValue* properties = NULL; local
231 ASSERT_TRUE(schema->GetDictionary("properties", &properties));
232 ASSERT_TRUE(properties->GetDictionary("bar", &bar_property));
255 schema->SetString("properties.foo.type", "string");
256 schema->SetString("properties.bar.$ref", "Max10Int");
257 schema->SetString("properties.baz.$ref", "MinLengthString");
261 schema_inline->SetString("properties.foo.type", "string")
    [all...]

Completed in 667 milliseconds

<<11121314151617181920>>