OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:will
(Results
251 - 275
of
95982
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/art/test/DexToDexDecompiler/
Main.java
19
//
Will
be quickened with RETURN_VOID_NO_BARRIER.
25
// The call and field accesses
will
be quickened.
28
// The checkcast
will
be quickened.
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ipt_LOG.h
14
*** Any manual change here
will
be lost the next time this script
will
21
#warning "Please update iptables, this file
will
be removed soon!"
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
ip6t_LOG.h
14
*** Any manual change here
will
be lost the next time this script
will
21
#warning "Please update iptables, this file
will
be removed soon!"
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/
IdeController.uni
2
// IDE Controller Init module that
will
produce IDE_CONTROLLER_INIT protocol
19
#string STR_MODULE_ABSTRACT #language en-US "IDE Controller Init module that
will
produce IDE_CONTROLLER_INIT protocol"
21
#string STR_MODULE_DESCRIPTION #language en-US "IDE Controller Init module that
will
produce IDE_CONTROLLER_INIT protocol."
/external/autotest/client/common_lib/
log.py
5
# these statuses are ordered such that a status earlier in the list
will
6
# override a status later in a list (e.g. ERROR during a test
will
override
7
# prior GOOD results, but WARN
will
not override a FAIL)
/external/autotest/client/site_tests/network_ChromeWifiTDLS/
control
9
This test
will
fail if the Shill fails to respond to a TDLS configure call.
18
networikingPrivate API. It does not assume that configuration
will
actually
19
succeed (since that
will
depend on the environment), just that the call itself
/external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/
control
8
CRITERIA = "This
will
run a test of re-owning the TPM."
15
This test
will
verify that crytpohome
will
re-create the user's vault directory
/external/autotest/client/site_tests/security_ChromiumOSLSM/
control
8
This test
will
fail if:
21
The following
will
be tested:
23
- Mount: Test that specifying a mount path containing a symbolic link
will
fail
/external/clang/test/ARCMT/
GC-check.m
11
CFTypeRef c = CFMakeCollectable(cft); // expected-error {{CFMakeCollectable
will
leak the object that it receives in ARC}} \
13
NSAllocateCollectable(100, 0); // expected-error {{call returns pointer to GC managed memory; it
will
become unmanaged in ARC}}
17
__strong void *gcVar; // expected-error {{GC managed memory
will
become unmanaged in ARC}}
/external/curl/docs/cmdline-opts/
continue-at.d
8
is the exact number of bytes that
will
be skipped, counting from the beginning
10
uploads, the FTP server command SIZE
will
not be used by curl.
15
If this option is used several times, the last one
will
be used.
disable-epsv.d
6
transfers. Curl
will
normally always first attempt to use EPSV before PASV,
7
but with this option, it
will
not try using EPSV.
12
If the server is an IPv6 host, this option
will
have no effect as EPSV is
get.d
5
When used, this option
will
make all data specified with --data, --data-binary
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
max-filesize.d
7
requested is larger than this value, the transfer
will
not start and curl
will
10
A size modifier may be used. For example, Appending 'k' or 'K'
will
count the
retry-max-time.d
6
The retry timer is reset before the first transfer attempt. Retries
will
be
8
limit. Notice that if the timer hasn't reached the limit, the request
will
be
13
If this option is used several times, the last one
will
be used.
url.d
9
then curl
will
make a guess based on the host. If the outermost sub-domain
10
name matches DICT, FTP, IMAP, LDAP, POP3 or SMTP then that protocol
will
be
11
used, otherwise HTTP
will
be used. Since 7.45.0 guessing can be disabled by
/external/iproute2/man/man8/
routel.8
16
The routel script
will
list routes in a format that some might consider easier to interpret then the ip route list equivalent.
18
The routef script does not take any arguments and
will
simply flush the routing table down the drain. Beware! This means deleting all routes which
will
make your network unusable!
/external/jline/src/src/main/java/jline/
Completor.java
13
*
will
be resolved.
21
* list
will
not be sorted before being displayed to the
29
* the completion
will
be relative
/external/kernel-headers/original/uapi/linux/
fadvise.h
8
#define POSIX_FADV_WILLNEED 3 /*
Will
need these pages. */
16
#define POSIX_FADV_NOREUSE 7 /* Data
will
be accessed once. */
19
#define POSIX_FADV_NOREUSE 5 /* Data
will
be accessed once. */
/external/libcap-ng/libcap-ng-0.7/docs/
capng_apply.3
11
capng_apply
will
transfer the specified internal posix capabilities settings to the kernel. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if transferring both is desired.
19
If you are doing multi-threaded programming, calling this function
will
only set capabilities on the calling thread. All other threads are unaffected. If you want to set overall capabilities for a multi-threaded process, you
will
need to do that before creating any threads. See the capset syscall for more information on this topic.
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Router.java
10
* A {@link Router}
will
handle mojo message and forward those to a {@link Connector}. It deals with
22
* Set the {@link MessageReceiverWithResponder} that
will
deserialize and use the message
28
* Set the handle that
will
be notified of errors on the message pipe.
/external/libpcap/
pcap_breakloop.3pcap
35
sets a flag that
will
force
39
to return rather than looping; they
will
return the number of packets
48
itself
will
not necessarily terminate those loops - as well as in loops
57
call
will
be restarted, and the loop
will
not terminate until more
64
a call to pcap_breakloop() in a different thread
will
not unblock that
65
thread; you
will
need to use whatever mechanism the OS provides for
74
will
, on some platforms, loop reading packets from the OS; that loop
75
will
not necessarily be terminated by a signal, so
84
does not guarantee that no further packets
will
be processed b
[
all
...]
/external/llvm/test/CodeGen/X86/
ipra-transform.ll
11
; Due to preserve_allcc foo()
will
save some registers at start of foo()
12
; prefix NOIPRA
will
verify that.
18
; When IPRA is present above registers
will
not be saved and that is verified
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_close/
assertions.xml
3
sem_close
will
return zero after successful completion.
6
sem_close
will
deallocate system resources allocated by sem_open for the
10
sem_close
will
have no effect on the state of the semaphore if sem_unlink
/external/protobuf/benchmarks/
README.md
21
Each data set
will
be written to its own file. Benchmarks
will
25
We would like to add more data sets. In general we
will
favor data sets
/external/selinux/libsemanage/man/man3/
semanage_count.3
20
The count function
will
return the number of all objects in the selected location.
26
is used to track persistent state across semanage calls, and for error reporting. The number of objects
will
be stored at the location poined by
37
Otherwise a non-negative integer is returned (a commit number). The same number
will
be returned by all other semanage object read calls until the next commit.
Completed in 189 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>