Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 315 for unlabel (0.08 sec)

  1. src/runtime/pprof/protomem.go

    		var blockSize int64
    		if r.AllocObjects > 0 {
    			blockSize = r.AllocBytes / r.AllocObjects
    		}
    		b.pbSample(values, locs, func() {
    			if blockSize != 0 {
    				b.pbLabel(tagSample_Label, "bytes", "", blockSize)
    			}
    		})
    	}
    	b.build()
    	return nil
    }
    
    // scaleHeapSample adjusts the data from a heap Sample to
    // account for its probability of appearing in the collected
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 14:38:45 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. platforms/core-runtime/base-services/src/main/java/org/gradle/internal/xml/XmlFactories.java

                throw new RuntimeException(errorMessageFor("TransformerFactory"), e);
            }
        }
    
        private static String errorMessageFor(String factory) {
            return "Unable to create secure " + factory + ", please make sure that your build does not depend on an old XML parser.";
        }
    
        private XmlFactories() {}
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 25 23:24:49 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  3. testing/internal-performance-testing/src/integTest/groovy/org/gradle/performance/fixture/MavenDownloaderTest.groovy

                throw e
            }
    
            then:
            Exception t = thrown()
            (t instanceof UncheckedIOException && t.message == 'Unable to download Maven binary distribution from any of the repositories') ||
                t instanceof AssumptionViolatedException
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/response.go

    		switch errs := validation.ValidateTableOptions(opts); len(errs) {
    		case 0:
    			return opts, nil
    		case 1:
    			return nil, errors.NewBadRequest(fmt.Sprintf("Unable to convert to Table as requested: %v", errs[0].Error()))
    		default:
    			return nil, errors.NewBadRequest(fmt.Sprintf("Unable to convert to Table as requested: %v", errs))
    		}
    	}
    	return nil, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 09:07:03 UTC 2023
    - 16.5K bytes
    - Viewed (0)
  5. platforms/core-execution/file-watching/src/test/groovy/org/gradle/internal/watch/vfs/impl/WatchingVirtualFileSystemTest.groovy

            1 * watcherRegistry.getAndResetStatistics() >> Stub(FileWatcherRegistry.FileWatchingStatistics)
            1 * watcherRegistry.setDebugLoggingEnabled(false)
            0 * _
        }
    
        def "does not start watching when unable to detect unsupported file systems"() {
            when:
            def result = watchingVirtualFileSystem.afterBuildStarted(WatchMode.DEFAULT, VfsLogging.NORMAL, WatchLogging.NORMAL, buildOperationRunner)
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  6. operator/cmd/operator/server.go

    		RunE: func(cmd *cobra.Command, args []string) error {
    			if err := log.Configure(loggingOptions); err != nil {
    				log.Errorf("Unable to configure logging: %v", err)
    			}
    
    			if cs, err := ctrlz.Run(introspectionOptions, nil); err == nil {
    				defer cs.Close()
    			} else {
    				log.Errorf("Unable to initialize ControlZ: %v", err)
    			}
    
    			run(sArgs)
    			return nil
    		},
    	}
    
    	loggingOptions.AttachCobraFlags(serverCmd)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 30 21:09:08 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  7. pkg/kubelet/kuberuntime/legacy.go

    func getContainerIDFromLegacyLogSymlink(logSymlink string) (string, error) {
    	parts := strings.Split(logSymlink, "-")
    	if len(parts) == 0 {
    		return "", fmt.Errorf("unable to find separator in %q", logSymlink)
    	}
    	containerIDWithSuffix := parts[len(parts)-1]
    	suffix := fmt.Sprintf(".%s", legacyLogSuffix)
    	if !strings.HasSuffix(containerIDWithSuffix, suffix) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 16:05:48 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  8. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/AbstractJavaGroovyIncrementalCompilationSupport.groovy

                String packageFolder = packageName.replaceAll("[.]", "/")
                def className = (body =~ /(?s).*?(?:class|interface|enum|trait) ([\w$]+) .*/)[0][1]
                assert className: "unable to find class name"
                def f
                if (packageFolder.isEmpty()) {
                    f = file("$basePath/${className}.$suffix")
                } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  9. platforms/jvm/testing-jvm-infrastructure/src/main/java/org/gradle/api/internal/tasks/testing/junit/AllExceptIgnoredTestRunnerBuilder.java

                        return constructor.newInstance(testClass);
                    } catch (Throwable e) {
                        LoggerFactory.getLogger(getClass()).warn("Unable to load JUnit4 runner to calculate Ignored test cases", e);
                    }
                }
                return null;
            }
        }
    
        private static class IgnoredIgnoredBuilder extends IgnoredBuilder {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  10. .github/workflows/build.yml

    name: build
    
    on:
      push:
        branches:
          - master
      pull_request:
        types: [opened, labeled, unlabeled, synchronize]
    
    permissions:
      contents: read
    
    env:
      GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false"
    
    jobs:
      publish:
        runs-on: ubuntu-latest
        if: github.repository == 'square/okhttp' && github.ref == 'refs/heads/master'
    
        steps:
          - name: Checkout
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Apr 15 01:51:50 UTC 2024
    - 17.2K bytes
    - Viewed (0)
Back to top