Home
last modified time | relevance | path

Searched full:been (Results 1 – 25 of 13741) sorted by relevance

12345678910>>...550

/external/antlr/runtime/CSharp2/
DAPI CHANGES.TXT9 …olete API. Lots of properties and methods have been turned virtual. Constants in UPPERCASE_ONLY ha…
13 Antlr.Runtime.BaseRecognizer.Failed() has been turned into a property
20 Antlr.Runtime.BaseRecognizer.Input has been removed.
22 Antlr.Runtime.Parser.Input - return type has been changed to ITokenStream
24 Antlr.Runtime.Lexer.Input - return type has been changed to ICharStream
26 Antlr.Runtime.TreeParser - return type has been changed to ITreeNodeStream
31 Antlr.Runtime.ParserRuleReturnScope.start has been made public
32 Antlr.Runtime.ParserRuleReturnScope.stop has been made public
36 …iate changes to the derived classes). Usually T and SpecializingType have been replaced with "obje…
37 Antlr.Runtime.Tree.RewriteRuleElementStream.HasNext has been turned into a property
[all …]
/external/clang/test/Analysis/
Dtest-after-div-zero.c8 …if (x == 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq()
9 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq()
13 …if (0 == x) { } // expected-warning {{Value being compared against zero has already been used for … in err_eq2()
14 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_eq2()
18 …if (x != 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ne()
19 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ne()
23 …if (x >= 0) { } // expected-warning {{Value being compared against zero has already been used for … in err_ge()
24 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_ge()
28 …if (x <= 0) {} // expected-warning {{Value being compared against zero has already been used for d… in err_le()
29 } // expected-note@-1 {{Value being compared against zero has already been used for division}} in err_le()
[all …]
DDeallocUseAfterFreeErrors.m39 …[_ivar release]; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deal…
40 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
59 …_delegate = nil; // expected-warning {{Use of instance variable '_delegate' after 'self' has been
60 // expected-note@-1 {{Use of instance variable '_delegate' after 'self' has been deallocated}}
77 _s.f = 7; // expected-warning {{Use of instance variable '_s' after 'self' has been deallocated}}
78 // expected-note@-1 {{Use of instance variable '_s' after 'self' has been deallocated}}
96 …var = 7; // expected-warning {{Use of instance variable '_ivar' after 'self' has been deallocated}}
97 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
109 …self->_ivar = nil; // expected-warning {{Use of instance variable '_ivar' after 'self' has been de…
110 // expected-note@-1 {{Use of instance variable '_ivar' after 'self' has been deallocated}}
[all …]
Dpthreadlock.c184 pthread_mutex_lock(&mtx1); // expected-warning{{This lock has already been acquired}} in bad1()
193 pthread_mutex_lock(&mtx1); // expected-warning{{This lock has already been acquired}} in bad2()
218 lck_mtx_lock(&lck1); // expected-warning{{This lock has already been acquired}} in bad5()
227 lck_mtx_lock(&lck1); // expected-warning{{This lock has already been acquired}} in bad6()
252 lck_mtx_unlock(&lck1); // expected-warning{{This lock has already been unlocked}} in bad9()
260 lck_mtx_unlock(&lck1); // expected-warning{{This lock has already been unlocked}} in bad10()
266 lck_mtx_unlock(lock); // expected-warning{{This lock has already been unlocked}} in bad11_sub()
285 pthread_mutex_unlock(&mtx1); // expected-warning{{This lock has already been unlocked}} in bad12()
295 pthread_mutex_unlock(&mtx1); // expected-warning{{This lock has already been unlocked}} in bad13()
305 pthread_mutex_unlock(&mtx2); // expected-warning{{This lock has already been unlocked}} in bad14()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
DSummaryStatistics.java64 /** count of values that have been added */
70 /** sum of values that have been added */
73 /** sum of the square of each value that has been added */
76 /** min of values that have been added */
79 /** max of values that have been added */
82 /** sumLog of values that have been added */
85 /** geoMean of values that have been added */
88 /** mean of values that have been added */
91 /** variance of values that have been added */
154 // If mean, variance or geomean have been overridden, in addValue()
[all …]
DMultivariateSummaryStatistics.java79 /** Count of values that have been added */
194 * i<sup>th</sup> entries of the arrays that have been added using
205 * i<sup>th</sup> entries of the arrays that have been added using
216 * i<sup>th</sup> entries of the arrays that have been added using
227 * i<sup>th</sup> entries of the arrays that have been added using
238 * i<sup>th</sup> entries of the arrays that have been added using
259 * Returns the covariance matrix of the values that have been added.
269 * i<sup>th</sup> entries of the arrays that have been added using
280 * i<sup>th</sup> entries of the arrays that have been added using
291 * i<sup>th</sup> entries of the arrays that have been added using
[all …]
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst210 Support for Windows 9x has been removed from the winsound module.
338 The rfc822 module has been deprecated for removal in 3.0.
347 The mimetools module has been deprecated for removal in 3.0.
431 The sgmllib and htmllib modules have been deprecated for removal in Python
469 The UserString.MutableString class has been removed in Python 3.0.
558 The statvfs module has been deprecated for removal in Python 3.0.
567 The sunaudiodev and SUNAUDIODEV modules have been deprecated for removal in
577 The WAIT module from IRIX has been deprecated for removal in Python 3.0.
586 The torgb module from IRIX has been deprecated for removal in Python 3.0.
595 The SV module from IRIX has been deprecated for removal in Python 3.0.
[all …]
/external/rust/crates/vulkano/src/pipeline/layout/
Dlimits_check.rs242 /// The maximum number of descriptor sets has been exceeded.
250 /// The maximum size of push constants has been exceeded.
258 /// The `max_per_stage_resources()` limit has been exceeded.
266 /// The `max_per_stage_descriptor_samplers()` limit has been exceeded.
274 /// The `max_per_stage_descriptor_uniform_buffers()` limit has been exceeded.
282 /// The `max_per_stage_descriptor_storage_buffers()` limit has been exceeded.
290 /// The `max_per_stage_descriptor_sampled_images()` limit has been exceeded.
298 /// The `max_per_stage_descriptor_storage_images()` limit has been exceeded.
306 /// The `max_per_stage_descriptor_input_attachments()` limit has been exceeded.
314 /// The `max_descriptor_set_samplers()` limit has been exceeded.
[all …]
/external/iperf3/
DRELNOTES.md9 * A --timestamps flag has been added, which prepends a timestamp to
14 * A --server-bitrate-limit flag has been added as a server-side
23 been fixed (#1011).
35 library files were not getting installed, has been fixed (#1013 /
46 * A minimal Dockerfile has been added (#824).
48 * A bug with burst mode and unlimited rate has been fixed (#898).
61 * A possible buffer overflow in the authentication feature has been
69 * The embedded version of cJSON has been updated to 1.7.13 (#978).
71 * Some server authentication functions have been added to the API
74 * API access has been added to the connection timeout parameter
[all …]
/external/clang/test/SemaCXX/
Dattr-deprecated.cpp3 …void f() __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecat…
7 …int b __attribute__((deprecated)); // expected-note 2 {{'b' has been explicitly marked deprecated …
29 …virtual void f() __attribute__((deprecated)); // expected-note 6 {{'f' has been explicitly marked …
64 void D::f() { } // expected-note{{'f' has been explicitly marked deprecated here}} in f()
65 void D::f(int v) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f()
66 void D::f(int v1, int v2) { } // expected-note{{'f' has been explicitly marked deprecated here}} in f()
77 …void foo(int) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked dep…
79 …void foo(short) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked d…
84 …friend void foo(A*) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly mark…
90 …void foo(const Foo &f) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly m…
[all …]
/external/javassist/
DReadme.html345 <li>The source code repository has been moved to <a href="https://github.com/jboss-javassist/javass…
359 <li>A stackmap generator has been rewritten.
360 <li>JIRA JASSIST-160, 163, 166, 168, 170, 171, 174, 175, 176 have been fixed.
365 <li>Maven now works. JIRA JASSIST-44, 106, 156 have been fixed.
416 <li>JIRA JASSIST-66 has been fixed.
421 <li>CtClass.rebuildClassFile() has been added.
422 <li>A few bugs of javassist.bytecode.analysis have been fixed.
435 <li>a bug of javassist.util.proxy has been fixed.
440 <li>Several minor bugs have been fixed.
448 <li>The stack map table introduced since Java 6 has been supported.
[all …]
/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/
Dhttp2_frame_decoder_listener.h19 // decoder will only call the listener once the necessary input has been
21 // of an HTTP/2 common frame header have been received. The decoder will call
27 // been cleared before the methods below are called.
47 // Called once the common frame header has been decoded for any frame, and
62 // Called once the common frame header has been decoded for a DATA frame,
67 // is available until all of it has been provided;
81 // Called after an entire DATA frame has been received.
85 // Called once the common frame header has been decoded for a HEADERS frame,
92 // until all if has been provided;
103 // the priority fields have been decoded.
[all …]
/external/freetype/docs/
DCHANGES5 - The demo program `ftinspect` has been completely updated and much
29 has been added. Note that this function is part of `ftsynth.h`,
35 interpreter version 40 has been FreeType's default version for six
41 `FT_CONFIG_OPTION_NO_GLYPH_NAMES` has been removed.
69 have been renamed to
120 programs have been set up to use 'librsvg' as the rendering
128 - The handling of fonts with an 'sbix' table has been improved.
141 - The internal 'zlib' code has been updated to be in sync with the
167 `FT_Data` structures have been changed from signed to unsigned
174 - Cmake support has been further improved. To do that various
[all …]
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dhttp_decoder.h47 // Called when a MAX_PUSH_ID frame has been successfully parsed.
50 // Called when a GOAWAY frame has been successfully parsed.
53 // Called when a SETTINGS frame has been received.
56 // Called when a SETTINGS frame has been successfully parsed.
59 // Called when a DATA frame has been received.
64 // Called when part of the payload of a DATA frame has been read. May be
68 // Called when a DATA frame has been completely processed.
71 // Called when a HEADERS frame has been received.
76 // Called when part of the payload of a HEADERS frame has been read. May be
80 // Called when a HEADERS frame has been completely processed.
[all …]
/external/libcups/vcnet/regex/
DWHATSNEW10 New in alpha3.5: Active development of this code has been stopped --
17 New in alpha3.4: The complex bug alluded to below has been fixed (in a
20 the tests file have accordingly been uncommented. The primary sign of
25 New in alpha3.3: The definition of word boundaries has been altered
29 makefile has generally been cleaned up some. Fixes have been made
32 <assert.h> has been added. And some more things have been added to
52 New in alpha3.0: Performance is no better, alas, but some fixes have been
53 made and some functionality has been added. (This is basically the "get
62 debugging interface has changed a bit. And there has been considerable
77 been introduced to minimize portability problems with shifting into sign
[all …]
/external/clang/test/Sema/
Dwarn-duplicate-enum.c6 …A3, // expected-warning {{element A3 has been implicitly assigned 0 which another element has bee…
11 …B2, // expected-warning {{element B2 has been implicitly assigned 0 which another element ha…
14 …B5, // expected-warning {{element B5 has been implicitly assigned -1 which another element has be…
18 …= -1, C3 }; // expected-warning{{element C1 has been implicitly assigned 0 which another element h…
24 …D3, // expected-warning{{element D3 has been implicitly assigned 2 which another element has been
Dattr-deprecated.c3 int f() __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecated…
5 void g(); // expected-note {{'g' has been explicitly marked deprecated here}}
7 extern int var __attribute__((deprecated)); // expected-note {{'var' has been explicitly marked dep…
20 extern int var; // expected-note {{'var' has been explicitly marked deprecated here}}
26 int old_fn(); // expected-note {{'old_fn' has been explicitly marked deprecated here}}
35 …int x __attribute__((deprecated)); // expected-note 3 {{'x' has been explicitly marked deprecated …
44 typedef struct foo foo_dep __attribute__((deprecated)); // expected-note 12 {{'foo_dep' has been ex…
48 …n attribute 'invalid_attribute' ignored}} expected-note 2 {{'bar_dep' has been explicitly marked d…
105 enum __attribute__((deprecated)) Test20 { // expected-note {{'Test20' has been explicitly marked de…
106 …test20_a __attribute__((deprecated)), // expected-note {{'test20_a' has been explicitly marked dep…
[all …]
/external/clang/test/SemaObjC/
Dspecial-dep-unavail-warning.m6 - (void) unavailMeth __attribute__((unavailable)); // expected-note {{has been explicitly marked un…
7 - (void) depInA1 __attribute__((deprecated)); // expected-note {{'depInA1' has been explicitly mark…
9 - (void) depInA2 __attribute__((deprecated)); // expected-note {{'depInA2' has been explicitly mark…
10 - (void) unavailMeth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked u…
12 …bute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked u…
13 - (void)FuzzyMeth __attribute__((deprecated)); // expected-note {{'FuzzyMeth' has been explicitly m…
18 - (void) unavailMeth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked u…
19 - (void) depInA __attribute__((deprecated)); // expected-note {{'depInA' has been explicitly marked…
23 …bute__((deprecated)) __attribute__((unavailable)); // expected-note {{has been explicitly marked u…
26 - (void)FuzzyMeth1 __attribute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly…
[all …]
/external/curl/tests/unit/
Dunit1304.c63 fail_unless(password[0] == 0, "password should not have been changed");
65 fail_unless(login[0] == 0, "login should not have been changed");
75 fail_unless(result == 0, "Host should have been found");
77 fail_unless(password[0] == 0, "password should not have been changed");
80 "login should not have been changed");
92 fail_unless(password[0] == 0, "password should not have been changed");
95 "login should not have been changed");
106 fail_unless(result == 0, "Host should have been found");
108 fail_unless(password[0] == 0, "password should not have been changed");
111 "login should not have been changed");
[all …]
/external/squashfs-tools/
DCHANGES193 implementations have been merged and optimised. Spinlocks are
195 been minimised. Small race condition fixed where if two or
198 speed improvement has been seen on tests.
209 2.1 Unsquashfs has been parallelised. Filesystem reading, writing
235 1.1. Maximum block size has been increased to 1Mbyte, and the
236 default block size has been increased to 128 Kbytes.
247 2.1. Exclude files have been extended to use wildcard pattern
248 matching and regular expressions. Support has also been
266 3.2. Extract files have been extended to use wildcard pattern
269 3.3. Filename printing has been enhanced and Unquashfs can
[all …]
/external/harfbuzz_ng/src/
Dhb-features.h.in15 * IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
40 * Defined if Harfbuzz has been built with Freetype support.
47 * Defined if Harfbuzz has been built with GDI support.
54 * Defined if Harfbuzz has been built with Graphite support.
61 * Defined if Harfbuzz has been built with GLib support.
68 * Defined if Harfbuzz has been built with Uniscribe support.
75 * Defined if Harfbuzz has been built with DirectWrite support.
82 * Defined if Harfbuzz has been built with CoreText support.
89 * Defined if Harfbuzz has been built with ICU support.
/external/rust/crates/chrono/
DCHANGELOG.md147 deprecation warnings and has been stable since rustc 1.13.0
269 - `IsoWeek` has been added for the ISO week without time zone.
282 - Intermediate implementation modules have been flattened (#161),
283 and `UTC` has been renamed to `Utc` in accordance with the current convention (#148).
309 but this duplicated the `Datelike::weekday` method and it had been hard to deal with
318 - `chrono::serde` and `chrono::naive::serde` modules have been added
373 - `chrono::prelude` module has been added. All other glob imports are now discouraged.
377 - `FixedOffset::local_minus_utc` and `FixedOffset::utc_minus_local` methods have been added.
384 - Formatting items and the `Parsed` type have been slightly adjusted so that
413 - The following methods and implementations have been renamed and older names have been *removed*.
[all …]
/external/python/cpython2/Doc/library/
Demail.rst103 * All modules have been renamed according to :pep:`8` standards. For example,
117 * Methods that were deprecated in version 3 have been removed. These include
121 * Fixes have been added for :rfc:`2231` support which can change some of the
140 have been removed. These include the *_encoder* argument to the
145 * New :exc:`DeprecationWarning`\ s have been added to:
151 * Support for Pythons earlier than 2.3 has been removed.
155 * The :mod:`email.Header` and :mod:`email.Charset` modules have been added.
164 * Several methods in the :class:`~email.message.Message` class have been
165 deprecated, or their signatures changed. Also, many new methods have been
206 :class:`~email.mime.multipart.MIMEMultipart` have been added, and interposed
[all …]
/external/webrtc/net/dcsctp/tx/
Doutstanding_data.h34 // The chunk has been sent but not received yet (from the sender's point of
35 // view, as no SACK has been received yet that reference this chunk).
37 // A SACK has been received which explicitly marked this chunk as missing -
42 // A SACK has been received which explicitly marked this chunk as received.
44 // A chunk whose message has expired or has been retransmitted too many
60 // out-of-order. But when it has been reported missing consecutive times, it
69 // The set of lifecycle IDs that were acked, but had been abandoned.
147 // the chunk has ever been retransmitted, it will return absl::nullopt.
154 // Returns true if the next chunk that is not acked by the peer has been
194 // Nacks an item. If it has been nacked enough times, or if `retransmit_now`
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/
DChangeSetResults.java34 * @param fileName the file which has been deleted
41 * Adds the name of a file to the result list which has been
43 * @param fileName the file name which has been added from the original stream
50 * Adds the name of a file to the result list which has been
59 * Returns a list of filenames which has been added from the changeset
67 * Returns a list of filenames which has been added from the original stream
75 * Returns a list of filenames which has been deleted
83 * Checks if an filename already has been added to the result list
85 * @return true, if this filename already has been added

12345678910>>...550