Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 280 for emberi (0.78 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-printers.h

      }
    
      if (count > 0) {
        *os << ' ';
      }
      *os << '}';
    }
    
    // Used to print a pointer that is neither a char pointer nor a member
    // pointer, when the user doesn't define PrintTo() for it.  (A member
    // variable pointer or member function pointer doesn't really point to
    // a location in the address space.  Their representation is
    // implementation-defined.  Therefore they will be printed as raw
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  2. src/runtime/sema.go

    	return &t[(uintptr(unsafe.Pointer(addr))>>3)%semTabSize].root
    }
    
    // sync_runtime_Semacquire should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - gvisor.dev/gvisor
    //   - github.com/sagernet/gvisor
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 19K bytes
    - Viewed (0)
  3. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/compile/GroovyCompileOptions.java

         * <li>The instance of <a href="https://docs.groovy-lang.org/latest/html/gapi/org/codehaus/groovy/control/CompilerConfiguration.html">CompilerConfiguration</a> available as the {@code configuration} variable.</li>
         * <li>All static members of <a href="https://docs.groovy-lang.org/latest/html/gapi/org/codehaus/groovy/control/customizers/builder/CompilerCustomizationBuilder.html">CompilerCustomizationBuilder</a> pre imported.</li>
         * </ul>
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  4. tensorflow/c/eager/immediate_execution_context.h

      // context and TF server for multi-client execution.
      virtual Status EnableCollectiveOps(const ServerDef& server_def) = 0;
    
      // Set a distributed manager that helps set up, update, and check liveness
      // of member tasks in the cluster.
      virtual void SetDistributedManager(
          std::unique_ptr<ImmediateExecutionDistributedManager> distributed) = 0;
    
      virtual ImmediateExecutionDistributedManager* GetDistributedManager() = 0;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 06 08:34:00 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  5. maven-di/src/main/java/org/apache/maven/di/impl/ReflectionUtils.java

                    container != null ? Types.bind(type, Types.getAllTypeBindings(container)) : type,
                    qualifierOf(annotatedElement));
        }
    
        public static <T extends AnnotatedElement & Member> List<T> getAnnotatedElements(
                Class<?> cls,
                Class<? extends Annotation> annotationType,
                Function<Class<?>, T[]> extractor,
                boolean allowStatic) {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Feb 09 17:13:31 UTC 2024
    - 16K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/saved_model/core/tf_saved_model_api.cc

    // SaveableObjects model the information needed to pass to the SaveV2/RestoreV2
    // ops via their SaveSpec members
    // https://github.com/tensorflow/tensorflow/blob/ddc1bbad3dfd4a089eb96014f26cc16664b1b2f8/tensorflow/python/training/saving/saveable_object.py#L21,
    // which contain the "real" checkpoint keys into the TensorBundle SSTable.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 27 09:34:33 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  7. platforms/jvm/normalization-java/src/test/groovy/org/gradle/internal/normalization/java/ApiClassExtractorTest.groovy

            then:
            hasField(clazz.clazz, 'foo', String).modifiers == 0
            hasField(extracted, 'foo', String).modifiers == 0
    
        }
    
        def "should not remove package private members that have additional modifiers if no API is declared"() {
            given:
            def api = toApi 'A': '''
                public abstract class A {
                    volatile int foo = 0;
                    final int bar = 0;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 14.8K bytes
    - Viewed (0)
  8. pkg/registry/core/serviceaccount/storage/token.go

    					}
    					switch {
    					case errors.IsNotFound(err):
    						// if the referenced Node object does not exist, we still embed just the pod name into the
    						// claims so that clients still have some indication of what node a pod is assigned to when
    						// inspecting a token (even if the UID is not present).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 05 10:24:31 UTC 2024
    - 10K bytes
    - Viewed (0)
  9. src/main/java/jcifs/internal/smb1/AndXServerMessageBlock.java

             * with everything else. If the below clause evaluates true
             * the andx command will not be written and therefore the
             * response will not read a batched command and therefore
             * the 'received' member of the response object will not
             * be set to true indicating the send and sendTransaction
             * methods that the next part should be sent. This is a
             * very indirect and simple batching control mechanism.
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Nov 28 10:56:27 UTC 2022
    - 14.3K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/net/route/address.go

    		copy(a.IP[:], b[8:24])
    		if a.IP[0] == 0xfe && a.IP[1]&0xc0 == 0x80 || a.IP[0] == 0xff && (a.IP[1]&0x0f == 0x01 || a.IP[1]&0x0f == 0x02) {
    			// KAME based IPv6 protocol stack usually
    			// embeds the interface index in the
    			// interface-local or link-local address as
    			// the kernel-internal form.
    			id := int(bigEndian.Uint16(a.IP[2:4]))
    			if id != 0 {
    				a.ZoneID = id
    				a.IP[2], a.IP[3] = 0, 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.9K bytes
    - Viewed (0)
Back to top