Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 15080 (0.05 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

       * to hang (possibly too quickly, but too-quick failures should be very unlikely, given that we
       * used to bail after 20ms during the expected-successful tests, and there we saw a failure rate
       * of ~1/5000, meaning that the other thread's get() call nearly always completes within 20ms if
       * it's going to complete at all).
       *
       * <p>[*] To avoid hangs, I've disabled the in-thread calls. This makes the test take (very
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

       * to hang (possibly too quickly, but too-quick failures should be very unlikely, given that we
       * used to bail after 20ms during the expected-successful tests, and there we saw a failure rate
       * of ~1/5000, meaning that the other thread's get() call nearly always completes within 20ms if
       * it's going to complete at all).
       *
       * <p>[*] To avoid hangs, I've disabled the in-thread calls. This makes the test take (very
    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. src/cmd/internal/obj/ppc64/asm9.go

    	switch a {
    	case AADD:
    		return OPVCC(14, 0, 0, 0)
    	case AADDC:
    		return OPVCC(12, 0, 0, 0)
    	case AADDCCC:
    		return OPVCC(13, 0, 0, 0)
    	case AADDIS:
    		return OPVCC(15, 0, 0, 0) /* ADDIS */
    
    	case AANDCC:
    		return OPVCC(28, 0, 0, 0)
    	case AANDISCC:
    		return OPVCC(29, 0, 0, 0) /* ANDIS. */
    
    	case ABR:
    		return OPVCC(18, 0, 0, 0)
    	case ABL:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top