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

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaCXX/
warn-unreachable.cpp 35 dead(); // expected-warning {{will never be executed}}
41 --; // expected-warning {{will never be executed}}
44 halt() // expected-warning {{will never be executed}}
49 (halt()); // expected-warning {{will never be executed}}
57 halt(), foor()// expected-warning {{will never be executed}}
67 .mem; // expected-warning {{will never be executed}}
77 (halt()); // expected-warning {{will never be executed}}
107 dead(); // expected-warning {{will never be executed}}
129 return PR19040_TEST_FAILURE; // expected-warning {{will never be executed}}
145 return ""; // expected-warning {{'return' will never be executed}
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/
assertions.xml 6 mq_send() will fail if msg_len, the message length, is not less than or
10 mq_send() will insert the message into the message queue according to
22 set, then mq_send() will block until it can place the message in the queue
27 in the message queue, the thread which will be able to place its message
34 then mq_send() will just return an error and the message will not be queued.
37 mq_send() will return 0 on success.
40 mq_send() will return -1 on failure, no message will be queued, and errno
41 will be set
    [all...]
  /external/testng/src/main/java/org/testng/annotations/
AfterGroups.java 10 * The list of groups that this configuration method will run after. If
25 * that this configuration method will be run after (if no {@link #value()} attribute is defined).
33 * methods was not a SUCCESS, this test method will not be
34 * run and will be flagged as a SKIP.
40 * on the order on which the methods depended upon will be run, but you
41 * are guaranteed that all these methods will be run before the test method
43 * methods was not a SUCCESS, this test method will not be
44 * run and will be flagged as a SKIP.
47 * versions will be run.
54 * If set to true, this configuration method will be ru
    [all...]
BeforeGroups.java 10 * The list of groups that this configuration method will run before. If specified it overrides the
24 * that this configuration method will run before (if no {@link #value()} attribute is defined).
32 * methods was not a SUCCESS, this test method will not be
33 * run and will be flagged as a SKIP.
39 * on the order on which the methods depended upon will be run, but you
40 * are guaranteed that all these methods will be run before the test method
42 * methods was not a SUCCESS, this test method will not be
43 * run and will be flagged as a SKIP.
46 * versions will be run.
53 * If set to true, this configuration method will be ru
    [all...]
Configuration.java 21 * If true, the annotated method will be run after the test class is instantiated
27 * If true, the annotated method will be run after all the tests in the test
33 * If true, the annotated method will be run before any test method is invoked.
38 * If true, the annotated method will be run after any test method is invoked.
43 * If true, the annotated method will be run before this suite starts.
48 * If true, the annotated method will be run after all tests in this suite
54 * If true, the annotated method will be run before every test.
59 * If true, the annotated method will be run after all every test.
64 * The list of groups that this configuration method will run before.
71 * The list of groups that this configuration method will run after
    [all...]
Test.java 41 * methods was not a SUCCESS, this test method will not be
42 * run and will be flagged as a SKIP.
48 * on the order on which the methods depended upon will be run, but you
49 * are guaranteed that all these methods will be run before the test method
51 * methods was not a SUCCESS, this test method will not be
52 * run and will be flagged as a SKIP.
55 * versions will be run.
61 * If it hasn't returned after this time, it will be marked as a FAIL.
67 * method should take. This annotation will be ignored if the attribute invocationCount
69 * If it hasn't returned after this time, it will be marked as a FAIL
    [all...]
  /external/skia/include/core/
SkMallocPixelRef.h 21 * lifetime of the pixel storage buffer, as this pixelref will not try
30 * pixels. If rowBytes are 0, an optimal value will be chosen automatically.
31 * If rowBytes is > 0, then it will be respected, or NULL will be returned
34 * This pixelref will ref() the specified colortable (if not NULL).
48 * will be called.
50 * If ReleaseProc is NULL, the pixels will never be released. This
62 * Return a new SkMallocPixelRef that will use the provided
64 * The SkData will be ref()ed and on destruction of the PielRef,
65 * the SkData will be unref()ed
    [all...]
  /external/skqp/include/core/
SkMallocPixelRef.h 21 * lifetime of the pixel storage buffer, as this pixelref will not try
30 * pixels. If rowBytes are 0, an optimal value will be chosen automatically.
31 * If rowBytes is > 0, then it will be respected, or NULL will be returned
34 * This pixelref will ref() the specified colortable (if not NULL).
48 * will be called.
50 * If ReleaseProc is NULL, the pixels will never be released. This
62 * Return a new SkMallocPixelRef that will use the provided
64 * The SkData will be ref()ed and on destruction of the PielRef,
65 * the SkData will be unref()ed
    [all...]
  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 37 * will respond to OBEX requests made to the server.
44 * <code>ResponseCodes</code> class is returned, the server implementation will
51 * implementation, it will not send a Connection ID header, if a Connection ID
54 * an OBEX operation and a Connection ID was specified, no Connection ID will be
60 * When a CREATE-EMPTY request is received, the <code>onPut()</code> method will
64 * <code>onPut()</code> method. For a PUT request, the application will be able
66 * request, there will be no Body data to read. Therefore, a call to
67 * <code>InputStream.read()</code> will return -1.
100 * This method will return -1 if no connection ID is being used.
112 * <code>onConnect()</code> will always return an <code>OBEX_HTTP_OK</code
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/data/
DataFetcher.java 9 * not be called. If {@link #loadData(Priority)} is called, then so {@link #cleanup()} will be called.
16 * Asynchronously fetch data from which a resource can be decoded. This will always be called on
18 * must be thread safe since this method will be called from a thread in a
21 * This method will only be called when the corresponding resource is not in the cache.
24 * Note - this method will be run on a background thread so blocking I/O is safe.
28 * @see #cleanup() where the data retuned will be cleaned up
33 * Cleanup or recycle any resources used by this data fetcher. This method will be called in a finally block
38 * Note - this method will be run on a background thread so blocking I/O is safe.
45 * Returns a string uniquely identifying the data that this fetcher will fetch including the specific size.
48 * A hash of the bytes of the data that will be fetched is the ideal id but since that is in many case
    [all...]
  /external/compiler-rt/test/cfi/
utils.h 8 // Tests will instantiate this class to pad out bit sets to test out the
10 // memory). Instantiating this class will trigger the instantiation of I
12 // will be of size sizeof(void*) * 5, 1 of which will be of size sizeof(void*)
13 // * 3, and 1 of which will be of size sizeof(void*) * 9. (Under the MS ABI
14 // each virtual table will be sizeof(void*) bytes smaller). Each category
16 // all-ones optimization. As a result, the bit vector for the base class will
  /external/e2fsprogs/misc/
logsave.8.in 17 program will execute
25 will accumulate the output in memory until it can be written out.
26 A copy of the output will also be written to standard output.
32 will take its input from standard input and save it in
42 This option will cause the output to be appended to
47 This option will cause
55 This option will make
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
PeriodFormatterFactory.java 24 * Set the name of the locale that will be used when
33 * Set whether limits will be displayed.
35 * @param display true if limits will be displayed
41 * Set whether past and future will be displayed.
43 * @param display true if past and future will be displayed
49 * Set how separators will be displayed.
51 * @param variant the variant indicating how separators will be displayed
BasicPeriodFormatterFactory.java 30 * or 'less than' will be displayed when the Period has a defined
34 * or 'from now' will be displayed to indicate past or future
38 * count and period, and multiple periods) will be displayed, when
43 * unit names to use. PLURALIZED indicates that full names will be
45 * names will be used. SHORT indicates that short (usually single
46 * character) names will be used. If there is no localization data
47 * available for either the SHORT or MEDIUM names, the other will be
48 * used, if neither is available, the PLURALIZED names will be used.
52 * unit will be formatted: either as an integer, a fraction to the
54 * Counts for higher units will be formatted as integers
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
PeriodFormatterFactory.java 22 * Set the name of the locale that will be used when
31 * Set whether limits will be displayed.
33 * @param display true if limits will be displayed
39 * Set whether past and future will be displayed.
41 * @param display true if past and future will be displayed
47 * Set how separators will be displayed.
49 * @param variant the variant indicating how separators will be displayed
BasicPeriodFormatterFactory.java 29 * or 'less than' will be displayed when the Period has a defined
33 * or 'from now' will be displayed to indicate past or future
37 * count and period, and multiple periods) will be displayed, when
42 * unit names to use. PLURALIZED indicates that full names will be
44 * names will be used. SHORT indicates that short (usually single
45 * character) names will be used. If there is no localization data
46 * available for either the SHORT or MEDIUM names, the other will be
47 * used, if neither is available, the PLURALIZED names will be used.
51 * unit will be formatted: either as an integer, a fraction to the
53 * Counts for higher units will be formatted as integers
    [all...]
  /external/llvm/docs/CommandGuide/
llvm-dis.rst 23 will send its output to standard output by default. Otherwise, the
24 output will be written to a file named after the input file, with
25 a ``.ll`` suffix added (any existing ``.bc`` suffix will first be
37 Enable binary output on terminals. Normally, **llvm-dis** will refuse to
39 **llvm-dis** will write raw bitcode regardless of the output device.
61 If **llvm-dis** succeeds, it will exit with 0. Otherwise, if an error
62 occurs, it will exit with a non-zero value.
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/
llvm-dis.pod 20 will send its output to standard output by default. Otherwise, the
21 output will be written to a file named after the input file, with
22 a C<.ll> suffix added (any existing C<.bc> suffix will first be
32 Enable binary output on terminals. Normally, B<llvm-dis> will refuse to
34 B<llvm-dis> will write raw bitcode regardless of the output device.
49 If B<llvm-dis> succeeds, it will exit with 0. Otherwise, if an error
50 occurs, it will exit with a non-zero value.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
assertions.xml 3 mq_timedreceive() 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_timedreceive() 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_timedreceive() will block until a message is enqueued on the message queue or until a signal interrupts mq_timedreceive() or until the time specified by abs_timeout expires.
16 abs_timeout refers to the absolute time at which the timeout will expire
20 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.
23 If the specified message queue is empty and O_NONBLOCK is set, no message will be removed from the queue, and mq_timedreceive() will return an error.
33 If the message can be removed from the message queue immedietely, the operation will never fail and the validity of abs_timeout need not be checked.
36 mq_timedreceive() will return the length of the selected message in bytes and the message will be removed from the queue (…)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
memoryobject.h 25 base object for the memory view will be a *new* bytes object.
27 Otherwise, the base-object will be the object itself and no
28 data-copying will be done.
34 PyBUF_WRITE and the buffer is not contiguous an error will
38 contiguous buffer will be copied back into the original
45 the first dimension of the underlying array will vary the
47 dimension will vary the fastest (C-style contiguous). If
48 fortran is 'A', then it does not matter and you will get
58 will be a new bytesobject in base */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
memoryobject.h 25 base object for the memory view will be a *new* bytes object.
27 Otherwise, the base-object will be the object itself and no
28 data-copying will be done.
34 PyBUF_WRITE and the buffer is not contiguous an error will
38 contiguous buffer will be copied back into the original
45 the first dimension of the underlying array will vary the
47 dimension will vary the fastest (C-style contiguous). If
48 fortran is 'A', then it does not matter and you will get
58 will be a new bytesobject in base */
  /external/libchrome/base/json/
string_escape.h 17 // Appends to |dest| an escaped version of |str|. Valid UTF-8 code units will
18 // pass through from the input to the output. Invalid code units will be
21 // On return, |dest| will contain a valid UTF-8 JSON string.
23 // Non-printing control characters will be escaped as \uXXXX sequences for
27 // will be appended to |dest| as well.
34 // control characters. On return, |dest| will contain a valid UTF-8 JSON string.
44 // Given an arbitrary byte string |str|, this will escape all non-ASCII bytes
50 // will be mangled if passed to to the base::JSONReader, since the reader will
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
coverage.txt 42 11-2: Will fail with glibc-2.3 & linux kernel 2.6.0-test2.
47 13-1: Will fail with glibc-2.3 & linux kernel 2.6.0-test2.
48 The file's st_atime will not be updated as expected.
50 14-1: Will fail with glibc-2.3 & linux kernel 2.6.0-test2.
51 The file's st_ctime and st_mtime will not be updated as expected.
53 24-2: Will fail with glibc-2.3 & linux kernel 2.6.0-test2.
58 28-1: Will fail with glibc-2.3 & linux kernel 2.6.0-test2.
60 29-1: Will trigger SIGBUS (freezes with glibc-3.4 * linux kernel 2.5.67)
62 31-1: Will fail with glibc-2.3 & linux kernel 2.6.0-test2.
  /external/python/cpython2/Include/
memoryobject.h 25 base object for the memory view will be a *new* bytes object.
27 Otherwise, the base-object will be the object itself and no
28 data-copying will be done.
34 PyBUF_WRITE and the buffer is not contiguous an error will
38 contiguous buffer will be copied back into the original
45 the first dimension of the underlying array will vary the
47 dimension will vary the fastest (C-style contiguous). If
48 fortran is 'A', then it does not matter and you will get
58 will be a new bytesobject in base */
  /frameworks/support/room/common/src/main/java/androidx/room/
TypeConverters.java 26 * of the element so if you put it on a class / interface, all methods / fields in that class will
29 * <li>If you put it on a {@link Database}, all Daos and Entities in that database will be able to
31 * <li>If you put it on a {@link Dao}, all methods in the Dao will be able to use it.
32 * <li>If you put it on an {@link Entity}, all fields of the Entity will be able to use it.
33 * <li>If you put it on a POJO, all fields of the POJO will be able to use it.
34 * <li>If you put it on an {@link Entity} field, only that field will be able to use it.
35 * <li>If you put it on a {@link Dao} method, all parameters of the method will be able to use it.
36 * <li>If you put it on a {@link Dao} method parameter, just that field will be able to use it.
44 * The list of type converter classes. If converter methods are not static, Room will create

Completed in 630 milliseconds

1 2 3 4 5 6 7 891011>>