Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for clazz1 (0.1 sec)

  1. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                        arrayVisitor.visitEnd();
                    } else if (returnType.equals(Class.class)) {
                        Class<?> clazz = (Class<?>) getAnnotationParameterValue(annotation, method);
                        annotationVisitor.visit(name, getType(clazz));
                    } else if (returnType.isAnnotation()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

      @GwtIncompatible // used only in GwtIncompatible tests
      private static Predicate<StackTraceElement> hasClassName(final Class<?> clazz) {
        return new Predicate<StackTraceElement>() {
          @Override
          public boolean apply(StackTraceElement element) {
            return element.getClassName().equals(clazz.getName());
          }
        };
      }
    
      private static final class CallerClass1 {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

      @GwtIncompatible // used only in GwtIncompatible tests
      private static Predicate<StackTraceElement> hasClassName(final Class<?> clazz) {
        return new Predicate<StackTraceElement>() {
          @Override
          public boolean apply(StackTraceElement element) {
            return element.getClassName().equals(clazz.getName());
          }
        };
      }
    
      private static final class CallerClass1 {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  4. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    NoSuchMethodExceptio; } org/codehaus/plexus/util/introspection/ClassMap.class package org.codehaus.plexus.util.introspection; public synchronized class ClassMap { private static final ClassMap$CacheMiss CACHE_MISS; private static final Object OBJECT; private Class clazz; private java.util.Map methodCache; private MethodMap methodMap; public void ClassMap(Class); Class getCachedClass(); public reflect.Method findMethod(String, Object[]) throws MethodMap$AmbiguousException; private void populateMethodCache(); private...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  5. pkg/apis/apps/validation/validation_test.go

    				DNSPolicy:     api.DNSClusterFirst,
    				Containers:    []api.Container{{Name: "abc", Image: "image", ImagePullPolicy: "IfNotPresent"}},
    			},
    		},
    	}
    
    	storageClass := "storage-class1"
    	storageClass2 := "storage-class2"
    
    	validPVCTemplate := api.PersistentVolumeClaim{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: "pvc-abc",
    		},
    		Spec: api.PersistentVolumeClaimSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
Back to top