HomeSort by relevance Sort by last modified time
    Searched defs:property (Results 226 - 250 of 1117) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
resources-ant.jar 
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 965 CProperty property; local
966 property.Name = L"rsfx";
967 property.Value = L"on";
968 options.MethodMode.Properties.Add(property);
    [all...]
  /external/testng/src/main/java/org/testng/xml/
TestNGContentHandler.java 786 String property = null; local
788 property = value.substring(startIndex + 2, endIndex);
794 String propertyValue = System.getProperty(property);
796 propertyValue = System.getenv(property);
802 result.append(property);
805 startPosition = startIndex + 3 + property.length();
  /external/v8/src/ast/
prettyprinter.cc 299 void CallPrinter::VisitProperty(Property* node) {
787 ObjectLiteralProperty* property) {
790 Visit(property->key());
792 Visit(property->value());
831 void PrettyPrinter::VisitProperty(Property* node) {
923 Print("<super-property-reference>");
1445 ObjectLiteral::Property* property = properties->at(i); local
    [all...]
  /external/v8/src/
typing-asm.cc 627 "object property expected to be a function"));
681 Property* property = expr->target()->AsProperty(); local
682 RECURSE(VisitWithExpectation(property->obj(), Type::Any(),
685 FAIL(property->obj(), "array expected");
687 VisitHeapAccess(property, true, target_type);
721 void AsmTyper::VisitHeapAccess(Property* expr, bool assigning,
830 Property* property = expr->AsProperty(); local
831 if (property == NULL)
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 632 Handle<Object> property = JSReceiver::GetDataProperty(global_object, o); local
633 CHECK(property.is_identical_to(global_proxy));
762 v8::Local<v8::ObjectTemplate> property = v8::ObjectTemplate::New(isolate); local
765 property->Set(isolate, "bar", function);
766 global->Set(isolate, "foo", property);
1130 Handle<Object> property = JSReceiver::GetDataProperty( local
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 136 MtpObjectProperty property,
140 MtpObjectProperty property,
143 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property,
146 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property,
149 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);
152 uint32_t format, uint32_t property,
167 bool getObjectPropertyInfo(MtpObjectProperty property, int& type);
168 bool getDevicePropertyInfo(MtpDeviceProperty property, int& type);
175 virtual MtpProperty* getObjectPropertyDesc(MtpObjectProperty property,
178 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);
996 MtpObjectProperty property; member in struct:PropertyTableEntry
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 66 * although it could be changed by the user using a system property */
438 char *cp, property[PROPERTY_VALUE_MAX]; local
440 property_get(key, property, "");
441 value = strtoul(property, &cp, 10);
    [all...]
  /frameworks/rs/
rsFont.cpp 348 char property[PROPERTY_VALUE_MAX]; local
351 if (property_get(PROPERTY_TEXT_GAMMA, property, nullptr) > 0) {
352 gamma = atof(property);
356 if (property_get(PROPERTY_TEXT_BLACK_GAMMA_THRESHOLD, property, nullptr) > 0) {
357 blackThreshold = atoi(property);
361 if (property_get(PROPERTY_TEXT_WHITE_GAMMA_THRESHOLD, property, nullptr) > 0) {
362 whiteThreshold = atoi(property);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 154 char property[PROPERTY_VALUE_MAX]; local
155 if ((property_get("ro.qualcomm.cabl", property, NULL) > 0) &&
156 (atoi(property) == 1)) {
165 if ((property_get("persist.qcom.cabl.video_only", property, NULL) > 0) &&
166 (atoi(property) == 1)) {
671 char property[PROPERTY_VALUE_MAX]; local
672 if(property_get("debug.egl.swapinterval", property, "1") > 0) {
673 if(atoi(property) == 0)
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapabilities.cpp 1983 char property[PROPERTY_VALUE_MAX]; local
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
MenuLayoutManager.java 32 import android.util.Property;
374 // Do not cancel the animation here. The property values should be set to the end values
569 // The property values which are different from the end values and need to be
573 holder.property.set(holder.view, holder.value);
800 public final Property<View, Float> property; field in class:MenuLayoutManager.ViewPropertyValueHolder
    [all...]
  /packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
VehicleNetworkMockedTest.java 221 // Verify different zone for the same property
259 // Verify different zone for the same property
334 final int PROPERTY = CUSTOM_PROPERTY_ZONED_INT32_VEC3;
338 mVehicleNetwork.subscribe(PROPERTY, 0, ZONE);
340 PROPERTY, ZONE, VALUES, 0);
343 mVehicleNetwork.unsubscribe(PROPERTY);
382 public void onHalError(int errorCode, int property, int operation) {
384 mErrorProperty = property;
430 VehiclePropValue onPropertyGet(VehiclePropValue property);
431 void onPropertySubscribe(int property, float sampleRate, int zones)
441 int property = config.getProp(); local
456 int property = value.getProp(); local
466 int property = value.getProp(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 275 // and you select the "normal" property, this should
317 * for example a Button's "text" property and a Button's "onClick" property
556 Prop property = properties.get(attribute); local
557 if (property != null) {
558 String title = property.getTitle();
560 title = String.format("Edit %1$s", property.getTitle());
562 actions.add(createPropertyAction(property, attribute, title,
572 * Record that the given property was just edited; adds it to the front of
573 * the recently edited property lis
594 Prop property = properties.get(attribute); local
615 Prop property = entry.getValue(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 160 // get the name of the property that changed, if any
161 String property = event != null ? event.getProperty() : null; local
163 if (property == null || PREFS_SDK_DIR.equals(property)) {
184 if (property == null || PREFS_BUILD_VERBOSITY.equals(property)) {
191 if (property == null || PREFS_BUILD_RES_AUTO_REFRESH.equals(property)) {
195 if (property == null || PREFS_BUILD_FORCE_ERROR_ON_NATIVELIB_IN_JAR.equals(property)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
BuildFileCreator.java 604 String property = properties.getProperty(GRADLEW_DISTRIBUTION_URL_PROPERTY_NAME); local
605 if (property != null
606 && (property.equals(gradleDistributionUrl) || property
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 729 Object property = job.getProperty(ERROR_KEY); local
730 assertNull(property);
    [all...]
  /system/bt/bta/gatt/
bta_gattc_int.h 246 tBTA_GATT_CHAR_PROP property; member in struct:__anon71759
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.expressions_3.4.200.v20100505.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeProperty.java 330 /** Adds the property value set to the result. Clear the result first if you don't want to keep the original contents.
521 * Utility for managing property & non-string value aliases
530 * Utility for managing property & non-string value aliases
543 * Utility for managing property & non-string value aliases
557 * Utility for managing property & non-string value aliases
782 UnicodeProperty property = getProperty(item); local
785 + property.getType());
786 if (!property.isType(propertyTypeMask)) {
787 // System.out.println("Masking: " + property.getType() + ","
791 addUnique(property.getName(), result)
986 private UnicodeProperty property; field in class:UnicodeProperty.FilteredProperty
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
UnicodeProperty.java 329 /** Adds the property value set to the result. Clear the result first if you don't want to keep the original contents.
520 * Utility for managing property & non-string value aliases
529 * Utility for managing property & non-string value aliases
542 * Utility for managing property & non-string value aliases
556 * Utility for managing property & non-string value aliases
781 UnicodeProperty property = getProperty(item); local
784 + property.getType());
785 if (!property.isType(propertyTypeMask)) {
786 // System.out.println("Masking: " + property.getType() + ","
790 addUnique(property.getName(), result)
985 private UnicodeProperty property; field in class:UnicodeProperty.FilteredProperty
    [all...]
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555.jar 

Completed in 948 milliseconds

1 2 3 4 5 6 7 8 91011>>