Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for tst (0.03 sec)

  1. tests/integration/security/authz_test.go

    									Headers(c.headers).
    									Allow(c.allow).
    									BuildForPorts(t, c.ports...).
    									Filter(func(tst authzTest) bool {
    										return provider.IsProtocolSupported(tst.opts.Port.Protocol)
    									})
    								for _, tst := range tsts {
    									tst := tst
    									params := ""
    									if c.headers != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/test/integration/validation_test.go

    			},
    		},
    	}
    
    	for i := range tests {
    		tst := tests[i]
    		t.Run(tst.desc, func(t *testing.T) {
    			// plug in schemas
    			manifest := strings.NewReplacer(
    				"GLOBAL_SCHEMA", toValidationJSON(tst.globalSchema),
    				"V1BETA1_SCHEMA", toValidationJSON(tst.v1beta1Schema),
    				"V1_SCHEMA", toValidationJSON(tst.v1Schema),
    				"PRESERVE_UNKNOWN_FIELDS", tst.preserveUnknownFields,
    			).Replace(tmpl)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 26 20:48:36 UTC 2021
    - 63.6K bytes
    - Viewed (0)
  3. src/cmd/asm/internal/asm/testdata/arm.s

    // TST
    	TST	$255, R7             // ff0017e3
    	TST	$4278190080, R9      // ff0419e3
    	TST	R9<<30, R7           // 090f17e1
    	TST	R9>>30, R7           // 290f17e1
    	TST	R9->30, R7           // 490f17e1
    	TST	R9@>30, R7           // 690f17e1
    	TST	R9<<R8, R7           // 190817e1
    	TST	R9>>R8, R7           // 390817e1
    	TST	R9->R8, R7           // 590817e1
    	TST	R9@>R8, R7           // 790817e1
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 69K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/arm64.s

    	EON	$8, R0, RSP                         // 1ff87cd2
    	TST	$15, R2                             // 5f0c40f2
    	TST	R1, R2                              // 5f0001ea
    	TST	R1->11, R2                          // 5f2c81ea
    	TST	R1>>22, R2                          // 5f5841ea
    	TST	R1<<33, R2                          // 5f8401ea
    	TST	$0x22220000, R3                     // TST $572653568, R3           // 5b44a4d27f001bea
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 08 03:28:17 UTC 2023
    - 94.9K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/ARM.rules

    (CMP x (SRA y z)) => (CMPshiftRAreg x y z)
    (CMP (SRA y z) x) => (InvertFlags (CMPshiftRAreg x y z))
    (TST x (SLLconst [c] y)) => (TSTshiftLL x y [c])
    (TST x (SRLconst [c] y)) => (TSTshiftRL x y [c])
    (TST x (SRAconst [c] y)) => (TSTshiftRA x y [c])
    (TST x (SLL y z)) => (TSTshiftLLreg x y z)
    (TST x (SRL y z)) => (TSTshiftRLreg x y z)
    (TST x (SRA y z)) => (TSTshiftRAreg x y z)
    (TEQ x (SLLconst [c] y)) => (TEQshiftLL x y [c])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 90.1K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		{name: "CMNWconst", argLength: 1, reg: gp1flags, asm: "CMNW", aux: "Int32", typ: "Flags"}, // arg0 compare to -auxInt, 32 bit
    		{name: "TST", argLength: 2, reg: gp2flags, asm: "TST", typ: "Flags", commutative: true},   // arg0 & arg1 compare to 0
    		{name: "TSTconst", argLength: 1, reg: gp1flags, asm: "TST", aux: "Int64", typ: "Flags"},   // arg0 & auxInt compare to 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  7. guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

          TrieParser.parseTrie(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  8. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

          TrieParser.parseTrie(
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 21 21:04:43 UTC 2024
    - 72.4K bytes
    - Viewed (1)
Back to top