OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:will
(Results
401 - 425
of
62482
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/ndk/platforms/android-9/arch-x86/include/asm/
string_32.h
14
*** Any manual change here
will
be lost the next time this script
will
system.h
14
*** Any manual change here
will
be lost the next time this script
will
thread_info.h
14
*** Any manual change here
will
be lost the next time this script
will
thread_info_32.h
14
*** Any manual change here
will
be lost the next time this script
will
tlbflush.h
14
*** Any manual change here
will
be lost the next time this script
will
uaccess.h
14
*** Any manual change here
will
be lost the next time this script
will
unistd.h
14
*** Any manual change here
will
be lost the next time this script
will
user.h
14
*** Any manual change here
will
be lost the next time this script
will
/development/samples/Snake/
_index.html
3
because when you catch one, not only
will
you become longer, but you'll move
4
faster. Running into yourself or the walls
will
end the game..</p>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/interfaces/
ECPointEncoder.java
14
* in point compression
will
not be used. If the String "COMPRESSED" is passed point
15
* compression
will
be used. The default is "UNCOMPRESSED".
/external/clang/test/SemaCXX/
unreachable-catch-clauses.cpp
12
catch (Ex1 &e) { f(); } // expected-warning {{exception of type 'Ex1 &'
will
be caught by earlier handler}}
13
catch (Ex2 &e) { f(); } // expected-warning {{exception of type 'Ex2 &' (aka 'Ex1 &')
will
be caught by earlier handler}}
vararg-non-pod.cpp
21
g(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call
will
abort at runtime}}
25
ptr(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call
will
abort at runtime}}
33
c.g(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call
will
abort at runtime}}
37
(c.*ptr)(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call
will
abort at runtime}}
40
C::h(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call
will
abort at runtime}}
44
static_ptr(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic function; call
will
abort at runtime}}
54
block(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic block; call
will
abort at runtime}}
69
d(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call
will
abort at runtime}}
81
E e(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call
will
abort at runtime}} \
83
(void)E(10, c); // expected-warning{{cannot pass object of non-POD type 'C' through variadic constructor; call
will
abort at runtime}}
[
all
...]
warn-bool-conversion.cpp
48
b = f1; // expected-warning {{address of function 'f1'
will
always evaluate to 'true'}} \
50
if (f1) {} // expected-warning {{address of function 'f1'
will
always evaluate to 'true'}} \
52
b = S::f2; // expected-warning {{address of function 'S::f2'
will
always evaluate to 'true'}} \
54
if (S::f2) {} // expected-warning {{address of function 'S::f2'
will
always evaluate to 'true'}} \
56
b = f5; // expected-warning {{address of function 'f5'
will
always evaluate to 'true'}} \
59
b = f6; // expected-warning {{address of function 'f6'
will
always evaluate to 'true'}} \
85
// expected-warning@-1{{address of array 'b'
will
always evaluate to 'true'}}
87
// expected-warning@-1{{address of array 'b'
will
always evaluate to 'true'}}
89
// expected-warning@-1{{address of array 'c.x'
will
always evaluate to 'true'}}
91
// expected-warning@-1{{address of array 'str'
will
always evaluate to 'true'}
[
all
...]
/external/clang/test/SemaObjC/
objc-buffered-methods.m
22
- (int) func { return prop; } // compiles - synthesized ivar
will
be accessible here.
23
- (int)get_g { return global; } // No warning here - synthesized ivar
will
be accessible here.
/external/e2fsprogs/ext2ed/
ext2ed.conf.in
30
# filesystem. When on, each change
will
be logged - Both the previous data
37
# AllowChanges off
will
not allow ext2ed to do any changes to the
38
# filesystem - The "enablewrite" command
will
not work. When on, enablewrite
39
#
will
still have to be issued to allow write access.
45
# With this option you can choose whether ext2ed
will
allow read-only mode on
55
# All the ext2 specific commands
will
be aviable despite the possible
64
# parameters. In this case, they
will
be taken from here. See also
73
# above. This is not recommended, as ext2ed
will
fallback by default to those
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
ResourceTranscoder.java
8
* @param <Z> The type of the resource that
will
be transcoded from.
9
* @param <R> The type of the resource that
will
be transcoded to.
/external/jmonkeyengine/
Android.mk
14
# jMonkeyEngine needs these resources, but they
will
eventually get
15
# stripped out even if they're compiled into the jar. You
will
need
/external/libcap-ng/libcap-ng-0.7/docs/
capng_have_capabilities.3
11
capng_have_capabilities
will
check the selected internal capabilities sets to see what the status is. The capabilities sets must be previously setup with calls to capng_get_caps_process, capng_get_caps_fd, or in some other way setup. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if clearing both is desired.
15
This funtion
will
return one of the following four self explanatory values: CAPNG_FAIL, CAPNG_NONE, CAPNG_PARTIAL, CAPNG_FULL.
capng_have_capability.3
11
capng_have_capability
will
check the specified internal capabilities set to see if the specified capability is set. The capabilities sets must be previously setup with calls to capng_get_caps_process, capng_get_caps_fd, or in some other way setup. The values for which should be one of: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, or CAPNG_BOUNDING_SET.
15
This funtion
will
return 1 if yes and 0 otherwise.
capng_set_caps_fd.3
11
This function
will
write the file based capabilities to the extended attributes of the file that the descriptor was opened against. The bounding set is not included in file based capabilities operations. Note that this function
will
only work if compiled on a kernel that supports file based capabilities such as 2.6.2
/external/llvm/cmake/modules/
FindSphinx.cmake
8
# If successful the following variables
will
be defined
17
# this
will
also set SPHINX_FOUND to true if SPHINX_EXECUTABLE exists
/external/llvm/test/CodeGen/X86/
inalloca-regparm.ll
4
; This
will
compile successfully on x86 but not x86_64, because %b
will
become a
/external/selinux/libsemanage/src/
semanageswig_ruby.i
34
/* the wrapper
will
setup this parameter for passing... the resulting ruby functions
35
will
not take the semanage_module_info_t ** parameter */
46
/* the wrapper
will
setup this parameter for passing... the resulting python functions
47
will
not take the semanage_context_t ** parameter */
58
/* the wrapper
will
setup this parameter for passing... the resulting python functions
59
will
not take the semanage_bool_t *** parameter */
82
/* the wrapper
will
setup this parameter for passing... the resulting python functions
83
will
not take the semanage_fcontext_t *** parameter */
106
/* the wrapper
will
setup this parameter for passing... the resulting python functions
107
will
not take the semanage_iface_t *** parameter *
[
all
...]
/external/sepolicy/
seapp_contexts
10
# isOwner=true
will
only match for the owner/primary user.
11
# isOwner=false
will
only match for secondary users.
13
# An unspecified string selector
will
match any value.
14
# A user string selector that ends in *
will
perform a prefix match.
15
# user=_app
will
match any regular app UID.
16
# user=_isolated
will
match any isolated service UID.
35
# Only entries that specify domain=
will
be used for app process labeling.
36
# Only entries that specify type=
will
be used for app directory labeling.
/external/skia/include/images/
SkForceLinking.h
11
* This is necessary in applications that
will
create image decoders from
15
* Passing true
will
result in leaked objects.
Completed in 61 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>