Home
last modified time | relevance | path

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

12345678910>>...58

/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.
59 Symbol added: _ZNSt3__124__libcpp_debug_exceptionC2ERKNS_19__libcpp_debug_infoE
60 Symbol added: _ZNSt3__124__libcpp_debug_exceptionD1Ev
61 Symbol added: _ZTINSt3__124__libcpp_debug_exceptionE
62 Symbol added: _ZNSt3__129__libcpp_throw_debug_functionERKNS_19__libcpp_debug_infoE
63 Symbol added: _ZNSt3__124__libcpp_debug_exceptionD2Ev
64 Symbol added: _ZNSt3__129__libcpp_abort_debug_functionERKNS_19__libcpp_debug_infoE
65 Symbol added: _ZNSt3__124__libcpp_debug_exceptionC2ERKS0_
66 Symbol added: _ZNSt3__124__libcpp_debug_exceptionC1Ev
[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/wpa_supplicant_8/hostapd/
DChangeLog9 * added support for configuring new ANQP-elements with
13 * added no_probe_resp_if_max_sta=1 parameter to disable Probe Response
16 * added option (-S as command line argument) to request all interfaces
20 * EAP-pwd: added support for Brainpool Elliptic Curves
32 * added support for OpenSSL 1.1 API changes
51 * VHT: added interoperability workaround for 80+80 and 160 MHz channels
55 - added support for full station state operations
58 * added initial MBO support; number of extensions to WNM BSS Transition
60 * added initial functionality for location related operations
61 * added assocresp_elements parameter to allow vendor specific elements
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog41 * added support for requesting and fetching arbitrary ANQP-elements
52 - added optional ssid=<hexdump> argument to P2P_CONNECT for join case
53 - added P2P_GROUP_MEMBER command to fetch client interface address
75 * added option to reopen debug log (e.g., to rotate the file) upon
77 * EAP-pwd: added support for Brainpool Elliptic Curves
84 * added 80+80 MHz and 160 MHz VHT support for IBSS/mesh
86 * added an option to abort an ongoing scan (used to speed up connection
105 * added support for multiple schedule scan plans (sched_scan_plans)
106 * added support for external server certificate chain validation
111 * added SIGNAL_MONITOR command to request signal strength monitoring
[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/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/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/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/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:
/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:
/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:
/external/libevent/
DREADME.android6 * added empty MODULE_LICENSE_BSD_LIKE
13 * added Android.mk
14 * added CleanSpec.mk
15 * added missing include of event-internal.h to buffer.c
16 * added custom include/event2/event-config.h
/external/curl/docs/cmdline-opts/
Dgen.pl76 sub added { subroutine
82 return "Added in $added. ";
93 my $added;
109 $added=$1;
218 if($added) {
219 push @foot, added($standalone, $added);
/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/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:
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DModifiedSystemClassRuntimeTest.java65 boolean added = false; field in ModifiedSystemClassRuntimeTest.MyInvocationHandler
73 assertFalse(added); in addTransformer()
74 added = true; in addTransformer()
95 assertTrue(added); in removeTransformer()
/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.
106 The first experimental ftps:// support was added in March 2001.
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/
DHistory.txt17 - added work-around code to handle the lack of support for StopIteration in Rubinius
26 - added a newly developed `samples/JavaScript.g' file for parsing JavaScript.
47 - added #compile! and #clobber! methods to directly invoke the 'compile'
57 - added new #hold convenience method to ANTLR3::CommonTokenStream
65 - added more content to the ruby antlr3 guide
72 - added new #each_on_channel and #walk convenience methods to ANTLR3::CommonTokenStream
86 - added --help and --version options to antlr4ruby
87 - documented the antlr4ruby source and added license information
89 - added a hoe-based rakefile with the gem distribution of the source code
147 - added template unit tests at test/unit/test-template.rb
/external/bison/
DAUTHORS7 Wilfred Hansen of Carnegie Mellon University added multicharacter
13 Paul Hilfinger added GLR support (Bison 1.50, 2002).
15 Joel E. Denny contributed canonical-LR support, and invented and added
20 Alex Rozenman added named reference support (Bison 2.5, 2011).
/external/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.cpp156 int added = _mesa_symbol_table_add_symbol(table, v->name, entry); in add_variable() local
157 assert(added == 0); in add_variable()
158 (void)added; in add_variable()
226 int added = _mesa_symbol_table_add_global_symbol(table, f->name, entry); in add_global_function() local
227 assert(added == 0); in add_global_function()
228 (void)added; in add_global_function()
/external/libnl/
DChangeLog233 o added class_build, rtnl_class_build_add_request, rtnl_class_add
234 o added HTB (Hierachical Token Bucket) class support
235 o added nl_xmittime, nl_build_rtable
236 o added nl_data_append to realloc a nl_data structure
237 o added rtnl_rcopy_ratespec as reverse to rtnl_copy_ratespec
241 o added rtnl_u32_set_handle, rtnl_u32_set_classid, rtnl_u32_set_flags
309 o added nl_cache_parse to put nl_msg's into a cache
310 o added rtnl_filter_build to build a nl_msg filter message
316 o added nl_msg_parse_rtattr as shortcut for nl_parse_rtattr
318 o added nl_parse_nested for nested TLVs
[all …]
/external/libchrome/base/
Dobserver_list_unittest.cc70 : added(false), in AddInObserve()
76 if (!added) { in Observe()
77 added = true; in Observe()
82 bool added; member in base::__anonf2975cd40111::AddInObserve
442 EXPECT_TRUE(b.added); in TEST()
466 EXPECT_TRUE(b.added); in TEST()
488 bool added() const { return added_; } in added() function in base::__anonf2975cd40111::AddInClearObserve
505 EXPECT_TRUE(a.added()); in TEST()
517 EXPECT_TRUE(a.added()); in TEST()

12345678910>>...58