Home
last modified time | relevance | path

Searched refs:added (Results 1 – 25 of 2209) sorted by relevance

12345678910>>...89

/external/libcxx/lib/abi/
DCHANGELOG.TXT8 including what symbols were added, removed, or changed.
13 New entries should be added directly below the "Version" header.
122 Symbol added: _ZNSt3__16__itoa8__u64toaEmPc
123 Symbol added: _ZNSt3__16__itoa8__u32toaEjPc
127 Symbol added: __ZNSt3__16__itoa8__u64toaEyPc
128 Symbol added: __ZNSt3__16__itoa8__u32toaEjPc
142 Symbol added: __cxa_uncaught_exceptions
157 Symbol added: ___cxa_deleted_virtual
199 Symbol added: _ZNSt3__124__libcpp_debug_exceptionC2ERKNS_19__libcpp_debug_infoE
200 Symbol added: _ZNSt3__124__libcpp_debug_exceptionD1Ev
[all …]
/external/syzkaller/vendor/google.golang.org/grpc/metadata/
Dmetadata.go160 added := make([][]string, len(md.added)+1)
161 copy(added, md.added)
162 added[len(added)-1] = make([]string, len(kv))
163 copy(added[len(added)-1], kv)
164 return context.WithValue(ctx, mdOutgoingKey{}, rawMD{md: md.md, added: added})
187 return raw.md, raw.added, true
199 mds := make([]MD, 0, len(raw.added)+1)
201 for _, vv := range raw.added {
209 added [][]string member
/external/wpa_supplicant_8/hostapd/
DChangeLog7 * added support for FILS (IEEE 802.11ai) shared key authentication
8 * added support for OWE (Opportunistic Wireless Encryption, RFC 8110;
10 * added support for DPP (Wi-Fi Device Provisioning Protocol)
12 - added local generation of PMK-R0/PMK-R1 for FT-PSK
18 - added support for wildcard R0KH/R1KH
23 - added expiration to PMK-R0 and PMK-R1 cache
24 - added IEEE VLAN support (including tagged VLANs)
25 - added support for SHA384 based AKM
28 - added support for configuring SAE password separately of the
30 - added option to require MFP for SAE associations
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog11 * added support for FILS (IEEE 802.11ai) shared key authentication
12 * added support for OWE (Opportunistic Wireless Encryption, RFC 8110;
14 * added support for DPP (Wi-Fi Device Provisioning Protocol)
15 * added support for RSA 3k key case with Suite B 192-bit level
19 * added EAP-pwd client support for salted passwords
27 * added support for external persistent storage of PMKSA cache
31 * added support for beacon report
33 * added support for randomizing local address for GAS queries
36 * added option for using random WPS UUID (auto_uuid=1)
37 * added SHA256-hash support for OCSP certificate matching
[all …]
/external/guava/guava/src/com/google/common/collect/
DQueues.java269 int added = 0; in drain() local
270 while (added < numElements) { in drain()
273 added += q.drainTo(buffer, numElements - added); in drain()
274 if (added < numElements) { // not enough elements immediately available; will have to poll in drain()
280 added++; in drain()
283 return added; in drain()
304 int added = 0; in drainUninterruptibly() local
307 while (added < numElements) { in drainUninterruptibly()
310 added += q.drainTo(buffer, numElements - added); in drainUninterruptibly()
311 if (added < numElements) { // not enough elements immediately available; will have to poll in drainUninterruptibly()
[all …]
/external/python/pyasn1-modules/
DCHANGES.txt35 - pem.readBase64fromText() convenience function added
54 * More CRL data structures added (RFC3279)
58 * Copyright added to source files
73 - Extensions added to text files, CVS attic flushed.
88 - Missing components added to rfc4210.PKIBody.
95 - CMP structures (RFC4210), cmpdump.py tool and test case added.
105 - X.509 CRMF structures (RFC2511) and crmfdump.py tool added
106 - X.509 CRL structures and crldump.py tool added
107 - PKCS#10 structures and pkcs10dump.py tool added
108 - PKCS#8 structures and pkcs8dump.py tool added
[all …]
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
DREADME6 23 Jul 2009 0.17 Test cases added for VIDIOC_ENUM_FRAMESIZES and
11 25 May 2009 0.15 Test cases added for VIDIOC_G_EXT_CTRLS, VIDIOC_S_EXT_CTRLS
13 7 May 2009 0.14 Test cases added for VIDIOC_QUERYBUF;
16 Test cases added for VIDIOC_REQBUFS
17 19 Apr 2009 0.12 Test cases added for VIDIOC_S_FMT;
22 More strict check added for strings in different test cases
23 9 Apr 2009 0.11 Test cases added for VIDIOC_G_OUTPUT, VIDIOC_S_OUTPUT,
31 18 Mar 2009 0.10 Test cases added for VIDIOC_G_PARM;
34 14 Mar 2009 0.9 Test cases added for VIDIOC_S_CROP;
35 Test steps added for VIDIOC_S_CTRL
[all …]
/external/e2fsprogs/intl/
Dlocalealias.c156 size_t added; in _nl_expand_alias() local
188 added = 0; in _nl_expand_alias()
189 while (added == 0 && locale_alias_path[0] != '\0') in _nl_expand_alias()
202 added = read_alias_file (start, locale_alias_path - start); in _nl_expand_alias()
205 while (added != 0); in _nl_expand_alias()
221 size_t added; in read_alias_file() local
243 added = 0; in read_alias_file()
303 return added; in read_alias_file()
316 return added; in read_alias_file()
342 ++added; in read_alias_file()
[all …]
/external/expat/lib/
Dlibexpat.def59 ; added with version 1.95.3
62 ; added with version 1.95.5
65 ; added with version 1.95.6
70 ; added with version 1.95.8
74 ; added with version 2.1.1
77 ; added with version 2.2.5
Dlibexpatw.def59 ; added with version 1.95.3
62 ; added with version 1.95.5
65 ; added with version 1.95.6
70 ; added with version 1.95.8
74 ; added with version 2.1.1
77 ; added with version 2.2.5
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DReportAPI.java51 TreeSet<APIInfo> added; field in ReportAPI
59 APIInfo added; field in ReportAPI.DeltaInfo
62 DeltaInfo(APIInfo added, APIInfo removed) { in DeltaInfo() argument
63 this.added = added; in DeltaInfo()
69 return added.getVal(typ); in getVal()
74 return added.get(typ, brief); in get()
87 added.print(pw, detail, html); in print()
144 added = (TreeSet<APIInfo>)newData.set.clone(); in ReportAPI()
145 added.removeAll(oldData.set); in ReportAPI()
148 Iterator<APIInfo> ai = added.iterator(); in ReportAPI()
[all …]
/external/bzip2/
DREADME.android5 * added README.android (this file)
6 * added Android.mk
7 * added CleanSpec.mk
8 * added ThirdPartyProject.prop
10 * added empty MODULE_LICENSE_BSD_LIKE
/external/slf4j/slf4j-site/src/site/pages/changes/
Dchanges-1.3.txt9 INFO: 8000: org.slf4j.LoggerFactory: Class org.slf4j.LoggerFactory added
10 INFO: 8000: org.slf4j.MarkerFactory: Class org.slf4j.MarkerFactory added
11 INFO: 8000: org.slf4j.helpers.BasicMarker: Class org.slf4j.helpers.BasicMarker added
12 INFO: 8000: org.slf4j.helpers.BasicMarkerFactory: Class org.slf4j.helpers.BasicMarkerFactory added
13 INFO: 8000: org.slf4j.helpers.MarkerIgnoringBase: Class org.slf4j.helpers.MarkerIgnoringBase added
14 INFO: 8000: org.slf4j.helpers.MessageFormatter: Class org.slf4j.helpers.MessageFormatter added
15 INFO: 8000: org.slf4j.helpers.Util: Class org.slf4j.helpers.Util added
21 INFO: 8000: org.slf4j.spi.LocationAwareLogger: Class org.slf4j.spi.LocationAwareLogger added
/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def95 ; zlibwapi v1.2.4 added:
117 ; zlib1 v1.2.4 added:
133 ; zlib1 v1.2.6 added:
138 ; zlib1 v1.2.7 added:
141 ; zlib1 v1.2.8 added:
145 ; zlib1 v1.2.9 added:
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def95 ; zlibwapi v1.2.4 added:
117 ; zlib1 v1.2.4 added:
133 ; zlib1 v1.2.6 added:
138 ; zlib1 v1.2.7 added:
141 ; zlib1 v1.2.8 added:
145 ; zlib1 v1.2.9 added:
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def95 ; zlibwapi v1.2.4 added:
117 ; zlib1 v1.2.4 added:
133 ; zlib1 v1.2.6 added:
138 ; zlib1 v1.2.7 added:
141 ; zlib1 v1.2.8 added:
145 ; zlib1 v1.2.9 added:
/external/ltp/testcases/kernel/device-drivers/acpi/
DREADME9 3.a. A function "acpi_get_object_info" has been added to the LtpAcpiCmds.c file of LTP project.
13 3.b. A function "acpi_install_fixed_event_handler" has been added to the LtpAcpiCmds.c file of LTP …
16 3.c. A function "acpi_remove_fixed_event_handler" has been added to the LtpAcpiCmds.c file.
19 3.d. A function "acpi_acquire_global_lock" has been added to LtpAcpiCmds.c file.
22 3.e. A function "acpi_release_global_lock" has been added to LtpAcpiCmds.c file.
25 3.f. A function "acpi_bus_find_driver" has been added to LtpAcpiCmds.c file.
28 3.g. A function "acpi_bus_get_power" has been added to LtpAcpiCmds.c file.
31 3.h. A function "acpi_evaluate_integer" has been added to LtpAcpiCmds.c file.
/external/deqp/scripts/
Dcaselist_diff.py167 added = []
176 added.append(case)
183 return (added, removed)
195 added, removed = diffCaseLists(renamedCases, newCases) variable
200 for case in added:
/external/libevent/
DREADME.android6 * added empty MODULE_LICENSE_BSD_LIKE
7 * added Android.mk
8 * added CleanSpec.mk
9 * added missing include of event-internal.h to buffer.c
10 * added custom include/event2/event-config.h
/external/curl/docs/cmdline-opts/
Dgen.pl92 sub added { subroutine
109 my $added;
124 $added=$1;
230 if($added) {
231 push @foot, added($standalone, $added);
/external/grpc-grpc/test/core/avl/
Davl_test.cc245 int added[1024]; in test_stress() local
257 memset(added, 0, sizeof(added)); in test_stress()
260 int idx = rand() % static_cast<int> GPR_ARRAY_SIZE(added); in test_stress()
263 added[idx] = i; in test_stress()
268 deletions += (added[idx] != 0); in test_stress()
269 added[idx] = 0; in test_stress()
273 for (j = 0; j < static_cast<int> GPR_ARRAY_SIZE(added); j++) { in test_stress()
274 if (added[j] != 0) { in test_stress()
275 check_get(avl, j, added[j]); in test_stress()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dnacl-mask.s4 # This test tests that address-masking sandboxing is added when given assembly
8 # Test that address-masking sandboxing is added before indirect branches and
36 # Test that address-masking sandboxing is added before load instructions.
106 # Test that address-masking sandboxing is added before store instructions.
168 # Test that address-masking sandboxing is added after instructions that change
204 # masks are added before and after the instruction.
210 # For loads where $sp is destination and base, check that mask is added after
217 # For stores where $sp is destination and base, check that mask is added neither
227 # added before indirect calls.
/external/llvm/test/MC/Mips/
Dnacl-mask.s4 # This test tests that address-masking sandboxing is added when given assembly
8 # Test that address-masking sandboxing is added before indirect branches and
36 # Test that address-masking sandboxing is added before load instructions.
106 # Test that address-masking sandboxing is added before store instructions.
168 # Test that address-masking sandboxing is added after instructions that change
204 # masks are added before and after the instruction.
210 # For loads where $sp is destination and base, check that mask is added after
217 # For stores where $sp is destination and base, check that mask is added neither
227 # added before indirect calls.
/external/curl/docs/
DHISTORY.md20 download support was added, the name of the project was changed and urlget 2.0
26 The project slowly grew bigger. When upload capabilities were added and the
36 SSL support was added, powered by the SSLeay library.
46 major operating systems. The never-quite-understood -F option was added and
47 curl could now simulate quite a lot of a browser. TELNET support was added.
55 January: DICT support added.
61 August: LDAP:// and FILE:// support added. The curl web site gets 1300 visits
66 December 28: added the project on Sourceforge and started using its services
87 September: kerberos4 support was added.
105 The first experimental ftps:// support was added.
[all …]
/external/libcxx/utils/libcxx/sym_check/
Ddiff.py52 added = added_symbols(old, new)
55 return added, removed, changed
85 added = bool(len(added_syms) != 0)
89 if added or abi_break:

12345678910>>...89