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

<<31323334353637383940>>

  /art/test/958-methodhandle-stackframe/src-art/
Main.java 24 import dalvik.system.EmulatedStackFrame;
30 System.out.println("boolean: " + z);
31 System.out.println("char: " + a);
32 System.out.println("short: " + b);
33 System.out.println("int: " + c);
34 System.out.println("long: " + d);
35 System.out.println("float: " + e);
36 System.out.println("double: " + f);
37 System.out.println("String: " + g);
38 System.out.println("Object: " + h)
    [all...]
  /cts/tests/tests/dynamic_linker/com/android/dynamiclinker/
DynamicLinkerTest.java 28 System.loadLibrary("dynamiclinker_native_lib_a");
33 String arch = System.getProperty("os.arch");
36 System.load(apkPath + "!/lib/arm64-v8a/libdynamiclinker_native_lib_b.so");
38 System.load(apkPath + "!/lib/armeabi-v7a/libdynamiclinker_native_lib_b.so");
40 System.load(apkPath + "!/lib/x86_64/libdynamiclinker_native_lib_b.so");
42 System.load(apkPath + "!/lib/x86/libdynamiclinker_native_lib_b.so");
  /device/generic/car/emulator/audio/
car_emulator_audio.mk 22 frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration.xml:system/etc/a2dp_audio_policy_configuration.xml \
23 frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:system/etc/usb_audio_policy_configuration.xml \
24 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:system/etc/r_submix_audio_policy_configuration.xml \
25 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:system/etc/audio_policy_volumes.xml \
26 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:system/etc/default_volume_tables.xml \
27 device/generic/car/emulator/audio/audio_policy_configuration.xml:system/etc/audio_policy_configuration.xml
  /device/linaro/bootloader/edk2/OvmfPkg/Include/Library/
NvVarsFileLib.h 19 Attempts to connect the NvVarsFileLib to the specified file system.
24 to the file system instance.
25 @retval EFI_SUCCESS - The given file system was connected successfully
36 Update non-volatile variables stored on the file system.
39 the connected file system.
41 @retval EFI_NOT_STARTED - A file system has not been connected
  /external/autotest/server/site_tests/firmware_ECPowerButton/
control 21 - Short press wake system from G3 (shutdown for more than 10 sec)
22 - Short press wake system from S5 (shutdown for less than 10 sec)
23 - Long press wake system from G3 (shutdown for more than 10 sec)
24 - Long press wake system from S5 (shutdown for less than 10 sec)
25 - Long press (6s) to shut down system
26 - Longer press (10s) to shut down system when kernel 'powerd' is disabled
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getparam/
assertions.xml 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:sched_getparam:DESCRIPTION}">
6 <assertion id="2" tag="ref:XSH6:{System Interfaces:sched_getparam:DESCRIPTION}">
9 <assertion id="3" tag="ref:XSH6:{System Interfaces:sched_getparam:RETURN VALUE}">
12 <assertion id="4" tag="ref:XSH6:{System Interfaces:sched_getparam:RETURN VALUE}">
15 <assertion id="5" tag="ref:XSH6:{System Interfaces:sched_getparam:ERRORS}">
18 <assertion id="6" tag="ref:XSH6:{System Interfaces:sched_getparam:ERRORS}">
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
assertions.xml 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
7 <assertion id="2" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
10 <assertion id="3" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
15 <assertion id="4" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
19 <assertion id="5" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
24 <assertion id="6" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
28 <assertion id="7" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
33 <assertion id="8" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION}">
39 <assertion id="9" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION} pt:SS">
44 <assertion id="10" tag="ref:XSH6:{System Interfaces:sched_setscheduler:DESCRIPTION} pt:SS"
    [all...]
  /external/skia/include/ports/
SkFontMgr_android.h 16 /** When specifying custom fonts, indicates how to use system fonts. */
19 kPreferCustom, /** Use custom fonts before system fonts. */
20 kPreferSystem /** Use system fonts before custom fonts. */
22 /** Whether or not to use system fonts. */
37 * system IO resources on initialization.
42 /** Create a font manager for Android. If 'custom' is NULL, use only system fonts. */
  /external/skqp/include/ports/
SkFontMgr_android.h 16 /** When specifying custom fonts, indicates how to use system fonts. */
19 kPreferCustom, /** Use custom fonts before system fonts. */
20 kPreferSystem /** Use system fonts before custom fonts. */
22 /** Whether or not to use system fonts. */
37 * system IO resources on initialization.
42 /** Create a font manager for Android. If 'custom' is NULL, use only system fonts. */
  /frameworks/av/
CleanSpec.mk 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/system/lib/libmedia_native.so)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libmedia_native.so)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudioflinger.so)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudiopolicy.so)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudiopolicy.so)
58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudiopolicyservice.so)
59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudiopolicymanager.so)
62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/liboboe.so)
63 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/liboboe.so)
68 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/mediacodec
    [all...]
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/
RefocusFilterF32.java 63 startnow = System.nanoTime();
65 endnow = System.nanoTime();
68 startnow = System.nanoTime();
70 endnow = System.nanoTime();
135 startnow = System.nanoTime();
137 endnow = System.nanoTime();
140 startnow = System.nanoTime();
142 endnow = System.nanoTime();
158 startnow = System.nanoTime();
161 endnow = System.nanoTime()
    [all...]
  /libcore/luni/src/test/java/tests/support/
MockCallback.java 25 System.out.println("&lt;TH&gt;&lt;TR&gt;");
27 System.out.println("&lt;TD&gt;" + cols[i] + "&lt;/TD&gt;");
29 System.out.println("&lt;/TR&gt;&lt;/TH&gt;");
33 System.out.println("&lt;TR&gt;");
35 System.out.println("&lt;TD&gt;" + cols[i] + "&lt;/TD&gt;");
37 System.out.println("&lt;/TR&gt;");
  /system/bt/device/
Android.bp 10 "system/bt",
11 "system/bt/btcore/include",
12 "system/bt/hci/include",
13 "system/bt/internal_include",
14 "system/bt/stack/include",
32 include_dirs: ["system/bt"],
  /system/netd/tests/benchmarks/
Android.mk 29 LOCAL_AIDL_INCLUDES := system/netd/server/binder
30 LOCAL_C_INCLUDES += system/netd/include \
31 system/netd/client \
32 system/netd/server \
33 system/netd/server/binder \
34 system/netd/tests/dns_responder \
  /system/tools/hidl/test/hash_test/
Android.bp 7 " -r android.hidl:system/libhidl/transport" +
8 " -r test.hash:system/tools/hidl/test/hash_test/good" +
12 " -r android.hidl:system/libhidl/transport" +
13 " -r test.hash:system/tools/hidl/test/hash_test/bad" +
17 " -r android.hidl:system/libhidl/transport" +
18 " -r test.hash:system/tools/hidl/test/hash_test/bad" +
  /art/test/1929-exception-catch-exception/src/art/
Test1929.java 51 System.out.println("\tCurrent Stack:");
54 System.out.println("\t\t" + e.method + " @ line = " +
62 System.out.println(thr.getName() + ": " + method + " @ line = " +
67 System.out.print("exception is: ");
68 exception.printStackTrace(System.out);
91 System.out.println("\tDoing nothing!");
98 System.out.println("\tThrowing BaseTestException and catching it!");
103 System.out.println("Caught " + t.getClass().getName() + ": \"" + t.getMessage() + "\"");
105 t.printStackTrace(System.out);
112 System.out.println("\tThrowing BaseTestException!")
    [all...]
  /external/capstone/bindings/java/
TestArm.java 38 System.out.printf("0x%x:\t%s\t%s\n", ins.address, ins.mnemonic, ins.opStr);
43 System.out.printf("\top_count: %d\n", operands.op.length);
48 System.out.printf("\t\toperands[%d].type: SYSREG = %d\n", c, i.value.reg);
50 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg));
52 System.out.printf("\t\toperands[%d].type: IMM = 0x%x\n", c, i.value.imm);
54 System.out.printf("\t\toperands[%d].type: P-IMM = %d\n", c, i.value.imm);
56 System.out.printf("\t\toperands[%d].type: C-IMM = %d\n", c, i.value.imm);
58 System.out.printf("\t\toperands[%d].type: SETEND = %s\n", c, i.value.setend == ARM_SETEND_BE? "be" : "le");
60 System.out.printf("\t\toperands[%d].type: FP = %f\n", c, i.value.fp);
62 System.out.printf("\t\toperands[%d].type: MEM\n",c)
    [all...]
  /frameworks/base/cmds/sm/src/com/android/commands/sm/
Sm.java 48 System.exit(1);
51 System.err.println("Error: " + e);
53 System.exit(success ? 0 : 1);
114 System.out.println(disk.getId());
136 System.out.println(vol.getId() + " " + envState + " " + vol.getFsUuid());
142 System.out.println(StorageManager.hasAdoptable());
146 System.out.println(mSm.getPrimaryStorageUuid());
191 System.out.println("native");
193 System.out.println("emulated");
195 System.out.println("none")
    [all...]
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 132 /dev/socket/pdx/system/buffer_hub u:object_r:pdx_bufferhub_dir:s0
133 /dev/socket/pdx/system/buffer_hub/client u:object_r:pdx_bufferhub_client_endpoint_socket:s0
134 /dev/socket/pdx/system/performance u:object_r:pdx_performance_dir:s0
135 /dev/socket/pdx/system/performance/client u:object_r:pdx_performance_client_endpoint_socket:s0
136 /dev/socket/pdx/system/vr/display u:object_r:pdx_display_dir:s0
137 /dev/socket/pdx/system/vr/display/client u:object_r:pdx_display_client_endpoint_socket:s0
138 /dev/socket/pdx/system/vr/display/manager u:object_r:pdx_display_manager_endpoint_socket:s0
139 /dev/socket/pdx/system/vr/display/screenshot u:object_r:pdx_display_screenshot_endpoint_socket:s0
140 /dev/socket/pdx/system/vr/display/vsync u:object_r:pdx_display_vsync_endpoint_socket:s0
173 # System file
    [all...]
  /art/test/915-obsolete-2/src/art/
Test915.java 25 System.out.println("hello - private");
29 System.out.println("goodbye - private");
33 System.out.println("Pre Start private method call");
35 System.out.println("Post Start private method call");
37 System.out.println("Pre Finish private method call");
39 System.out.println("Post Finish private method call");
45 // System.out.println("Hello - private - Transformed");
49 // System.out.println("Goodbye - private - Transformed");
53 // System.out.println("Pre Start private method call - Transformed");
55 // System.out.println("Post Start private method call - Transformed")
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
assertions.xml 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
7 <assertion id="2" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
13 <assertion id="3" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
17 <assertion id="4" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
22 <assertion id="5" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
29 <assertion id="6" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
34 <assertion id="7" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}">
37 <assertion id="8" tag="ref:XSH6:{System Interfaces:mlockall:RETURN VALUE}">
41 <assertion id="9" tag="ref:XSH6:{System Interfaces:mlockall:RETURN VALUE}">
45 <assertion id="10" tag="ref:XSH6:{System Interfaces:mlockall:RETURN VALUE}"
    [all...]
  /prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/
libcamera_metadata.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/32/x86/source-based/
libcamera_metadata.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/
libcamera_metadata.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/
libcamera_metadata.so.lsdump.gz 

Completed in 1259 milliseconds

<<31323334353637383940>>