OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:will
(Results
1 - 25
of
116682
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/nanohttpd/nanolets/src/test/resources/
exception.html
1
this
will
throw an io exceptio
/cts/tests/systemAppTest/prebuilts/
readme.txt
1
This directory
will
contain signed CtsSystemAppTestCases.apk.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setspecific/
coverage.txt
5
2 NO *
Will
not test
6
3 YES *
Will
not test [ENOMEM]
/external/chromium-libpac/test/js-unittest/
unhandled_exception.js
2
// This
will
throw a runtime exception.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
comment-3.s
1
# If we aren't careful, '@'
will
be considered an operator.
/external/ltp/testcases/commands/mail/
00_Descriptions.txt
2
Test that mail user@domain
will
send a mail to that user at that domain.
5
Test that mail user@bad-domain
will
result in a warning from the mailer daemon that the domain does not exist.
8
Test that mail non_existent_user@localhost
will
result in delivery failure. Mailer-Daemon
will
report this failure.
11
Test that mail -c user@domain option
will
carbon copy that user.
14
Test that mail -b user@domain option
will
blind carbon copy that user.
/external/ltp/testcases/kernel/device-drivers/drm/kernel_space/
README
1
Note on the DRM testcases, the kernel modules
will
load but all the tests
2
will
fail if AGP hardware isn't present or supported on the test system.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
coverage.txt
7
4 NO *
Will
not test
8
5 NO *
Will
not test
/art/test/401-optimizing-compiler/
info.txt
1
A set of tests for the optimizing compiler. They
will
incrementally cover what the
/external/kernel-headers/original/uapi/asm-generic/
kvm_para.h
3
*
will
delete it.
/external/kernel-headers/original/uapi/linux/
irqnr.h
3
*
will
delete it.
/external/ltp/testcases/commands/cron/
00_Descriptions.txt
2
Test that crontab <filename> installs the cron-job-file and cron
will
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_svc_getcaller/
assertions.xml
3
Test of RPC svc_getcaller() function. Server
will
send client IP address to client. Client
will
check
will
check if returned address is the same as its own address
/external/markdown/tests/misc/
funky-list.html
3
<li>this
will
show as number "2"</li>
4
<li>this
will
show as number "3."</li>
5
<li>any number, +, -, or *
will
keep the list going.</li>
funky-list.txt
2
+ this
will
show as number "2"
3
* this
will
show as number "3."
4
9. any number, +, -, or *
will
keep the list going.
/external/selinux/python/sepolicy/sepolicy/help/
transition_from_boolean_1.txt
1
After selecting the arrow under Boolean Enabled column, the line
will
expand to show a link which you can click. This
will
take you to the booleans page and allow you to enable the boolean which
will
enable or disable the transition.
system_policy_type.txt
1
If you have more then one policy type installed, the advanced screen
will
become visible. You can select the advanced tab and modify the policy type that SELinux is running with.
5
Changing the policy type of the machine
will
require a system relabeled in permissive mode. The gui
will
insure that proper labels get assigned on the next reboot.
/external/mesa3d/prebuilt-intermediates/main/
remap_helper.h
50
/* _mesa_function_pool[70]: PolygonOffsetx (
will
be remapped) */
55
/* _mesa_function_pool[111]: GetProgramResourceLocationIndex (
will
be remapped) */
60
/* _mesa_function_pool[187]: TexCoordP1ui (
will
be remapped) */
85
/* _mesa_function_pool[340]: AttachShader (
will
be remapped) */
89
/* _mesa_function_pool[359]: VertexAttrib3fARB (
will
be remapped) */
98
/* _mesa_function_pool[416]: GetCompressedTextureImage (
will
be remapped) */
102
/* _mesa_function_pool[450]: MultiTexCoordP3uiv (
will
be remapped) */
106
/* _mesa_function_pool[476]: VertexAttribI4usv (
will
be remapped) */
127
/* _mesa_function_pool[635]: GetClipPlanex (
will
be remapped) */
132
/* _mesa_function_pool[674]: TexCoordP1uiv (
will
be remapped) *
[
all
...]
/external/clang/test/Parser/
ms-if-exists.c
14
this
will
not compile.
17
this
will
not compile.
40
this
will
not compile.
44
this
will
not compile.
61
__if_exists(Type_not) { this
will
not compile }
73
__if_not_exists(Type) { this
will
not compile }
/external/curl/docs/cmdline-opts/
fail-early.d
7
When curl is used to do multiple transfers on the command line, it
will
8
attempt to operate on each given URL, one by one. By default, it
will
ignore
9
errors if there are more URLs given and the last URL's success
will
determine
10
the error code curl returns. So early failures
will
be "hidden" by subsequent
13
Using this option, curl
will
instead return an error on the first transfers
18
This option
will
apply for all given URLs even if you use --next.
/build/kati/testcase/
unmatched_paren2.mk
7
# baz
will
be 0PASS_UNMATCHED, 1$(bar)2
will
be discarded??
9
# baz2
will
be 0PASS_MATCHED2.
/external/testng/src/main/java/org/testng/annotations/
IConfigurationAnnotation.java
11
* If true, the annotated method
will
be run after the test class is instantiated
17
* If true, the annotated method
will
be run after all the tests in the test
23
* If true, the annotated method
will
be run before any test method is invoked.
28
* If true, the annotated method
will
be run after any test method is invoked.
33
* If true, the annotated method
will
be run before this suite starts.
38
* If true, the annotated method
will
be run after all tests in this suite
44
* If true, the annotated method
will
be run before every test
49
* If true, the annotated method
will
be run after all every test.
55
* the configuration method
will
be run whatever the status of before
61
* If true, this @Configuration method
will
belong to groups specified in th
[
all
...]
/art/libart_fake/
README.md
4
A fake libart made to satisfy some misbehaving apps that
will
attempt to link
/developers/samples/android/
README.txt
4
you are adding a new category, you
will
need to add it to
7
Note: In the future, the samples
will
be built using a template system, which
8
will
automatically import the "common" directory as needed. Until then, if
9
you need access to the "common" directory, you
will
need to have it copied
/device/linaro/bootloader/OpenPlatformPkg/
README
2
of OpenPlatformPkg
will
not be rebased.
Completed in 1699 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>