Home
last modified time | relevance | path

Searched +full:google +full:- +full:java +full:- +full:format +full:- +full:eclipse +full:- +full:plugin +full:- (Results 1 – 25 of 27) sorted by relevance

12

/external/google-java-format/eclipse_plugin/
DREADME.md1 # Google Java Format Eclipse Plugin
5 See https://github.com/google/google-java-format#eclipse
11 Before building the plugin, make sure to run `mvn
12 tycho-versions:update-eclipse-metadata` to update the bundle version in
13 `META-INF/MANIFEST.MF`.
15 ### Building the Plugin
18 of the plugin to `eclipse_plugin/lib/` and then triggers the tycho build that uses these
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…
[all …]
Dpom.xml1 <!--
2 ~ Copyright 2015 Google Inc.
8 ~ http://www.apache.org/licenses/LICENSE-2.0
15 -->
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22 <groupId>com.google.googlejavaformat</groupId>
23 <artifactId>google-java-format-eclipse-plugin</artifactId>
24 <packaging>eclipse-plugin</packaging>
27 <name>Google Java Format Plugin for Eclipse 4.5+</name>
[all …]
Dplugin.xml1 <?xml version="1.0" encoding="UTF-8"?>
3 <!--
4 Copyright 2020 Google Inc.
10 http://www.apache.org/licenses/LICENSE-2.0
17 -->
19 <?eclipse version="3.4"?>
20 <plugin>
21 <extension point="org.eclipse.jdt.core.javaFormatter">
23 class="com.google.googlejavaformat.java.GoogleJavaFormatter"
24 id="com.google.googlejavaformat.java.GoogleJavaFormatter"
[all …]
/external/google-java-format/
DREADME.md1 # google-java-format chapter
3 `google-java-format` is a program that reformats Java source code to comply with
4 [Google Java Style][].
6 [Google Java Style]: https://google.github.io/styleguide/javaguide.html
10 ### from the command-line
12 [Download the formatter](https://github.com/google/google-java-format/releases)
16 java -jar /path/to/google-java-format-${GJF_VERSION?}-all-deps.jar <options> [files...]
19 The formatter can act on whole files, on limited lines (`--lines`), on specific
20 offsets (`--offset`), passing through to standard-out (default) or altered
21 in-place (`--replace`).
[all …]
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 ~ Copyright 2015 Google Inc.
9 ~ http://www.apache.org/licenses/LICENSE-2.0
16 -->
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23 <groupId>com.google.googlejavaformat</groupId>
24 <artifactId>google-java-format-parent</artifactId>
26 <version>HEAD-SNAPSHOT</version>
[all …]
/external/cldr/tools/
DREADME.md7google/google-java-format) that is [configured in the Maven build](../.github/workflows/maven.yml)…
9 …y using the command `mvn --file=tools/pom.xml spotless:check`. You can apply the formatter's chan…
13Eclipse: Follow the [instructions](https://source.android.com/devices/tech/test_infra/tradefed/dev…
14java/java-linting#_formatter) in "Applying formatter settings", but use the same `android-formatti…
15 * IntelliJ: Use the [official plugin](https://plugins.jetbrains.com/plugin/8527-google-java-format/…
17 (This documentation is from the Unicode project [https://github.com/unicode-org/unicodetools](unico…
/external/opencensus-java/examples/
Dbuild.gradle12 classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.8'
13 classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0'
14 …classpath "gradle.plugin.com.github.sherter.google-java-format:google-java-format-gradle-plugin:0.…
18 apply plugin: "checkstyle"
19 apply plugin: 'com.google.protobuf'
20 apply plugin: 'com.github.sherter.google-java-format'
21 apply plugin: 'idea'
22 apply plugin: 'java'
25 // Also see https://github.com/ben-manes/gradle-versions-plugin.
26 apply plugin: 'com.github.ben-manes.versions'
[all …]
/external/google-java-format/eclipse_plugin/META-INF/
DMANIFEST.MF1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: google-java-format
4 Bundle-SymbolicName: google-java-format-eclipse-plugin;singleton:=true
5 Bundle-Vendor: Google
6 Bundle-Version: 1.13.0
7 Bundle-RequiredExecutionEnvironment: JavaSE-11
8 Require-Bundle: org.eclipse.jdt.core;bundle-version="3.10.0",
9 org.eclipse.jface,
10 org.eclipse.text,
[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/kotlinc/license/
DREADME.md2 by JetBrains. The following sections of the repository contain third-party code, to which different…
7 The following modules contain third-party code and are incorporated into the Kotlin compiler and/or
8 the Kotlin IntelliJ IDEA plugin:
10- Path: compiler/backend/src/org/jetbrains/kotlin/codegen/inline/MaxStackFrameSizeAndLocalsCalcula…
11 - License: BSD ([license/third_party/asm_license.txt][asm])
12- Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright …
14 - Path: compiler/backend/src/org/jetbrains/kotlin/codegen/inline/MaxLocalsCalculator.java
15 - License: BSD ([license/third_party/asm_license.txt][asm])
16- Origin: Derived from ASM: a very small and fast Java bytecode manipulation framework, Copyright …
18 - Path: compiler/backend/src/org/jetbrains/kotlin/codegen/optimization/common/FastMethodAnalyzer.kt
[all …]
/external/opencensus-java/examples/spring/servlet/
Dbuild.gradle12 classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.0.5.RELEASE'
13 classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0'
14 …classpath "gradle.plugin.com.github.sherter.google-java-format:google-java-format-gradle-plugin:0.…
18 apply plugin: "checkstyle"
19 apply plugin: 'com.github.sherter.google-java-format'
20 apply plugin: 'idea'
21 apply plugin: 'java'
24 // Also see https://github.com/ben-manes/gradle-versions-plugin.
25 apply plugin: 'com.github.ben-manes.versions'
33 version = "0.32.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
[all …]
/external/conscrypt/
DCONTRIBUTING.md6 * JDK/JRE version (i.e., ```java -version```)
7 * Operating system (i.e., ```uname -a```)
17 [Contributor License Agreement](https://cla.developers.google.com/clas).
19 We follow the [Clang Format](http://clang.llvm.org/docs/ClangFormat.html).
22 | IDE | Clang Format Plugin |
23 | --- | ------------------- |
24 | Eclipse | [CppStyle](https://marketplace.eclipse.org/content/cppstyle) |
25 | IntelliJ | [ClangFormatIJ](https://plugins.jetbrains.com/plugin/8396) |
29 email to [conscrypt@googlegroups.com](https://groups.google.com/forum/#!forum/conscrypt) to discuss
36 with your changes. When the changes are accepted, they will be merged or cherry-picked by
[all …]
/external/opencensus-java/
DCONTRIBUTING.md7 * JDK/JRE version (i.e., `java -version`)
8 * Operating system (i.e., `uname -a`)
18 [Contributor License Agreement](https://cla.developers.google.com/clas).
20 [Eclipse](https://google-styleguide.googlecode.com/svn/trunk/eclipse-java-google-style.xml)
22 [IntelliJ](https://google-styleguide.googlecode.com/svn/trunk/intellij-java-google-style.xml)
28 We follow the [Google Java Style
29 Guide](https://google.github.io/styleguide/javaguide.html). Our
32 Run the following command to format all files. This formatter uses
33 [google-java-format](https://github.com/google/google-java-format):
43 We also follow these project-specific guidelines:
[all …]
Dbuild.gradle10 classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.4.6'
11 classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.5.RELEASE")
12 classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.0.16'
13 classpath "net.ltgt.gradle:gradle-apt-plugin:0.18"
14 classpath 'com.github.ben-manes:gradle-versions-plugin:0.20.0'
15 …classpath "gradle.plugin.com.github.sherter.google-java-format:google-java-format-gradle-plugin:0.…
16 classpath "me.champeau.gradle:jmh-gradle-plugin:0.4.8"
17 classpath "gradle.plugin.io.morethan.jmhreport:gradle-jmh-report:0.9.0"
22 // Also see https://github.com/ben-manes/gradle-versions-plugin.
23 apply plugin: 'com.github.ben-manes.versions'
[all …]
/external/snakeyaml/
Dpom.xml1 <?xml version="1.0" encoding="utf-8"?>
2 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
9 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18 <maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
19 <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version><!-- for Github CI -->
20 <cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
21 <maven-site-plugin.version>3.12.1</maven-site-plugin.version>
22 <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
23 <jdk9-illegal-access-level>deny</jdk9-illegal-access-level>
26 <description>YAML 1.1 parser and emitter for Java</description>
[all …]
/external/protobuf/docs/
Dthird_party.md1 # Third-Party Add-ons for Protocol Buffers
3Google (unless explicitly marked)**; try them at your own risk. Also note that many projects here…
11 * Action Script: https://code.google.com/p/protobuf-actionscript3/
12 * Action Script: https://code.google.com/p/protoc-gen-as3/
14 * Action Script: https://github.com/zhongfq/protobuf-as3/
16 * C: https://github.com/protobuf-c/protobuf-c
22 * C++: https://github.com/protocolbuffers/protobuf (Google-official implementation)
25 * C#: https://code.google.com/p/protobuf-csharp-port
27 * C#/.NET/WCF/VB: https://code.google.com/p/protobuf-net/
28 * Clojure: http://github.com/ninjudd/clojure-protobuf
[all …]
/external/cronet/third_party/protobuf/docs/
Dthird_party.md1 # Third-Party Add-ons for Protocol Buffers
3Google (unless explicitly marked)**; try them at your own risk. Also note that many projects here…
11 * Action Script: https://code.google.com/p/protobuf-actionscript3/
12 * Action Script: https://code.google.com/p/protoc-gen-as3/
14 * Action Script: https://github.com/zhongfq/protobuf-as3/
16 * C: https://github.com/protobuf-c/protobuf-c
22 * C++: https://github.com/protocolbuffers/protobuf (Google-official implementation)
25 * C#: https://code.google.com/p/protobuf-csharp-port
27 * C#/.NET/WCF/VB: https://code.google.com/p/protobuf-net/
28 * Clojure: http://github.com/ninjudd/clojure-protobuf
[all …]
/external/testng/
DCHANGES.txt2 Fixed: GITHUB-841: testName from @Test is now used and available from ITestResult#getName() and ITe…
3 New: GITHUB-776: Add BeforeClass/AfterClass like on ITestListener (@vguna & Julien Herr)
4 Fixed: GITHUB-872: Enable end-users of TestNG to alter XmlSuite and XmlTest (Krishnan Mahadevan)
5 New: GITHUB-900: Support @Listeners in annotation transformer (Julien Herr)
6 New: GITHUB-898: Activate XML validation when possible (Julien Herr)
7 Fixed: GITHUB-889: XmlSuite in nested directories results in FIleNotFoundException (Virender Singh)
8 Fixed: GITHUB-811: Timeout is not working with parallel=tests (@michael-yxf & Julien Herr)
9 Fixed: GITHUB-839: Missing encoding meta data for report file (@banbq & Julien Herr)
10 Fixed: GITHUB-876: NullPointerException creating tests with parameters by a factory (@vixgeo & Juli…
11 New: GITHUB-886: Add some checks on factory methods (Julien Herr)
[all …]
/external/snakeyaml/src/changes/
Dchanges.xml2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 …apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xs…
8 <release version="1.32" date="2022-09-12" description="Maintenance">
17 Format the source with Google style.
18 …: https://stackoverflow.com/questions/49712148/maven-plugin-for-auto-formatting-code-to-match-goog…
19Format: https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml
20 Activation: ./mvnw clean install site -Preformat
23 … Support unescaped unicode characters for double-quoted scalars (thanks to Florian Waltenberger)
26 <release version="1.31" date="2022-08-27" description="Maintenance">
31 Fix false positive CVE-2020-13936 (thanks to Gaétan Collaud)
[all …]
/external/auto/value/src/main/java/com/google/auto/value/processor/
DAutoAnnotationProcessor.java2 * Copyright 2014 Google LLC
8 * http://www.apache.org/licenses/LICENSE-2.0
16 package com.google.auto.value.processor;
18 import static com.google.auto.common.GeneratedAnnotations.generatedAnnotation;
19 import static com.google.auto.value.processor.ClassNames.AUTO_ANNOTATION_NAME;
20 import static com.google.common.collect.Maps.immutableEntry;
21 import static java.util.Comparator.comparing;
22 import static java.util.stream.Collectors.joining;
24 import com.google.auto.common.MoreElements;
25 import com.google.auto.common.MoreTypes;
[all …]
/external/flatbuffers/docs/source/
Ddoxyfile10 # The format is:
16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
64 # directories (in 2 levels) under the output directory of each output format and
76 # Possible values are: Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/doxygen/
DDoxyfile.core.internal12 # The format is:
18 #---------------------------------------------------------------------------
20 #---------------------------------------------------------------------------
23 # that follow. The default is UTF-8 which is also the encoding used for all text
27 # The default value is: UTF-8.
29 DOXYFILE_ENCODING = UTF-8
32 # double-quotes, unless you are using Doxywizard) that should identify the
65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
66 # directories (in 2 levels) under the output directory of each output format and
75 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
[all …]
DDoxyfile.c++.internal12 # The format is:
18 #---------------------------------------------------------------------------
20 #---------------------------------------------------------------------------
23 # that follow. The default is UTF-8 which is also the encoding used for all text
27 # The default value is: UTF-8.
29 DOXYFILE_ENCODING = UTF-8
32 # double-quotes, unless you are using Doxywizard) that should identify the
65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
66 # directories (in 2 levels) under the output directory of each output format and
75 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
[all …]
/external/testng/doc/
Ddocumentation-main.html24 /* Set the command-line table option column width. */
25 #command-line colgroup.option {
33 displayMenu("documentation-main.html")
38 <!-- --------------------------
40 <table class="float-right">
43 <script type="text/javascript"><!--
44 google_ad_client = "pub-1467757024002850";
49 //-->
50 <!--
61 ------------------------------- -->
[all …]
/external/grpc-grpc/tools/doxygen/
DDoxyfile.core.internal12 # The format is:
18 #---------------------------------------------------------------------------
20 #---------------------------------------------------------------------------
23 # that follow. The default is UTF-8 which is also the encoding used for all text
27 # The default value is: UTF-8.
29 DOXYFILE_ENCODING = UTF-8
32 # double-quotes, unless you are using Doxywizard) that should identify the
65 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
66 # directories (in 2 levels) under the output directory of each output format and
75 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
[all …]

12