/prebuilts/abi-dumps/vndk/28/64/x86/source-based/ |
libcamera_metadata.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/ |
libcamera_metadata.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86_x86_64/source-based/ |
libcamera_metadata.so.lsdump.gz | |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
NumberingSystem.java | 30 * system types, whether it be a simple alternate digit system such as 31 * Thai digits or Devanagari digits, or an algorithmic numbering system such 40 * For convenience, an instance representing the <em>latn</em> numbering system, which 48 * Default constructor. Returns a numbering system that uses the Western decimal 59 * Factory method for creating a numbering system. 60 * @param radix_in The radix for this numbering system. ICU currently 62 * @param isAlgorithmic_in Specifies whether the numbering system is algorithmic 65 * system. For numeric systems, this string contains the digits used by the 66 * numbering system, in order, starting from zero. For algorithmic numberin [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
NumberingSystem.java | 29 * system types, whether it be a simple alternate digit system such as 30 * Thai digits or Devanagari digits, or an algorithmic numbering system such 40 * For convenience, an instance representing the <em>latn</em> numbering system, which 48 * Default constructor. Returns a numbering system that uses the Western decimal 60 * Factory method for creating a numbering system. 61 * @param radix_in The radix for this numbering system. ICU currently 63 * @param isAlgorithmic_in Specifies whether the numbering system is algorithmic 66 * system. For numeric systems, this string contains the digits used by the 67 * numbering system, in order, starting from zero. For algorithmic numberin [all...] |
/art/test/036-finalizer/src/ |
Main.java | 25 * This only works if System.runFinalization() causes finalizers to run 29 private final static boolean isDalvik = System.getProperty("java.vm.name").equals("Dalvik"); 35 System.out.println("Snooze: " + ie.getMessage()); 77 System.out.println("wimp: " + wimpString(wimp)); 86 System.out.println("gc"); 89 System.out.println("wimp: " + wimpString(wimp)); 90 System.out.println("finalize"); 91 System.runFinalization(); 92 System.out.println("wimp: " + wimpString(wimp)); 94 System.out.println("sleep") [all...] |
/art/test/985-re-obsolete/src/art/ |
Test985.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...] |
/system/bt/btif/ |
Android.bp | 4 "system/bt", 5 "system/bt/bta/include", 6 "system/bt/bta/sys", 7 "system/bt/bta/dm", 8 "system/bt/btcore/include", 9 "system/bt/device/include", 10 "system/bt/internal_include", 11 "system/bt/stack/include", 12 "system/bt/stack/l2cap", 13 "system/bt/stack/a2dp" [all...] |
/art/test/1934-jvmti-signal-thread/src/art/ |
Test1934.java | 23 private final static boolean isDalvik = System.getProperty("java.vm.name").equals("Dalvik"); 28 System.out.println("Interrupt before start"); 31 System.out.println("Stop before start"); 34 System.out.println("Interrupt recur"); 37 System.out.println("Stop Recur"); 40 System.out.println("Interrupt spinning"); 43 System.out.println("Stop spinning"); 46 System.out.println("Interrupt wait"); 49 System.out.println("Stop wait"); 52 System.out.println("Stop in native") [all...] |
/build/make/ |
CleanSpec.mk | 49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system) 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop) 57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/vendor) 61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*) 63 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop) 65 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop) 67 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop) 69 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop) 70 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/*) 72 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop [all...] |
/external/swiftshader/third_party/LLVM/docs/ |
SystemLibrary.html | 5 <title>System Library</title>
10 <h1>System Library</h1>
15 <li><a href="#headers">Don't Include System Headers</a></li>
16 <li><a href="#expose">Don't Expose System Headers</a></li>
41 <p>This document provides some details on LLVM's System Library, located in
42 the source at <tt>lib/System</tt> and <tt>include/llvm/System</tt>. The
44 systems for the few services LLVM needs from the operating system. Much of
46 areas, system dependent facilities are needed and the System Library is the [all...] |
/prebuilts/misc/common/robolectric/android-all/ |
android-all-8.0.0_r4-robolectric-r1.jar | |
/art/test/048-reflect-v8/src/ |
DefaultDeclared.java | 22 System.out.println("hi default"); 34 System.out.println("hello specific from default"); 42 System.out.println("hello specific"); 50 System.out.println("No error thrown for class " + klass.toString()); 52 System.out.println("NoSuchMethodException thrown for class " + klass.toString()); 54 System.out.println("Unknown error thrown for class " + klass.toString()); 55 t.printStackTrace(System.out); 60 System.out.println("=============================="); 61 System.out.println("Are These Methods found by getDeclaredMethod:"); 62 System.out.println("==============================") [all...] |
/art/test/053-wait-some/src/ |
Main.java | 38 System.out.println("HEY: didn't throw on negative arg"); 40 System.out.println("Caught expected exception on neg arg"); 42 ie.printStackTrace(System.out); 46 System.out.println("Waiting for " + delay + "ms..."); 48 start = System.currentTimeMillis(); 52 ie.printStackTrace(System.out); 54 end = System.currentTimeMillis(); 69 System.out.println(" Elapsed time was too short"); 72 System.out.println(" Elapsed time was too long: " 79 System.out.println(" Wall clock elapsed [all...] |
/art/test/911-get-stack-trace/src/art/ |
OtherThread.java | 21 System.out.println("################################"); 22 System.out.println("### Other thread (suspended) ###"); 23 System.out.println("################################"); 36 System.out.println("From top"); 42 System.out.println("From bottom"); 55 System.out.println("###########################"); 56 System.out.println("### Other thread (live) ###"); 57 System.out.println("###########################"); 69 System.out.println("From top"); 75 System.out.println("From bottom") [all...] |
/external/autotest/client/site_tests/security_Minijail_seccomp/ |
security_Minijail_seccomp.py | 41 ret = utils.system(cmdline, ignore_status=True) 53 0, "Allowed system calls failed") 56 253, "Blocked priv-drop system calls succeeded") 59 0, "Allowed system calls failed") 62 0, "Allowed system calls failed") 65 253, "Blocked system calls succeeded") 69 0, "Allowing system calls via args == failed") 72 253, "Blocking system calls via args == failed") 75 0, "Allowing system calls via args & failed") 78 253, "Blocking system calls via args & failed" [all...] |
/external/clang/test/SemaObjC/ |
arc-system-header.m | 4 #include <arc-system-header.h> 10 // expected-note@arc-system-header.h:1 {{inline function performs a conversion which is forbidden in ARC}} 11 // expected-note@arc-system-header.h:5 {{inline function performs a conversion which is forbidden in ARC}} 16 // expected-note@arc-system-header.h:14 {{declaration uses type that is ill-formed in ARC}} 21 // expected-note@arc-system-header.h:19 {{declaration uses type that is ill-formed in ARC}} 27 // expected-note@arc-system-header.h:25 {{field has non-trivial ownership qualification}} 31 // This is actually okay to use if declared in a system header. 46 // expected-note@arc-system-header.h:41 4 {{declaration uses type that is ill-formed in ARC}} 47 // expected-note@arc-system-header.h:41 2 {{property 'prop' is declared unavailable here}} 53 // expected-note@arc-system-header.h:56 {{field has non-trivial ownership qualification} [all...] |
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
ConfigLoader.java | 23 * from system properties. System property keys are prefixed with 24 * <code>jacoco.</code>. If the same property is defined twice the system 34 static Properties load(final String resource, final Properties system) { 37 loadSystemProperties(system, result); 38 substSystemProperties(result, system); 54 private static void loadSystemProperties(final Properties system, 56 for (final Map.Entry<Object, Object> entry : system.entrySet()) { 66 final Properties system) { 74 final String sub = system.getProperty(m.group(1)) [all...] |
/external/ltp/testcases/kernel/syscalls/statvfs/ |
statvfs01.c | 20 * This is a Phase I test for the statvfs(2) system call. 21 * It is intended to provide a limited exposure of the system call. 66 tst_resm(TINFO, "Extracting info about the '%s' file system", 68 tst_resm(TINFO, "file system block size = %lu bytes", buf.f_bsize); 69 tst_resm(TINFO, "file system fragment size = %lu bytes", buf.f_frsize); 70 tst_resm(TINFO, "file system free blocks = %ju", 72 tst_resm(TINFO, "file system total inodes = %ju", 74 tst_resm(TINFO, "file system free inodes = %ju", 76 tst_resm(TINFO, "file system id = %lu", buf.f_fsid); 77 tst_resm(TINFO, "file system max filename length = %lu", buf.f_namemax) [all...] |
/external/lzma/Java/Tukaani/src/ |
LZMADecDemo.java | 29 // No need to use BufferedInputStream with System.in which 31 InputStream in = new LZMAInputStream(System.in); 35 System.out.write(buf, 0, size); 55 System.out.write(buf, 0, size); 65 System.err.println("LZMADecDemo: Cannot open " + name + ": " 67 System.exit(1); 70 System.err.println("LZMADecDemo: Unexpected end of input on " 72 System.exit(1); 75 System.err.println("LZMADecDemo: Error decompressing from " 77 System.exit(1) [all...] |
/system/nfc/src/nfa/include/ |
nfa_sys.h | 21 * This is the public interface file for the BTA system manager. 37 NFA_ID_SYS, /* system manager */ 39 NFA_ID_EE, /* NFCEE sub-system */ 40 NFA_ID_P2P, /* Peer-to-Peer sub-system */ 41 NFA_ID_SNEP, /* SNEP sub-system */ 42 NFA_ID_RW, /* Reader/writer sub-system */ 43 NFA_ID_CE, /* Card-emulation sub-system */ 44 NFA_ID_HCI, /* Host controller interface sub-system*/ 46 NFA_ID_DTA, /* Device Test Application sub-system */ 75 /* system manager configuration structure * [all...] |
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
RemoveSystemAppPreparer.java | 29 * A {@link ITargetPreparer} for removing an apk from the system partition before a test run. Note 30 * that the device is rebooted before actual test execution, so the system partition remains 34 @Option(name = "uninstall-system-app", 47 CLog.d("Removing system app %s from /system/app", file); 48 device.executeShellCommand(String.format("rm /system/app/%s", file)); 49 CLog.d("Removing system app %s from /system/priv-app", file); 50 device.executeShellCommand(String.format("rm /system/priv-app/%s", file)); 53 // Reboot the device to put /system back into read-onl [all...] |
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 66 /// AddSystemHeaderPrefix - Add the specified prefix to the system header 95 /// AddDefaultSystemIncludePaths - Adds the default system include paths so 118 // Add the path with sysroot prepended, if desired and this is a system header 227 AddPath("/usr/local/include", System, false); 242 // All remaining additions are for system include directories, early exit if 265 AddPath(P, System, false); 270 AddPath("/boot/system/non-packaged/develop/headers", System, false); 271 AddPath("/boot/system/develop/headers/os", System, false) [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
assertions.xml | 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 6 <assertion id="2" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 9 <assertion id="3" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 12 <assertion id="4" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 17 <assertion id="5" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 21 <assertion id="6" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 25 <assertion id="7" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 29 <assertion id="8" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 33 <assertion id="9" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}"> 39 <assertion id="10" tag="ref:XSH6:{System Interfaces:sched_setparam:DESCRIPTION}" [all...] |
/art/test/051-thread/src/ |
Main.java | 27 System.loadLibrary(args[0]); 28 System.out.println("thread test starting"); 36 System.out.println("thread test done"); 55 System.out.println("testThreadCapacity thread count: " + TestCapacityThread.mCount); 76 System.out.print("testThreadDaemons starting thread '" + t.getName() + "'\n"); 82 ex.printStackTrace(System.out); 85 System.out.print("testThreadDaemons finished\n"); 90 System.out.print("testThreadDaemons @ Thread running\n"); 94 System.out.print("testThreadDaemons @ FAILED: setDaemon() succeeded\n"); 96 System.out.print("testThreadDaemons @ Got expected setDaemon exception\n") [all...] |