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

<<919293949596979899100>>

  /sdk/testapps/jarCheckTests2/app/
ant.properties 1 # This file is used to override default values used by the Ant build system.
4 # integral to the build system of your project.
  /sdk/testapps/jarCheckTests2/lib1/
ant.properties 1 # This file is used to override default values used by the Ant build system.
4 # integral to the build system of your project.
  /sdk/testapps/jarCheckTests2/lib2/
ant.properties 1 # This file is used to override default values used by the Ant build system.
4 # integral to the build system of your project.
  /sdk/testapps/jarCheckTests3/app/
ant.properties 1 # This file is used to override default values used by the Ant build system.
4 # integral to the build system of your project.
  /sdk/testapps/jarCheckTests3/lib1/
ant.properties 1 # This file is used to override default values used by the Ant build system.
4 # integral to the build system of your project.
  /sdk/testapps/jarCheckTests3/lib2/
ant.properties 1 # This file is used to override default values used by the Ant build system.
4 # integral to the build system of your project.
  /system/extras/tests/fstest/
Android.mk 25 LOCAL_C_INCLUDES += system/extras/tests/include \
26 system/core/logwrapper/include
  /system/hardware/interfaces/net/netd/1.1/vts/functional/
Android.bp 23 "android.system.net.netd@1.0",
24 "android.system.net.netd@1.1",
  /system/sepolicy/prebuilts/api/28.0/public/
hal_health.te 8 # Read access to system files for HALs in
9 # /{system,vendor,odm}/lib[64]/hw/ in order
update_verifier.te 17 # dm-X and system/vendor partitions.
21 # Read all blocks in DM wrapped system partition.
  /system/sepolicy/public/
hal_health.te 8 # Read access to system files for HALs in
9 # /{system,vendor,odm}/lib[64]/hw/ in order
update_verifier.te 17 # dm-X and system/vendor partitions.
21 # Read all blocks in DM wrapped system partition.
  /system/tpm/trunks/
trunksd.conf 20 start on starting system-services
21 stop on stopping system-services
  /test/vts/script/
setup-gce.sh 18 adb push ${ANDROID_BUILD_TOP}/out/target/product/gce_x86/system/bin/vts_hal_driver /data/local/tmp/vts_hal_driver
19 adb push ${ANDROID_BUILD_TOP}/out/target/product/gce_x86/system/bin/vts_hal_agent /data/local/tmp/vts_hal_agent
  /test/vts/tools/build/tasks/list/
vts_test_hidl_hal_hash_list.mk 22 system/hardware/interfaces/current.txt \
23 system/libhidl/transport/current.txt \
  /art/test/004-UnsafeTest/src/
Main.java 23 System.out.println(msg + " : " + actual + " != " + expected);
24 System.exit(1);
30 System.out.println(msg + " : " + actual + " != " + expected);
31 System.exit(1);
37 System.out.println(msg + " : " + actual + " != " + expected);
38 System.exit(1);
50 System.loadLibrary(args[0]);
125 System.out.println("Unexpectedly succeeding compareAndSwapInt(t, intOffset, 0, 1)");
128 System.out.println(
132 System.out.println("Unexpectedly not succeeding compareAndSwapInt(t, intOffset, 0, 1)")
    [all...]
  /art/test/626-const-class-linking/src/
Main.java 27 Class<?> class_loader_class = Class.forName("dalvik.system.PathClassLoader");
28 System.loadLibrary(args[0]);
32 System.out.println("JNI_OnLoad called");
57 System.out.println("test1 disappeared");
61 System.out.println("test2 disappeared");
64 System.out.println("test1 != test2");
67 System.out.println("testClearDexCache done");
85 System.out.println("test1 disappeared");
89 System.out.println("test2 disappeared");
92 System.out.println("test1 != test2")
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.h 64 Function returns a system configuration table that is stored in the
65 EFI System Table based on the provided GUID.
68 @param[in, out] Table On exit, a pointer to a system configuration table.
113 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
126 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
139 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
152 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
165 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
178 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
191 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
BIG5Tool.java 78 System.err.println("Unrecognized option: " + args[i]);
79 System.exit(-1);
84 System.err.println("Unrecognized option: " + dirName);
85 System.exit(-1);
97 System.err.println("\"" + dirName + "\" is not a directory");
98 System.exit(-1);
112 System.out.println(dir.getName());
121 System.out.println(files[i].getPath());
122 System.out.println(" " + fileSize + " bytes.");
156 System.out.println(" " + fileChars + " Chars")
    [all...]
  /prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
libhidltransport.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/
libhidltransport.so.lsdump.gz 
  /art/test/044-proxy/src/
Clash.java 35 System.out.println("Dupe did not throw expected exception");
37 System.out.println("Dupe threw expected exception");
44 System.out.println("Clash did not throw expected exception");
46 System.out.println("Clash threw expected exception");
ConstructorProxy.java 30 System.out.println("Unexpected failure occured");
31 e.printStackTrace(System.out);
41 System.out.println("Found constructor.");
45 System.out.println("Found constructors with " + exceptions.length + " exceptions");
  /art/test/045-reflect-array/src/
Main.java 21 System.out.println("ReflectArrayTest passed");
69 System.out.println("ReflectArrayTest.testSingleInt passed");
105 iae.printStackTrace(System.out);
119 iae.printStackTrace(System.out);
122 System.out.println("ReflectArrayTest.testSingleChar passed");
134 System.out.println("ReflectArrayTest.testSingleShort passed");
159 System.out.println("ReflectArrayTest.testSingleLong passed");
175 //System.out.println("array: " + array);
192 System.out.println("ReflectArrayTest.testSingle passed");
211 System.out.println("ReflectArrayTest.testMultiInt passed")
    [all...]
  /art/test/101-fibonacci/src/
Main.java 50 System.out.printf("fibonacci(%d)=%d\n", x, y);
52 System.out.printf("fibonacci(%d)=%d\n", x + 1, y);
54 System.out.println(ex);
55 System.exit(1);

Completed in 670 milliseconds

<<919293949596979899100>>