/art/test/068-classloader/src/ |
Main.java | 31 //System.out.println("SYSTEM: " + ClassLoader.getSystemClassLoader()); 32 //System.out.println("ALTERN: " + loader); 48 System.out.println("base: " + DoubledImplement.class); 49 System.out.println("base2: " + DoubledImplement2.class); 75 String DEX_FILE = System.getenv("DEX_LOCATION") + "/068-classloader-ex.jar"; 77 Class<?> mDexClass = Class.forName("dalvik.system.DexFile"); 86 System.out.println(e); 88 System.out.println("Loaded class into null class loader"); 132 ex.printStackTrace(System.out) [all...] |
/prebuilts/clang/host/darwin-x86/clang-3289846/bin/ |
asan_device_setup | 52 local STORAGE=`$ADB shell mount | grep /system | cut -d ' ' -f1` 54 echo Remounting $STORAGE at /system 55 $ADB shell su -c "mount -o remount,rw $STORAGE /system" 57 echo Failed to get storage device name for "/system" mount point 169 echo '>> Remounting /system rw' 187 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then 189 adb_shell mv /system/bin/app_process.real /system/bin/app_process 190 adb_shell rm /system/bin/asanwrapper 191 elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev/null; the [all...] |
/prebuilts/clang/host/darwin-x86/clang-3859424/bin/ |
asan_device_setup | 52 local STORAGE=`$ADB shell mount | grep /system | cut -d ' ' -f1` 54 echo Remounting $STORAGE at /system 55 $ADB shell su -c "mount -o remount,rw $STORAGE /system" 57 echo Failed to get storage device name for "/system" mount point 169 echo '>> Remounting /system rw' 187 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then 189 adb_shell mv /system/bin/app_process.real /system/bin/app_process 190 adb_shell rm /system/bin/asanwrapper 191 elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev/null; the [all...] |
/prebuilts/clang/host/linux-x86/clang-3289846/bin/ |
asan_device_setup | 52 local STORAGE=`$ADB shell mount | grep /system | cut -d ' ' -f1` 54 echo Remounting $STORAGE at /system 55 $ADB shell su -c "mount -o remount,rw $STORAGE /system" 57 echo Failed to get storage device name for "/system" mount point 169 echo '>> Remounting /system rw' 187 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then 189 adb_shell mv /system/bin/app_process.real /system/bin/app_process 190 adb_shell rm /system/bin/asanwrapper 191 elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev/null; the [all...] |
/prebuilts/clang/host/linux-x86/clang-3859424/bin/ |
asan_device_setup | 52 local STORAGE=`$ADB shell mount | grep /system | cut -d ' ' -f1` 54 echo Remounting $STORAGE at /system 55 $ADB shell su -c "mount -o remount,rw $STORAGE /system" 57 echo Failed to get storage device name for "/system" mount point 169 echo '>> Remounting /system rw' 187 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then 189 adb_shell mv /system/bin/app_process.real /system/bin/app_process 190 adb_shell rm /system/bin/asanwrapper 191 elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev/null; the [all...] |
/prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/ |
libkeymaster_portable.so | |
/prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/ |
libkeymaster_portable.so | |
/external/capstone/bindings/java/ |
TestX86.java | 44 System.out.printf("0x%x:\t%s\t%s\n", ins.address, ins.mnemonic, ins.opStr); 48 System.out.printf("\tPrefix: %s\n", array2hex(operands.prefix)); 50 System.out.printf("\tOpcode: %s\n", array2hex(operands.opcode)); 53 System.out.printf("\trex: 0x%x\n", operands.rex); 56 System.out.printf("\taddr_size: %d\n", operands.addrSize); 59 System.out.printf("\tmodrm: 0x%x\n", operands.modrm); 62 System.out.printf("\tdisp: 0x%x\n", operands.disp); 67 System.out.printf("\tsib: 0x%x\n", operands.sib); 69 System.out.printf("\t\tsib_base: %s\n\t\tsib_index: %s\n\t\tsib_scale: %d\n", 74 System.out.printf("\tsse_cc: %u\n", operands.sseCC) [all...] |
/art/test/008-exceptions/src/ |
Main.java | 28 System.out.println("Static Init"); 46 System.out.println("Static BadInitNoStringInit"); 57 System.out.println("BadSuperClass Static Init"); 76 System.out.print("Got an NPE: "); 77 System.out.println(npe.getMessage()); 78 npe.printStackTrace(System.out); 110 System.out.println(e); 119 System.out.println(e); 120 System.out.println(e.getCause()); 123 error.printStackTrace(System.out) [all...] |
/development/vndk/tools/definition-tool/tests/ |
test_vndk_lib_dir.py | 54 '/system/lib64/vndk/libexample.so') 58 '/system/lib64/vndk-sp/libexample.so') 62 '/system/lib64/vndk-28/libexample.so') 66 '/system/lib64/vndk-sp-28/libexample.so') 70 '/system/lib64/vndk-p/libexample.so') 74 '/system/lib64/vndk-sp-p/libexample.so') 78 '/system/lib64/vndk-sp-p/hw/libexample.so') 82 '/system/lib64/libexample.so') 87 self.assertFalse(VNDKLibDir.is_in_vndk_sp_dir('/system/lib/liba.so')) 89 VNDKLibDir.is_in_vndk_sp_dir('/system/lib/vndk/liba.so') [all...] |
/external/llvm/test/MC/AArch64/ |
armv8.2a-statistical-profiling.s | 34 // NO_SPE: error: expected writable system register or pstate 35 // NO_SPE: error: expected writable system register or pstate 36 // NO_SPE: error: expected writable system register or pstate 37 // NO_SPE: error: expected writable system register or pstate 38 // NO_SPE: error: expected writable system register or pstate 39 // NO_SPE: error: expected writable system register or pstate 40 // NO_SPE: error: expected writable system register or pstate 41 // NO_SPE: error: expected writable system register or pstate 42 // NO_SPE: error: expected writable system register or pstate 43 // NO_SPE: error: expected writable system register or pstat [all...] |
/tools/tradefederation/core/prod-tests/tests/src/com/android/build/tests/ |
ImageStatsTest.java | 39 " 164424453 /system/app/WallpapersBReel2017/WallpapersBReel2017.apk\n" 40 + " 124082279 /system/app/Chrome/Chrome.apk\n" 41 + " 92966112 /system/priv-app/Velvet/Velvet.apk\n" 42 + " 1790897 /system/framework/ext.jar\n" 43 + " 505436 /system/fonts/NotoSansEgyptianHieroglyphs-Regular.ttf\n" 44 + " 500448 /system/bin/ip6tables\n" 45 + " 500393 /system/usr/share/zoneinfo/tzdata\n" 46 + " 500380 /system/fonts/NotoSansCuneiform-Regular.ttf\n" 47 + " 126391 /system/framework/core-oj.jar\n" 48 + " 122641 /system/framework/com.quicinc.cne.jar\n" [all...] |
/test/vts/tools/vts-tradefed/res/push_groups/ |
RecordReplayTest.push | 1 DATA/lib/libvts_common.so->/system/lib/libvts_common.so 2 DATA/lib64/libvts_common.so->/system/lib64/libvts_common.so 4 DATA/lib/libvts_multidevice_proto.so->/system/lib/libvts_multidevice_proto.so 5 DATA/lib64/libvts_multidevice_proto.so->/system/lib64/libvts_multidevice_proto.so 7 DATA/lib/libvts_drivercomm.so->/system/lib/libvts_drivercomm.so 8 DATA/lib64/libvts_drivercomm.so->/system/lib64/libvts_drivercomm.so 10 DATA/lib/libprotobuf-cpp-full.so->/system/lib/libprotobuf-cpp-full.so 11 DATA/lib64/libprotobuf-cpp-full.so->/system/lib64/libprotobuf-cpp-full.so 13 DATA/lib/libvts_codecoverage.so->/system/lib/libvts_codecoverage.so 14 DATA/lib64/libvts_codecoverage.so->/system/lib64/libvts_codecoverage.s [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
assertions.xml | 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 6 <assertion id="2" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 11 <assertion id="3" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 12 It is unspecified whether the name appears in the file system and is visible 15 <assertion id="4" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 18 <assertion id="5" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 23 <assertion id="6" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 27 <assertion id="7" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 31 <assertion id="8" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}"> 36 <assertion id="9" tag="ref:XSH6:{System Interfaces:shm_open:DESCRIPTION}" [all...] |
/prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/ |
libradio_metadata.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/ |
libradio_metadata.so.lsdump.gz | |
/art/test/066-mismatched-super/src/ |
Main.java | 24 System.out.println("Succeeded unexpectedly"); 26 System.out.println("Got expected ICCE"); 30 System.out.println("Succeeded unexpectedly"); 32 System.out.println("Got expected VerifyError");
|
/art/test/069-field-type/src/ |
Main.java | 17 System.out.println("Assignment was allowed"); 22 System.out.println("ERROR: did not get expected ICCE"); 24 System.out.println("Got expected IncompatibleClassChangeError"); 32 System.out.println("Done");
|
/art/test/095-switch-MAX_INT/src/ |
Main.java | 5 System.out.println("good");
|
/art/test/922-properties/src/art/ |
Test922.java | 30 System.out.println("Recommended properties:"); 42 System.out.println("Missing recommended properties: " + missing); 48 System.out.println("Other properties:"); 53 System.out.println("Non-specified property:"); 57 System.out.println("Non-specified property (2):"); 93 System.out.print(" \"" + key + "\": "); 101 String sysValue = System.getProperty(key); 103 System.out.print("OK"); 105 System.out.println(" !!!" + err); 107 System.out.println() [all...] |
/build/make/target/board/generic/sepolicy/ |
qemu_props.te | 1 # qemu-props service: Sets system properties on boot.
|
/build/make/target/board/generic_arm64_ab/sepolicy/ |
file.te | 1 # TODO(b/36764215): remove this file when the generic system image
|
/build/make/target/product/vndk/ |
init.gsi.rc | 2 import /system/etc/init/gsi/init.vndk-${ro.vndk.version:-27}.rc
|
/dalvik/dx/src/com/android/dx/rop/code/ |
package.html | 2 <p>Classes relating to a register-based opcode system.</p>
|
/dalvik/dx/tests/092-ssa-cfg-edge-cases/ |
Blort.java | 9 System.out.println("foo");
|