Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 236 for emitItem (0.1 sec)

  1. tensorflow/compiler/aot/codegen.h

    };
    
    // Describes a generated metadata object file.
    struct MetadataResult {
      // These are top level "extern C" declarations that are expected to be visible
      // wherever program_shape_access_shim is emitted.
      std::vector<string> header_variable_decls;
    
      // program_shape_access_shim is a C++ expression that constructs the
      // xla::ProgramShapeProto instance for the CompileResult passed to
      // GenerateMetadata.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 01 22:03:27 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. platforms/core-execution/workers/src/integTest/groovy/org/gradle/workers/internal/WorkerExecutorProblemsApiIntegrationTest.groovy

                        } catch (Exception e) {
                            throw new RuntimeException(e);
                        }
                    }
                }
            """
        }
    
        def "problems are emitted correctly from a worker when using #isolationMode"() {
            setupBuild(null)
            enableProblemsApiCheck()
    
            given:
            buildFile << """
                import javax.inject.Inject
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 5K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/BuildOperationNotificationsFixture.groovy

                        if (obj.getClass().getName().equals("org.gradle.internal.operations.OperationProgressDetails")) {
                            // This progress notification is emitted by Gradle itself.
                            return;
                        }
                        def matchingInterfaces = findPublicInterfaces(obj, suffix)
                        if (matchingInterfaces.empty) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  4. src/internal/coverage/decodemeta/decode.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package decodemeta
    
    // This package contains APIs and helpers for decoding a single package's
    // meta data "blob" emitted by the compiler when coverage instrumentation
    // is turned on.
    
    import (
    	"encoding/binary"
    	"fmt"
    	"internal/coverage"
    	"internal/coverage/slicereader"
    	"internal/coverage/stringtab"
    	"io"
    	"os"
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 11:36:28 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  5. platforms/software/maven/src/main/java/org/gradle/api/publish/maven/MavenPublication.java

        void versionMapping(Action<? super VersionMappingStrategy> configureAction);
    
        /**
         * Silences the compatibility warnings for the Maven publication for the specified variant.
         *
         * Warnings are emitted when Gradle features are used that cannot be mapped completely to Maven POM.
         *
         * @param variantName the variant to silence warning for
         *
         * @since 6.0
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  6. src/internal/coverage/encodemeta/encodefile.go

    	"io"
    	"os"
    	"unsafe"
    )
    
    // This package contains APIs and helpers for writing out a meta-data
    // file (composed of a file header, offsets/lengths, and then a series of
    // meta-data blobs emitted by the compiler, one per Go package).
    
    type CoverageMetaFileWriter struct {
    	stab   stringtab.Writer
    	mfname string
    	w      *bufio.Writer
    	tmp    []byte
    	debug  bool
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 11 12:40:42 UTC 2022
    - 3.4K bytes
    - Viewed (0)
  7. pkg/kubelet/oom/oom_watcher_linux_test.go

    	eventsRecorded := getRecordedEvents(fakeRecorder, numExpectedOomEvents)
    	assert.Equal(t, numExpectedOomEvents, len(eventsRecorded))
    }
    
    // TestWatcherRecordsEventsForOomEventsWithAdditionalInfo verifies that our the
    // emitted event has the proper pid/process data when appropriate.
    func TestWatcherRecordsEventsForOomEventsWithAdditionalInfo(t *testing.T) {
    	// The process and event info should appear in the event message.
    	eventPid := 1000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 09 06:25:28 UTC 2020
    - 5.1K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/mod_download_exec_toolchain.txt

    stderr 'rsc.io/needgo123@v0.0.1 requires go >= 1.23'
    stderr 'rsc.io/needall@v0.0.1 requires go >= 1.23'
    stderr 'requires go >= 1.23'
    ! stderr 'requires go >= 1.21' # that's us!
    
    
    # JSON output should be emitted exactly once,
    # and non-JSON output should go to stderr instead of stdout.
    env GOTOOLCHAIN=auto
    go mod download -json rsc.io/needgo121@latest rsc.io/needgo122@latest rsc.io/needgo123@latest rsc.io/needall@latest
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 19:32:39 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  9. src/cmd/link/doc.go

    	-c
    		Dump call graphs.
    	-compressdwarf
    		Compress DWARF if possible (default true).
    	-cpuprofile file
    		Write CPU profile to file.
    	-d
    		Disable generation of dynamic executables.
    		The emitted code is the same in either case; the option
    		controls only whether a dynamic header is included.
    		The dynamic header is on by default, even without any
    		references to dynamic libraries, because many common
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 16:11:52 UTC 2024
    - 4K bytes
    - Viewed (0)
  10. cmd/kube-controller-manager/names/controller_names.go

    //  2. used anywhere inside the controller itself:
    //     2.1. [TODO] logging should use a canonical controller name when referencing a controller (Eg. Starting X, Shutting down X)
    //     2.2. [TODO] emitted events should have an EventSource.Component set to the controller name (usually when initializing an EventRecorder)
    //     2.3. [TODO] registering ControllerManagerMetrics with ControllerStarted and ControllerStopped
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 19:25:10 UTC 2024
    - 5.7K bytes
    - Viewed (0)
Back to top