/system/core/toolbox/upstream-netbsd/bin/dd/ |
misc.c | 208 #define ADDS(p) do { if (enable != 0) buffer_write(p, strlen(p), 0); } \ 221 ADDS(nbuf); 228 ADDS(hbuf); 233 ADDS(nbuf); 240 ADDS(hbuf); ADDS("/sec"); 245 ADDS(nbuf); 250 ADDS(nbuf); 255 ADDS(nbuf); 260 ADDS(nbuf) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
addthumb2err.l | 7 [^:]*:14: Error: shift value over 3 not allowed in thumb mode -- `adds sp,sp,r0,LSL#4' 8 [^:]*:15: Error: only LSL shift allowed in thumb mode -- `adds sp,sp,r0,LSR#3' 9 [^:]*:16: Error: only LSL shift allowed in thumb mode -- `adds sp,sp,r0,ASR#3' 10 [^:]*:17: Error: only LSL shift allowed in thumb mode -- `adds sp,sp,r0,ROR#3' 11 [^:]*:18: Error: only LSL shift allowed in thumb mode -- `adds sp,sp,r0,RRX'
|
group-reloc-alu.d | 48 0[0-9a-f]+ <[^>]+> e2900c01 adds r0, r0, #256 ; 0x100 50 0[0-9a-f]+ <[^>]+> e2900c01 adds r0, r0, #256 ; 0x100 52 0[0-9a-f]+ <[^>]+> e2900c01 adds r0, r0, #256 ; 0x100 54 0[0-9a-f]+ <[^>]+> e2900c01 adds r0, r0, #256 ; 0x100 56 0[0-9a-f]+ <[^>]+> e2900c01 adds r0, r0, #256 ; 0x100 58 0[0-9a-f]+ <[^>]+> e2900c01 adds r0, r0, #256 ; 0x100 60 0[0-9a-f]+ <[^>]+> e2900c01 adds r0, r0, #256 ; 0x100 62 0[0-9a-f]+ <[^>]+> e2900c01 adds r0, r0, #256 ; 0x100 64 0[0-9a-f]+ <[^>]+> e2900c01 adds r0, r0, #256 ; 0x100 66 0[0-9a-f]+ <[^>]+> e2900c01 adds r0, r0, #256 ; 0x10 [all...] |
sp-pc-usage-t.d | 29 00000046 <foo\+0x46> eb1d 0000 adds.w r0, sp, r0 31 0000004e <foo\+0x4e> eb1d 0040 adds.w r0, sp, r0, lsl #1 44 0000007a <foo\+0x7a> f11d 0d04 adds.w sp, sp, #4 45 0000007e <foo\+0x7e> f11d 0004 adds.w r0, sp, #4 48 00000088 <foo\+0x88> f11d 0d04 adds.w sp, sp, #4 53 00000098 <foo\+0x98> eb1d 0d00 adds.w sp, sp, r0 54 0000009c <foo\+0x9c> eb1d 0000 adds.w r0, sp, r0 55 000000a0 <foo\+0xa0> eb1d 0040 adds.w r0, sp, r0, lsl #1 58 000000aa <foo\+0xaa> eb1d 0d00 adds.w sp, sp, r0 59 000000ae <foo\+0xae> eb1d 0d40 adds.w sp, sp, r0, lsl # [all...] |
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
DeviceReportLog.java | 67 * Adds a double metric to the report. 81 * Adds a double metric to the report. 94 * Adds a double array of metrics to the report. 108 * Adds a double array of metrics to the report. 121 * Adds an int metric to the report. 133 * Adds a long metric to the report. 145 * Adds a float metric to the report. 157 * Adds a boolean metric to the report. 169 * Adds a String metric to the report. 181 * Adds an int array of metrics to the report [all...] |
/cts/common/host-side/util/src/com/android/compatibility/common/util/ |
MetricsReportLog.java | 81 * Adds a double metric to the report. 95 * Adds a double metric to the report. 109 * Adds a double array of metrics to the report. 123 * Adds a double array of metrics to the report. 136 * Adds an int metric to the report. 148 * Adds a long metric to the report. 160 * Adds a float metric to the report. 172 * Adds a boolean metric to the report. 184 * Adds a String metric to the report. 196 * Adds an int array of metrics to the report [all...] |
/bionic/libc/kernel/tools/ |
utils.py | 114 """determine changes, returns (adds, deletes, edits)""" 115 adds = set() 121 adds.add(dst) 129 return (adds, deletes, edits) 139 adds, deletes, edits = self.getChanges() 141 for dst in sorted(adds): 151 adds, deletes, edits = self.getChanges() 153 if adds: 154 for dst in sorted(adds): 156 commands.getoutput("git add " + " ".join(adds)) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
addsub.d | 224 360: 2b0100f0 adds w16, w7, w1 225 364: 2b2100f0 adds w16, w7, w1, uxtb 226 368: 2b2100f0 adds w16, w7, w1, uxtb 227 36c: 2b2104f0 adds w16, w7, w1, uxtb #1 228 370: 2b2108f0 adds w16, w7, w1, uxtb #2 229 374: 2b210cf0 adds w16, w7, w1, uxtb #3 230 378: 2b2110f0 adds w16, w7, w1, uxtb #4 231 37c: 2b2120f0 adds w16, w7, w1, uxth 232 380: 2b2120f0 adds w16, w7, w1, uxth 233 384: 2b2124f0 adds w16, w7, w1, uxth # [all...] |
/system/core/fastboot/ |
socket_mock.h | 65 // Adds an expectation for Send(). 68 // Adds an expectation for Send() that returns false. 71 // Adds data to provide for Receive(). 74 // Adds a Receive() timeout after which ReceiveTimedOut() will return true. 77 // Adds a Receive() failure after which ReceiveTimedOut() will return false. 80 // Adds a Socket to return from Accept().
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/configs/rcu/ |
ver_functions.sh | 25 # Adds n_barrier_cbs rcutorture module parameter to kernels having it. 37 # Adds onoff rcutorture module parameters to kernels having it. 48 # Adds per-version torture-module parameters to kernels supporting them.
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/configs/rcuperf/ |
ver_functions.sh | 25 # Adds nreaders rcuperf module parameter if not already specified. 35 # Adds nwriters rcuperf module parameter if not already specified. 45 # Adds per-version torture-module parameters to kernels supporting them.
|
/art/runtime/interpreter/mterp/arm/ |
op_goto_32.S | 9 * we need the V bit set, we'll use an adds to convert from Dalvik
|
/art/runtime/interpreter/mterp/arm64/ |
op_goto_32.S | 9 * we need the V bit set, we'll use an adds to convert from Dalvik
|
/art/runtime/interpreter/mterp/x86/ |
op_goto_32.S | 9 * we need the V bit set, we'll use an adds to convert from Dalvik
|
/cts/tests/app/src/android/app/cts/ |
IntentServiceTest.java | 52 final int adds = 3; local 59 for (int i = 0; i < adds; i++) { 67 return IntentServiceStub.getOnHandleIntentCalledCount() == adds; 74 return IntentServiceStub.getAccumulator() == adds * value;
|
/development/samples/Wiktionary/ |
_index.html | 4 <p>When installed, this adds a "Wiktionary" option to the widget installation
|
/development/samples/WiktionarySimple/ |
_index.html | 3 <p>When installed, this adds a "Wiktionary simple" option to the widget
|
/external/autotest/utils/ |
site_test_importer.sh | 7 # This script adds desired tests to ChromeOS Autotest server.
|
/external/junit/src/main/java/org/junit/rules/ |
ErrorCollector.java | 43 * Adds a Throwable to the table. Execution continues, but the test will fail at the end. 50 * Adds a failure to the table if {@code matcher} does not match {@code value}. 58 * Adds a failure with the given {@code reason} 72 * Adds to the table the exception, if any, thrown from {@code callable}.
|
/external/libmojo/mojo/public/interfaces/bindings/tests/ |
sample_import2.mojom | 10 // This sample adds more types and constants to the "imported" namespace,
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-arm64-dead-def-elimination-flag.ll | 15 ; CHECK: adds {{x[0-9]+}}, sp, #15
|
/external/llvm/test/CodeGen/ARM/ |
fold-const.ll | 8 ; CHECK-NOT: adds
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/ |
assertions.xml | 3 The sighold () function adds a signal sig to the signal mask of the calling process.
|
/external/ltp/testcases/realtime/func/sched_jitter/ |
README | 11 adds in switching quickly to another task and back.
|
/external/parameter-framework/upstream/skeleton-subsystem/ |
README.md | 5 It adds an `owner` and `message` mapping key and print it when reading or
|