/art/test/922-properties/ |
D | Android.bp | 3 // 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"],
|
D | properties.cc | 35 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()
|
D | expected-stdout.txt | 1 Recommended properties: 14 Missing recommended properties: [java.vm.info] 15 Other properties:
|
/art/test/odsign/test-src/com/android/tests/odsign/ |
D | CompOsSigningHostTest.java | 60 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()
|
D | CompOsDenialHostTest.java | 67 testInfo.properties().put(TIMESTAMP_COMPOS_COMPILED_KEY, in beforeClassWithDevice() 149 long timestamp = Long.parseLong(getTestInformation().properties().get( in expectNoCurrentFilesFromCompOs()
|
D | OdsignTestUtils.java | 114 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/ |
D | main.star | 157 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/ |
D | info.txt | 3 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/ |
D | info.txt | 1 Verify some properties of string operations represented by intrinsics.
|
/art/benchmark/ |
D | Android.bp | 41 // target-specific properties 78 // target-specific properties 98 // target-specific properties
|
/art/build/ |
D | SoongConfig.bp | 9 properties: ["cflags"],
|
D | Android.bp | 303 // target-specific properties
|
/art/artd/ |
D | README.md | 10 ### System properties 12 artd can be controlled by the system properties listed below. Note that the list
|
/art/tools/ |
D | libjdwp-compat.props | 15 # These are properties that are needed for RI jdwp to run.
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | README.md | 22 The property file is a text file containing the values of java properties you
|
/art/build/boot/ |
D | Android.bp | 33 properties: [ 88 // Additional properties to append when coverage is enabled, i.e. when
|
/art/libnativeloader/test/src/android/test/hostside/ |
D | LibnativeloaderTest.java | 108 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/ |
D | dalvik_system_VMRuntime.cc | 194 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/ |
D | Android.bp | 217 // libartbase_defaults, to ensure it overrides properties inherited 241 // libartbase_defaults, to ensure it overrides properties inherited
|
/art/test/ |
D | README.chroot_vm.md | 71 Limitations are mostly related to the absence of system properties on the Linux.
|
D | Android.bp | 50 // target-specific properties 670 "922-properties/properties.cc", 1034 "922-properties/src/art/Test922.java", 1184 "922-properties/expected-stdout.txt",
|
/art/libartservice/service/ |
D | README.md | 113 options, can be customized by partners through system properties, APIs, etc.
|
/art/runtime/gc/collector/ |
D | mark_compact.cc | 260 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/ |
D | hiddenapi-max-target-o-low-priority.txt | 1548 Ldalvik/system/VMRuntime;->properties()[Ljava/lang/String;
|