/build/make/target/product/ |
treble_common.mk | 19 # on the generic system image, place them in build/make/target/board/ 22 # Generic system image inherits from AOSP with telephony 37 frameworks/av/services/audiopolicy/config/audio_policy_configuration_generic.xml:system/etc/audio_policy_configuration.xml \ 38 frameworks/av/services/audiopolicy/config/primary_audio_policy_configuration.xml:system/etc/primary_audio_policy_configuration.xml \ 39 frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:system/etc/r_submix_audio_policy_configuration.xml \ 40 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:system/etc/audio_policy_volumes.xml \ 41 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:system/etc/default_volume_tables.xml \ 46 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml 52 device/generic/common/nfc/libnfc-nci.conf:system/etc/libnfc-nci.conf 56 build/make/target/product/vndk/init.gsi.rc:system/etc/init/init.gsi.rc [all...] |
/dalvik/dx/src/com/android/dx/io/ |
DexIndexPrinter.java | 43 System.out.println("section " + Integer.toHexString(section.type) 54 System.out.println("string " + index + ": " + string); 62 System.out.println("type " + index + ": " + dex.strings().get(type)); 70 System.out.println("proto " + index + ": " + protoId); 78 System.out.println("field " + index + ": " + fieldId); 86 System.out.println("methodId " + index + ": " + methodId); 93 System.out.println("No type lists"); 99 System.out.print("Type list i=" + i + ", size=" + size + ", elements="); 101 System.out.print(" " + dex.typeNames().get((int) in.readShort())); 106 System.out.println() [all...] |
/development/tools/bugreport/src/com/android/bugreport/ |
Main.java | 39 System.exit(run(args)); 62 System.err.println("usage: bugreport --monkey MONKEYLOG --html HTML --logcat SYSTEMLOG" 80 System.err.println("Error reading monkey file: " + options.bugreport); 81 System.err.println("Error: " + ex.getMessage()); 92 System.err.println("Error reading bugreport file: " + options.bugreport); 93 System.err.println("Error: " + ex.getMessage()); 105 System.err.println("Error reading bugreport file: " + options.bugreport); 106 System.err.println("Error: " + ex.getMessage()); 117 System.err.println("No anr!"); 126 System.err.println("Error reading output file: " + options.html) [all...] |
/device/google/cuttlefish/shared/config/ |
init.vsoc.rc | 8 mkdir /var/run/system 0755 system root 10 chown system system /dev/gce 18 chown system root /dev/input_events 27 chown system root /dev/screen 53 chmod 0755 /system/bin/dhcpcd_wlan0 59 mkdir /data/dalvik-cache/x86 0771 root system 112 service seriallogging /system/bin/logcat -b all -v threadtime -f /dev/cf-logcat *:V 122 group system wifi ine [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Bds/ |
Bds.h | 48 system or system utility should be loaded and invoked. This function call
49 also optionally make the use of user input to determine the operating system
50 or system utility to be loaded and invoked. When the DXE Core has dispatched
53 the selected operating system or system utility. During this process,
83 system or a system utility. If there are not enough drivers initialized
87 the boot device can be used to load and invoke an OS or a system utility.
94 operating system or a system utility have been invoked. [all...] |
/external/guava/guava/src/com/google/common/base/ |
StandardSystemProperty.java | 25 * Represents a {@linkplain System#getProperties() standard system property}. 31 @GwtIncompatible("java.lang.System#getProperty") 91 /** Operating system name. */ 94 /** Operating system architecture. */ 97 /** Operating system version. */ 125 * Returns the key used to lookup this system property. 132 * Returns the current value for this system property by delegating to 133 * {@link System#getProperty(String)}. 137 return System.getProperty(key) [all...] |
/external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/ |
HandleBase.java | 5 package org.chromium.mojo.system.impl; 9 import org.chromium.mojo.system.Core; 10 import org.chromium.mojo.system.Core.HandleSignals; 11 import org.chromium.mojo.system.Core.WaitResult; 12 import org.chromium.mojo.system.Handle; 13 import org.chromium.mojo.system.UntypedHandle; 53 * @see org.chromium.mojo.system.Handle#close() 66 * @see org.chromium.mojo.system.Handle#wait(HandleSignals, long) 74 * @see org.chromium.mojo.system.Handle#isValid() 82 * @see org.chromium.mojo.system.Handle#toUntypedHandle( [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlock/ |
assertions.xml | 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}"> 8 <assertion id="2" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}"> 11 <assertion id="3" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}"> 16 <assertion id="4" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}"> 22 <assertion id="5" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}"> 26 <assertion id="6" tag="ref:XSH6:{System Interfaces:munlock:DESCRIPTION}"> 29 <assertion id="7" tag="ref:XSH6:{System Interfaces:munlock:RETURN VALUE}"> 33 <assertion id="8" tag="ref:XSH6:{System Interfaces:munlock:RETURN VALUE}"> 37 <assertion id="9" tag="ref:XSH6:{System Interfaces:munlock:RETURN VALUE}"> 40 <assertion id="10" tag="ref:XSH6:{System Interfaces:munlock:ERRORS}" [all...] |
/frameworks/native/libs/dumputils/ |
dump_utils.cpp | 27 "/system/bin/audioserver", 28 "/system/bin/cameraserver", 29 "/system/bin/drmserver", 30 "/system/bin/mediadrmserver", 31 "/system/bin/mediaextractor", // media.extractor 32 "/system/bin/mediametrics", // media.metrics 33 "/system/bin/mediaserver", 34 "/system/bin/sdcard", 35 "/system/bin/statsd", 36 "/system/bin/surfaceflinger" [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
OldAndroidTreeMapTest.java | 36 if (SPEW) System.out.println("Running doTest cycle #" + (i + 1)); 50 if (SPEW) System.out.println("Adding val = " + val); 60 if (SPEW) System.out.println("tm = " + tm); 62 if (SPEW) System.out.println("tm.size() = " + tm.size()); 63 if (SPEW) System.out.println("hm.size() = " + hm.size()); 66 if (SPEW) System.out.println("tm.firstKey() = " + tm.firstKey()); 67 if (SPEW) System.out.println("minVal = " + minVal); 68 if (SPEW) System.out.println("tm.lastKey() = " + tm.lastKey()); 69 if (SPEW) System.out.println("maxVal = " + maxVal); 84 if (SPEW) System.out.println("Removing val = " + val) [all...] |
/packages/apps/TV/assets/ |
rating_sources.html | 20 <li>TV content rating system strings for Argentina</li> 26 <li>TV content rating system for Australia</li> 38 <li>TV content rating system for Brazil</li> 44 <li>TV content rating system for Canada</li> 50 <li>TV content rating system for Canada (French) </li> 56 <li>TV content rating system for DVB</li> 62 <li>TV content rating system for ISDB</li> 68 <li>TV content rating system for South Korea</li> 74 <li>TV content rating system for Singapore</li> 81 <li>TV content rating system for the United States of America</li [all...] |
/art/test/1931-monitor-events/src/art/ |
Test1931.java | 32 System.out.println("Caught exception: " + t); 34 System.out.println("\tCaused by: " + 41 System.out.println(thd.getName() + " contended-LOCKING " + lock); 45 System.out.println(thd.getName() + " LOCKED " + lock); 48 System.out.println(thd.getName() + " start-monitor-wait " + lock + " timeout: " + timeout); 52 System.out.println(thd.getName() + " monitor-waited " + lock + " timed_out: " + timed_out); 67 System.out.println("Testing contended locking."); 70 System.out.println("Testing monitor wait."); 73 System.out.println("Testing monitor timed wait."); 76 System.out.println("Testing monitor timed with timeout.") [all...] |
/art/test/596-app-images/src/ |
Main.java | 31 System.loadLibrary(args[0]); 33 System.out.println("App image is not loaded!"); 35 System.out.println("App image does not contain Inner!"); 39 System.out.println("Inner class is not initialized!"); 42 System.out.println("Nested class is not initialized!"); 45 System.out.println("StaticFields class is not initialized!"); 48 System.out.println("StaticFieldsInitSub class is not initialized!"); 51 System.out.println("StaticFieldsInit class is not initialized!"); 54 System.out.println("StaticInternString class is not initialized!"); 74 System.out.println("Exception") [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
BannedFilesTest.java | 44 assertNotSetugid("/system/bin/cmdclient"); 48 assertNotSetugid("/system/bin/sync_agent"); 66 * Detect devices allowing shell commands to be executed as system 79 assertFalse("/system/bin/su", new File("/system/bin/su").exists()); 80 assertFalse("/system/sbin/su", new File("/system/sbin/su").exists()); 81 assertFalse("/system/xbin/su", new File("/system/xbin/su").exists()); 87 String path = System.getenv("PATH") [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
TextClockTest.java | 74 Settings.System.putInt(mActivity.getContentResolver(), Settings.System.TIME_12_24, base); 89 mNow.setTimeInMillis(System.currentTimeMillis()); // just like TextClock uses 104 final CountDownLatch change12 = registerForChanges(Settings.System.TIME_12_24); 106 Settings.System.putInt(resolver, Settings.System.TIME_12_24, 12); 124 final CountDownLatch change24 = registerForChanges(Settings.System.TIME_12_24); 126 Settings.System.putInt(resolver, Settings.System.TIME_12_24, 24); 162 final CountDownLatch otherChange = registerForChanges(Settings.System.TEXT_AUTO_CAPS) [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/ResetSystemLib/ |
ResetSystemLib.c | 28 System reset Library Services. This library class provides a set of
29 methods to reset whole system with manipulate ICH.
63 Calling this function causes a system-wide reset. This sets
64 all circuitry within the system to its initial state. This type of reset
65 is asynchronous to system operation and operates without regard to
68 System reset should not return, if it returns, it means the system does
83 Calling this function causes a system-wide initialization. The processors
86 System reset should not return, if it returns, it means the system does [all...] |
/external/capstone/bindings/java/ |
TestSystemz.java | 35 System.out.printf("0x%x:\t%s\t%s\n", ins.address, ins.mnemonic, ins.opStr); 40 System.out.printf("\top_count: %d\n", operands.op.length); 44 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg)); 46 System.out.printf("\t\toperands[%d].type: ACREG = %s\n", c, i.value.reg); 48 System.out.printf("\t\toperands[%d].type: IMM = 0x%x\n", c, i.value.imm); 50 System.out.printf("\t\toperands[%d].type: MEM\n", c); 52 System.out.printf("\t\t\toperands[%d].mem.base: REG = %s\n", c, ins.regName(i.value.mem.base)); 54 System.out.printf("\t\t\toperands[%d].mem.index: REG = %s\n", c, ins.regName(i.value.mem.index)); 56 System.out.printf("\t\t\toperands[%d].mem.length: 0x%x\n", c, i.value.mem.disp); 58 System.out.printf("\t\t\toperands[%d].mem.disp: 0x%x\n", c, i.value.mem.disp) [all...] |
/external/ltp/testcases/kernel/syscalls/stime/ |
stime01.c | 24 * Verify that the system call stime() successfully sets the system's idea 28 * stime() should succeed to set the system data/time to the specified time. 37 * Execute system call 38 * Check return code, if system call failed (return=-1) 41 * Verify the Functionality of system call 81 #define INCR_TIME 30 /* increment in the system's current time */ 120 /* Get the system's new time */ 126 * Invoke stime(2) to set the system's time to the specified 134 * Get the system's current time after cal [all...] |
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/helpers/ |
LogLog.java | 27 <p>All log4j internal debug calls go to <code>System.out</code> 29 <code>System.err</code>. All internal messages are prepended with 39 statements to <code>System.out</code>. 48 debug statements to <code>System.out</code>. 81 statements. Output goes to <code>System.out</code>. 85 System.out.println(PREFIX + msg); 91 statements. Output goes to <code>System.out</code>. 95 System.out.println(PREFIX + msg); 97 t.printStackTrace(System.out); 104 Output goes to <code>System.err</code> [all...] |
/cts/tests/tests/permission2/res/raw/ |
automotive_android_manifest.xml | 21 android:sharedUserId="android.uid.system"> 32 android:protectionLevel="system|signature" 58 android:protectionLevel="system|signature" 63 android:protectionLevel="system|signature" 68 android:protectionLevel="system|signature" 73 android:protectionLevel="system|signature" 78 android:protectionLevel="system|signature" 83 android:protectionLevel="system|signature" 88 android:protectionLevel="system|signature" 93 android:protectionLevel="system|signature [all...] |
/packages/services/Car/service/ |
AndroidManifest.xml | 21 android:sharedUserId="android.uid.system"> 31 android:protectionLevel="system|signature" 42 android:protectionLevel="system|signature" 47 android:protectionLevel="system|signature" 52 android:protectionLevel="system|signature" 57 android:protectionLevel="system|signature" 62 android:protectionLevel="system|signature" 67 android:protectionLevel="system|signature" 72 android:protectionLevel="system|signature" 77 android:protectionLevel="system|signature [all...] |
/art/test/1940-ddms-ext/src-art/art/ |
Test1940.java | 20 import dalvik.system.VMDebug; 54 System.arraycopy(k.data, k.offset, out, 0, k.length); 63 System.out.println("MyDdmHandler: Chunk received: " + printChunk(req)); 72 System.out.printf("MyDdmHandler: Putting value 0x%X\n", val); 74 System.out.println("MyDdmHandler: Chunk returned: " + printChunk(ret)); 93 System.out.println( 119 System.out.println("Chunk published: " + printChunk(new Chunk(type, data, 0, data.length))); 130 System.out.println("Sending data " + Arrays.toString(data)); 132 System.out.println("JVMTI returned chunk: " + printChunk(res)); 135 System.out.println("Sending empty data array") [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/d1new/ |
RefocusFilterd1new.java | 84 startnow = System.nanoTime(); 86 endnow = System.nanoTime(); 162 startnow = System.nanoTime(); 167 endnow = System.nanoTime(); 170 startnow = System.nanoTime(); 174 endnow = System.nanoTime(); 191 startnow = System.nanoTime(); 194 endnow = System.nanoTime(); 200 startnow = System.nanoTime(); 204 endnow = System.nanoTime() [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/f32/ |
RefocusFilterF32.java | 84 startnow = System.nanoTime(); 86 endnow = System.nanoTime(); 156 startnow = System.nanoTime(); 158 endnow = System.nanoTime(); 161 startnow = System.nanoTime(); 163 endnow = System.nanoTime(); 179 startnow = System.nanoTime(); 182 endnow = System.nanoTime(); 188 startnow = System.nanoTime(); 190 endnow = System.nanoTime() [all...] |
/art/test/700-LoadArgRegs/src/ |
Main.java | 4 System.out.println(p1); 7 System.out.println(p1+", "+p2); 10 System.out.println(p1+", "+p2+", "+p3); 13 System.out.println(p1+", "+p2+", "+p3+", "+p4); 16 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5); 19 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6); 22 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7); 25 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8); 28 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9); 31 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10) [all...] |