Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 153 for movable (0.2 sec)

  1. guava-tests/test/com/google/common/graph/AbstractNetworkTest.java

     */
    public abstract class AbstractNetworkTest {
    
      Network<Integer, String> network;
    
      /**
       * The same reference as {@link #network}, except as a mutable network. This field is null in case
       * {@link #createGraph()} didn't return a mutable network.
       */
      MutableNetwork<Integer, String> networkAsMutableNetwork;
    
      static final Integer N1 = 1;
      static final Integer N2 = 2;
      static final Integer N3 = 3;
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Jan 22 17:29:38 GMT 2024
    - 33K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/graph/AbstractNetworkTest.java

     */
    public abstract class AbstractNetworkTest {
    
      Network<Integer, String> network;
    
      /**
       * The same reference as {@link #network}, except as a mutable network. This field is null in case
       * {@link #createGraph()} didn't return a mutable network.
       */
      MutableNetwork<Integer, String> networkAsMutableNetwork;
    
      static final Integer N1 = 1;
      static final Integer N2 = 2;
      static final Integer N3 = 3;
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Jan 22 17:29:38 GMT 2024
    - 32.7K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/io/Resources.java

       *
       * <p>This method returns a mutable {@code List}. For an {@code ImmutableList}, use {@code
       * Resources.asCharSource(url, charset).readLines()}.
       *
       * @param url the URL to read from
       * @param charset the charset used to decode the input stream; see {@link Charsets} for helpful
       *     predefined constants
       * @return a mutable {@link List} containing all the lines
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Feb 28 20:13:02 GMT 2023
    - 7.4K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/Interner.java

       * intern(a)} is permitted to return one instance now and a different instance later if the
       * original interned instance was garbage-collected.
       *
       * <p><b>Warning:</b> do not use with mutable objects.
       *
       * @throws NullPointerException if {@code sample} is null
       */
      E intern(E sample);
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Mar 13 14:30:51 GMT 2023
    - 2K bytes
    - Viewed (0)
  5. tensorflow/c/eager/immediate_execution_tensor_handle.cc

    Status ImmediateExecutionTensorHandle::SummarizeValue(
        std::string& summary) const {
      Status status;
      AbstractTensorPtr resolved(
          // TODO(allenl): Resolve should be const, and the caches that get updated
          // marked mutable.
          const_cast<ImmediateExecutionTensorHandle*>(this)->Resolve(&status));
      if (!status.ok()) {
        return status;
      }
      summary = resolved->SummarizeValue();
      return absl::OkStatus();
    }
    
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Feb 15 09:49:45 GMT 2024
    - 2.1K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.13.md

        - [Other notable changes](#other-notable-changes)
    - [v1.13.11](#v11311)
      - [Downloads for v1.13.11](#downloads-for-v11311)
        - [Client Binaries](#client-binaries-1)
        - [Server Binaries](#server-binaries-1)
        - [Node Binaries](#node-binaries-1)
      - [Changelog since v1.13.10](#changelog-since-v11310)
        - [Other notable changes](#other-notable-changes-1)
    - [v1.13.10](#v11310)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Viewed (0)
  7. maven-core/src/main/java/org/apache/maven/lifecycle/internal/DependencyContext.java

     * <strong>NOTE:</strong> This class is not part of any public api and can be changed or deleted without prior notice.
     *
     * @since 3.0
     */
    // TODO From a concurrency perspective, this class is not good. The combination of mutable/immutable state is not nice
    public class DependencyContext {
    
        private final MavenProject project;
    
        private final Collection<String> scopesToCollectForCurrentProject;
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Jan 10 12:55:54 GMT 2024
    - 3.6K bytes
    - Viewed (0)
  8. api/go1.15.txt

    pkg debug/pe, const IMAGE_FILE_NET_RUN_FROM_SWAP ideal-int
    pkg debug/pe, const IMAGE_FILE_RELOCS_STRIPPED = 1
    pkg debug/pe, const IMAGE_FILE_RELOCS_STRIPPED ideal-int
    pkg debug/pe, const IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP = 1024
    pkg debug/pe, const IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP ideal-int
    pkg debug/pe, const IMAGE_FILE_SYSTEM = 4096
    pkg debug/pe, const IMAGE_FILE_SYSTEM ideal-int
    pkg debug/pe, const IMAGE_FILE_UP_SYSTEM_ONLY = 16384
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Jul 17 02:15:01 GMT 2020
    - 7.6K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.9.md

        - [Action Required](#action-required)
        - [Other notable changes](#other-notable-changes)
    - [v1.9.10](#v1910)
      - [Downloads for v1.9.10](#downloads-for-v1910)
        - [Client Binaries](#client-binaries-1)
        - [Server Binaries](#server-binaries-1)
        - [Node Binaries](#node-binaries-1)
      - [Changelog since v1.9.9](#changelog-since-v199)
        - [Other notable changes](#other-notable-changes-1)
    - [v1.9.9](#v199)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Tue Nov 16 10:46:27 GMT 2021
    - 313.7K bytes
    - Viewed (0)
  10. android/guava/src/com/google/common/graph/Graphs.java

            if (subgraph.nodes().contains(successorNode)) {
              subgraph.addEdge(node, successorNode, edge);
            }
          }
        }
        return subgraph;
      }
    
      /** Creates a mutable copy of {@code graph} with the same nodes and edges. */
      public static <N> MutableGraph<N> copyOf(Graph<N> graph) {
        MutableGraph<N> copy = GraphBuilder.from(graph).expectedNodeCount(graph.nodes().size()).build();
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 21.2K bytes
    - Viewed (0)
Back to top