Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 24 of 24) sorted by relevance

/art/test/922-properties/
DAndroid.bp3 // Build rules for ART run-test `922-properties`.
16 name: "art-run-test-922-properties",
21 ":art-run-test-922-properties-expected-stdout",
22 ":art-run-test-922-properties-expected-stderr",
28 name: "art-run-test-922-properties-expected-stdout",
29 out: ["art-run-test-922-properties-expected-stdout.txt"],
36 name: "art-run-test-922-properties-expected-stderr",
37 out: ["art-run-test-922-properties-expected-stderr.txt"],
Dproperties.cc35 char** properties; in Java_art_Test922_getSystemProperties() local
36 jvmtiError result = jvmti_env->GetSystemProperties(&count, &properties); in Java_art_Test922_getSystemProperties()
42 char* data = properties[i]; in Java_art_Test922_getSystemProperties()
52 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(properties)); in Java_art_Test922_getSystemProperties()
Dexpected-stdout.txt1 Recommended properties:
14 Missing recommended properties: [java.vm.info]
15 Other properties:
/art/test/odsign/test-src/com/android/tests/odsign/
DCompOsSigningHostTest.java60 testInfo.properties().put(ORIGINAL_CHECKSUMS_KEY, in beforeClassWithDevice()
67 testInfo.properties().put(TIMESTAMP_VM_START_KEY, in beforeClassWithDevice()
72 testInfo.properties().put(PENDING_CHECKSUMS_KEY, in beforeClassWithDevice()
74 testInfo.properties().put(TIMESTAMP_REBOOT_KEY, in beforeClassWithDevice()
99 String pendingChecksums = getTestInformation().properties().get(PENDING_CHECKSUMS_KEY); in checkFileChecksums()
103 String originalChecksums = getTestInformation().properties().get(ORIGINAL_CHECKSUMS_KEY); in checkFileChecksums()
115 Long.parseLong(getTestInformation().properties().get(TIMESTAMP_VM_START_KEY))); in checkFileCreationTimeAfterVmStartAndBeforeReboot()
121 Long.parseLong(getTestInformation().properties().get(TIMESTAMP_VM_START_KEY))); in checkFileCreationTimeAfterVmStartAndBeforeReboot()
127 Long.parseLong(getTestInformation().properties().get(TIMESTAMP_REBOOT_KEY))); in checkFileCreationTimeAfterVmStartAndBeforeReboot()
DCompOsDenialHostTest.java67 testInfo.properties().put(TIMESTAMP_COMPOS_COMPILED_KEY, in beforeClassWithDevice()
149 long timestamp = Long.parseLong(getTestInformation().properties().get( in expectNoCurrentFilesFromCompOs()
DOdsignTestUtils.java114 mTestInfo.properties().put(PACKAGE_NAME_KEY, artApexName); in installTestApex()
120 String packageName = mTestInfo.properties().get(PACKAGE_NAME_KEY); in uninstallTestApex()
294 String value = mTestInfo.properties().get(key); in getBooleanOrDefault()
302 mTestInfo.properties().put(key, Boolean.toString(value)); in setBoolean()
/art/tools/luci/config/
Dmain.star157 def ci_builder(name, category, short_name, dimensions, properties={}, is_fyi=False):
179 properties = properties,
244 properties = {
265 properties={k:v for k, v in properties.items() if v},
/art/test/2042-reference-processing/
Dinfo.txt3 The emphasis here is on fundamental properties. In particular, references to
6 check various other ordering properties for java.lang.ref.References.
/art/test/624-checker-stringops/
Dinfo.txt1 Verify some properties of string operations represented by intrinsics.
/art/benchmark/
DAndroid.bp41 // target-specific properties
78 // target-specific properties
98 // target-specific properties
/art/build/
DSoongConfig.bp9 properties: ["cflags"],
DAndroid.bp303 // target-specific properties
/art/artd/
DREADME.md10 ### System properties
12 artd can be controlled by the system properties listed below. Note that the list
/art/tools/
Dlibjdwp-compat.props15 # These are properties that are needed for RI jdwp to run.
/art/tools/jvmti-agents/wrapagentproperties/
DREADME.md22 The property file is a text file containing the values of java properties you
/art/build/boot/
DAndroid.bp33 properties: [
88 // Additional properties to append when coverage is enabled, i.e. when
/art/libnativeloader/test/src/android/test/hostside/
DLibnativeloaderTest.java108 testInfo.properties().put(CLEANUP_PATHS_KEY, ctx.mCleanup.getPathList()); in beforeClassWithDevice()
118 String cleanupPathList = testInfo.properties().get(CLEANUP_PATHS_KEY); in afterClassWithDevice()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc194 const std::vector<std::string>& properties = Runtime::Current()->GetProperties(); in VMRuntime_properties() local
196 return soa.AddLocalReference<jobjectArray>(CreateStringArray(soa.Self(), properties)); in VMRuntime_properties()
553 NATIVE_METHOD(VMRuntime, properties, "()[Ljava/lang/String;"),
/art/libartbase/
DAndroid.bp217 // libartbase_defaults, to ensure it overrides properties inherited
241 // libartbase_defaults, to ensure it overrides properties inherited
/art/test/
DREADME.chroot_vm.md71 Limitations are mostly related to the absence of system properties on the Linux.
DAndroid.bp50 // target-specific properties
670 "922-properties/properties.cc",
1034 "922-properties/src/art/Test922.java",
1184 "922-properties/expected-stdout.txt",
/art/libartservice/service/
DREADME.md113 options, can be customized by partners through system properties, APIs, etc.
/art/runtime/gc/collector/
Dmark_compact.cc260 const std::vector<com::android::art::KeyValuePair>& properties = list->getItem(); in GetCachedProperties() local
262 for (const com::android::art::KeyValuePair& pair : properties) { in GetCachedProperties()
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1548 Ldalvik/system/VMRuntime;->properties()[Ljava/lang/String;