HomeSort by relevance Sort by last modified time
    Searched full:system (Results 2276 - 2300 of 46866) sorted by null

<<919293949596979899100>>

  /art/test/104-growth-limit/src/
Main.java 26 // Reflective equivalent of: dalvik.system.VMRuntime.getRuntime().clearGrowthLimit();
27 final Class<?> vm_runtime = Class.forName("dalvik.system.VMRuntime");
43 System.out.println("ERROR: Allocated less memory after growth" +
46 System.out.println("Test complete");
  /art/test/158-app-image-class-table/src/
Main.java 22 Class<?> class_loader_class = Class.forName("dalvik.system.PathClassLoader");
23 System.loadLibrary(args[0]);
27 System.out.println("JNI_OnLoad called");
42 t.printStackTrace(System.out);
  /art/test/302-float-conversion/src/
Main.java 44 System.out.println("Iteration Result is as expected");
46 System.out.println("Conversions failed over " + NUM_ITERATIONS + " iterations");
56 System.out.println("inter4:" + inter4);
61 System.out.println("max_long:" + (long)d);
  /art/test/551-implicit-null-checks/src/
Main.java 30 System.out.println("NPE from GetLong");
35 System.out.println("NPE from PutLong");
40 System.out.println("NPE from GetDouble");
45 System.out.println("NPE from PutDouble");
  /art/test/659-unpadded-array/src-art/
Main.java 17 import dalvik.system.VMRuntime;
26 long time = System.currentTimeMillis();
35 System.out.println("Unexpected value: " + o[j]);
43 } while (System.currentTimeMillis() - time < 30000);
  /art/test/661-classloader-allocator/src/
Main.java 21 System.getenv("DEX_LOCATION") + "/661-classloader-allocator-ex.jar";
22 static final String LIBRARY_SEARCH_PATH = System.getProperty("java.library.path");
37 System.loadLibrary(args[0]);
46 Class<?> pathClassLoader = Class.forName("dalvik.system.PathClassLoader");
  /art/test/663-odd-dex-size/
info.txt 7 System.out.println("HelloWorld");
  /art/test/663-odd-dex-size2/
info.txt 7 System.out.println("HelloWorld");
  /art/test/918-fields/src/art/
Test918.java 39 System.out.println(Arrays.toString(result));
45 System.out.println(declClass);
51 System.out.println(modifiers);
57 System.out.println(synth);
  /art/test/927-timers/src/art/
Test927.java 32 System.out.println("availableProcessors OK");
35 System.out.println(Arrays.toString(info));
48 long time3 = System.nanoTime();
56 System.out.println("Time OK");
  /art/test/992-source-data/src/art/
Test992.java 51 System.out.println(pk + " is defined in file \"" + getSourceFileName(k) + "\"");
53 System.out.println(pk + " does not have a known source file because " + e);
56 System.out.println(pk + " has extension \"" + getSourceDebugExtension(k) + "\"");
58 System.out.println(pk + " does not have a known source file extension because " + e);
  /art/tools/dmtracedump/
dmtracedump.pl 14 system("dmtracedump -h -p '$input' > '$output'");
  /bionic/libc/arch-x86/bionic/
syscall.S 4 * %eax: system call number - caller save
5 * %ebx: arg0 to system call - callee save
30 # Get and save the system call entry address.
46 # Make the system call.
  /bionic/libc/include/
paths.h 38 #define _PATH_BSHELL "/system/bin/sh"
41 #define _PATH_DEFPATH "/sbin:/system/sbin:/system/bin:/system/xbin:/odm/bin:/vendor/bin:/vendor/xbin"
  /build/make/target/board/generic/
README.txt 4 It can be used to build the entire user-level system, and
  /build/make/target/board/generic/sepolicy/
goldfish_setup.te 16 # Set system properties to start services
30 allow goldfish_setup kernel:system module_request;
33 # Allow goldfish_setup to run /system/bin/ip and /system/bin/iw
  /build/make/target/board/generic_mips/
README.txt 4 It can be used to build the entire user-level system, and
  /build/make/target/board/
treble_common.mk 31 # system.img is always ext4 with sparse option
42 # Android generic system image always create metadata partition
55 # Otherwise, AVB will prevent the device from booting the generic system.img.
57 # metadata into system.img.
  /compatibility/cdd/9_security-model/
9_14_automotive-system-isolation.md 1 ## 9.14\. Automotive Vehicle System Isolation
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DualNonPaymentEmulatorActivity.java 36 System.arraycopy(TransportService2.APDU_COMMAND_SEQUENCE, 0, commandSequences, 0,
38 System.arraycopy(AccessService.APDU_COMMAND_SEQUENCE, 0, commandSequences,
44 System.arraycopy(TransportService2.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0,
46 System.arraycopy(AccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences,
OnAndOffHostEmulatorActivity.java 37 System.arraycopy(OffHostService.APDU_COMMAND_SEQUENCE, 0, commandSequences, 0,
39 System.arraycopy(AccessService.APDU_COMMAND_SEQUENCE, 0, commandSequences,
45 System.arraycopy(OffHostService.APDU_RESPOND_SEQUENCE, 0, responseSequences, 0,
47 System.arraycopy(AccessService.APDU_RESPOND_SEQUENCE, 0, responseSequences,
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
ReadDefaultUris.java 27 /** Verify system default URI's can be read without READ_EXTERNAL_STORAGE permission. */
41 Settings.System.DEFAULT_NOTIFICATION_URI,
46 Settings.System.DEFAULT_RINGTONE_URI,
51 Settings.System.DEFAULT_ALARM_ALERT_URI,
  /cts/tests/tests/networksecurityconfig/networksecurityconfig-basic-domain/res/xml/
network_security_config.xml 11 <certificates src="system" />
  /cts/tests/tests/networksecurityconfig/networksecurityconfig-debug-basic-disabled/res/xml/
network_security_config.xml 11 <certificates src="system" />
  /cts/tests/tests/security/src/android/security/cts/
ARTBootASLRTest.java 30 * Verify that the boot.art isn't mapped out of the system partition.
41 // Check that we don't have /system/.*boot.art
42 if (line.matches("/system/.*boot\\.art")) {
43 fail("found " + line + " from system partition");

Completed in 1748 milliseconds

<<919293949596979899100>>