Searched
full:system (Results
1326 -
1350 of
46866) sorted by null
<<51525354555657585960>>
/art/test/660-clinit/src/ |
Main.java | 22 System.loadLibrary(args[0]); 25 System.out.println("AppImage not loaded."); 42 System.out.println("A.a: " + A.a); 46 System.out.println("A.a: " + A.a); 47 System.out.println("B.b: " + B.b); 48 System.out.println("C.c: " + C.c); 53 System.out.println("X: " + c.getX()); 54 System.out.println("Y: " + c.getY()); 55 System.out.println("str: " + c.str); 56 System.out.println("ooo: " + c.ooo) [all...] |
/art/test/664-aget-verifier/src/ |
Main.java | 22 System.loadLibrary(args[0]); 28 System.out.println("test method successfully verified/compiled."); 30 System.out.println("test method failed to verify/compile."); 33 System.out.println("Got unexpected exception: " + e);
|
/art/test/800-smali/smali/ |
b_28187158.smali | 9 iget v0, p0, Ljava/lang/System;->in:Ljava/io/InputStream;
|
/art/test/938-load-transform-bcp/src-ex/ |
TestMain.java | 26 System.out.println("ol.foo() -> '" + (String)foo.invoke(ol) + "'"); 27 System.out.println("ol.toString() -> '" + ol.toString() + "'"); 29 System.out.println( 32 e.printStackTrace(System.out);
|
/art/test/944-transform-classloaders/ |
info.txt | 7 dalvik.system.BaseDexClassLoader might cause this test to fail.
|
/art/test/958-methodhandle-stackframe/ |
info.txt | 1 Tests for dalvik.system.EmulatedStackFrame, which is used to implement
|
/build/make/core/clang/ |
TARGET_arm.mk | 8 $(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan
|
TARGET_arm64.mk | 8 ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan64
|
TARGET_mips.mk | 8 $(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan
|
TARGET_mips64.mk | 8 $(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan64
|
TARGET_x86.mk | 8 $(clang_2nd_arch_prefix)ADDRESS_SANITIZER_LINKER := /system/bin/linker_asan
|
/build/make/target/board/generic_arm64_ab/sepolicy/ |
file_contexts | 1 # TODO(b/36764215): remove this file when the generic system image
|
/build/make/target/board/generic_mips64/ |
README.txt | 4 It can be used to build the entire user-level system, and
|
/build/make/target/board/generic_x86/ |
README.txt | 4 It can be used to build the entire user-level system, and
|
/build/make/target/board/generic_x86_64/ |
README.txt | 4 It can be used to build the entire user-level system, and
|
/build/make/target/board/ |
gsi_system.prop | 1 # GSI always generate dex pre-opt in system image
|
treble_system.prop | 1 # GSI always generate dex pre-opt in system image
|
/cts/apps/CtsVerifier/res/xml/ |
felicaservice.xml | 3 <system-code-filter android:name="4001" />
|
mock_content_rating_systems.xml | 17 <rating-system-definitions xmlns:android="http://schemas.android.com/apk/res/android" 19 <rating-system-definition android:name="CTS_VERIFIER" 26 </rating-system-definition> 27 </rating-system-definitions>
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
SetSystemSettingTest.java | 32 Settings.System.SCREEN_BRIGHTNESS, testBrightness); 33 assertEquals(testBrightness, Settings.System.getStringForUser( 34 mContext.getContentResolver(), Settings.System.SCREEN_BRIGHTNESS, 46 Settings.System.TEXT_AUTO_REPLACE, "0");
|
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
WakelockLoadTestRunnable.java | 40 long startTime = System.nanoTime(); 41 while (System.nanoTime() - startTime < sleepTimeNs) {} 43 startTime = System.nanoTime(); 44 while (System.nanoTime() - startTime < sleepTimeNs) {}
|
/cts/tests/tests/net/src/android/net/cts/ |
IpSecSysctlTest.java | 19 import android.system.ErrnoException; 20 import android.system.Os; 21 import android.system.OsConstants; 22 import android.system.StructStat;
|
/cts/tools/testng/ |
test-script | 3 adb push $ANDROID_PRODUCT_OUT/system/framework/cts-testng.jar /data/local/tmp
|
/dalvik/dx/tests/003-magic-version-access/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
/dalvik/dx/tests/006-interfaces/ |
info.txt | 2 invalid. That being said, the system should still have no trouble parsing and
|
Completed in 523 milliseconds
<<51525354555657585960>>