OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:will
(Results
26 - 50
of
62482
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/glide/library/src/main/java/com/bumptech/glide/
Priority.java
4
* Priorities for completing loads. If more than one load is queued at a time, the load with the higher priority
will
be
5
* started first. Priorities are considered best effort, there are no guarantees about the order in which loads
will
/external/lldb/examples/test/
.lldbtest-config
5
split_stderr = True # This
will
split the stderr into configuration-specific file
6
split_stdout = True # This
will
split the stdout into configuration-specific file
/external/selinux/policycoreutils/sepolicy/sepolicy/help/
system_current_mode.txt
4
When a machine is in permissive mode, SELinux
will
continue to log SELinux AVC messages, that would have been denied if the machine was in enforcing mode.
6
Changing the current mode of the system
will
not survive a reboot. You would need to change the system mode for this.
/external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
stdafx.cpp
2
// Callstacker.pch
will
be the pre-compiled header
3
// stdafx.obj
will
contain the pre-compiled type information
/external/v8/test/webkit/fast/js/
Promise-resolve-with-itself-expected.txt
1
Test whether Promise
will
be rejected if it is resolved with itself.
3
On success, you
will
see a series of "PASS" messages, followed by "TEST COMPLETE".
/external/clang/test/Sema/
warn-unreachable.c
12
goto e; // expected-warning {{
will
never be executed}}
16
goto b; // expected-warning {{
will
never be executed}}
17
goto a; // expected-warning {{
will
never be executed}}
33
dead(); // expected-warning {{
will
never be executed}}
37
dead(); // expected-warning {{
will
never be executed}}
41
+ // expected-warning {{
will
never be executed}}
49
goto a4; // expected-warning {{
will
never be executed}}
54
dead(); // expected-warning {{
will
never be executed}}
68
dead(); // expected-warning {{
will
never be executed}}
81
dead(); // expected-warning {{
will
never be executed}
[
all
...]
warn-sizeof-array-decay.c
8
(void)sizeof(bar + 10); // expected-warning{{sizeof on pointer operation
will
return size of 'int *' instead of 'int [20]'}}
9
(void)sizeof(foo - 20); // expected-warning{{sizeof on pointer operation
will
return size of 'char *' instead of 'char [10]'}}
10
(void)sizeof(bar - x); // expected-warning{{sizeof on pointer operation
will
return size of 'int *' instead of 'int [20]'}}
11
(void)sizeof(foo + x); // expected-warning{{sizeof on pointer operation
will
return size of 'char *' instead of 'char [10]'}}
17
(void)sizeof(x, foo); // expected-warning{{sizeof on pointer operation
will
return size of 'char *' instead of 'char [10]'}}
decl-in-prototype.c
5
int f1(enum {AA,BB} E) { // expected-warning {{
will
not be visible outside of this function}}
9
int f2(enum {AA=7,BB} E) { // expected-warning {{
will
not be visible outside of this function}}
16
int f3(struct a { } *); // expected-warning {{
will
not be visible outside of this function}}
20
int f4(struct A { struct b { int j; } t; } *); // expected-warning {{declaration of 'struct A'
will
not be visible outside of this function}} expected-warning {{redefinition of 'b'
will
not be visible outside of this function}}
28
int f5(struct aA { struct ab { int j; } b; struct ab { char glorx; } glorx; } *); // expected-warning {{declaration of 'struct aA'
will
not be visible}} expected-warning {{redefinition of 'ab'
will
not be visible}} expected-warning {{redefinition of 'ab'
will
not be visible}}
30
void f6(struct z {int b;} c) { // expected-warning {{declaration of 'struct z'
will
not be visible outside of this function}}
35
void pr19018_1 (enum e19018 { qq } x); // expected-warning{{declaration of 'enum e19018'
will
not be visible outside of this function}
[
all
...]
warn-sizeof-arrayarg.c
15
// expected-warning{{sizeof on array function parameter
will
return size of 'int *' instead of 'int [10]'}}
17
// expected-warning{{sizeof on array function parameter
will
return size of 'int *' instead of 'int [10]'}}
19
// expected-warning{{sizeof on array function parameter
will
return size of 'int *' instead of 'int [10]'}}
21
// expected-warning{{sizeof on array function parameter
will
return size of 'int *' instead of 'Arr' (aka 'int [10]')}}
warn-tautological-compare.c
15
if (!b) {} // expected-warning {{address of array 'b'
will
always evaluate to 'true'}}
17
if (!c.x) {} // expected-warning {{address of array 'c.x'
will
always evaluate to 'true'}}
19
if (!str) {} // expected-warning {{address of array 'str'
will
always evaluate to 'true'}}
26
if (!array) { // expected-warning {{address of array 'array'
will
always evaluate to 'true'}}
39
if (!&pointer) { // expected-warning {{address of 'pointer'
will
always evaluate to 'true'}}
43
if (&pointer) { // expected-warning {{address of 'pointer'
will
always evaluate to 'true'}}
55
if (array) { } // expected-warning {{address of array 'array'
will
always evaluate to 'true'}}
57
if (!array) { } // expected-warning {{address of array 'array'
will
always evaluate to 'true'}}
61
array) {} // expected-warning {{address of array 'array'
will
always evaluate to 'true'}}
64
array) {} // expected-warning {{address of array 'array'
will
always evaluate to 'true'}
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
PeriodFormatterFactory.java
20
* Set the name of the locale that
will
be used when
29
* Set whether limits
will
be displayed.
31
* @param display true if limits
will
be displayed
37
* Set whether past and future
will
be displayed.
39
* @param display true if past and future
will
be displayed
45
* Set how separators
will
be displayed.
47
* @param variant the variant indicating how separators
will
be displayed
/external/skia/src/core/
SkImageGeneratorPriv.h
16
* whatever reason, it
will
return false and immediatetely delete
17
* the generator. If it succeeds, it
will
modify destination
20
* If generator is NULL,
will
safely return false.
23
* installed into destination is destroyed, it
will
call
27
* @param destination Upon success, this bitmap
will
be
30
* @param factory If not NULL, this object
will
be used as a
32
* SkDiscardableMemory::Create()
will
be called.
/external/skia/include/utils/win/
SkHRESULT.h
33
The expression
will
be evaluated.
34
If the resulting HRESULT SUCCEEDED then execution
will
continue normally.
35
If the HRESULT FAILED then the macro
will
return from the current function.
36
In variants ending with 'M' the given message
will
be traced when FAILED.
37
The HR variants
will
return the HRESULT when FAILED.
38
The HRB variants
will
return false when FAILED.
39
The HRN variants
will
return NULL when FAILED.
40
The HRV variants
will
simply return when FAILED.
41
The HRZ variants
will
return 0 when FAILED.
/development/samples/browseable/BeamLargeFiles/
_index.jd
9
handshake over NFC, file transfer
will
take place over a secondary high-speed
13
your application
will
not receive an Intent on the receiving device. Instead, the system
14
will
save the file to disk and display a notification that the user can select to open
/external/iptables/extensions/
libxt_TCPOPTSTRIP.man
1
This target
will
strip TCP options off a TCP packet. (It
will
actually replace
2
them by NO-OPs.) As such, you
will
need to add the \fB\-p tcp\fP parameters.
/external/kernel-headers/original/uapi/linux/
fadvise.h
7
#define POSIX_FADV_WILLNEED 3 /*
Will
need these pages. */
15
#define POSIX_FADV_NOREUSE 7 /* Data
will
be accessed once. */
18
#define POSIX_FADV_NOREUSE 5 /* Data
will
be accessed once. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fadvise.h
7
#define POSIX_FADV_WILLNEED 3 /*
Will
need these pages. */
15
#define POSIX_FADV_NOREUSE 7 /* Data
will
be accessed once. */
18
#define POSIX_FADV_NOREUSE 5 /* Data
will
be accessed once. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fadvise.h
7
#define POSIX_FADV_WILLNEED 3 /*
Will
need these pages. */
15
#define POSIX_FADV_NOREUSE 7 /* Data
will
be accessed once. */
18
#define POSIX_FADV_NOREUSE 5 /* Data
will
be accessed once. */
/art/test/081-hot-exceptions/
info.txt
2
exceptions encountered during trace selection. The existence of exceptions
will
/art/test/800-smali/
info.txt
2
Will
compile and run all the smali files in smali/ and run the test cases mentioned in src/Main.java.
/development/samples/WiFiDirectDemo/assets/
sample_file.txt
3
Once the devices are connected, the server i.e. groupOwner
will
listen for incoming connections and write this file.
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
todo.txt
5
- Setting a value via request.headers['Foo'] = 'bar'
will
now raise an
/external/clang/test/SemaCXX/
warn-member-not-needed.cpp
5
void g() {} // expected-warning {{is not needed and
will
not be emitted}}
/external/easymock/src/org/easymock/
CaptureType.java
19
* Defines how arguments
will
be captured by a <tt>Capture</tt> object
30
*
Will
capture the argument of the first matching call
35
*
Will
capture the argument of the last matching call
40
*
Will
capture, in order, the arguments of each matching calls
/external/iproute2/ip/
routef
8
echo "This script
will
flush the IPv4 routing table"
Completed in 268 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>