HomeSort by relevance Sort by last modified time
    Searched full:will (Results 101 - 125 of 95982) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigrelse/
assertions.xml 7 sigrelse will return 0 upon successful completion.
10 If the function is passed an illegal signal number, then errno will be set
11 to [EINVAL], and sigrelse() will
  /external/mockito/src/main/java/org/mockito/internal/configuration/injection/filter/
OngoingInjector.java 24 * Injector that will do nothing, and will return <code>null</code> as no mocks will be injected
  /external/nos/host/android/citadel/
README.md 11 Citadel will be running Nugget. In order to synchronize access to the driver,
12 HALs should proxy all communication via the `citadeld` daemon which will be the
18 `CitadeldProxyClient` will implement `NuggetClient` to handle proxying
  /external/testng/src/main/java/org/testng/
IConfigureCallBack.java 4 * A parameter of this type will be passed to the run() method of a IConfigurable.
5 * Invoking runConfigurationMethod() on that parameter will cause the test method currently
23 * @return the parameters that will be used to invoke the configuration method.
IHookCallBack.java 4 * A parameter of this type will be passed to the run() method of a IHookable.
5 * Invoking runTestMethod() on that parameter will cause the test method currently
26 * @return the parameters that will be used to invoke the test method.
  /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. */
  /tools/test/connectivity/acts/tests/google/bt/config/
sample_mass_beacon_deployment.json 5 "_description": "A testbed with N number of Android devices. This testbed is for specifically BeaconSwarmTest.py. The first Android device represents the device under test. The next N devices will be represented in beacon_devices that will act as BLE beacons. The beacon_count config line will contain the max number of advertisements the device concurrently supports.",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/
assertions.xml 3 mq_receive() receive the oldest of the highest priority message(s) from the message queue specified by mqdes. The selected message will be removed from the queue and copied to the buffer pointed to by the msg_ptr argument.
6 mq_receive() will fail and return an error if the size of the buffer in bytes, specified by the msg_len argument, is less than the mq_msgsize attribute of the message queue.
12 If msg_prio is not NULL, the priority of the selected message will be stored in the location referenced by msg_prio.
15 If the specified message queue is empty and O_NONBLOCK is not set, then mq_receive() will block until a message is enqueued on the message queue or until a signal interrupts mq_receive().
18 If there are more than one thread waiting to receive a message when a message arrives at an empty queue and the Priority Scheduling option is supported, then the thread with highest priority that has been waiting the longest will receive the message. If Priority Scheduling option is not supported, then it is unspecified which waiting thread is able to receive the message.
21 If the specified message queue is empty and O_NONBLOCK is set, no message will be removed from the queue, and mq_receive() will return an error.
24 mq_receive() will return the length of the selected message in bytes and the message will be removed from the queue on success.
27 mq_receive() will return -1 on failure, nomessage will be removed from the queue, and the errno will be set
    [all...]
  /external/python/cpython3/Lib/msilib/
text.py 82 ('MenuAbsent', 'Entire feature will be unavailable'),
83 ('MenuAdvertise', 'Feature will be installed when required'),
84 ('MenuAllCD', 'Entire feature will be installed to run from CD'),
85 ('MenuAllLocal', 'Entire feature will be installed on local hard drive'),
86 ('MenuAllNetwork', 'Entire feature will be installed to run from network'),
87 ('MenuCD', 'Will be installed to run from CD'),
88 ('MenuLocal', 'Will be installed on local hard drive'),
89 ('MenuNetwork', 'Will be installed to run from network'),
91 ('SelAbsentAbsent', 'This feature will remain uninstalled'),
92 ('SelAbsentAdvertise', 'This feature will be set to be installed when required')
    [all...]
  /art/test/081-hot-exceptions/
info.txt 2 exceptions encountered during trace selection. The existence of exceptions will
  /art/test/1944-sudden-exit/
info.txt 1 Test to make sure the runtime will not crash if an agent calls exit(3) while
  /art/test/626-const-class-linking/
info.txt 1 Test that once a const-class instruction is linked, it will keep referring
  /art/test/626-set-resolved-string/
info.txt 2 not strongly intern the given string, the JIT will ensure that the
  /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.
  /art/test/951-threaded-obsolete/
info.txt 3 This test ensures that obsolete methods will work even if the obsolete method is
  /art/test/996-breakpoint-obsolete/
info.txt 3 This checks that redefining a class will clear breakpoints on the class's
  /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/autotest/client/site_tests/power_Resume/
control 16 This test will search /var/log/messages for pertinent strings to determine if
17 the cpu is sleeping. It will wait for a number of seconds before suspending to
18 ram. It will then calculate how many seconds the system was suspended, and
19 how many seconds it took to resume. As a precaution it will ensure your
control.resume_constraint 16 This test will search /var/log/messages for pertinent strings to determine if
17 the cpu is sleeping. It will wait for a number of seconds before suspending to
18 ram. It will then calculate how many seconds the system was suspended, and
19 how many seconds it took to resume. As a precaution it will ensure your
  /external/clang/test/Sema/
warn-sizeof-arrayarg.c 11 // expected-warning{{sizeof on array function parameter will return size of 'int *' instead of 'int [10]'}}
13 // expected-warning{{sizeof on array function parameter will return size of 'int *' instead of 'int [10]'}}
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 '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/clang/test/SemaCXX/
warn-member-not-needed.cpp 5 void g() {} // expected-warning {{is not needed and will not be emitted}}
  /external/curl/docs/cmdline-opts/
pass.d 8 If this option is used several times, the last one will be used.
  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatformFunctionPointers.inl 1 /* WARNING: This is auto-generated file. Do not modify, since changes will
  /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

Completed in 336 milliseconds

1 2 3 45 6 7 8 91011>>