Home
last modified time | relevance | path

Searched +full:update +full:- +full:eclipse +full:- +full:metadata (Results 1 – 17 of 17) sorted by relevance

/external/testng/
DNOTES6 "testng-5.12-bundle.jar".
10 -> Update <version>5.12</version> in bundle-pom.xml to the correct version
11 mvn install:install-file -DpomFile=bundle-pom.xml -Dfile=testng-5.12.1.jar
13 …svn.apache.org/repos/asf/maven/surefire/trunk/surefire-integration-tests/src/test/resources/testng
14 cd testng-simple
15 -> Update <testNgVersion> in pom.xml to the correct version
16 -> Remove <classifier> in pom.xml if it's still there
17 mvn -DtestNgVersion=5.12.1 -Dsurefire.version=2.5 clean test
18 -> Send bundle to Brett Porter <brett.porter@gmail.com>
21 Eclipse
[all …]
/external/google-java-format/eclipse_plugin/
DREADME.md1 # Google Java Format Eclipse Plugin
5 See https://github.com/google/google-java-format#eclipse
12 tycho-versions:update-eclipse-metadata` to update the bundle version in
13 `META-INF/MANIFEST.MF`.
19 dependencies (as declared in `build.properties`) for the actual Eclipse plugin build.<br><br>
21 `mvn clean install -Dtycho.localArtifacts=ignore` instead. Note, however, that you then must use
24 [p2-local-metadata.properties](https://wiki.eclipse.org/Tycho/Target_Platform#Locally_built_artifac…
26 outdated build artifact created by a previous build instead of re-building the plugin. More
28 [in this thread](https://www.eclipse.org/lists/tycho-user/msg00952.html) and
29 [this bug tracker entry](https://bugs.eclipse.org/bugs/show_bug.cgi?id=355367).
[all …]
/external/google-java-format/.github/workflows/
Drelease.yml1 name: Release google-java-format
11 build-maven-jars:
12 runs-on: ubuntu-latest
16 - name: Checkout
19 - name: Set up JDK
20 uses: actions/setup-java@v2.5.0
22 java-version: 17
25 server-id: sonatype-nexus-staging
26 server-username: CI_DEPLOY_USERNAME
27 server-password: CI_DEPLOY_PASSWORD
[all …]
/external/emma/core/java12/com/vladium/emma/rt/
DInstrClassLoadHook.java5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
24 // ----------------------------------------------------------------------------
26 * MT-safety ensured by the containing loader
45 // important to use the same options as the metadata may have been populated earlier: in InstrClassLoadHook()
80 // loading the class in question, if metadata for 'className' exists in processClassDef()
81 // it means it was created during the app runner's classpath scan -- in processClassDef()
85 // metadata instance could be associated with more than one app loader] in processClassDef()
91 …if (m_instrResult.m_descriptor != null) // null means either the metadata existed already or the c… in processClassDef()
93 // try to update metadata [this supports the "no initial full cp in processClassDef()
102 // updates the metadata first, discard our version of the class def in processClassDef()
[all …]
/external/emma/core/java12/com/vladium/emma/data/
DMetaData.java5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
7 * $Id: MetaData.java,v 1.1.1.1.2.2 2004/07/16 23:32:29 vlad_r Exp $
22 // ----------------------------------------------------------------------------
29 final class MetaData implements IMetaData, Cloneable class
33 // TODO: MT-safety model
40 final MetaData _clone; in shallowCopy()
43 _clone = (MetaData) super.clone (); in shallowCopy()
172 final MetaData rhsmdata = (MetaData) rhs; // TODO: redesign to avoid this cast? in merge()
187 // update debug info flags if necessary: in merge()
201 MetaData (final CoverageOptions options) in MetaData() method in MetaData
[all …]
DDataFactory.java5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
33 // ----------------------------------------------------------------------------
108 return new MetaData (options); in newMetaData()
197 for (int i = length; -- i >= 0; ) in readIntArray()
217 for (int i = length; -- i >= 0; ) in readBooleanArray()
237 for (int i = length; -- i >= 0; ) in writeIntArray()
255 for (int i = length; -- i >= 0; ) in writeBooleanArray()
462 …trace2) log.trace2 (method, "entry read in " + (System.currentTimeMillis () - entrystart) + " ms")… in mergeload()
492 log.trace1 (method, "[" + file + "]: file processed in " + (end - start) + " ms"); in mergeload()
685 log.trace1 (method, "[" + file + "]: file processed in " + (end - start) + " ms"); in persist()
[all …]
/external/cronet/third_party/icu/source/data/unidata/
Dchanges.txt3 * Copyright (C) 2004-2016, International Business Machines
7 * encoding: US-ASCII
16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update
20 This log includes several command lines as used in the update process.
31 ---------------------------------------------------------------------------- ***
35 Normally, add new script codes as part of a Unicode update.
36 See https://unicode-org.github.io/icu/processes/release/tasks/standards#update-script-code-enums
39 ---------------------------------------------------------------------------- ***
41 CLDR 43 root collation update for ICU 73
43 Partial update only for the root collation.
[all …]
/external/icu/icu4c/source/data/unidata/
Dchanges.txt3 * Copyright (C) 2004-2016, International Business Machines
7 * encoding: US-ASCII
16 For an overview, see https://unicode-org.github.io/icu/processes/unicode-update
20 This log includes several command lines as used in the update process.
33 `***` - section heading
34 `*` - sub heading
35 `-` - 1st level bullet
36 `+` - 2nd level bullet
37 `=` - 1st level bullet
38 `->` - "the previous things leads to...", OR a 2nd level bullet/item
[all …]
/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
53 // ----------------------------------------------------------------------------
95 …mainAttrs.put (new Attributes.Name ("Created-By"), IAppConstants.APP_NAME + " v" + IAppConstants.A… in handleArchiveStart()
97 // note: Manifest makes these 72-char-safe in handleArchiveStart()
164 final String className = name.substring (0, name.length () - 6).replace ('/', '.'); in handleArchiveEntry()
170 // [the metadata will still contain only a single entry for a class with in handleArchiveEntry()
174 // as a metadata key] in handleArchiveEntry()
205 long inTimeStamp = entry.getTime (); // can return -1 in handleArchiveEntry()
230 // update metadata [if this class has not been seen before]: in handleArchiveEntry()
307 // copy non-.class entries in full copy and overwrite modes: in handleArchiveEntry()
[all …]
DInstrVisitor.java5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
40 // ----------------------------------------------------------------------------
73 * <li> if 'metadata' is true, the class definition is analysed
76 * This method returns null if 'metadata' is 'false' *or* if 'cls' is an
88 final boolean instrument, final boolean metadata, in process() argument
94 if (! (instrument || metadata)) return; // nothing to do in process()
106 m_metadata = metadata; in process()
192 // needs attention at metadata/report generation level in visit()
197 // note that post-4019 builds can modify this field outside of <clinit> (although in visit()
240 // add a Methodref for pre-<clinit> method: in visit()
[all …]
/external/aws-sdk-java-v2/changelogs/
D2.0.x-CHANGELOG.md1 # __2.0.0-preview-13__ __2018-11-13__
3 - ### Features
4 - Add `Automatic-Module-Name` manifest entry.
5- Add `AwsResponseMetadata` support to allow users to retrieve metadata information such as `reque…
6 - Add apiCallTimeout and apiCallAttemptTimeout feature for synchronous calls.
7 - Guava 23.0 -> 26.0
8 - upgrade maven-bundle-plugin -> 4.0.0
10 - ### Bugfixes
11 - Attach `SdkHttpResponse` to the responses of event streaming operations.
14 - ### Features
[all …]
/external/jacoco/org.jacoco.doc/docroot/doc/
Dchanges.html1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st…
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" />
8 <title>JaCoCo - Change History</title>
65 <h3>Non-functional Changes</h3>
71 <li>Maven plug-in has no dependency on <code>maven-reporting-impl</code> any more
89 <li>Methods generated by Kotlin compiler for non-overridden non-abstract methods
104 <h3>Non-functional Changes</h3>
137 <li>Instrumentation should update indexes of local variables in annotations
[all …]
/external/googleapis/google/cloud/securesourcemanager/v1/
Dsecure_source_manager.proto7 // http://www.apache.org/licenses/LICENSE-2.0
59 // https://[instance-id]-[project-number]-api.[location].sourcemanager.dev
63 // https://my-instance-702770452863-api.us-central1.sourcemanager.dev
72 "https://www.googleapis.com/auth/cloud-platform";
128 // Gets metadata of a repository.
273 // Output only. Update timestamp.
287 // Optional. Immutable. Customer-managed encryption key name, in the format
300 // Metadata of a Secure Source Manager repository.
327 // anjuta, ansible, appcelerator-titanium, app-engine, archives,
328 // arch-linux-packages, atmel-studio, autotools, backup, bazaar, bazel,
[all …]
/external/doclava/res/assets/templates-sdk/assets/js/
Ddocs.js12 var METADATA = METADATA || {}; variable
33 if (pagePath == '' || pagePath.charAt(pagePath.length - 1) == '/') {
52 relativePagePathParts.push(pathParts[pathParts.length - (upDirs - i) - 1]);
54 relativePagePathParts.push(pathParts[pathParts.length - 1]);
81 if ($prevListItem.hasClass('nav-section') || crossBoundaries) {
84 } else if (!$selListItem.hasClass('nav-section')) {
95 if (!crossBoundaries && $parentListItem.hasClass('nav-section') &&
96 $selListItem.hasClass('nav-section')) {
106 if ($selListItem.hasClass('nav-section') && $selListItem.children('div.empty').length == 0) {
113 } else if ($('.topic-start-link').length) {
[all …]
/external/jackson-databind/release-notes/
DVERSION-2.x1 Project: jackson-databind
3 ------------------------------------------------------------------------
5 ------------------------------------------------------------------------
29 #2118: `JsonProperty.Access.READ_ONLY` does not work with "getter-as-setter" `Collection`s
44 #2726: Add Gradle Module Metadata for version alignment with Gradle 6
46 #2732: Allow `JsonNode` auto-convert into `ArrayNode` if duplicates found (for XML)
47 #2733: Allow values of "untyped" auto-convert into `List` if duplicates found (for XML)
57 - Add `BeanDeserializerBase.isCaseInsensitive()`
58 - Some refactoring of `CollectionDeserializer` to solve CSV array handling issues
60 2.11.2 (02-Aug-2020)
[all …]
/external/mime-support/
Dmime.types9 # This file is part of the "media-types" package. Please report a bug using
13 # The reason that all types are managed by the media-types package instead
25 application/1d-interleaved-parityfec
26 application/3gpdash-qoe-report+xml
27 application/3gpp-ims+xml
37 application/alto-cdni+json
38 application/alto-cdnifilter+json
39 application/alto-costmap+json
40 application/alto-costmapfilter+json
41 application/alto-directory+json
[all …]
/external/libtextclassifier/native/annotator/pod_ner/test_data/
Dvocab.txt1012 -
10652 update
13233 eclipse
27426 metadata
29625 ##-