Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 1,101 for chains (0.28 sec)

  1. test/ken/chan.go

    		randx -= 1000000
    	}
    	return randx % n
    }
    
    type Chan struct {
    	sc, rc chan int // send and recv chan
    	sv, rv int      // send and recv seq
    }
    
    var (
    	nproc      int
    	nprocLock  sync.Mutex
    	cval       int
    	end        int = 10000
    	totr, tots int
    	totLock    sync.Mutex
    	nc         *Chan
    )
    
    func init() {
    	nc = new(Chan)
    }
    
    func changeNproc(adjust int) int {
    	nprocLock.Lock()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 05:24:24 UTC 2012
    - 4.7K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/collect/ComparisonChain.java

       * already been determined.
       */
      public abstract <T extends @Nullable Object> ComparisonChain compare(
          @ParametricNullness T left, @ParametricNullness T right, Comparator<T> comparator);
    
      /**
       * Compares two {@code int} values as specified by {@link Ints#compare}, <i>if</i> the result of
       * this comparison chain has not already been determined.
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jan 24 17:47:51 UTC 2022
    - 9.3K bytes
    - Viewed (0)
  3. tests/testdata/local/etc/certs/cert-chain.pem

    Zhonghu Xu <******@****.***> 1584031125 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 12 16:38:45 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  4. tests/testdata/certs/default/cert-chain.pem

    Jacek Ewertowski <******@****.***> 1666353045 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 21 11:50:45 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  5. tests/testdata/certs/dns/cert-chain.pem

    Jacek Ewertowski <******@****.***> 1666353045 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 21 11:50:45 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  6. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirSubstitutorProvider.kt

            }
            return when (substitutors.size) {
                0 -> KaSubstitutor.Empty(token)
                else -> {
                    val chained = substitutors.reduce { left, right -> left.chain(right) }
                    firSymbolBuilder.typeBuilder.buildSubstitutor(chained)
                }
            }
        }
    
    
        private fun collectInheritancePath(
            baseSymbol: FirClassSymbol<*>,
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 3K bytes
    - Viewed (0)
  7. pkg/serviceaccount/claims.go

    }
    
    type ref struct {
    	Name string `json:"name,omitempty"`
    	UID  string `json:"uid,omitempty"`
    }
    
    func Claims(sa core.ServiceAccount, pod *core.Pod, secret *core.Secret, node *core.Node, expirationSeconds, warnafter int64, audience []string) (*jwt.Claims, interface{}, error) {
    	now := now()
    	sc := &jwt.Claims{
    		Subject:   apiserverserviceaccount.MakeUsername(sa.Namespace, sa.Name),
    		Audience:  jwt.Audience(audience),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 21:15:10 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  8. security/pkg/nodeagent/cache/testdata/cert-chain.pem

    Oliver Liu <******@****.***> 1586804146 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 13 18:55:46 UTC 2020
    - 2.2K bytes
    - Viewed (0)
  9. security/pkg/pki/testdata/cert-chain.pem

    Oliver Liu <******@****.***> 1520311744 -0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 06 04:49:04 UTC 2018
    - 5.7K bytes
    - Viewed (0)
  10. tests/testdata/certs/mountedcerts-client/cert-chain.pem

    Jacek Ewertowski <******@****.***> 1666353045 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 21 11:50:45 UTC 2022
    - 1.2K bytes
    - Viewed (0)
Back to top