Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of about 10,000 for aSpace (0.4 sec)

  1. src/cmd/internal/obj/util.go

    	names []string
    }
    
    // Not even worth sorting
    var aSpace []opSet
    
    // RegisterOpcode binds a list of instruction names
    // to a given instruction number range.
    func RegisterOpcode(lo As, Anames []string) {
    	if len(Anames) > AllowedOpCodes {
    		panic(fmt.Sprintf("too many instructions, have %d max %d", len(Anames), AllowedOpCodes))
    	}
    	aSpace = append(aSpace, opSet{lo, Anames})
    }
    
    func (a As) String() string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  2. maven-api-impl/src/test/remote-repo/org/apache/apache/1/apache-1.pom

        </repository>
        <snapshotRepository>
          <id>apache.snapshots</id>
          <name>Apache Development Snapshot Repository</name>
          <url>scp://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
        </snapshotRepository>
      </distributionManagement>
      <mailingLists>
        <mailingList>
          <name>Apache Announce List</name>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  3. maven-compat/src/test/resources/META-INF/maven/org.apache.maven.api.di.Inject

    org.apache.maven.project.EmptyLifecycleBindingsInjector...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 56 bytes
    - Viewed (0)
  4. maven-core/src/main/resources/META-INF/maven/org.apache.maven.api.di.Inject

    org.apache.maven.api.services.model.ProfileActivator
    org.apache.maven.api.spi.LanguageProvider
    org.apache.maven.api.spi.LifecycleProvider
    org.apache.maven.api.spi.ModelParser
    org.apache.maven.api.spi.PackagingProvider
    org.apache.maven.internal.aether.DefaultRepositorySystemSessionFactory
    org.apache.maven.internal.aether.LegacyRepositorySystemSessionExtender
    org.apache.maven.internal.impl.DefaultArtifactCoordinateFactory
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/META-INF/maven/org.apache.maven.api.di.Inject

    org.apache.maven.project.EmptyLifecycleBindingsInjector...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 55 bytes
    - Viewed (0)
  6. operator/pkg/object/testdata/well-formed-with-space.yaml

    Xiaopeng Han <******@****.***> 1690313976 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 19:39:36 UTC 2023
    - 182 bytes
    - Viewed (0)
  7. operator/pkg/object/testdata/well-formed-with-space.out.yaml

    Xiaopeng Han <******@****.***> 1690313976 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 25 19:39:36 UTC 2023
    - 147 bytes
    - Viewed (0)
  8. tensorflow/c/experimental/pluggable_profiler/pluggable_profiler.cc

        profiler_fns_.stop(&profiler_, status.get());
        return tensorflow::StatusFromTF_Status(status.get());
      }
    
      Status CollectData(XSpace* space) override {
        tensorflow::TF_StatusPtr status(TF_NewStatus());
        // Get size of buffer required for Plugin to serialize XSpace into it.
        size_t size_in_bytes;
        profiler_fns_.collect_data_xspace(&profiler_, /*buffer=*/nullptr,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  9. platforms/documentation/docs-asciidoctor-extensions-base/src/test/groovy/org/gradle/docs/asciidoctor/IdGeneratorTest.groovy

    /*
     * Copyright 2023 the original author or authors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
     * you may not use this file except in compliance with the License.
     * You may obtain a copy of the License at
     *
     *      http://www.apache.org/licenses/LICENSE-2.0
     *
     * Unless required by applicable law or agreed to in writing, software
     * distributed under the License is distributed on an "AS IS" BASIS,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/resolution/failure/describer/InvalidMultipleVariantsFailureDescriber.java

            sorted.sort(Comparator.comparing(Attribute::getName));
            boolean space = false;
            sb.append("{");
            for (Attribute<?> attribute : sorted) {
                if (space) {
                    sb.append(", ");
                }
                sb.append(attribute.getName()).append("=").append(attributes.getAttribute(attribute));
                space = true;
            }
            sb.append("}");
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 13:08:22 UTC 2024
    - 3.5K bytes
    - Viewed (0)
Back to top