/external/compiler-rt/lib/asan/scripts/ |
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' 198 if ! adb_shell ls -l /system/bin/app_process | grep -o '\->.*app_process' >&/dev/null; then 200 adb_shell mv /system/bin/app_process.real /system/bin/app_process 201 adb_shell rm /system/bin/asanwrapper 202 elif ! adb_shell ls -l /system/bin/app_process64.real | grep -o 'No such file or directory' >&/dev/null; the [all...] |
/external/clang/test/Modules/ |
system_version.m | 1 // Test checking that we're hashing a system version file in the 4 // First, build a system root. 11 // Run once with no system version file. We should end up with one module. 15 // Add a system version file and run again. We should now have two 17 // RUN: mkdir -p %t/System/Library/CoreServices 18 // RUN: echo "hello" > %t/System/Library/CoreServices/SystemVersion.plist 22 // Change the system version file and run again. We should now have three 24 // RUN: mkdir -p %t/System/Library/CoreServices 25 // RUN: echo "modules" > %t/System/Library/CoreServices/SystemVersion.plist
|
/external/lzma/Java/Tukaani/src/ |
XZDecDemo.java | 25 InputStream in = new XZInputStream(System.in); 29 System.out.write(buf, 0, size); 46 System.out.write(buf, 0, size); 56 System.err.println("XZDecDemo: Cannot open " + name + ": " 58 System.exit(1); 61 System.err.println("XZDecDemo: Unexpected end of input on " 63 System.exit(1); 66 System.err.println("XZDecDemo: Error decompressing from " 68 System.exit(1);
|
/external/r8/src/test/examples/shaking2/ |
SubClass2.java | 17 System.out.println("SubClass2::virtualMethod"); 22 System.out.println("SubClass2::virtualMethod2 " + (a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8)); 28 System.out.println("SubClass2::virtualMethod3"); 34 System.out.println("SubClass2::virtualMethod4 " + (a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8)); 39 System.out.println("SubClass2::interfaceMethod"); 44 System.out.println("SubClass2::interfaceMethod2"); 49 System.out.println("SubClass2::interfaceMethod3"); 54 System.out.println("SubClass2::interfaceMethod4"); 59 System.out.println("SubClass1::interfaceMethod5 " + (a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8));
|
/external/syslinux/bios/com32/modules/ |
ifcpu.c32 | |
/external/syslinux/efi32/com32/modules/ |
ifcpu.c32 | |
/libcore/jsr166-tests/src/test/java/jsr166/ |
SystemTest.java | 28 * System.currentTimeMillis clocks. 38 long m1 = System.currentTimeMillis(); 40 long n1 = System.nanoTime(); 42 long n2 = System.nanoTime(); 44 long m2 = System.currentTimeMillis(); 58 long n1 = System.nanoTime(); 60 long m1 = System.currentTimeMillis(); 62 long m2 = System.currentTimeMillis(); 64 long n2 = System.nanoTime();
|
/system/bt/vendor_libs/test_vendor_lib/ |
Android.bp | 31 "system/bt", 32 "system/bt/utils/include", 33 "system/bt/hci/include", 34 "system/bt/include", 35 "system/bt/stack/include", 70 "system/bt", 71 "system/bt/utils/include", 72 "system/bt/hci/include", 73 "system/bt/stack/include",
|
/prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-4053586/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-3957855/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-3960126/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-3977809/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-4053586/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...] |
/art/test/067-preemptive-unpark/src/ |
Main.java | 13 System.out.println("Test starting"); 19 System.out.println("GC'ing"); 20 System.gc(); 21 System.runFinalization(); 22 System.gc(); 24 System.out.println("Asking thread to park"); 34 System.out.println("Test succeeded!"); 36 System.out.println("Test failed."); 97 long start = System.currentTimeMillis(); 99 long elapsed = System.currentTimeMillis() - start [all...] |
/development/vndk/tools/definition-tool/tests/ |
test_elf_resolver.py | 16 '/system/lib/liba.so': 'a', 17 '/system/lib/libb.so': 'b', 21 '/system/lib/hw/libe.so': 'e', 25 self.resolver = ELFResolver(lib_set, ['/system/lib', '/vendor/lib']) 31 ['/system/lib/libx.so', '/vendor/lib/libx.so'], 35 ['/C/libx.so', '/system/lib/libx.so', '/vendor/lib/libx.so'], 39 ['/C/libx.so', '/D/libx.so', '/system/lib/libx.so', 44 ['/E/libx.so', '/system/lib/libx.so', '/vendor/lib/libx.so'], 48 ['/E/libx.so', '/F/libx.so', '/system/lib/libx.so', 54 '/system/lib/libx.so', '/vendor/lib/libx.so'] [all...] |
/device/huawei/angler/ |
init.angler.sensorhub.rc | 3 chown root system /persist/sensorcal.json 10 chown root system /persist/sensorcal.json 18 group system
|
/external/autotest/client/site_tests/platform_Pkcs11Events/ |
control | 7 PURPOSE = "Tests the response of the PKCS #11 system to login events." 8 CRITERIA = "Fails if the PKCS #11 system does not respond correctly to events." 16 This tests the response of the PKCS #11 system to login events.
|
control.regression | 7 PURPOSE = "Tests the response of the PKCS #11 system to login events." 8 CRITERIA = "Fails if the PKCS #11 system does not respond correctly to events." 16 This tests the response of the PKCS #11 system to login events.
|
/external/clang/test/Modules/Inputs/macro-ambiguity/a/system/ |
a_system.h | 4 // FIXME: We have to use this to mark the header as a system header in 6 // found the header via system header search, even though when we map to this 8 // via system header search.
|
/external/clang/test/Modules/Inputs/macro-ambiguity/b/system/ |
b_system.h | 4 // FIXME: We have to use this to mark the header as a system header in 6 // found the header via system header search, even though when we map to this 8 // via system header search.
|
/external/dhcpcd-6.8.2/ |
config.h | 2 #define SYSCONFDIR "/system/etc/dhcpcd-6.8.2" 3 #define SBINDIR "/system/etc/dhcpcd-6.8.2" 4 #define LIBEXECDIR "/system/etc/dhcpcd-6.8.2"
|
/external/libdrm/ |
CleanSpec.mk | 6 # libdrm is moved from /system to /vendor 7 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libdrm.so) 8 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/libdrm.so)
|