/cts/apps/CameraITS/ |
.gitignore | 1 # Ignore files that are created asa result of running the ITS tests.
|
/device/generic/goldfish/ |
ueventd.goldfish.rc | 1 # These settings are specific to running under the Android emulator
|
ueventd.ranchu.rc | 1 # These settings are specific to running under the Android emulator
|
/device/generic/qemu/ |
ueventd.ranchu.rc | 1 # These settings are specific to running under the Android emulator
|
/external/autotest/server/self-test/ |
machine | 9 print "Running is_up on remote machine"
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/ |
UpdateBugStateTask.properties | 1 #this file should be loaded by UpdateBugStateTask.xml when running
|
/frameworks/multidex/library/ |
README.android | 4 with multiple dex of applications running on API 4+.
|
/prebuilts/sdk/sdk-annotations/ |
README.txt | 4 (by building the Android Studio tree by running ./build_studio.sh
|
/external/autotest/client/site_tests/network_NegotiatedLANSpeed/ |
control | 3 PURPOSE = "Ensure wired network interface is running at least 1Gbps." 11 This test checks whether a wired network interface is running at 1000Mbps
|
/external/llvm/test/Other/ |
new-pass-manager.ll | 12 ; CHECK-MODULE-PASS-NEXT: Running pass: NoOpModulePass 22 ; CHECK-CGSCC-PASS-NEXT: Running pass: ModuleToPostOrderCGSCCPassAdaptor 23 ; CHECK-CGSCC-PASS-NEXT: Running analysis: CGSCCAnalysisManagerModuleProxy 24 ; CHECK-CGSCC-PASS-NEXT: Running analysis: Lazy CallGraph Analysis 26 ; CHECK-CGSCC-PASS-NEXT: Running pass: NoOpCGSCCPass 37 ; CHECK-FUNCTION-PASS-NEXT: Running pass: ModuleToFunctionPassAdaptor 38 ; CHECK-FUNCTION-PASS-NEXT: Running analysis: FunctionAnalysisManagerModuleProxy 40 ; CHECK-FUNCTION-PASS-NEXT: Running pass: NoOpFunctionPass 47 ; CHECK-MODULE-PRINT: Running pass: VerifierPass 48 ; CHECK-MODULE-PRINT: Running pass: PrintModulePas [all...] |
/external/autotest/contrib/ |
servo-summary | 48 s/^\(not running servod\) \(not running brillo\)$/\1, \2/ 49 s/^not running servod$/up but not running servod, reason unknown/ 50 s/^servod not configured$/running brillo, BOARD for &/ 51 s/^servod failed$/servod running, but not working/ 53 s/^\(not running servod\) \(ssh is down\)$/\1, ping is up, \2/
|
/external/autotest/client/site_tests/platform_CheckDebugdProcesses/ |
control | 14 This test has a static list of process names that should be running 15 on a good Chrome OS Core image running with debugd support. It 16 fails if any of these are not running at the time of the test.
|
/external/autotest/client/site_tests/platform_CheckTLSDateProcesses/ |
control | 14 This test has a static list of process names that should be running 15 on a good Chrome OS Core image running with network time support. It 16 fails if any of these are not running at the time of the test.
|
/external/autotest/client/site_tests/platform_KernelVersion/ |
control | 7 PURPOSE = "Ensure the running kernel is supported." 8 CRITERIA = "Fails if the running kernel version is older than kernel_version." 18 the running kernel version is older than the variable kernel_version.
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/ |
EnvironmentUtils.java | 27 /** True if this is running on Windows */
29 /** True if this is running on Mac */
31 /** True if this is running on Linux */
|
/external/autotest/client/site_tests/desktopui_KillRestart/ |
desktopui_KillRestart.py | 19 # Ensure the binary is running. 22 error.TestFail('%s is not running at start of test' % binary), 25 # Try to kill all running instances of the binary. 30 raise error.TestFail('%s is not running before kill' % binary) 32 # Check if the binary is running again (using os.system(), since it 36 error.TestFail('%s is not running after kill' % binary),
|
/external/compiler-rt/test/BlocksRuntime/ |
recursive-test.c | 30 if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local_block); 36 if (verbose) printf("other_local_block running\n"); 40 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block); 48 if (verbose) printf("other_copied_block running\n"); 52 if (verbose) printf("other_copied_block's address is %p, running it:\n", (void*)other_copied_block); 68 if (verbose) printf("recursive_copy_block's address is %p, running it:\n", (void*)recursive_copy_block);
|
/development/samples/ApiDemos/res/values/ |
bools.xml | 18 <!-- This resource is true if running under at least Honeycomb's 22 <!-- This resource is true if running under at least Honeycomb MR2's 27 <!-- This resource is true if running under at least IceCreamSandwich 32 <!-- This resource is true if running under at least JellyBean 37 <!-- This resource is true if running under at least JellyBean MR1 42 <!-- This resource is true if running under at least JellyBean MR2 47 <!-- This resource is true if running under at least KitKat 52 <!-- This resource is true if running under at least L-Release
|
/external/autotest/client/site_tests/desktopui_AppShellFlashstation/ |
control | 8 CRITERIA = "This test fails if the flashstation app isn't running." 16 This test checks that the app_shell process is running and that the flashstation
|
/external/autotest/server/tests/verify_test/ |
control | 10 Run the same verify function that the scheduler uses. If you're running this 12 result will show up in TKO and it will _not_ block other tests from running
|
/external/compiler-rt/test/cfi/ |
CMakeLists.txt | 30 add_lit_testsuite(check-cfi "Running the cfi regression tests" 34 add_lit_target(check-cfi-and-supported "Running the cfi regression tests"
|
/external/dbus/test/name-test/ |
run-test.sh | 33 echo "running test-ids" 36 echo "running test-pending-call-dispatch" 39 echo "running test-pending-call-timeout" 42 echo "running test-threads-init" 45 echo "running test-privserver-client" 48 echo "running test-shutdown" 51 echo "running test activation forking" 59 echo "running test-autolaunch"
|
/external/selinux/libselinux/man/man3/ |
is_selinux_enabled.3 | 17 returns 1 if SELinux is running or 0 if it is not. 21 returns 1 if SELinux is running in MLS mode or 0 if it is not.
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
transition_to.txt | 4 Under SELinux, when a process running with a 'type' attempts to execute an executable, one of three things can happen. 6 1. The process can be prevented from running the executable.
|
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/ |
LooperExecutor.java | 28 private boolean running = false; field in class:LooperExecutor 44 if (running) { 47 running = true; 57 running = false; 64 if (!running) { 67 running = false; 84 if (!running) { 85 Log.w(TAG, "Running looper executor without calling requestStart()");
|