/external/autotest/client/site_tests/ui_SystemTray/ |
control.guest.link | 7 PURPOSE = "Collects system tray images as data to examine default icons" 19 This test collects system tray images of different devices. The goal is collect 20 data that helps us understand how system tray looks in the lab for purposes of
|
control.link | 7 PURPOSE = "Collects system tray images as data to examine default icons" 19 This test collects system tray images of different devices. The goal is collect 20 data that helps us understand how system tray looks in the lab for purposes of
|
/external/autotest/client/tests/ltp/ |
control.full | 3 PURPOSE = 'Verify kernel system calls are operating correctly.' 6 individual test case is written from the system call's manpage. 15 and are designed to test various aspects of the Linux operating system. Most
|
/external/autotest/client/tests/unixbench/ |
control | 4 PURPOSE = 'Measure system level performance.' 11 This test measure system wide performance by running the following tests: 20 - System Call Overhead - estimates the cost of entering and leaving the
|
/external/autotest/client/tests/unixbench5/ |
control | 4 PURPOSE = 'Measure system level performance.' 10 This test measure system wide performance by running the following tests: 19 - System Call Overhead - estimates the cost of entering and leaving the
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
Properties.java | 12 * Utility method for accessing system properties. 25 String value = System.getProperty(propertyName); 44 String p = System.getProperty(propertyName);
|
/external/clang/test/SemaCXX/ |
warn-sysheader-macro.cpp | 3 // Test that macro expansions from system headers don't trigger 'syntactic' 26 // no -Wshadow in system macro expansion 31 // no -Wold_style_cast in system macro expansion
|
/external/clang/test/SemaObjCXX/ |
nullability-consistency.mm | 1 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -isystem %S/Inputs/nullability-consistency-system %s -verify 2 // RUN: %clang_cc1 -fsyntax-only -fblocks -I %S/Inputs -isystem %S/Inputs/nullability-consistency-system %s -Wsystem-headers -DWARN_IN_SYSTEM_HEADERS -verify 12 #include "nullability-consistency-system.h"
|
/external/jdiff/src/jdiff/ |
API.java | 87 for (int i = 0; i < indent; i++) System.out.print(" "); 88 System.out.println("Package Name: " + pkg.name_); 95 System.out.print("Package doc block:"); 96 System.out.println("\"" + pkg.doc_ + "\""); 107 for (int i = 0; i < indent; i++) System.out.print(" "); 109 System.out.println("Interface name: " + c.name_); 111 System.out.println("Class Name: " + c.name_); 113 for (int i = 0; i < indent; i++) System.out.print(" "); 114 System.out.println("Extends: " + c.extends_); 117 for (int i = 0; i < indent; i++) System.out.print(" ") [all...] |
/external/libbrillo/brillo/errors/ |
error_codes.h | 30 namespace system { namespace in namespace:brillo::errors 34 // the system error code (see "errno"). 38 } // namespace system
|
/external/libcap/doc/ |
capability.notes | 11 this fine grained approach to constraining the danger to your system 14 Notes on securing your system 17 Adopting a role approach to system security: 19 changing all of the system binaries and directories to be owned by 21 the name 'system' who's account is locked with a '*' password. This 22 user can be made the owner of all of the system directories on your 23 system and critical system binaries too. 30 system user. It can be protected by using a wrapper like execcap to 39 the system owned by root, it becomes significantly harder for such [all...] |
/external/libmojo/mojo/edk/system/ |
data_pipe_control_message.cc | 5 #include "mojo/edk/system/data_pipe_control_message.h" 8 #include "mojo/edk/system/node_controller.h" 9 #include "mojo/edk/system/ports_message.h"
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlock/ |
assertions.xml | 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:mlock:DESCRIPTION}"> 8 <assertion id="2" tag="ref:XSH6:{System Interfaces:mlock:DESCRIPTION}"> 11 <assertion id="3" tag="ref:XSH6:{System Interfaces:mlock:DESCRIPTION}"> 15 <assertion id="4" tag="ref:XSH6:{System Interfaces:mlock:DESCRIPTION}"> 18 <assertion id="5" tag="ref:XSH6:{System Interfaces:mlock:RETURN VALUE}"> 22 <assertion id="6" tag="ref:XSH6:{System Interfaces:mlock:RETURN VALUE}"> 26 <assertion id="7" tag="ref:XSH6:{System Interfaces:mlock:RETURN VALUE}"> 29 <assertion id="8" tag="ref:XSH6:{System Interfaces:mlock:ERRORS}"> 34 <assertion id="9" tag="ref:XSH6:{System Interfaces:mlock:ERRORS}"> 38 <assertion id="10" tag="ref:XSH6:{System Interfaces:mlock:ERRORS}" [all...] |
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/ |
coverage.txt | 6 the system in order to satisfy this test case. 10 be root, and the semaphore is created in /dev/shm file system. 11 Any other user can't create under that file system.
|
/external/proguard/src/proguard/gui/ |
ProGuardRunnable.java | 68 // Redirect the System's out and err streams to the console text area. 69 PrintStream oldOut = System.out; 70 PrintStream oldErr = System.err; 75 System.setOut(printStream); 76 System.setErr(printStream); 87 System.out.println("Processing completed successfully"); 94 System.out.println(ex.getMessage()); 105 System.gc(); 108 System.out.println(msg("outOfMemoryInfo", configurationFileName)); 121 // Restore the old System's out and err streams [all...] |
/external/python/cpython2/Lib/ |
statvfs.py | 9 F_BSIZE = 0 # Preferred file system block size 10 F_FRSIZE = 1 # Fundamental file system block size 11 F_BLOCKS = 2 # Total number of file system blocks (FRSIZE)
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/ |
RoboSettings.java | 4 * Class that encapsulates reading global configuration options from the Java system properties file. 13 mavenRepositoryId = System.getProperty("robolectric.dependency.repo.id", "sonatype"); 14 mavenRepositoryUrl = System.getProperty("robolectric.dependency.repo.url", "https://oss.sonatype.org/content/groups/public/");
|
/external/selinux/libsepol/include/sepol/ |
errcodes.h | 16 * codes that don't map to system error codes should be defined 17 * outside of the range of system error codes. 23 /* Error codes that map to system error codes */
|
/external/strace/debian/ |
control | 14 Description: System call tracer 15 strace is a system call tracer, i.e. a debugging tool which prints out 16 a trace of all the system calls made by a another process/program. 20 System calls and signals are events that happen at the user/kernel 28 Description: System call tracer for 64bit binaries 29 strace is a system call tracer, i.e. a debugging tool which prints out 30 a trace of all the system calls made by a another process/program. 37 System calls and signals are events that happen at the user/kernel 47 Description: System call tracer 48 strace is a system call tracer, i.e. a debugging tool which prints ou [all...] |
/external/testng/src/test/java/test/ |
CountSampleTest.java | 19 // System.out.println("Skipping this test after it is invoked."); 25 // System.out.println("Failing this test after it is invoked."); 31 // System.out.println("This test will be skipped, " +
|
/external/testng/src/test/java/test/junit/testsetup/ |
TestSuiteContainerWrapper.java | 23 System.out.println("setup"); 29 System.out.println("teardown"); 33 System.out.println(_test.countTestCases() + " test cases defined by \""
|
/external/testng/src/test/java/test/sample/ |
Sample2.java | 16 // System.out.println("@@@@@@@@@@@@@@@@@@@ METHOD1"); 21 // System.out.println("@@@@@@@@@@@@@@@@@@@ METHOD2"); 26 // System.out.println("@@@@@@@@@@@@@@@@@@@ METHOD3");
|
/external/toybox/toys/other/ |
reboot.c | 1 /* reboot.c - Restart, halt or powerdown the system. 15 Restart, halt or powerdown the system. 18 -n Don't sync before stopping the system
|
/external/vboot_reference/firmware/2lib/include/ |
2sysincludes.h | 7 * System includes for vboot reference library. With few exceptions, this is 8 * the ONLY place in firmware/ where system headers may be included via 10 * platforms which don't have all the system includes.
|
/external/vogar/test/vogar/target/junit4/ |
AnnotatedTestMethodsTest.java | 27 System.out.println("Before"); 32 System.out.println("After"); 37 System.out.println("Test 1");
|