HomeSort by relevance Sort by last modified time
    Searched refs:used (Results 101 - 125 of 4561) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug379.go 10 // bug378.go:17: 1 + 2 not used
12 // bug378.go:17: 1 not used
17 1 + 2 // ERROR "1 \+ 2 evaluated but not used|value computed is not used"
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
dla-warn.l 2 .*:1: Warning: dla used to load 32-bit register; recommend using la instead
la-warn.l 2 .*:1: Warning: la used to load 64-bit address; recommend using dla instead
jal-newabi.s 1 # Source file used to test the jal macro for NewABI.
odd-float.s 1 # Source file used to test operations on odd numbered floating point
trunc.s 1 # Source file used to test the trunc macros.
  /prebuilts/go/darwin-x86/test/import4.dir/
import4.go 5 // Verify that various kinds of "imported and not used"
12 import "fmt" // ERROR "imported and not used.*fmt"
15 import X "math" // ERROR "imported and not used.*math"
18 import . "bufio" // ERROR "imported and not used.*bufio"
21 import "./empty" // ERROR "imported and not used.*empty"
22 import Z "./empty" // ERROR "imported and not used.*empty"
23 import . "./empty" // ERROR "imported and not used.*empty"
  /prebuilts/go/linux-x86/test/import4.dir/
import4.go 5 // Verify that various kinds of "imported and not used"
12 import "fmt" // ERROR "imported and not used.*fmt"
15 import X "math" // ERROR "imported and not used.*math"
18 import . "bufio" // ERROR "imported and not used.*bufio"
21 import "./empty" // ERROR "imported and not used.*empty"
22 import Z "./empty" // ERROR "imported and not used.*empty"
23 import . "./empty" // ERROR "imported and not used.*empty"
  /external/boringssl/src/crypto/bio/
hexdump.c 17 * If this package is used in a product, Eric Young should be given attribution
18 * as the author of the parts of the library used.
35 * being used are not cryptographic related :-).
69 unsigned used; // number of bytes in the current line. member in struct:hexdump_ctx
99 if (ctx->used == 0) {
116 if (ctx->used == 7) {
120 } else if (ctx->used == 15) {
131 ctx->right_chars[ctx->used] = to_char(data[i]);
132 ctx->used++;
134 if (ctx->used == 16)
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
NativeThreadSet.java 35 private int used = 0; field in class:NativeThreadSet
52 if (used >= elts.length) {
63 used++;
77 used--;
78 if (used == 0 && waitingToEmpty)
87 while (used > 0) {
88 int u = used;
  /external/strace/
dyxlat.c 12 * 3. The name of the author may not be used to endorse or promote products
30 size_t used; member in struct:dyxlat
46 dyxlat->used = 1;
59 for (i = 0; i < dyxlat->used - 1; ++i) {
81 for (i = 0; i < dyxlat->used - 1; ++i) {
93 if (dyxlat->used >= dyxlat->allocated)
97 dyxlat->xlat[dyxlat->used - 1].val = val;
98 dyxlat->xlat[dyxlat->used - 1].str = xstrndup(str, len);
99 MARK_END(dyxlat->xlat[dyxlat->used]);
100 dyxlat->used++
    [all...]
  /external/curl/docs/cmdline-opts/
get.d 5 When used, this option will make all data specified with --data, --data-binary
6 or --data-urlencode to be used in an HTTP GET request instead of the POST
7 request that otherwise would be used. The data will be appended to the URL
10 If used in combination with --head, the POST data will instead be appended to
13 If this option is used several times, only the first one is used. This is
disable.d 5 If used as the first parameter on the command line, the \fIcurlrc\fP config
6 file will not be read and used. See the --config for details on the default
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
unused.go 16 fmt.Errorf("") // ERROR "result of fmt.Errorf call not used"
19 errors.New("") // ERROR "result of errors.New call not used"
22 err.Error() // ERROR "result of \(error\).Error call not used"
25 buf.String() // ERROR "result of \(bytes.Buffer\).String call not used"
27 fmt.Sprint("") // ERROR "result of fmt.Sprint call not used"
28 fmt.Sprintf("") // ERROR "result of fmt.Sprintf call not used"
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
unused.go 16 fmt.Errorf("") // ERROR "result of fmt.Errorf call not used"
19 errors.New("") // ERROR "result of errors.New call not used"
22 err.Error() // ERROR "result of \(error\).Error call not used"
25 buf.String() // ERROR "result of \(bytes.Buffer\).String call not used"
27 fmt.Sprint("") // ERROR "result of fmt.Sprint call not used"
28 fmt.Sprintf("") // ERROR "result of fmt.Sprintf call not used"
  /external/compiler-rt/lib/ubsan/
ubsan_init_standalone.cc 23 __attribute__((section(".preinit_array"), used))
  /external/compiler-rt/test/asan/TestCases/Linux/
calloc-preload.c 23 __attribute__((section(".preinit_array"), used))
27 // This used to abort because
  /external/speex/libspeex/
vq_bfin.h 20 contributors may be used to endorse or promote products derived from
73 int i,k,used; local
74 used = 0;
96 for (k=N-1; (k >= 1) && (k > used || dist < best_dist[k-1]); k--)
103 used++;
  /external/valgrind/callgrind/
costs.c 45 (cost_chunk_current->size - cost_chunk_current->used < size)) {
52 cc->used = 0;
64 ptr = &(cost_chunk_current->data[cost_chunk_current->used]);
65 cost_chunk_current->used += size;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
adr-invalid.l 3 [^:]*:4: Error: undefined symbol undefinedvar used as an immediate value
5 [^:]*:6: Error: undefined symbol undefinedvar used as an immediate value
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
cdx_callr.s 1 # Source file used to test the callr instruction
cdx_jmpr.s 1 # Source file used to test the jmpr.n instruction.
cdx_trap.s 1 # Source file used to test the CDX trap.n instructions
sub.s 1 # Source file used to test the add and addi instructions.
  /external/capstone/
functions.mk 2 # Common functions used by Makefile & tests/Makefile

Completed in 526 milliseconds

1 2 3 45 6 7 8 91011>>