/device/linaro/bootloader/edk2/MdePkg/Library/UefiSalLib/ |
UefiSalLib.c | 2 SAL Library implementation retrieving the SAL Entry Point from the SAL System Table
3 register in the EFI System Configuration Table.
87 The constructor function looks up the SAL System Table in the EFI System Configuration
88 Table. Once the SAL System Table is found, the SAL Entry Point in the SAL System Table
90 It will ASSERT() if the SAL System Table cannot be found or the data in the SAL System
94 @param SystemTable A pointer to the EFI System Table.
118 // Check the first entry of SAL System Table, [all...] |
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
ResultSetTest.java | 50 * System.out.println( "CLOSE_CURSORS_AT_COMMIT: " + 51 * ResultSet.CLOSE_CURSORS_AT_COMMIT ); System.out.println( 53 * System.out.println( "CONCUR_UPDATABLE: " + ResultSet.CONCUR_UPDATABLE ); 54 * System.out.println( "CONCUR_READ_ONLY: " + ResultSet.CONCUR_READ_ONLY ); 55 * System.out.println( "TYPE_SCROLL_SENSITIVE: " + 56 * ResultSet.TYPE_SCROLL_SENSITIVE ); System.out.println( 58 * System.out.println( "TYPE_FORWARD_ONLY: " + 59 * ResultSet.TYPE_FORWARD_ONLY ); System.out.println( "FETCH_UNKNOWN: " + 60 * ResultSet.FETCH_UNKNOWN ); System.out.println( "FETCH_REVERSE: " + 61 * ResultSet.FETCH_REVERSE ); System.out.println( "FETCH_FORWARD: " [all...] |
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/ |
XMLDocument.java | 46 * @param system 47 * system reference, required if doctype is given 58 final String system, final String encoding, 61 writeHeader(rootnode, pubId, system, encoding, standalone, writer); 73 * @param system 74 * system reference, required if doctype is given 85 final String system, final String encoding, 88 this(rootnode, pubId, system, encoding, standalone, 99 final String system, final String encoding, 107 writer.write(format(DOCTYPE, rootnode, pubId, system)); [all...] |
/external/jline/src/src/test/java/jline/example/ |
Example.java | 17 System.out.println("Usage: java " + Example.class.getName() 19 System.out.println(" none - no completors"); 20 System.out.println(" simple - a simple completor that comples " 22 System.out 24 System.out.println(" dictionary - a completor that comples " 26 System.out.println(" classes - a completor that comples " 28 System.out 31 System.out.println(" mask - is the character to print in place of " 33 System.out.println("\n E.g - java Example simple su '*'\n" 81 PrintWriter out = new PrintWriter(System.out) [all...] |
/external/jsilver/src/org/clearsilver/jni/ |
JNI.java | 26 * path specified in the 'java.library.path' system property. However, this 37 * System.exit(1). 41 System.err.println("Could not load '" + libraryName + "'. Searched:"); 42 String platformLibraryName = System.mapLibraryName(libraryName); 44 System.err.println(" " + 47 System.err.println( 50 System.exit(1); 71 = System.getProperty("java.library.path", ".").split( 91 String platformLibraryName = System.mapLibraryName(libraryName); 95 System.load(new File(path, platformLibraryName).getAbsolutePath()) [all...] |
/external/libnetfilter_conntrack/ |
README | 1 libnetfilter_conntrack - userspace library for the connection tracking system 5 = Connection Tracking System = 7 The connection tracking system is a in-kernel subsystem that stores information 15 traditional static filtering approach. The connection tracking system defines 18 The connection tracking system does not alter the packets themselves; the 22 the connection tracking system just tracks packets; it does not filter. 24 For further information on the connection tracking system, please see the 30 the in-kernel connection tracking system. 40 * connection tracking system (quite obvious ;) 71 [1] Pablo Neira Ayuso. Netfilter's Connection Tracking System [all...] |
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
ExamplesTest.java | 47 InputStream stdin = System.in; 48 PrintStream stdout = System.out; 49 PrintStream stderr = System.err; 54 System.setIn(emptyIn); 55 System.setOut(capturingOut); 56 System.setErr(capturingOut); 65 System.err.println( 70 System.setIn(stdin); 71 System.setOut(stdout); 72 System.setErr(stderr) [all...] |
/external/v8/tools/testrunner/local/ |
statusfile_unittest.py | 13 'system': 'linux', 68 'system==linux and mode==release', variables)) 71 'system==linux or variant==default', variables)) 74 'system==linux and mode==debug', variables)) 78 'system==linux and mode==foo', variables)) 82 'system==linux and mode=release', variables)) 86 'system==linux and variant==default', variables) 91 TEST_STATUS_FILE % 'system==linux', make_variables()) 111 TEST_STATUS_FILE % 'system==windows', make_variables()) 131 TEST_STATUS_FILE % 'system==linux and variant==default' [all...] |
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/config/ |
audio_policy_criteria.conf | 49 # AUDIO_DEVICE_OUT_* within <system/audio.h> file of android. 54 # AUDIO_DEVICE_IN_* within <system/audio.h> file of android. 63 # from system/audio.h 68 # audio_policy_forced_config_t from system/audio.h 73 # audio_policy_forced_config_t from system/audio.h 78 # audio_policy_forced_config_t from system/audio.h 83 # audio_policy_forced_config_t from system/audio.h 88 # audio_policy_forced_config_t from system/audio.h 93 # audio_policy_forced_config_t from system/audio.h 98 # audio_policy_forced_config_t from system/audio_policy. [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
BaseCommand.java | 46 onShowUsage(System.out); 56 onShowUsage(System.err); 57 System.err.println(); 58 System.err.println("Error: " + e.getMessage()); 60 e.printStackTrace(System.err); 61 System.exit(1); 69 onShowUsage(System.err); 77 onShowUsage(System.err); 78 System.err.println(); 79 System.err.println(message) [all...] |
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
PointerLocationPreferenceControllerTest.java | 60 Settings.System.putInt(mContext.getContentResolver(), 61 Settings.System.POINTER_LOCATION, 71 Settings.System.putInt(mContext.getContentResolver(), 72 Settings.System.POINTER_LOCATION, 84 final int pointerLocationMode = Settings.System.getInt(mContext.getContentResolver(), 85 Settings.System.POINTER_LOCATION, -1 /* default */); 95 final int pointerLocationMode = Settings.System.getInt(mContext.getContentResolver(), 96 Settings.System.POINTER_LOCATION, -1 /* default */); 106 final int pointerLocationMode = Settings.System.getInt(mContext.getContentResolver(), 107 Settings.System.POINTER_LOCATION, -1 /* default */) [all...] |
ShowTapsPreferenceControllerTest.java | 60 Settings.System.putInt(mContext.getContentResolver(), 61 Settings.System.SHOW_TOUCHES, ShowTapsPreferenceController.SETTING_VALUE_ON); 70 Settings.System.putInt(mContext.getContentResolver(), 71 Settings.System.SHOW_TOUCHES, ShowTapsPreferenceController.SETTING_VALUE_OFF); 82 final int showTapsMode = Settings.System.getInt(mContext.getContentResolver(), 83 Settings.System.SHOW_TOUCHES, -1 /* default */); 92 final int showTapsMode = Settings.System.getInt(mContext.getContentResolver(), 93 Settings.System.SHOW_TOUCHES, -1 /* default */); 102 final int showTapsMode = Settings.System.getInt(mContext.getContentResolver(), 103 Settings.System.SHOW_TOUCHES, -1 /* default */) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
time.h | 0 /* System-dependent timing definitions. Linux version. 53 presents the real value for clock ticks per second for the system. */ 60 /* Identifier for system-wide realtime clock. */ 62 /* Monotonic system-wide clock. */ 68 /* Monotonic system-wide clock, not adjusted for frequency scaling. */ 70 /* Identifier for system-wide realtime clock, updated only on ticks. */ 72 /* Monotonic system-wide clock, updated only on ticks. */ 74 /* Monotonic system-wide clock that includes time spent in suspension. */ 76 /* Like CLOCK_REALTIME but also wakes suspended system. */ 78 /* Like CLOCK_BOOTTIME but also wakes suspended system. * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
time.h | 0 /* System-dependent timing definitions. Linux version. 53 presents the real value for clock ticks per second for the system. */ 60 /* Identifier for system-wide realtime clock. */ 62 /* Monotonic system-wide clock. */ 68 /* Monotonic system-wide clock, not adjusted for frequency scaling. */ 70 /* Identifier for system-wide realtime clock, updated only on ticks. */ 72 /* Monotonic system-wide clock, updated only on ticks. */ 74 /* Monotonic system-wide clock that includes time spent in suspension. */ 76 /* Like CLOCK_REALTIME but also wakes suspended system. */ 78 /* Like CLOCK_BOOTTIME but also wakes suspended system. * [all...] |
/system/timezone/distro/tools/src/main/com/android/timezone/distro/tools/ |
CreateTimeZoneDistro.java | 68 System.exit(1); 72 System.err.println("Properties file " + f + " not found"); 74 System.exit(2); 98 System.out.println("Wrote " + outputDistroFile); 105 System.out.println( 108 System.exit(4); 116 System.out.println("Missing property: " + propertyName); 118 System.exit(3); 132 System.out.println("Usage:"); 133 System.out.println("\t" + CreateTimeZoneDistro.class.getName() [all...] |
/prebuilts/abi-dumps/vndk/28/64/arm64_armv8-a/source-based/ |
android.system.net.netd@1.1.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86/source-based/ |
android.system.net.netd@1.1.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86_64/source-based/ |
android.system.net.netd@1.1.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/32/arm_armv7-a-neon/source-based/ |
android.system.net.netd@1.1.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/32/x86/source-based/ |
android.system.net.netd@1.1.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/arm_armv8-a/source-based/ |
android.system.net.netd@1.1.so.lsdump.gz | |
/prebuilts/abi-dumps/vndk/28/64/x86_x86_64/source-based/ |
android.system.net.netd@1.1.so.lsdump.gz | |
/art/test/003-omnibus-opcodes/src/ |
Main.java | 31 System.out.println("Done!"); 55 System.out.println("Caught: " + ve); 60 System.out.println("Caught (retry): " + ve); 66 System.out.println("Caught: " + ve); 70 th.printStackTrace(System.out);
|
/art/test/018-stack-overflow/src/ |
Main.java | 24 System.out.println("SOE test done"); 32 // System.out.println("caught SOE0 in testSelfRecursion"); 38 System.out.println("caught SOE3 in testSelfRecursion"); 44 System.out.println("caught SOE10 in testSelfRecursion"); 67 System.out.println("caught SOE in testMutualRecursion");
|
/art/test/022-interface/src/ |
Main.java | 29 System.out.print("ImplBSub intf: "); 30 System.out.println(result); 34 System.out.print("ImplA: "); 35 System.out.println(result); 95 System.out.println("objectOverrideTests: SUCCESS");
|