- Sort Score
- Result 10 results
- Languages All
Results 71 - 76 of 76 for assemble (1.18 sec)
-
android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt
shore. CHAPTER III A Caucus-Race and a Long Tale They were indeed a queer-looking party that assembled on the bank--the birds with draggled feathers, the animals with their fur clinging close to them, and all dripping wet, cross, and uncomfortable. The first question of course was, how to get dry again: theyRegistered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Fri Apr 21 02:27:51 UTC 2017 - 145.2K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java
void testProfilePlugins() throws Exception { PomTestWrapper pom = this.buildPom("profile-plugins", "standard"); assertEquals(2, ((List<?>) pom.getValue("build/plugins")).size()); assertEquals("maven-assembly2-plugin", pom.getValue("build/plugins[2]/artifactId")); } @Test void testPluginInheritanceSimple() throws Exception { PomTestWrapper pom = this.buildPom("plugin-inheritance-simple/sub");
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 94.8K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<_comment>AspectJ source code</_comment> <glob pattern="*.aj"/> <sub-class-of type="text/plain"/> </mime-type> <mime-type type="text/x-assembly"> <alias type="text/x-asm"/> <_comment>Assembler source code</_comment> <glob pattern="*.s"/> <glob pattern="*.S"/> <glob pattern="*.asm"/> <sub-class-of type="text/plain"/> </mime-type>
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (5) -
lib/fips140/v1.0.0-c2097c7c.zip
|| ppc64 || ppc64le || riscv64 || s390x) package bigmod import ( "crypto/internal/fips140deps/cpu" "crypto/internal/impl" ) // amd64 assembly uses ADCX/ADOX/MULX if ADX is available to run two carry // chains in the flags in parallel across the whole operation, and aggressively // unrolls loops. arm64 processes four words at a time. // // It's unclear why the assembly for all other architectures, as well as for // amd64 without ADX, perform better than the compiler output. // TODO(filippo): file cmd/compile...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
|| ppc64 || ppc64le || riscv64 || s390x) package bigmod import ( "crypto/internal/fips140deps/cpu" "crypto/internal/impl" ) // amd64 assembly uses ADCX/ADOX/MULX if ADX is available to run two carry // chains in the flags in parallel across the whole operation, and aggressively // unrolls loops. arm64 processes four words at a time. // // It's unclear why the assembly for all other architectures, as well as for // amd64 without ADX, perform better than the compiler output. // TODO(filippo): file cmd/compile...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
RELEASE.md
* New python 3 docker images added. * Made pip packages pypi compliant. TensorFlow can now be installed by `pip install tensorflow` command. * Several python API calls have been changed to resemble NumPy more closely. * Android: person detection + tracking demo implementing Scalable Object Detection using Deep Neural Networks. * New (experimental)Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Tue Oct 28 22:27:41 UTC 2025 - 740.4K bytes - Viewed (3)