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

<<11121314151617181920>>

  /external/curl/docs/cmdline-opts/
raw.d 6 When used, it disables all internal HTTP decoding of content or transfer
request.d 7 HTTP server. The specified request method will be used instead of the method
8 otherwise used (which defaults to GET). Read the HTTP 1.1 specification for
16 This option only changes the actual word used in the HTTP request, it does not
20 The method string you set with --request will be used for all requests, which
39 If this option is used several times, the last one will be used.
retry-connrefused.d 6 error too for --retry. This option is used together with --retry.
socks5-hostname.d 15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
16 --proxy is used with an HTTP/HTTPS proxy. In such a case curl first connects to
19 If this option is used several times, the last one will be used.
socks5.d 15 Since 7.52.0, --preproxy can be used to specify a SOCKS proxy at the same time
16 --proxy is used with an HTTP/HTTPS proxy. In such a case curl first connects to
19 If this option is used several times, the last one will be used.
digest.d 11 If this option is used several times, only the first one is used.
location.d 8 option will make curl redo the request on the new place. If used together with
10 authentication is used, curl only sends its credentials to the initial
max-time.d 13 If this option is used several times, the last one will be used.
  /external/llvm/test/MC/Mips/
cprestore-warning-unused.s 10 # CHECK: :[[@LINE-1]]:3: warning: no .cprestore used in PIC mode
macro-la-bad.s 12 # N64: :[[@LINE-3]]:3: error: la used to load 64-bit address
17 # N64: :[[@LINE-3]]:3: error: la used to load 64-bit address
22 # N32-NOT: :[[@LINE-1]]:3: error: la used to load 64-bit address
23 # N64: :[[@LINE-2]]:3: error: la used to load 64-bit address
  /external/speex/libspeex/
vq_sse.h 19 contributors may be used to endorse or promote products derived from
38 int i,j,k,used; local
42 used = 0;
59 for (k=N-1; (k >= 1) && (k > used || dist[i] < best_dist[k-1]); k--)
66 used++;
77 int i,j,k,used; local
81 used = 0;
108 for (k=N-1; (k >= 1) && (k > used || dist[i] < best_dist[k-1]); k--)
115 used++;
  /hardware/interfaces/automotive/
README.md 6 The automotive HAL tree is used by Android Automotive to discover and
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug235.go 7 // used to crash the compiler
issue11699.go 7 // issue 11699; used to fail with duplicate _.args_stackmap symbols.
  /prebuilts/go/darwin-x86/test/interface/
recursive1.go 7 // Mutually recursive type definitions imported and used by recursive1.go.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug235.go 7 // used to crash the compiler
issue11699.go 7 // issue 11699; used to fail with duplicate _.args_stackmap symbols.
  /prebuilts/go/linux-x86/test/interface/
recursive1.go 7 // Mutually recursive type definitions imported and used by recursive1.go.
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
DiskUsage.java 16 * contributors may be used to endorse or promote products derived
56 long used = (store.getTotalSpace() - store.getUnallocatedSpace()) / K; local
64 System.out.format("%-20s %12d %12d %12d\n", s, total, used, avail);
68 System.out.format("%-20s %12s %12s %12s\n", "Filesystem", "kbytes", "used", "avail");
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
DiskUsage.java 16 * contributors may be used to endorse or promote products derived
56 long used = (store.getTotalSpace() - store.getUnallocatedSpace()) / K; local
64 System.out.format("%-20s %12d %12d %12d\n", s, total, used, avail);
68 System.out.format("%-20s %12s %12s %12s\n", "Filesystem", "kbytes", "used", "avail");
  /test/vts/tools/build/tasks/list/
vts_test_host_bin_package_list.mk 9 # Need to package mkdtboimg.py since the tool is not just used by the VTS test.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
lui-1.l 7 .*\.s:10: Error: register value used as expression `lui \$2,0\+\$3'
8 .*\.s:11: Error: register value used as expression `lui \$2,\(\(\$3\)\)'
  /toolchain/binutils/binutils-2.27/gold/testsuite/
ifuncmain7.c 18 static void * __attribute__ ((used)) foo_ifunc (void) __asm__ ("foo");
22 __attribute__ ((used))
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
attr-dsbt-11.d 11 Tag_ABI_DSBT: DSBT addressing used
  /external/syslinux/core/lwip/src/core/
mem.c 35 * 3. The name of the author may not be used to endorse or promote products
160 /** 1: this area is used; 0: this area is unused */
161 u8_t used; member in struct:mem
189 /** pointer to the lowest free block, this is used for faster search */
240 LWIP_ASSERT("plug_holes: mem->used == 0", mem->used == 0);
246 if (mem != nmem && nmem->used == 0 && (u8_t *)nmem != (u8_t *)ram_end) {
257 if (pmem != mem && pmem->used == 0) {
284 mem->used = 0;
287 ram_end->used = 1
    [all...]

Completed in 1520 milliseconds

<<11121314151617181920>>