Search Options

Results per page
Sort
Preferred Languages
Advance

Results 591 - 600 of 717 for failed (0.04 sec)

  1. LICENSE

    L106: L107: (d) If the Work includes a "NOTICE" text file as part of its L108: distribution, then any Derivative Works that You distribute must L109: include a readable copy of the attribution notices contained L110: within such NOTICE file, excluding those notices that do not L111: pertain to any part of the Derivative Works, in at least one L112: of the following places: within a NOTICE text file distributed L113: as part of the Derivative Works;...
    github.com/google/guava/LICENSE
    Wed Feb 22 18:59:39 UTC 2023
      11.1K bytes
  2. LICENSE

    L107: L108: (d) If the Work includes a "NOTICE" text file as part of its L109: distribution, then any Derivative Works that You distribute must L110: include a readable copy of the attribution notices contained L111: within such NOTICE file, excluding those notices that do not L112: pertain to any part of the Derivative Works, in at least one L113: of the following places: within a NOTICE text file distributed L114: as part of the Derivative Works;...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Sun Jun 13 05:06:37 UTC 2021
      11.2K bytes
  3. LICENSE

    L107: L108: (d) If the Work includes a "NOTICE" text file as part of its L109: distribution, then any Derivative Works that You distribute must L110: include a readable copy of the attribution notices contained L111: within such NOTICE file, excluding those notices that do not L112: pertain to any part of the Derivative Works, in at least one L113: of the following places: within a NOTICE text file distributed L114: as part of the Derivative Works;...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Fri May 08 04:49:00 UTC 2020
      11.2K bytes
  4. CycleDetectingLockFactory.java

    Implementations must L169: * be thread-safe. L170: * L171: * @since 13.0 L172: */ L173: public interface Policy { L174: L175: /** L176: * Called when a potential deadlock is encountered. Implementations can throw the given {@code L177: * exception} and/or execute other desired logic. L178: * L179: * <p>Note that the method will be called even upon an invocation of {@code tryLock()}. Although L180: * {@code tryLock()} technically recovers from deadlock by eventually timing out,...
    github.com/google/guava/guava/src/com/google/co...
    Fri Dec 15 19:31:54 UTC 2023
      35.9K bytes
  5. EsAbstractConditionBean.java

    return new ConditionBeanExceptionThrower(); L94: } L95: L96: @Override L97: public void xsetPaging(boolean paging) { L98: // Do nothing because this is unsupported on ConditionBean. L99: // And it is possible that this method is called by PagingInvoker. L100: } L101: L102: @Override L103: public void enablePagingCountLater() { L104: // nothing L105: } L106: L107: @Override L108: public void disablePagingCountLater() { L109: // nothing L110: } L111:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      17.8K bytes
  6. FilteredEntryMultimap.java

    L131: } L132: L133: @Override L134: Collection<V> createValues() { L135: return new FilteredMultimapValues<>(this); L136: } L137: L138: @Override L139: Iterator<Entry<K, V>> entryIterator() { L140: throw new AssertionError("should never be called"); L141: } L142: L143: @Override L144: Map<K, Collection<V>> createAsMap() { L145: return new AsMap(); L146: } L147: L148: @Override L149: Set<K> createKeySet() { L150: return asMap().keySet(); L151: } L152: L153: boolean removeEntriesIf(Predicate<?...
    github.com/google/guava/guava/src/com/google/co...
    Wed Oct 30 16:15:19 UTC 2024
      12.1K bytes
  7. CacheLoadingTest.java

    again, not get the old exception L1903: try { L1904: cache.getUnchecked("bar"); L1905: fail(); L1906: } catch (InvalidCacheLoadException expected) { L1907: } L1908: assertEquals(2, callCount.get()); L1909: } L1910: L1911: /** L1912: * On a concurrent computation that throws an unchecked exception, all threads should get the L1913: * (wrapped) exception, with the loader called only once. The result should not be cached (a later L1914: * request should call the loader again)....
    github.com/google/guava/android/guava-tests/tes...
    Fri Oct 18 19:07:49 UTC 2024
      86.3K bytes
  8. SequentialExecutor.java

    private WorkerRunningState workerRunningState = IDLE; L77: L78: /** L79: * This counter prevents an ABA issue where a thread may successfully schedule the worker, the L80: * worker runs and exhausts the queue, another thread enqueues a task and fails to schedule the L81: * worker, and then the first thread's call to delegate.execute() returns. Without this counter, L82: * it would observe the QUEUING state and set it to QUEUED, and the worker would never be L83: * scheduled again for future...
    github.com/google/guava/android/guava/src/com/g...
    Thu Feb 01 21:46:34 UTC 2024
      10.6K bytes
  9. SequentialExecutor.java

    private WorkerRunningState workerRunningState = IDLE; L77: L78: /** L79: * This counter prevents an ABA issue where a thread may successfully schedule the worker, the L80: * worker runs and exhausts the queue, another thread enqueues a task and fails to schedule the L81: * worker, and then the first thread's call to delegate.execute() returns. Without this counter, L82: * it would observe the QUEUING state and set it to QUEUED, and the worker would never be L83: * scheduled again for future...
    github.com/google/guava/guava/src/com/google/co...
    Thu Feb 01 21:46:34 UTC 2024
      10.6K bytes
  10. LICENSE

    L108: L109: (d) If the Work includes a "NOTICE" text file as part of its L110: distribution, then any Derivative Works that You distribute must L111: include a readable copy of the attribution notices contained L112: within such NOTICE file, excluding those notices that do not L113: pertain to any part of the Derivative Works, in at least one L114: of the following places: within a NOTICE text file distributed L115: as part of the Derivative Works;...
    github.com/kubernetes/kubernetes/LICENSES/vendo...
    Sun Sep 22 18:50:45 UTC 2024
      10.6K bytes
Back to top