/external/autotest/client/site_tests/desktopui_FontCache/ |
desktopui_FontCache.py | 17 utils.system("mount -n --bind %s %s" % (self._new_cache.name, 23 utils.system("umount -n %s" % self._FONTCACHE) 39 utils.system("fc-cache -fv") 41 utils.system("diff -qr %s %s" % (self._FONTCACHE, self._new_cache.name))
|
/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/ |
manifest.json | 6 "permissions": ["webview", "system.network"],
|
/external/autotest/client/tests/ebizzy/ |
control | 5 TEST_CLASS = "SYSTEM STRESS"
|
/external/autotest/client/tests/hwclock/ |
hwclock.py | 11 effect in the system. 14 utils.system('/sbin/hwclock --set --date "2/2/80 03:04:00"') 23 Restore hardware clock to current system time. 26 utils.system('/sbin/hwclock --systohc --noadjfile --utc')
|
/external/autotest/client/tests/isic/ |
isic.py | 21 utils.system('patch -p1 < ../build-fixes.patch') 22 utils.system('PREFIX=%s /deps/libnet/libnet/ ./configure' %self.autodir) 23 utils.system('make') 26 utils.system(self.srcdir + '/isic ' + args)
|
/external/autotest/client/tests/sysbench/ |
sysbench.py | 25 utils.system( 48 utils.system(self.sudo + '/bin/true') 64 utils.system('rm -rf ' + data) 67 utils.system(self.sudo + bin + '/initdb -D ' + data) 71 utils.system(self.sudo + bin + '/pg_ctl -D %s -l %s start' %(data, log)) 81 utils.system(self.sudo + bin + '/createdb sbtest') 83 utils.system(cmd) 97 utils.system(self.sudo + bin + '/pg_ctl -D ' + data + ' stop') 100 utils.system(self.sudo + bin + '/pg_ctl -D ' + data + ' stop') 109 utils.system('rm -rf ' + data [all...] |
/external/autotest/client/tests/tsc/ |
control | 9 between pairs of CPUs on an SMP system using a technique borrowed
|
/external/autotest/server/site_tests/enterprise_CFM_LowLevelPeripheralTest/ |
README.md | 4 The devices are tested closer to the operating system.
|
/external/autotest/site_utils/rpm_control_system/ |
rpm_infrastructure_exception.py | 8 system.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
KeyParameter.java | 23 System.arraycopy(key, keyOff, this.key, 0, keyLen);
|
/external/brotli/go/cbrotli/ |
cgo.go | 8 // Inform golang build system that it should link brotli libraries.
|
/external/caliper/caliper/src/test/java/com/google/caliper/bridge/ |
GcLogMessageGenerator.java | 27 * A simple class that invokes {@link System#gc()} over and over to generate some GC log messages. 33 System.gc(); 44 System.err.println("This is only useful if you run with -XX:+PrintGC"); 45 System.exit(1);
|
/external/capstone/bindings/java/ |
TestSparc.java | 36 System.out.printf("0x%x:\t%s\t%s\n", ins.address, ins.mnemonic, ins.opStr); 41 System.out.printf("\top_count: %d\n", operands.op.length); 45 System.out.printf("\t\toperands[%d].type: REG = %s\n", c, ins.regName(i.value.reg)); 47 System.out.printf("\t\toperands[%d].type: IMM = 0x%x\n", c, i.value.imm); 49 System.out.printf("\t\toperands[%d].type: MEM\n", c); 51 System.out.printf("\t\t\toperands[%d].mem.base: REG = %s\n", c, ins.regName(i.value.mem.base)); 53 System.out.printf("\t\t\toperands[%d].mem.index: REG = %s\n", c, ins.regName(i.value.mem.index)); 55 System.out.printf("\t\t\toperands[%d].mem.disp: 0x%x\n", c, i.value.mem.disp); 61 System.out.printf("\tCode condition: %d\n", operands.cc); 64 System.out.printf("\tHint code: %d\n", operands.hint) [all...] |
/external/chromium-trace/catapult/common/py_trace_event/ |
README.txt | 4 about:tracing system.
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-for-malloc.h | 2 // they come from a system header -- for example, it is assumed that system 4 // found in system headers cannot be fixed by the user and should be 16 #import "system-header-simulator-objc.h"
|
/external/clang/test/Analysis/ |
virtualcall.h | 4 namespace system { namespace
|
/external/clang/test/Driver/ |
darwin-ld-demangle.c | 1 // REQUIRES: system-darwin
|
/external/clang/test/Frontend/ |
system-header-prefix.c | 1 // RUN: %clang --system-header-prefix=libs/ --no-system-header-prefix=libs/mylib/ -I%S/Inputs/SystemHeaderPrefix -Wundef -E %s 2>&1 | FileCheck %s 2 // RUN: %clang --system-header-prefix libs/ --no-system-header-prefix libs/mylib/ -I%S/Inputs/SystemHeaderPrefix -Wundef -E %s 2>&1 | FileCheck %s
|
windows-nul.c | 3 // REQUIRES: system-windows
|
/external/clang/test/Modules/ |
Werror-Wsystem-headers.m | 7 // RUN: -isystem %S/Inputs/System/usr/include -fsyntax-only %s -verify 10 // Even with -Werror don't rebuild a system module 12 // RUN: -isystem %S/Inputs/System/usr/include -fsyntax-only %s -verify -Werror 17 // RUN: -isystem %S/Inputs/System/usr/include -fsyntax-only %s -verify \
|
/external/clang/test/Preprocessor/ |
user_defined_system_framework.c | 4 // Check that TestFramework is treated as a system header.
|
/external/clang/test/Sema/Inputs/ |
ms-keyword-system-header.h | 0 /* "System header" for testing GNU libc keyword conflict workarounds */
|
/external/clang/test/Sema/ |
varargs-win64.c | 5 __builtin_va_start(ap, a); // expected-error {{'va_start' used in System V ABI function}}
|
/external/clang/test/SemaCXX/Inputs/ |
array-bounds-system-header.h | 0 // "System header" for testing that -Warray-bounds is properly suppressed in
|
warn-new-overaligned-3.h | 3 // This header file pretends to be <new> from the system library, for the
|