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

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
group-relocs-ldrs-bad-2.s 3 @ We will place .text at 0x8000.
12 @ We will place the section foo at 0x8000100.
thumb1-bl.s 7 @ We will place the section .text at 0x1000.
15 @ We will place the section .foo at 0x401000.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mep/
mep1.s 3 # This will be in low memory.
8 # This will be in high memory.
  /external/testng/src/main/java/org/testng/annotations/
AfterMethod.java 23 * methods was not a SUCCESS, this test method will not be
24 * run and will be flagged as a SKIP.
30 * on the order on which the methods depended upon will be run, but you
31 * are guaranteed that all these methods will be run before the test method
33 * methods was not a SUCCESS, this test method will not be
34 * run and will be flagged as a SKIP.
37 * versions will be run.
44 * If set to true, this configuration method will be run
48 * If set to true, this configuration method will be run
55 * If true, this @Configuration method will belong to groups specified in th
    [all...]
BeforeMethod.java 23 * methods was not a SUCCESS, this test method will not be
24 * run and will be flagged as a SKIP.
30 * on the order on which the methods depended upon will be run, but you
31 * are guaranteed that all these methods will be run before the test method
33 * methods was not a SUCCESS, this test method will not be
34 * run and will be flagged as a SKIP.
37 * versions will be run.
44 * If set to true, this configuration method will be run
48 * If set to true, this configuration method will be run
55 * If true, this @Configuration method will belong to groups specified in th
    [all...]
AfterClass.java 23 * methods was not a SUCCESS, this test method will not be
24 * run and will be flagged as a SKIP.
30 * on the order on which the methods depended upon will be run, but you
31 * are guaranteed that all these methods will be run before the test method
33 * methods was not a SUCCESS, this test method will not be
34 * run and will be flagged as a SKIP.
37 * versions will be run.
44 * If set to true, this configuration method will be run
48 * If set to true, this configuration method will be run
55 * If true, this @Configuration method will belong to groups specified in th
    [all...]
AfterSuite.java 23 * methods was not a SUCCESS, this test method will not be
24 * run and will be flagged as a SKIP.
30 * on the order on which the methods depended upon will be run, but you
31 * are guaranteed that all these methods will be run before the test method
33 * methods was not a SUCCESS, this test method will not be
34 * run and will be flagged as a SKIP.
37 * versions will be run.
44 * If set to true, this configuration method will be run
48 * If set to true, this configuration method will be run
55 * If true, this @Configuration method will belong to groups specified in th
    [all...]
AfterTest.java 23 * methods was not a SUCCESS, this test method will not be
24 * run and will be flagged as a SKIP.
30 * on the order on which the methods depended upon will be run, but you
31 * are guaranteed that all these methods will be run before the test method
33 * methods was not a SUCCESS, this test method will not be
34 * run and will be flagged as a SKIP.
37 * versions will be run.
44 * If set to true, this configuration method will be run
48 * If set to true, this configuration method will be run
55 * If true, this @Configuration method will belong to groups specified in th
    [all...]
BeforeClass.java 23 * methods was not a SUCCESS, this test method will not be
24 * run and will be flagged as a SKIP.
30 * on the order on which the methods depended upon will be run, but you
31 * are guaranteed that all these methods will be run before the test method
33 * methods was not a SUCCESS, this test method will not be
34 * run and will be flagged as a SKIP.
37 * versions will be run.
44 * If set to true, this configuration method will be run
48 * If set to true, this configuration method will be run
55 * If true, this @Configuration method will belong to groups specified in th
    [all...]
BeforeSuite.java 23 * methods was not a SUCCESS, this test method will not be
24 * run and will be flagged as a SKIP.
30 * on the order on which the methods depended upon will be run, but you
31 * are guaranteed that all these methods will be run before the test method
33 * methods was not a SUCCESS, this test method will not be
34 * run and will be flagged as a SKIP.
37 * versions will be run.
44 * If set to true, this configuration method will be run
48 * If set to true, this configuration method will be run
55 * If true, this @Configuration method will belong to groups specified in th
    [all...]
BeforeTest.java 23 * methods was not a SUCCESS, this test method will not be
24 * run and will be flagged as a SKIP.
30 * on the order on which the methods depended upon will be run, but you
31 * are guaranteed that all these methods will be run before the test method
33 * methods was not a SUCCESS, this test method will not be
34 * run and will be flagged as a SKIP.
37 * versions will be run.
44 * If set to true, this configuration method will be run
48 * If set to true, this configuration method will be run
55 * If true, this @Configuration method will belong to groups specified in th
    [all...]
ITestOrConfiguration.java 12 * If it hasn't returned after this time, it will be marked as a FAIL.
28 * methods was not a SUCCESS, this test method will not be
29 * run and will be flagged as a SKIP.
36 * on the order on which the methods depended upon will be run, but you
37 * are guaranteed that all these methods will be run before the test method
39 * methods was not a SUCCESS, this test method will not be
40 * run and will be flagged as a SKIP.
43 * versions will be run.
49 * The description for this method, which will be shown in the reports.
  /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]'}}
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
README 5 If you do a "make scrub", ANTLR will have to run on antlr.g and DLG
6 will have to run on parser.dlg. Either
11 You will find that running "antlr -gh antlr.g" will result in about
15 not need to run; only the C files will compile.
  /external/skia/src/utils/win/
SkHRESULT.h 36 The expression will be evaluated.
37 If the resulting HRESULT SUCCEEDED then execution will continue normally.
38 If the HRESULT FAILED then the macro will return from the current function.
39 In variants ending with 'M' the given message will be traced when FAILED.
40 The HR variants will return the HRESULT when FAILED.
41 The HRB variants will return false when FAILED.
42 The HRN variants will return nullptr when FAILED.
43 The HRV variants will simply return when FAILED.
44 The HRZ variants will return 0 when FAILED.
  /external/skqp/src/utils/win/
SkHRESULT.h 36 The expression will be evaluated.
37 If the resulting HRESULT SUCCEEDED then execution will continue normally.
38 If the HRESULT FAILED then the macro will return from the current function.
39 In variants ending with 'M' the given message will be traced when FAILED.
40 The HR variants will return the HRESULT when FAILED.
41 The HRB variants will return false when FAILED.
42 The HRN variants will return nullptr when FAILED.
43 The HRV variants will simply return when FAILED.
44 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/curl/docs/cmdline-opts/
connect-timeout.d 8 will continue - if not it will exit. Since version 7.32.0, this option
11 If this option is used several times, the last one will be used.
speed-time.d 8 speed-limit will be 1 unless set with --speed-limit.
10 This option controls transfers and thus will not affect slow connects etc. If
13 If this option is used several times, the last one will be used.
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/internal/
IRcsPresence.aidl 42 * then it will return the request ID (>0). It will not wait for the response from
43 * network. The response from network will be returned by callback onSuccess() or onError().
44 * 2. If the presence service failed to send the request to network then it will return error
46 * 3. If the network returns "200 OK" for a request then the listener.onSuccess() will be
49 * number is not VoLte capable, so the listener.onSuccess() will be called and intent
50 * ACTION_PRESENCE_CHANGED will be broadcasted by presence service.
51 * 5. If the network returns other error then the listener.onError() will be called by
54 * from network. If the presence service receives notify then it will broadcast the
56 * listener.onFinish() will be called by presence service as well
    [all...]
  /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/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/targets/
Target01.java 30 c++; // some side effect, otherwise the JIT will remove the method
40 c++; // some side effect, otherwise the JIT will remove the method
49 c++; // some side effect, otherwise the JIT will remove the method
58 c++; // some side effect, otherwise the JIT will remove the method
67 c++; // some side effect, otherwise the JIT will remove the method
76 c++; // some side effect, otherwise the JIT will remove the method
85 c++; // some side effect, otherwise the JIT will remove the method
94 c++; // some side effect, otherwise the JIT will remove the method
103 c++; // some side effect, otherwise the JIT will remove the method
112 c++; // some side effect, otherwise the JIT will remove the metho
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
coverage.txt 6 dependent, the case only will only demo the scheduling
11 so it will always return PASS, but will return a
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/
assertions.xml 6 sighold will return 0 upon successful completion.
9 If the function is passed an illegal signal number, then errno will be set to [EINVAL], and sighold() will

Completed in 309 milliseconds

1 2 34 5 6 7 8 91011>>