Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 35 for native (0.17 sec)

  1. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

        assertEquals(immutableEntry(key, value2), notification);
        assertEquals(RemovalCause.REPLACED, notification.getCause());
        assertTrue(listener.isEmpty());
    
        // inactive
        Object value3 = new Object();
        map.clear();
        listener.clear();
        assertEquals(0, segment.count);
        table.set(index, entry);
        assertTrue(segment.storeLoadedValue(key, hash, valueRef, value3));
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Mar 14 23:06:48 GMT 2024
    - 110.7K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Plain Text
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 135.2K bytes
    - Viewed (0)
  3. cmd/admin-handlers.go

    	lambdaMap := make(map[string][]madmin.TargetIDStatus)
    
    	for _, tgt := range globalEventNotifier.Targets() {
    		targetIDStatus := make(map[string]madmin.Status)
    		active, _ := tgt.IsActive()
    		targetID := tgt.ID()
    		if active {
    			targetIDStatus[targetID.ID] = madmin.Status{Status: string(madmin.ItemOnline)}
    		} else {
    			targetIDStatus[targetID.ID] = madmin.Status{Status: string(madmin.ItemOffline)}
    		}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 29 17:39:04 GMT 2024
    - 97.8K bytes
    - Viewed (2)
  4. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        public static final String LABELS_scheduledjob_running = "{labels.scheduledjob_running}";
    
        /** The key of the message: Active */
        public static final String LABELS_scheduledjob_active = "{labels.scheduledjob_active}";
    
        /** The key of the message: Inactive */
        public static final String LABELS_scheduledjob_nojob = "{labels.scheduledjob_nojob}";
    
        /** The key of the message: Start now */
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
  5. api/maven-api-model/src/main/mdo/maven.mdo

    <?xml version="1.0" encoding="UTF-8"?>
    
    <!--
      Licensed to the Apache Software Foundation (ASF) under one
      or more contributor license agreements.  See the NOTICE file
      distributed with this work for additional information
      regarding copyright ownership.  The ASF licenses this file
      to you under the Apache License, Version 2.0 (the
      "License"); you may not use this file except in compliance
      with the License.  You may obtain a copy of the License at
    
    XML
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 13:29:46 GMT 2024
    - 115.1K bytes
    - Viewed (0)
  6. okhttp-android/src/main/baseline-prof.txt

    HSPLkotlinx/coroutines/AbstractCoroutine;->onCompletionInternal(Ljava/lang/Object;)V
    HSPLkotlinx/coroutines/AbstractCoroutine;->resumeWith(Ljava/lang/Object;)V
    HSPLkotlinx/coroutines/Active;-><clinit>()V
    HSPLkotlinx/coroutines/Active;-><init>()V
    HSPLkotlinx/coroutines/BlockingEventLoop;-><init>(Ljava/lang/Thread;)V
    HSPLkotlinx/coroutines/CancelHandler;-><init>()V
    HSPLkotlinx/coroutines/CancellableContinuationImpl;-><clinit>()V
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Mar 21 11:22:00 GMT 2022
    - 127.9K bytes
    - Viewed (0)
  7. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    know what "it" means.'
    
      `I know what "it" means well enough, when I find a thing,' said
    the Duck:  `it's generally a frog or a worm.  The question is,
    what did the archbishop find?'
    
      The Mouse did not notice this question, but hurriedly went on,
    `"--found it advisable to go with Edgar Atheling to meet William
    and offer him the crown.  William's conduct at first was
    moderate.  But the insolence of his Normans--"  How are you
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/maven/artifact/maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.jar

    final org.apache.maven.artifact.Artifact artifact; private java.util.List children; private final java.util.List parents; private final int depth; private final ResolutionNode parent; private final java.util.List remoteRepositories; private boolean active; private java.util.List trail; public void ResolutionNode(org.apache.maven.artifact.Artifact, java.util.List); public void ResolutionNode(org.apache.maven.artifact.Artifact, java.util.List, ResolutionNode); public org.apache.maven.artifact.Artifact...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 160.1K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/Maps.java

       * @return a new, empty {@code HashMap} with enough capacity to hold {@code expectedSize} entries
       *     without resizing
       * @throws IllegalArgumentException if {@code expectedSize} is negative
       */
      public static <K extends @Nullable Object, V extends @Nullable Object>
          HashMap<K, V> newHashMapWithExpectedSize(int expectedSize) {
        return new HashMap<>(capacity(expectedSize));
      }
    
      /**
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed May 01 18:44:57 GMT 2024
    - 159.6K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.4.md

    ### DELETE operation in REST API
    
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
Back to top