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

<<11121314151617181920>>

  /external/curl/docs/cmdline-opts/
ntlm.d 9 Microsoft and is used by IIS web servers. It is a proprietary protocol,
18 If this option is used several times, only the first one is used.
url.d 11 used, otherwise HTTP will be used. Since 7.45.0 guessing can be disabled by
14 This option may be used any number of times. To control where this URL is
append.d 6 When used in an upload, this makes curl append to the target file instead of
compressed.d 6 save the uncompressed document. If this option is used and the server sends
connect-to.d 10 specific cluster node in a cluster of servers. This option is only used to
12 used for TLS/SSL (e.g. SNI, certificate verification) or for the application
18 match the name used in request URL. It can be either numerical such as
21 This option can be used many times to add many connect rules.
egd-file.d 8 used to seed the random engine for SSL connections.
proxy-cacert.d 7 Same as --cacert but used in HTTPS proxy context.
proxy-capath.d 7 Same as --capath but used in HTTPS proxy context.
  /external/skia/src/pathops/
SkPathOpsTSect.cpp 16 return used();
25 return used();
34 return used();
43 return used();
52 return used();
61 return used();
  /external/skqp/src/pathops/
SkPathOpsTSect.cpp 16 return used();
25 return used();
34 return used();
43 return used();
52 return used();
61 return used();
  /external/valgrind/memcheck/tests/
mallinfo.c 15 size_t used; local
36 used = mi.uordblks + mi.hblkhd;
37 if (used < min)
40 if (used > max)
43 // used should be reasonably close to min
45 if (used/5*4 > min)
71 return used;
  /prebuilts/go/darwin-x86/src/internal/poll/
hook_windows.go 9 // CloseFunc is used to hook the close call.
12 // AcceptFunc is used to hook the accept call.
15 // ConnectExFunc is used to hook the ConnectEx call.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug381.go 10 // bug381.go:29: unsafe.Alignof(0) not used
12 // bug381.go:29: 4 not used
29 unsafe.Alignof(0) // ERROR "unsafe\.Alignof|value computed is not used"
bug444.go 7 // The no-op conversion here used to confuse the compiler
21 reflect.TypeOf(T(nil)) // used to miscompile
26 return []byte(nil)[0] // used to miscompile
  /prebuilts/go/linux-x86/src/internal/poll/
hook_windows.go 9 // CloseFunc is used to hook the close call.
12 // AcceptFunc is used to hook the accept call.
15 // ConnectExFunc is used to hook the ConnectEx call.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug381.go 10 // bug381.go:29: unsafe.Alignof(0) not used
12 // bug381.go:29: 4 not used
29 unsafe.Alignof(0) // ERROR "unsafe\.Alignof|value computed is not used"
bug444.go 7 // The no-op conversion here used to confuse the compiler
21 reflect.TypeOf(T(nil)) // used to miscompile
26 return []byte(nil)[0] // used to miscompile
  /device/google/contexthub/firmware/os/core/
heap.c 39 uint32_t used: 1; member in struct:HeapNode
84 node->used = 0;
100 if (!node->used && next && !next->used) { /* merged */
130 if (!node->used && node->size >= sz && (!best || best->size > node->size)) {
146 node->used = 0;
159 best->used = 1;
182 node->used = 0;
187 while (node->prev && !node->prev->used)
190 while ((t = heapPrvGetNext(node)) && !t->used) {
    [all...]
  /bionic/libc/kernel/uapi/linux/
virtio_ring.h 55 struct vring_used * used; member in struct:vring
61 #define vring_avail_event(vr) (* (__virtio16 *) & (vr)->used->ring[(vr)->num])
  /build/kati/testcase/
canned_recipes.mk 3 # canned recipes are used in gyp-generated Makefile (fixup_dep etc)
  /device/google/contexthub/firmware/os/platform/stm32/flash_script/
tool.c 57 static void __attribute__((used)) flashEraseAll(void)
64 static void __attribute__((used)) flashWriteOneK(uint32_t addr, const uint8_t* data)
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/src/
startup.c 18 __attribute__ ((used))
37 __attribute__ ((used, section(".isr_vector")))
  /external/capstone/
pkgconfig.mk 2 # To be used to generate capstone.pc for pkg-config
  /external/clang/test/Modules/
cxx-irgen.cpp 18 __attribute__((used)) void f(A *p) { p->g(); }
25 __attribute__((used)) void f(B *p) { p->g(); }
  /external/clang/test/Sema/
warn-unused-function.c 18 static void __attribute__((used)) f5() {}
20 static void __attribute__((used)) f6();

Completed in 219 milliseconds

<<11121314151617181920>>