- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 170 for native (0.1 sec)
-
.teamcity/test-buckets.json
"subprojects":[ "logging", "native", "precondition-tester", "snapshots", "tooling-native", "file-watching" ] }, { "parallelizationMethod":{ "name":"TeamCityParallelTests", "numberOfBatches":1 }, "subprojects":[ "ide-native", "platform-native", "testing-native" ] }, {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Oct 08 11:14:16 UTC 2024 - 87.8K bytes - Viewed (0) -
apache-maven/src/assembly/maven/lib/jline-native/README.txt
This directory contains JLine native libraries extracted from JLine JAR. You can add your own build for platforms not natively supported by JLine. See here [1] on how to compile for your platform and here [2] how libraries follow JLine's directory and filename conventions. [1] https://github.com/jline/jline3/tree/master/native
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Oct 24 12:01:35 UTC 2024 - 428 bytes - Viewed (0) -
.teamcity/subprojects.json
"path": "platforms/jvm/distributions-jvm", "unitTests": false, "functionalTests": false, "crossVersionTests": false }, { "name": "distributions-native", "path": "platforms/native/distributions-native", "unitTests": false, "functionalTests": false, "crossVersionTests": false }, { "name": "distributions-publishing",
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Oct 23 22:33:41 UTC 2024 - 34.3K bytes - Viewed (0) -
.github/ISSUE_TEMPLATE/10_contributor_bug_report.yml
Please open IntelliJ-related issues on [the JetBrains Issue Tracker](https://youtrack.jetbrains.com/newIssue?project=IDEA) Please open Gradle Native-related issues on [the Gradle Native repository](https://github.com/gradle/gradle-native/issues) Provide a brief summary of the issue in the title above - type: textarea id: current-behavior attributes: label: Current Behavior
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Sep 09 14:48:49 UTC 2024 - 3K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/primitives/UnsignedIntsTest.java
} catch (IllegalArgumentException expected) { // Kotlin native, see above } // The radix is used as an array index, so try a negative value. try { UnsignedInts.parseUnsignedInt("0", -1); fail(); } catch (NumberFormatException expected) { } catch (IllegalArgumentException expected) { // Kotlin native, see above } } public void testDecodeInt() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 02:56:12 UTC 2024 - 12.5K bytes - Viewed (0) -
.github/CODEOWNERS
# Native platforms/native/ @gradle/bt-native-maintainers # IDE Experience team platforms/ide/ @gradle/bt-ide-experience # Eventually be moved to the core platform. # Currently heavily developed by the bt-ide-experience team. platforms/ide/problems/ @gradle/bt-ide-experience
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 24 14:46:27 UTC 2024 - 10.6K bytes - Viewed (0) -
guava/src/com/google/common/hash/LittleEndianByteArray.java
/** * Similar to load64, but allows offset + 8 > input.length, padding the result with zeroes. This * has to explicitly reverse the order of the bytes as it packs them into the result which makes * it slower than the native version. * * @param input the input bytes * @param offset the offset into the array at which to start reading * @param length the number of bytes from the input to read
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 00:26:48 UTC 2024 - 9.8K bytes - Viewed (0) -
apache-maven/pom.xml
<executions> <execution> <id>unpack-jline-native</id> <goals> <goal>unpack-dependencies</goal> </goals> <configuration> <includeArtifactIds>jline-native</includeArtifactIds> <includes>org/jline/nativ/**</includes> </configuration> </execution> </executions>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 13:41:46 UTC 2024 - 13.4K bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/mvn
exec "$JAVACMD" \ $MAVEN_OPTS \ $MAVEN_DEBUG_OPTS \ --enable-native-access=ALL-UNNAMED \ -classpath "$LAUNCHER_JAR" \ "-Dclassworlds.conf=$CLASSWORLDS_CONF" \ "-Dmaven.home=$MAVEN_HOME" \ "-Dmaven.mainClass=$MAVEN_MAIN_CLASS" \ "-Dlibrary.jline.path=${MAVEN_HOME}/lib/jline-native" \ "-Dmaven.multiModuleProjectDirectory=$MAVEN_PROJECTBASEDIR" \ $LAUNCHER_CLASS \ $MAVEN_ARGS \
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Oct 24 12:01:35 UTC 2024 - 6.5K bytes - Viewed (0) -
.teamcity/performance-test-durations.json
"durations" : [ { "testProject" : "bigCppApp", "linux" : 151 }, { "testProject" : "bigCppMulti", "linux" : 261 } ] }, { "scenario" : "org.gradle.performance.regression.nativeplatform.NativeCleanBuildPerformanceTest.clean assemble (native, parallel)", "durations" : [ { "testProject" : "manyProjectsNative",
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Sep 12 14:38:24 UTC 2024 - 27.9K bytes - Viewed (0)