Home
last modified time | relevance | path

Searched refs:property (Results 1 – 20 of 20) sorted by relevance

/art/openjdkjvmti/
Dti_properties.h44 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr);
46 static jvmtiError SetSystemProperty(jvmtiEnv* env, const char* property, const char* value);
Dti_properties.cc206 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()
DAndroid.bp28 // default license using the 'licenses: [...]' property on targets as needed.
DOpenjdkJvmTi.cc1261 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/
Drun_jfuzz_test.py88 @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/
DREADME.md22 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/
Dexpected-stdout.txt54 Non-specified property:
57 Non-specified property (2):
/art/test/005-annotations/src/android/test/anno/
DTestAnnotations.java139 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/
Dstruct.py61 @property
/art/tools/checker/file_format/checker/
Dstruct.py56 @property
85 @property
/art/
DAndroid.bp16 // default license using the 'licenses: [...]' property on targets as needed.
/art/tools/common/
Dcommon.py66 @property
347 @property
476 @property
/art/test/675-checker-unverified-method/smali/
DTestCase.smali20 # Ensure foo() does not analyze unverified bad() always-throws property.
/art/openjdkjvm/
DAndroid.bp28 // default license using the 'licenses: [...]' property on targets as needed.
/art/dt_fd_forward/
DAndroid.bp31 // default license using the 'licenses: [...]' property on targets as needed.
/art/compiler/optimizing/
Dgraph_visualizer.cc246 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/
Djvmti.h1672 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/
DAndroid.bp169 // property is fixed to "both" in the sdk/module_exports
/art/odrefresh/
Dodrefresh.cc674 auto [property, arg] = property_arg_pair; in AddDex2OatConcurrencyArguments()
675 std::string value = android::base::GetProperty(property, {}); in AddDex2OatConcurrencyArguments()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt11186 Lorg/xml/sax/helpers/XMLReaderFactory;->property:Ljava/lang/String;