/external/tensorflow/tensorflow/python/util/ |
deprecation_test.py | 366 "make sure @property appears before @deprecated in your source code"): 375 @property 389 @property 427 @property [all...] |
/frameworks/base/telephony/java/android/telephony/ |
TelephonyManager.java | [all...] |
/frameworks/base/tools/bit/ |
main.cpp | 581 * Check that a system property on the device matches the expected value. 585 check_device_property(const string& property, const string& expected) 588 string deviceValue = get_system_property(property, &err); 592 print_error("are trying to sync it to in the %s system property", property.c_str()); [all...] |
/frameworks/compile/libbcc/gdb_plugin/ |
android-commands.py | 273 # adb getprop [property] 274 # if property is not None, returns the given property, otherwise 276 def getprop(self, property=None): 277 if property == None: 282 str(property)]).split('\n')[0])
|
/frameworks/support/dynamic-animation/src/androidTest/java/androidx/dynamicanimation/tests/ |
SpringTests.java | 83 FloatPropertyCompat property = new FloatPropertyCompat("") { local 98 final SpringAnimation anim = new SpringAnimation(animObj, property, 1f); 109 assertEquals(1f, property.getValue(animObj), 0f); 113 * Test that spring animation can work with a single property without an object.
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
hwc_utils.cpp | 101 char property[PROPERTY_VALUE_MAX] = {'\0'}; local 103 if (property_get("debug.hwc.fbsize", property, NULL) > 0) { 104 yptr = strcasestr(property,"x"); 106 int xres_new = atoi(property); 408 // Read the system property to determine if windowboxing feature is enabled. 1009 char property[PROPERTY_VALUE_MAX]; local 1517 char property[PROPERTY_VALUE_MAX]; local [all...] |
/system/bt/bta/gatt/ |
bta_gattc_cache.cc | 181 uint16_t value_handle, const Uuid& uuid, uint8_t property) { 185 << " uuid:" << uuid << " property=0x" << std::hex << +property; local 205 .properties = property, 852 0 /* e_handle */, desc.handle, desc.uuid, 0 /* property */); 861 0 /* e_handle */, p_isvc.handle, p_isvc.uuid, 0 /* property */); [all...] |
/system/core/bootstat/ |
bootstat.cpp | 115 // Convenience wrapper over the property API that returns an 138 // system property, to a unique integer ID. Viewers of log data dashboards for 844 // Records the value of a given ro.boottime.init property in milliseconds. 845 void RecordInitBootTimeProp(BootEventRecordStore* boot_event_store, const char* property) { 846 std::string value = GetProperty(property); 850 boot_event_store->AddBootEventWithValue(property, time_in_ms); 886 // Returns the total bootloader boot time from the ro.boot.boottime system property. 897 // from the ro.boot.boottime system property. [all...] |
/system/extras/simpleperf/scripts/ |
annotate.py | 38 @property 42 @property 46 @property
|
/external/python/cpython3/Lib/test/ |
_test_multiprocessing.py | [all...] |
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/ |
groovy-all-2.2.1.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/ |
groovy-all-2.4.7.jar | |
/external/clang/lib/AST/ |
DeclObjC.cpp | 99 /// property. This is because, user must provide a setter method for the 100 /// category's 'readwrite' property. 102 const ObjCPropertyDecl *Property) const { 103 Selector Sel = Property->getSetterName(); 122 // declaration of this property. If one found, presumably a setter will 126 if (P->getIdentifier() == Property->getIdentifier()) { 135 if (Proto->HasUserDeclaredSetterMethod(Property)) 141 if (OSC->HasUserDeclaredSetterMethod(Property)) 148 if (PI->HasUserDeclaredSetterMethod(Property)) 158 // property [all...] |
/external/v8/src/full-codegen/ |
full-codegen.cc | 844 void FullCodeGenerator::VisitProperty(Property* expr) { 845 Comment cmnt(masm_, "[ Property"); 1355 Property* property = callee->AsProperty(); local 1361 Property* property = callee->AsProperty(); local [all...] |
/prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/ |
nashorn.jar | |
/prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/ |
nashorn.jar | |
/prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/ |
groovy-all-2.3.6.jar | |
/external/python/cpython3/Lib/ |
inspect.py | 347 'property' created via property() 439 elif isinstance(dict_obj, property): 440 kind = "property" 542 elif isinstance(obj, property): [all...] |
/prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/ |
velocity-1.5.jar | |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
Misc.py | [all...] |
/system/bt/btif/src/ |
btif_dm.cc | 519 bt_property_t property; local 538 BTIF_STORAGE_FILL_PROPERTY(&property, BT_PROPERTY_REMOTE_VERSION_INFO, 540 status = btif_storage_set_remote_device_property(p_bd, &property); 2519 bt_property_t property; local [all...] |
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |
/external/v8/include/ |
v8.h | [all...] |
/external/v8/src/parsing/ |
parser-base.h | 2575 ObjectLiteralPropertyT property = ParseObjectPropertyDefinition( local 4337 ClassLiteralPropertyT property = ParseClassPropertyDefinition( local [all...] |
/art/openjdkjvmti/include/ |
jvmti.h | [all...] |