Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 91 for constructs (0.25 sec)

  1. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-16/plexus-container-default-1.0-alpha-16.jar

    hasComponent(String, String, classworlds.realm.ClassRealm); public void suspend(Object) throws component.repository.exception.ComponentLifecycleEx; public void resume(Object) throws component.repository.exception.ComponentLifecycleEx; private void construct(String, java.util.Map, java.io.InputStream, classworlds.ClassWorld, classworlds.realm.ClassRealm) throws PlexusContainerExcep; protected void initialize() throws PlexusContainerExcep; protected void initializePhases() throws PlexusContainerExcep;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 205.7K bytes
    - Viewed (0)
  2. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/diagnostics/KtFirDiagnostics.kt

    import org.jetbrains.kotlin.config.ApiVersion
    import org.jetbrains.kotlin.config.LanguageFeature
    import org.jetbrains.kotlin.config.LanguageVersionSettings
    import org.jetbrains.kotlin.contracts.description.EventOccurrencesRange
    import org.jetbrains.kotlin.descriptors.ClassKind
    import org.jetbrains.kotlin.descriptors.EffectiveVisibility
    import org.jetbrains.kotlin.descriptors.Visibility
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 11:41:05 UTC 2024
    - 172.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

        // All TensorFlow types must be tensor types. In the build() method,
        // we want to provide more flexibility by allowing attributes of scalar
        // types. But we need to wrap it up with ElementsAttr to construct
        // valid TensorFlow constants.
        auto typed_attr = mlir::cast<TypedAttr>(value);
        type = tensorflow::GetTypeFromTFTensorShape(/*shape=*/{},
                                                    typed_attr.getType());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  4. pkg/controller/garbagecollector/garbagecollector_test.go

    	}
    	client := fake.NewSimpleClientset()
    
    	sharedInformers := informers.NewSharedInformerFactory(client, 0)
    	metadataInformers := metadatainformer.NewSharedInformerFactory(metadataClient, 0)
    	// No monitor will be constructed for the non-core resource, but the GC
    	// construction will not fail.
    	alwaysStarted := make(chan struct{})
    	close(alwaysStarted)
    	logger, tCtx := ktesting.NewTestContext(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

                 * This test relies on behavior that's unspecified but currently
                 * guaranteed by the implementation: Cancellation of inputs is
                 * performed in the order they were provided to the constructor. Verify
                 * that as a sanity check:
                 */
                assertFalse(future2.isCancelled());
                // Now attempt to trigger the exception:
                future2.set(DATA2);
              }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

                 * This test relies on behavior that's unspecified but currently
                 * guaranteed by the implementation: Cancellation of inputs is
                 * performed in the order they were provided to the constructor. Verify
                 * that as a sanity check:
                 */
                assertFalse(future2.isCancelled());
                // Now attempt to trigger the exception:
                future2.set(DATA2);
              }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        // trait (e.g. No side effect) to determine if it is a supported "Flex"
        // op or not.
        if (is_allowed_flex_op && enabled_op_types_.contains(OpType::kSelectTf)) {
          // Construct ops as flex op encoding TensorFlow node definition
          // as custom options.
          // Flex ops are named with the kFlexOpNamePrefix prefix to the actual
          // TF op name.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (2)
  8. src/cmd/link/internal/ld/data.go

    					return iname < jname
    				}
    			}
    			return si < sj
    		})
    	} else {
    		// PCLNTAB was built internally, and already has the proper order.
    	}
    
    	// Set alignment, construct result
    	syms = syms[:0]
    	for k := range sl {
    		s := sl[k].sym
    		if s != head && s != tail {
    			align := symalign(ldr, s)
    			if maxAlign < align {
    				maxAlign = align
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  9. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    String, java.util.List) throws PlexusContainerExcep; public PlexusContainer createChildContainer(String, java.util.Set); public PlexusContainer createChildContainer(String, classworlds.realm.ClassRealm) throws PlexusContainerExcep; private void construct(ContainerConfigurati) throws PlexusContainerExcep; public Object lookup(String) throws component.repository.exception.ComponentLookupExcep; public Object lookup(String, classworlds.realm.ClassRealm) throws component.repository.exception.ComponentLookupExcep;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 233.3K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-container-default/1.0-alpha-32/plexus-container-default-1.0-alpha-32.jar

    String, java.util.List) throws PlexusContainerExcep; public PlexusContainer createChildContainer(String, java.util.Set); public PlexusContainer createChildContainer(String, classworlds.realm.ClassRealm) throws PlexusContainerExcep; private void construct(ContainerConfigurati) throws PlexusContainerExcep; public Object lookup(String) throws component.repository.exception.ComponentLookupExcep; public Object lookup(String, classworlds.realm.ClassRealm) throws component.repository.exception.ComponentLookupExcep;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 233.3K bytes
    - Viewed (0)
Back to top