Home
last modified time | relevance | path

Searched full:complete (Results 1 – 25 of 4457) sorted by relevance

12345678910>>...179

/external/libcxx/www/
Dcxx1y_status.html54 …inology for Container Element Requirements - Rev 1</td><td>Kona</td><td>Complete</td><td>3.4</td><…
59 …d><td>Making Operator Functors greater&lt;&gt;</td><td>Portland</td><td>Complete</td><td>3.4</td><…
60 …</td><td>LWG</td><td>std::result_of and SFINAE</td><td>Portland</td><td>Complete</td><td>3.4</td><…
61 …td><td>Constexpr Library Additions: chrono, v3</td><td>Portland</td><td>Complete</td><td>3.4</td><…
62 …td>Constexpr Library Additions: containers, v2</td><td>Portland</td><td>Complete</td><td>3.4</td><…
63 …<td>Constexpr Library Additions: utilities, v3</td><td>Portland</td><td>Complete</td><td>3.4</td><…
64 …d><td>Constexpr Library Additions: complex, v2</td><td>Portland</td><td>Complete</td><td>3.4</td><…
79 …An Incremental Improvement to integral_constant</td><td>Bristol</td><td>Complete</td><td>3.4</td><…
80 …</a></td><td>LWG</td><td>Null Forward Iterators</td><td>Bristol</td><td>Complete</td><td>3.4</td><…
81 …l">3668</a></td><td>LWG</td><td>std::exchange()</td><td>Bristol</td><td>Complete</td><td>3.4</td><…
[all …]
Dcxx1z_status.html54 …inology for Container Element Requirements - Rev 1</td><td>Kona</td><td>Complete</td><td>3.4</td><…
56 …d>TransformationTrait Alias <code>void_t</code>.</td><td>Urbana</td><td>Complete</td><td>3.6</td><…
58 …d><td>A proposal to add invoke function template</td><td>Urbana</td><td>Complete</td><td>3.7</td><…
61 …td></td><td>Wording for std::uncaught_exceptions</td><td>Urbana</td><td>Complete</td><td>3.7</td><…
62 …riviallyCopyable <code>reference_wrapper</code>.</td><td>Urbana</td><td>Complete</td><td>3.2</td><…
63 …mproved insertion interface for unique-key maps.</td><td>Urbana</td><td>Complete</td><td>3.7</td><…
64 …><td>LWG</td></td><td>Non-member size() and more</td><td>Urbana</td><td>Complete</td><td>3.6</td><…
65 …></td><td>LWG</td></td><td>Contiguous Iterators.</td><td>Urbana</td><td>Complete</td><td>3.6</td><…
66 …or exception-specification and throw-expression.</td><td>Urbana</td><td>Complete</td><td>4.0</td><…
68 …td><td>LWG</td></td><td>improving pair and tuple</td><td>Lenexa</td><td>Complete</td><td>4.0</td><…
[all …]
Dts1z_status.html67 <tr><td>Class erased_type</td><td>Complete</td></tr>
68 <tr><td>Calling a function with a tuple of arguments</td><td>Complete</td></tr>
69 <tr><td>Type traits (_v)</td><td>Complete</td></tr>
72 <tr><td>Time Utilities</td><td>Complete</td></tr>
73 <tr><td>System Error Support</td><td>Complete</td></tr>
75 <tr><td>Class memory_resource</td><td>Complete</td></tr>
76 <tr><td>Class template polymorphic_allocator</td><td>Complete</td></tr>
77 <tr><td>Template alias resource_adaptor</td><td>Complete</td></tr>
78 <tr><td>Global memory resources</td><td>Complete</td></tr>
81 <tr><td>Alias templates using polymorphic memory resource</td><td>Complete</td></tr>
[all …]
/external/jline/src/src/test/java/jline/
DTestCompletion.java31 assertBuffer("foo ", new Buffer("f").op(ConsoleReader.COMPLETE)); in testSimpleCompletor()
33 assertBuffer("ba", new Buffer("b").op(ConsoleReader.COMPLETE)); in testSimpleCompletor()
34 assertBuffer("ba", new Buffer("ba").op(ConsoleReader.COMPLETE)); in testSimpleCompletor()
35 assertBuffer("baz ", new Buffer("baz").op(ConsoleReader.COMPLETE)); in testSimpleCompletor()
49 op(ConsoleReader.COMPLETE)); in testArgumentCompletor()
51 op(ConsoleReader.COMPLETE)); in testArgumentCompletor()
53 op(ConsoleReader.COMPLETE)); in testArgumentCompletor()
55 op(ConsoleReader.COMPLETE)); in testArgumentCompletor()
60 op(ConsoleReader.COMPLETE)); in testArgumentCompletor()
63 op(ConsoleReader.COMPLETE)); in testArgumentCompletor()
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/
DDataMore.java19 private boolean complete; field in DataMore
26 public DataMore(String id, int age, boolean complete) { in DataMore() argument
28 this.complete = complete; in DataMore()
32 return complete; in isComplete()
35 public void setComplete(boolean complete) { in setComplete() argument
36 this.complete = complete; in setComplete()
41 return "DataMore [complete=" + complete + ", toString()=" + super.toString() + "]"; in toString()
/external/autotest/client/site_tests/network_ModemManagerSMSSignal/
Dnetwork_ModemManagerSMSSignal.py38 def SmsReceived(self, index, complete): argument
41 if complete == False:
42 raise error.TestFail("Message not complete")
46 def SmsCompleted(self, index, complete): argument
49 if complete == False:
50 raise error.TestFail("Message not complete")
84 def SmsReceived(self, index, complete): argument
88 if complete != self.second:
89 raise error.TestFail("Complete is wrong, should be %s" %
97 def SmsCompleted(self, index, complete): argument
[all …]
/external/pcre/dist2/doc/
Dpcre2partial.330 preferred to an alternative complete match, though the details differ between
73 If it is matched against "456abc123xyz" the result is a complete match, and the
89 other alternatives in the pattern are tried. If no complete match can be found,
92 This option is "soft" because it prefers a complete match over a partial match.
94 potentially complete. For example, \ez, \eZ, and $ match at the end of the
116 possible complete matches. This option is "hard" because it prefers an earlier
117 partial match over a later complete match. For this reason, the assumption is
134 PCRE2_PARTIAL_SOFT, it yields a complete match for "dog". However, if
140 In this case the result is always a complete match because that is found first,
141 and matching never continues after finding a complete match. It might be easier
[all …]
/external/libese/libese-hw/
Dese_hw_fake.c44 ese->pad[0] = 1; /* rx complete */ in fake_open()
45 ese->pad[1] = 1; /* tx complete */ in fake_open()
58 uint32_t len, int complete) { in fake_receive() argument
63 ese->pad[0] = complete; in fake_receive()
75 uint32_t len, int complete) { in fake_transmit() argument
80 ese->pad[1] = complete; in fake_transmit()
92 int complete) { in fake_poll() argument
106 ese->pad[0] = complete; in fake_poll()
128 fake_transmit(ese, NULL, 0, 1); /* Complete. */ in fake_transceive()
Dese_hw_echo.c68 uint32_t len, int complete) { in echo_receive() argument
82 if (complete) { in echo_receive()
91 uint32_t len, int complete) { in echo_transmit() argument
99 es->recvd = complete; in echo_transmit()
100 if (complete) { in echo_transmit()
113 int complete) { in echo_poll() argument
123 if (!complete) { in echo_poll()
/external/eigen/Eigen/src/QR/
DCompleteOrthogonalDecomposition.h28 * \brief Complete orthogonal decomposition (COD) of a matrix.
32 * This class performs a rank-revealing complete orthogonal decomposition of a
96 /** \brief Constructs a complete orthogonal decomposition from a given
99 * This constructor computes the complete orthogonal decomposition of the
121 /** \brief Constructs a complete orthogonal decomposition from a given matrix
139 * which \c *this is the complete orthogonal decomposition.
165 /** \returns a reference to the matrix where the complete orthogonal
170 /** \returns a reference to the matrix where the complete orthogonal
197 * *this is the complete orthogonal decomposition. It has only linear
199 * as the complete orthogonal decomposition has already been computed.
[all …]
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVValue.h58 // Complete constructor for value with id and type
64 // Complete constructor for value with type but without id
71 // Complete constructor for value with id but without type
78 // Complete constructor for value without id and type
129 // Complete constructor for integer constant
137 // Complete constructor for float constant
144 // Complete constructor for double constant
197 // Complete constructor
214 // Complete constructor
232 // Complete constructor
[all …]
DSPIRVDecorate.h54 // Complete constructor for decorations without literals
57 // Complete constructor for decorations with one word literal
131 // Complete constructor for decorations without literals
134 // Complete constructor for decorations with one word literal
151 // Complete constructor for LinkageAttributes decorations
201 // Complete constructor for decorations without literals
207 // Complete constructor for decorations with one word literal
236 // Complete constructor. Does not populate Decorations.
268 // Complete constructor
293 // Complete constructor
[all …]
DSPIRVType.h60 // Complete constructor
108 // Complete constructor
119 // Complete constructor
131 // Complete constructor
166 // Complete constructor
196 // Complete constructor
254 // Complete constructor
295 // Complete constructor
324 // Complete constructor
533 // Complete constructor
[all …]
/external/autotest/scheduler/shard/
Dshard_client_integration_tests.py39 """Test that complete jobs are uploaded properly."""
47 # This should set both the shard_id and the complete bit.
70 """Turns update_field on the complete field into a no-op."""
71 if field_name == 'complete':
84 # freshness, then make sure it has shard=None and an unset complete bit.
87 modified_hqe.complete == 0 and
90 # Make sure the job with a shard but without complete is still
95 # Make sure the job with a shard but without complete is not
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_06544829 …0025-fw_11.27-robot_sim/one_finger_physical_click.center-lumpy-fw_11.27-complete-20130614_065448.d…
58 …0025-fw_11.27-robot_sim/one_finger_physical_click.center-lumpy-fw_11.27-complete-20130614_065455.d…
87 …fw_11.27-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.27-complete-20130614_065505.d…
116 …fw_11.27-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.27-complete-20130614_065509.d…
145 …fw_11.27-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.27-complete-20130614_065511.d…
174 …fw_11.27-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.27-complete-20130614_065514.d…
203 …w_11.27-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.27-complete-20130614_065516.d…
232 …w_11.27-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.27-complete-20130614_065518.d…
267 …506_030025-fw_11.27-robot_sim/two_fingers_physical_click-lumpy-fw_11.27-complete-20130614_065521.d…
302 …506_030025-fw_11.27-robot_sim/two_fingers_physical_click-lumpy-fw_11.27-complete-20130614_065525.d…
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_06581729 …2659-fw_11.23-robot_sim/one_finger_physical_click.center-lumpy-fw_11.23-complete-20130614_065817.d…
58 …2659-fw_11.23-robot_sim/one_finger_physical_click.center-lumpy-fw_11.23-complete-20130614_065825.d…
87 …fw_11.23-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.23-complete-20130614_065829.d…
116 …fw_11.23-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.23-complete-20130614_065832.d…
145 …fw_11.23-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.23-complete-20130614_065834.d…
174 …fw_11.23-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.23-complete-20130614_065836.d…
203 …w_11.23-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.23-complete-20130614_065837.d…
232 …w_11.23-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.23-complete-20130614_065839.d…
267 …506_032659-fw_11.23-robot_sim/two_fingers_physical_click-lumpy-fw_11.23-complete-20130614_065843.d…
302 …506_032659-fw_11.23-robot_sim/two_fingers_physical_click-lumpy-fw_11.23-complete-20130614_065848.d…
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_06571729 …2458-fw_11.23-robot_sim/one_finger_physical_click.center-lumpy-fw_11.23-complete-20130614_065717.d…
58 …2458-fw_11.23-robot_sim/one_finger_physical_click.center-lumpy-fw_11.23-complete-20130614_065727.d…
87 …fw_11.23-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.23-complete-20130614_065736.d…
116 …fw_11.23-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.23-complete-20130614_065739.d…
145 …fw_11.23-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.23-complete-20130614_065741.d…
174 …fw_11.23-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.23-complete-20130614_065744.d…
203 …w_11.23-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.23-complete-20130614_065746.d…
232 …w_11.23-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.23-complete-20130614_065749.d…
267 …506_032458-fw_11.23-robot_sim/two_fingers_physical_click-lumpy-fw_11.23-complete-20130614_065752.d…
302 …506_032458-fw_11.23-robot_sim/two_fingers_physical_click-lumpy-fw_11.23-complete-20130614_065757.d…
[all …]
/external/libmojo/mojo/public/cpp/system/
Ddata_pipe.h9 // Please see "mojo/public/c/system/data_pipe.h" for complete documentation of
60 // Creates a new data pipe. See |MojoCreateDataPipe()| for complete
80 // Writes to a data pipe. See |MojoWriteData| for complete documentation.
89 // complete documentation.
99 // complete documentation.
105 // Reads from a data pipe. See |MojoReadData()| for complete documentation.
114 // complete documentation.
124 // complete documentation.
/external/pcre/dist2/doc/html/
Dpcre2partial.html54 preferred to an alternative complete match, though the details differ between
98 If it is matched against "456abc123xyz" the result is a complete match, and the
115 other alternatives in the pattern are tried. If no complete match can be found,
119 This option is "soft" because it prefers a complete match over a partial match.
121 potentially complete. For example, \z, \Z, and $ match at the end of the
144 possible complete matches. This option is "hard" because it prefers an earlier
145 partial match over a later complete match. For this reason, the assumption is
162 PCRE2_PARTIAL_SOFT, it yields a complete match for "dog". However, if
168 In this case the result is always a complete match because that is found first,
169 and matching never continues after finding a complete match. It might be easier
[all …]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_fec_unittest.cc84 // Check for complete recovery after FEC decoding.
117 // No packets lost, expect complete recovery. in TEST_F()
145 // One packet lost, one FEC packet, expect complete recovery. in TEST_F()
159 // 2 packets lost, one FEC packet, cannot get complete recovery. in TEST_F()
243 // Expect 3 media packets in recovered list, and complete recovery. in TEST_F()
285 // The two FEC packets are received and should allow for complete recovery, in TEST_F()
288 // list and no complete recovery. in TEST_F()
325 // Expect 3 media packets in recovered list, and complete recovery. in TEST_F()
371 // With media packet#1 and FEC packets #1, #2, #3, expect complete recovery. in TEST_F()
387 // Cannot get complete recovery for this loss configuration with random mask. in TEST_F()
[all …]
/external/autotest/client/bin/self-test/tests/
D110-barrier-unordered-10x-out132 --STEPTEST-- payload1 complete
133 --STEPTEST-- payload1 complete
134 --STEPTEST-- payload1 complete
135 --STEPTEST-- payload1 complete
136 --STEPTEST-- payload1 complete
137 --STEPTEST-- payload1 complete
138 --STEPTEST-- payload1 complete
139 --STEPTEST-- payload1 complete
140 --STEPTEST-- payload1 complete
141 --STEPTEST-- payload1 complete
D111-barrier-unordered-20x-out272 --STEPTEST-- payload1 complete
273 --STEPTEST-- payload1 complete
274 --STEPTEST-- payload1 complete
275 --STEPTEST-- payload1 complete
276 --STEPTEST-- payload1 complete
277 --STEPTEST-- payload1 complete
278 --STEPTEST-- payload1 complete
279 --STEPTEST-- payload1 complete
280 --STEPTEST-- payload1 complete
281 --STEPTEST-- payload1 complete
[all …]
/external/autotest/client/tests/barriertest/
Dbarriertest.py19 logging.info('1. rendezvous "First" complete.')
26 logging.info('2. rendezvous_servers "Second" complete.')
43 logging.info('3. rendezvous(abort=True) complete.')
50 logging.info('4. rendezvous_servers "FinalSync" complete.')
67 logging.info('5. rendezvous_servers(abort=True) complete.')
/external/clang/test/Index/
Dcomplete-at-EOF.c3 // RUN: -code-completion-at=%S/Inputs/complete-at-EOF.c:4:1 %S/Inputs/complete-at-EOF.c | FileC…
8 // RUN: -code-completion-at=%S/Inputs/complete-at-EOF.c:2:1 %S/Inputs/complete-at-EOF.c | FileC…
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_06555729 …1746-fw_11.27-robot_sim/one_finger_physical_click.center-lumpy-fw_11.27-complete-20130614_065557.d…
58 …fw_11.27-robot_sim/one_finger_physical_click.bottom_left-lumpy-fw_11.27-complete-20130614_065601.d…
87 …fw_11.27-robot_sim/one_finger_physical_click.bottom_side-lumpy-fw_11.27-complete-20130614_065603.d…
116 …w_11.27-robot_sim/one_finger_physical_click.bottom_right-lumpy-fw_11.27-complete-20130614_065605.d…
151 …506_031746-fw_11.27-robot_sim/two_fingers_physical_click-lumpy-fw_11.27-complete-20130614_065607.d…
203 …11.27-robot_sim/one_finger_tracking.left_to_right.normal-lumpy-fw_11.27-complete-20130614_065610.d…

12345678910>>...179