Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 101 for Imported (0.19 sec)

  1. src/reflect/type.go

    	MethodByName(string) (Method, bool)
    
    	// NumMethod returns the number of methods accessible using Method.
    	//
    	// For a non-interface type, it returns the number of exported methods.
    	//
    	// For an interface type, it returns the number of exported and unexported methods.
    	NumMethod() int
    
    	// Name returns the type's name within its package for a defined type.
    	// For other (non-defined) types it returns the empty string.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformWithDependenciesIntegrationTest.groovy

            when:
            fails ":app:resolveGreen"
    
            then:
            assertTransformationsExecuted()
            failure.assertHasDescription("Execution failed for task ':app:resolveGreen'") // failure is reported for task that takes the files as input
            failure.assertResolutionFailure(":app:implementation")
            failure.assertHasFailures(1)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 54.2K bytes
    - Viewed (0)
  3. pkg/controller/job/job_controller.go

    	syncJobBatchPeriod = time.Second
    	// DefaultJobApiBackOff is the default API backoff period. Exported for tests.
    	DefaultJobApiBackOff = time.Second
    	// MaxJobApiBackOff is the max API backoff period. Exported for tests.
    	MaxJobApiBackOff = time.Minute
    	// DefaultJobPodFailureBackOff is the default pod failure backoff period. Exported for tests.
    	DefaultJobPodFailureBackOff = 10 * time.Second
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  4. src/runtime/mprof.go

    	}
    	unlock(&profBlockLock)
    }
    
    var mutexprofilerate uint64 // fraction sampled
    
    // SetMutexProfileFraction controls the fraction of mutex contention events
    // that are reported in the mutex profile. On average 1/rate events are
    // reported. The previous rate is returned.
    //
    // To turn off profiling entirely, pass rate 0.
    // To just read the current rate, pass rate < 0.
    // (For n>1 the details of sampling may change.)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  5. pkg/controller/volume/attachdetach/cache/actual_state_of_world_test.go

    }
    
    // Populates data struct with one volume/node entry.
    // Calls RemoveVolumeFromReportAsAttached
    // Verifies there is no volume as reported as attached
    func Test_RemoveVolumeFromReportAsAttached(t *testing.T) {
    	// Arrange
    	volumePluginMgr, _ := volumetesting.GetTestVolumePluginMgr(t)
    	asw := NewActualStateOfWorld(volumePluginMgr)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 66.1K bytes
    - Viewed (0)
  6. src/runtime/traceback.go

    		// Remove parentheses and star for pointer receivers.
    		if len(rcvr) >= 3 && rcvr[0] == '(' && rcvr[1] == '*' && rcvr[len(rcvr)-1] == ')' {
    			rcvr = rcvr[2 : len(rcvr)-1]
    		}
    	}
    
    	// Exported functions and exported methods on exported types.
    	return len(name) > 0 && 'A' <= name[0] && name[0] <= 'Z' && (len(rcvr) == 0 || 'A' <= rcvr[0] && rcvr[0] <= 'Z')
    }
    
    // elideWrapperCalling reports whether a wrapper function that called
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/plugins/dynamicresources/dynamicresources.go

    		return statusUnschedulable(klog.FromContext(ctx), err.Error())
    	}
    	return nil
    }
    
    // isSchedulableAfterClaimParametersChange is invoked for add and update claim parameters events reported by
    // an informer. It checks whether that change made a previously unschedulable
    // pod schedulable. It errs on the side of letting a pod scheduling attempt
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 15:22:37 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  8. pilot/pkg/model/virtualservice_test.go

    			expectedVirtualServices: []config.Config{mergedVsInDefault},
    			defaultExportTo:         sets.New(visibility.Public),
    		},
    		{
    			name:                    "delegate not exported to root vs namespace default public",
    			virtualServices:         []config.Config{rootVs, delegateVsNotExported},
    			expectedVirtualServices: []config.Config{oneRoot},
    			defaultExportTo:         sets.New(visibility.Public),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  9. src/encoding/json/decode_test.go

    	Embed0
    	*Embed0a
    	*Embed0b `json:"e,omitempty"` // treated as named
    	Embed0c  `json:"-"`           // ignored
    	Loop
    	Embed0p // has Point with X, Y, used
    	Embed0q // has Point with Z, used
    	embed   // contains exported field
    }
    
    type Embed0 struct {
    	Level1a int // overridden by Embed0a's Level1a with json tag
    	Level1b int // used because Embed0a's Level1b is renamed
    	Level1c int // used because Embed0a's Level1c is ignored
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  10. src/time/time.go

    // runtimeNano returns the current value of the runtime clock in nanoseconds.
    //
    //go:linkname runtimeNano runtime.nanotime
    func runtimeNano() int64
    
    // Monotonic times are reported as offsets from startNano.
    // We initialize startNano to runtimeNano() - 1 so that on systems where
    // monotonic time resolution is fairly low (e.g. Windows 2008
    // which appears to have a default resolution of 15ms),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
Back to top