Searched +full:artifact +full:- +full:java +full:- +full:local +full:- +full:tests (Results 1 – 25 of 28) sorted by relevance
12
/external/dagger2/.github/workflows/ |
D | ci.yml | 6 - master 10 bazel-test: 11 name: 'Bazel tests' 12 runs-on: ubuntu-latest 14 - name: 'Check out repository' 16 - name: 'Cache local Maven repository' 22 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} 23 restore-keys: | 24 ${{ runner.os }}-maven- 25 - name: 'Cache Bazel files' [all …]
|
/external/jarjar/ |
D | build.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 <project name="Jar Jar Links" default="jar" xmlns:artifact="antlib:org.apache.maven.artifact.ant"> 21 <!-- define Maven coordinates --> 26 <!-- define artifacts' name, which follows the convention of Maven --> 27 <property name="maven-jar" value="${dist}/${artifactId}-${version}.jar" /> 28 <property name="maven-javadoc-jar" value="${dist}/${artifactId}-${version}-javadoc.jar" /> 29 <property name="maven-sources-jar" value="${dist}/${artifactId}-${version}-sources.jar" /> 31 <!-- defined maven snapshots and staging repository id and url --> 32 <property name="maven-snapshots-repository-id" value="sonatype-nexus-snapshots" /> 33 …<property name="maven-snapshots-repository-url" value="https://oss.sonatype.org/content/repositori… [all …]
|
/external/robolectric-shadows/ |
D | README.md | 1 …src="https://rawgithub.com/robolectric/robolectric/master/images/robolectric-horizontal.png"/>](ht… 3 [![Build Status](https://travis-ci.org/robolectric/robolectric.svg?branch=master)](https://travis-c… 6 Robolectric is the industry-standard unit testing framework for Android. With Robolectric, your tes… 12 ```java 35 …c tests you can refer to `deckard` (for either [maven](http://github.com/robolectric/deckard-maven… 45 Robolectric is built using Gradle. Both IntelliJ and Android Studio can import the top-level `build… 47 … available in your local Maven artifact repository in order to build Robolectric. Copy all require… 49 ./scripts/install-dependencies.rb 53 Robolectric supports running tests against multiple Android API levels. The work it must do to supp… 69 testImplementation "org.robolectric:robolectric:4.2-SNAPSHOT"
|
/external/autotest/server/cros/tradefed/ |
D | tradefed_test.py | 2 # Use of this source code is governed by a BSD-style license that can be 5 # repohooks/pre-upload.py currently does not run pylint. But for developers who 10 # pylint: disable=attribute-defined-outside-init 13 # pylint: disable=invalid-name 16 # pylint: disable=no-self-use 49 """Base class to prepare DUT to run tests via tradefed.""" 53 # after branching (that is, 'y' of R74-12345.y.z). 61 # TODO(kinaba): betty-arcnext 67 _release_branch_number = None # The 'y' of OS version Rxx-xxxxx.y.z 74 _MAX_LAB_JOB_LENGTH_IN_SEC = 16 * 60 * 60 - 30 * 60 [all …]
|
/external/grpc-grpc-java/ |
D | build.gradle | 7 classpath "com.diffplug.spotless:spotless-plugin-gradle:3.13.0" 8 classpath 'com.google.gradle:osdetector-gradle-plugin:1.4.0' 9 classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.4.5' 10 classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.0.13' 11 classpath 'net.ltgt.gradle:gradle-apt-plugin:0.13' 12 classpath "me.champeau.gradle:jmh-gradle-plugin:0.4.5" 13 classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.2.5' 19 apply plugin: "java" 29 // jdk10 not supported by errorprone: https://github.com/google/error-prone/issues/860 39 apt 'com.google.guava:guava-beta-checker:1.0' [all …]
|
/external/icu/icu4j/ |
D | build.xml | 1 <!-- 5 * Copyright (C) 1997-2016, International Business Machines Corporation and * 8 --> 13 <property file="build-local.properties"/> 17 <import file="${shared.dir}/build/common-targets.xml"/> 21 <!-- icu4j binaries --> 24 <property name="icu4j-charset.jar.file" value="icu4j-charset.jar"/> 25 <property name="icu4j-localespi.jar.file" value="icu4j-localespi.jar"/> 29 <!-- icu4j API doc jar file --> 30 <property name="icu4jdocs.jar.file" value="icu4j-docs.jar"/> [all …]
|
/external/kotlinx.atomicfu/ |
D | README.md | 4 …ps://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.… 11 * Use Kotlin-specific extensions (e.g. inline `updateAndGet` and `getAndUpdate` functions). 12 * Compile-time dependency only (no runtime dependencies). 13 …* Post-compilation bytecode transformer that declares all the relevant field updaters for you on [… 14 * Post-compilation JavaScript files transformer on [Kotlin/JS](#js). 19 * [Gradle](#gradle-build-setup) for all platforms and [Maven](#maven-build-setup) for JVM are suppo… 20 * [Additional features](#additional-features) include: 21 * [JDK9 VarHandle](#varhandles-with-java-9). 22 * [Arrays of atomic values](#arrays-of-atomic-values). 23 * [User-defined extensions on atomics](#user-defined-extensions-on-atomics) [all …]
|
/external/bazelbuild-rules_android/rules/ |
D | resources.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 20 load(":java.bzl", _java = "java") 51 _RESOURCE_QUALIFIER_SEP = "-" 60 "both empty or non-empty." 64 "In target %s, a java package is required when stamping " + 95 _DEFINES_RESOURCES: "If local resources were defined.", 137 content = """<?xml version="1.0" encoding="utf-8"?> 143 <uses-sdk android:minSdkVersion="%s" />""" % min_sdk_version 177 args.add("--nonet") 178 args.add("--novalid") [all …]
|
/external/jacoco/org.jacoco.build/ |
D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 7 http://www.eclipse.org/legal/epl-v10.html 10 Evgeny Mandrikov - initial API and implementation 11 --> 12 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http… 21 <description>JaCoCo - Java Code Coverage Library</description> 30 <url>http://www.eclipse.org/legal/epl-v10.html</url> 87 …<!-- Order is important: org.jacoco.agent.rt embeds into org.jacoco.agent and JaCoCo Agent used du… 95 <module>../jacoco-maven-plugin</module> [all …]
|
/external/kotlinx.coroutines/ |
D | CHANGES.md | 17 * Complete fairness is maintained for single-threaded dispatchers. 18 * Its performance is improved, depending on the use-case, by at least 50% (#2296). 20 …* `crossinline` and `inline`-heavy internals are removed, fixing sporadic SIGSEGV on Mediatek Andr… 30 * `BlockHound` false-positives are correctly filtered out (#2302, #2190, #2303). 33 ## Version 1.4.0-M1 38 and corresponding `Flow` operators are cancellable in non-atomic way (#1813). 50 * Support leak-free closeable resources transfer via `onUndeliveredElement` in channels (#1936). 51 * Changed ABI in reactive integrations for Java interoperability (#2182). 52 * Fixed ProGuard rules for `kotlinx-coroutines-core` (#2046, #2266). 59 * `awaitCancellation` top-level function by @LouisCAD (#2213). [all …]
|
/external/libabigail/src/ |
D | abg-ir.cc | 1 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 2 // -*- mode: C++ -*- 4 // Copyright (C) 2013-2020 Red Hat, Inc. 24 #include "abg-internal.h" 28 #include "abg-interned-str.h" 29 #include "abg-ir.h" 30 #include "abg-corpus.h" 31 #include "abg-corpus-priv.h" 36 #include "abg-tools-utils.h" 37 #include "abg-comp-filter.h" [all …]
|
D | abg-dwarf-reader.cc | 1 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 2 // -*- Mode: C++ -*- 4 // Copyright (C) 2013-2020 Red Hat, Inc. 11 /// de-serialize an instance of @ref abigail::corpus from a file in 37 #include "abg-ir-priv.h" 38 #include "abg-suppression-priv.h" 39 #include "abg-corpus-priv.h" 40 #include "abg-elf-helpers.h" 41 #include "abg-internal.h" 46 #include "abg-dwarf-reader.h" [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMDocumentImpl.java | 10 * http://www.apache.org/licenses/LICENSE-2.0 19 * $Id: DTMDocumentImpl.java 468653 2006-10-28 07:07:05Z minchau $ 71 protected static final int NODEHANDLE_MASK = (1 << (DOCHANDLE_SHIFT + 1)) - 1; 74 protected static final int DOCHANDLE_MASK = -1 - NODEHANDLE_MASK; 79 // Context for parse-and-append operations 80 int currentParent = 0; // current parent - default is document root 81 int previousSibling = 0; // previous sibling - no previous sibling 82 protected int m_currentNode = -1; // current node 89 // Local cache for record-at-a-time fetch 105 * of the current build point, we'll probably throw a null-pointer [all …]
|
/external/libabigail/ |
D | ChangeLog | 1 2020-12-01 Dodji Seketeli <dodji@redhat.com> 3 Add check-self-compare to release regression testing 4 * Makefile.am: Make 'make tarball-and-all' run the 5 'check-self-compare' target as part of the release process. 7 2020-12-01 Dodji Seketeli <dodji@redhat.com> 9 configure: add --enable-rpm415 option 10 * configure: Introduce the --{en, dis}able-rpm415 option. 12 2020-11-30 Dodji Seketeli <dodji@redhat.com> 14 dwarf-reader: Bug 26908 - don't crash on empty DW_TAG_partial_unit 15 * src/abg-dwarf-reader.cc (die_has_children): Define new static [all …]
|
/external/javaparser/ |
D | changelog.md | 2 ------------------ 6 ------------------ 10 ------------------ 14 ------------------ 18 ------------------ 22 ------------------ 26 ------------------ 30 ------------------ 34 ------------------ 38 ------------------ [all …]
|
/external/tensorflow/tensorflow/ |
D | tensorflow.bzl | 57 two_gpu_tags = ["requires-gpu-nvidia:2", "notap", "manual", "no_pip"] 66 # A repo-relative label is resolved relative to the file in which the 71 """Returns one of the arguments based on the non-configurable build env. 79 """Returns one of the arguments based on the non-configurable build env. 104 # In Google builds, this corresponds to whether `--config=cuda` has been 106 # TF_NEED_CUDA=1, which is in turn triggered by --config=using_cuda through 107 # .bazelrc, which is again triggered by --config=cuda. 109 # In other words, --config=cuda is sufficient for this function to return 113 # copybara:uncomment_begin(--config=cuda is necessary and sufficient) 154 # seem to use the non-lite version, let's make that the default for now. [all …]
|
/external/jackson-core/docs/javadoc/2.6/ |
D | index-all.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (version 1.7.0_67) on Thu Jul 16 17:13:17 PDT 2015 --> 6 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7 <title>Index (Jackson-core 2.6.0 API)</title> 8 <meta name="date" content="2015-07-16"> 12 <script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 parent.document.title="Index (Jackson-core 2.6.0 API)"; 16 //--> [all …]
|
/external/jackson-core/docs/javadoc/2.8/ |
D | index-all.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (version 1.7.0_79) on Sun Jul 03 22:20:52 PDT 2016 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>Index (Jackson-core 2.8.0 API)</title> 8 <meta name="date" content="2016-07-03"> 12 <script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 parent.document.title="Index (Jackson-core 2.8.0 API)"; 16 //--> [all …]
|
/external/jackson-core/docs/javadoc/2.7/ |
D | index-all.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (version 1.7.0_79) on Sat Jan 09 21:52:41 PST 2016 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>Index (Jackson-core 2.7.0 API)</title> 8 <meta name="date" content="2016-01-09"> 12 <script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 parent.document.title="Index (Jackson-core 2.7.0 API)"; 16 //--> [all …]
|
/external/jackson-core/docs/javadoc/2.5/ |
D | index-all.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (version 1.7.0_55) on Thu Jan 01 15:37:47 PST 2015 --> 6 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7 <title>Index (Jackson-core 2.5.0 API)</title> 8 <meta name="date" content="2015-01-01"> 12 <script type="text/javascript"><!-- 13 if (location.href.indexOf('is-external=true') == -1) { 14 parent.document.title="Index (Jackson-core 2.5.0 API)"; 16 //--> [all …]
|
/external/jackson-core/docs/javadoc/2.9/ |
D | index-all.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Tue Jan 23 20:16:58 PST 2018 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>Index (Jackson-core 2.9.0 API)</title> 8 <meta name="date" content="2018-01-23"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="Index (Jackson-core 2.9.0 API)"; 21 //--> [all …]
|
/external/jackson-core/docs/javadoc/2.11/ |
D | index-all.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Sat Apr 25 16:56:58 PDT 2020 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>Index (Jackson-core 2.11.0 API)</title> 8 <meta name="date" content="2020-04-25"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="Index (Jackson-core 2.11.0 API)"; 21 //--> [all …]
|
/external/jackson-core/docs/javadoc/2.11.rc1/ |
D | index-all.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Tue Mar 24 11:10:01 PDT 2020 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>Index (Jackson-core 2.11.0.rc1 API)</title> 8 <meta name="date" content="2020-03-24"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="Index (Jackson-core 2.11.0.rc1 API)"; 21 //--> [all …]
|
/external/jackson-core/docs/javadoc/2.10/ |
D | index-all.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt… 2 <!-- NewPage --> 5 <!-- Generated by javadoc (1.8.0_162) on Wed Sep 25 19:22:24 PDT 2019 --> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>Index (Jackson-core 2.10.0 API)</title> 8 <meta name="date" content="2019-09-25"> 13 <script type="text/javascript"><!-- 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="Index (Jackson-core 2.10.0 API)"; 21 //--> [all …]
|
/external/libtextclassifier/native/annotator/pod_ner/test_data/ |
D | vocab.txt | 1012 - 2335 local 5853 tests 9263 java 20786 artifact 29625 ##-
|
12