/art/openjdkjvmti/ |
D | ti_properties.h | 44 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr); 46 static jvmtiError SetSystemProperty(jvmtiEnv* env, const char* property, const char* value);
|
D | ti_properties.cc | 206 const char* property, in GetSystemProperty() argument 208 if (property == nullptr || value_ptr == nullptr) { in GetSystemProperty() 212 if (strcmp(property, kPropertyLibraryPath) == 0) { in GetSystemProperty() 216 if (strcmp(property, kPropertyClassPath) == 0) { in GetSystemProperty() 221 if (strcmp(property, kProperties[i][0]) == 0) { in GetSystemProperty() 230 const char* property ATTRIBUTE_UNUSED, in SetSystemProperty()
|
D | Android.bp | 28 // default license using the 'licenses: [...]' property on targets as needed.
|
D | OpenjdkJvmTi.cc | 1261 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr) { in GetSystemProperty() argument 1263 return PropertiesUtil::GetSystemProperty(env, property, value_ptr); in GetSystemProperty() 1266 static jvmtiError SetSystemProperty(jvmtiEnv* env, const char* property, const char* value) { in SetSystemProperty() argument 1268 return PropertiesUtil::SetSystemProperty(env, property, value); in SetSystemProperty()
|
/art/tools/jfuzz/ |
D | run_jfuzz_test.py | 88 @property 156 @property 160 @property 214 @property 218 @property 238 @property 242 @property 308 @property 312 @property 333 @property [all …]
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | README.md | 22 The property file is a text file containing the values of java properties you 23 wish to override. The format is property=value on each line. Blank lines and
|
/art/test/922-properties/ |
D | expected-stdout.txt | 54 Non-specified property: 57 Non-specified property (2):
|
/art/test/005-annotations/src/android/test/anno/ |
D | TestAnnotations.java | 139 ExportedProperty property; in testArrayProblem() local 147 property = meth.getAnnotation(ExportedProperty.class); in testArrayProblem() 148 mapping = property.mapping(); in testArrayProblem()
|
/art/tools/checker/file_format/c1visualizer/ |
D | struct.py | 61 @property
|
/art/tools/checker/file_format/checker/ |
D | struct.py | 56 @property 85 @property
|
/art/ |
D | Android.bp | 16 // default license using the 'licenses: [...]' property on targets as needed.
|
/art/tools/common/ |
D | common.py | 66 @property 347 @property 476 @property
|
/art/test/675-checker-unverified-method/smali/ |
D | TestCase.smali | 20 # Ensure foo() does not analyze unverified bad() always-throws property.
|
/art/openjdkjvm/ |
D | Android.bp | 28 // default license using the 'licenses: [...]' property on targets as needed.
|
/art/dt_fd_forward/ |
D | Android.bp | 31 // default license using the 'licenses: [...]' property on targets as needed.
|
/art/compiler/optimizing/ |
D | graph_visualizer.cc | 246 void PrintProperty(const char* name, const char* property) { in PrintProperty() argument 248 output_ << name << " \"" << property << "\"\n"; in PrintProperty() 251 void PrintProperty(const char* name, const char* property, int id) { in PrintProperty() argument 253 output_ << name << " \"" << property << id << "\"\n"; in PrintProperty()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1672 const char* property, 1677 const char* property, 2481 jvmtiError GetSystemProperty(const char* property, in GetSystemProperty() 2483 return functions->GetSystemProperty(this, property, value_ptr); in GetSystemProperty() 2486 jvmtiError SetSystemProperty(const char* property, in SetSystemProperty() 2488 return functions->SetSystemProperty(this, property, value); in SetSystemProperty()
|
/art/build/sdk/ |
D | Android.bp | 169 // property is fixed to "both" in the sdk/module_exports
|
/art/odrefresh/ |
D | odrefresh.cc | 674 auto [property, arg] = property_arg_pair; in AddDex2OatConcurrencyArguments() 675 std::string value = android::base::GetProperty(property, {}); in AddDex2OatConcurrencyArguments()
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 11186 Lorg/xml/sax/helpers/XMLReaderFactory;->property:Ljava/lang/String;
|