Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 44 for finishes (0.4 sec)

  1. src/database/sql/sql_test.go

    	// waiter will be called for all queries, including
    	// initial setup queries. The state is only assigned when
    	// no queries are made.
    	//
    	// Only allow the first batch of queries to finish once the
    	// second batch of Ping queries have finished.
    	waiter := func(ctx context.Context) {
    		switch state {
    		case 0:
    			// Nothing. Initial database setup.
    		case 1:
    			saturate.Done()
    			select {
    			case <-ctx.Done():
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        final ListenableFuture<String> future;
        final String name;
        final Runnable finisher;
    
        TestFuture(ListenableFuture<String> future, String name, Runnable finisher) {
          this.future = future;
          this.name = name;
          this.finisher = finisher;
        }
      }
    
      /**
       * A collection of several futures, covering cancellation, success, and failure (both {@link
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        final ListenableFuture<String> future;
        final String name;
        final Runnable finisher;
    
        TestFuture(ListenableFuture<String> future, String name, Runnable finisher) {
          this.future = future;
          this.name = name;
          this.finisher = finisher;
        }
      }
    
      /**
       * A collection of several futures, covering cancellation, success, and failure (both {@link
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    one hand and a piece of bread-and-butter in the other.  `I beg
    pardon, your Majesty,' he began, `for bringing these in:  but I
    hadn't quite finished my tea when I was sent for.'
    
      `You ought to have finished,' said the King.  `When did you
    begin?'
    
      The Hatter looked at the March Hare, who had followed him into
    the court, arm-in-arm with the Dormouse.  `Fourteenth of March, I
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 29 21:35:03 UTC 2012
    - 145.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      auto fbb = std::make_unique<flexbuffers::Builder>();
      fbb->Map([&]() {
        fbb->Float("tolerance", tolerance);
        fbb->Bool("log_if_failed", log_if_failed);
      });
      fbb->Finish();
      auto f = std::unique_ptr<flexbuffers::Builder>(fbb.release());
      auto custom_option = f->GetBuffer();
      auto opcode_index =
          GetOpcodeIndex("NumericVerify", tflite::BuiltinOperator_CUSTOM);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  6. pkg/volume/util/operationexecutor/operation_generator.go

    				eventErr, detailedErr := deviceToDetach.GenerateError("UnmapDevice.TearDownDevice failed", unmapErr)
    				return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    			}
    		}
    
    		// Plugin finished TearDownDevice(). Now globalMapPath dir and plugin's stored data
    		// on the dir are unnecessary, clean up it.
    		removeMapPathErr := og.blkUtil.RemoveMapPath(globalMapPath)
    		if removeMapPathErr != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  7. src/crypto/sha512/sha512_test.go

    	},
    	{
    		"cb0cef13c1848d91a6d02637c7c520de1914ad4a7aea824671cc328e",
    		"He who has a shady past knows that nice guys finish last.",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  8. okhttp-android/src/main/baseline-prof.txt

    HSPLokhttp3/CookieJar$Companion$NoCookies;->loadForRequest(Lokhttp3/HttpUrl;)Ljava/util/List;
    HSPLokhttp3/CookieJar;-><clinit>()V
    HSPLokhttp3/Dispatcher;-><init>()V
    HSPLokhttp3/Dispatcher;->finished$okhttp(Lokhttp3/internal/connection/RealCall$AsyncCall;)V
    HSPLokhttp3/Dispatcher;->finished(Ljava/util/Deque;Ljava/lang/Object;)V
    HSPLokhttp3/Dispatcher;->promoteAndExecute()Z
    HSPLokhttp3/Dns$Companion$DnsSystem;-><init>()V
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    autoDeclaredPrefixes; protected int depth; protected String[] elNamespace; protected String[] elName; protected int[] elNamespaceCount; protected int namespaceEnd; protected String[] namespacePrefix; protected String[] namespaceUri; protected boolean finished; protected boolean pastRoot; protected boolean setPrefixCalled; protected boolean startTagIncomplete; protected boolean doIndent; protected boolean seenTag; protected boolean seenBracket; protected boolean seenBracketBracket; private static final...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 164.6K bytes
    - Viewed (0)
  10. pkg/controller/podautoscaler/horizontal_test.go

    		tc.Lock()
    		defer tc.Unlock()
    		// fake out the verification logic and mark that we're done processing
    		go func() {
    			// wait a tick and then mark that we're finished (otherwise, we have no
    			// way to indicate that we're finished, because the function decides not to do anything)
    			time.Sleep(1 * time.Second)
    			tc.Lock()
    			tc.statusUpdated = true
    			tc.Unlock()
    			tc.processed <- "test-hpa"
    		}()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
Back to top