Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 212 for xremove (0.14 sec)

  1. src/cmd/internal/obj/loong64/asm.go

    		rel.Siz = 4
    		rel.Sym = p.To.Sym
    		rel.Add = p.To.Offset
    		rel.Type = objabi.R_CALLLOONG64
    
    	case 12: // movbs r,r
    		// NOTE: this case does not use REGTMP. If it ever does,
    		// remove the NOTUSETMP flag in optab.
    		v := 16
    		if p.As == AMOVB {
    			v = 24
    		}
    		o1 = OP_16IRR(c.opirr(ASLL), uint32(v), uint32(p.From.Reg), uint32(p.To.Reg))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      // Removes the given event listener from the list and returns it.  It then
      // becomes the caller's responsibility to delete the listener. Returns
      // NULL if the listener is not found in the list.
      TestEventListener* Release(TestEventListener* listener);
    
      // Returns the standard listener responsible for the default console
      // output.  Can be removed from the listeners list to shut down default
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

        }
        return LogicalResult::success();
      }
    
      // After inlining, there will likely be some instances where a
      // TPUReplicatedInput feeds directly into a TPUReplicatedOutput. Find such
      // pairs and remove them.
      LogicalResult RemoveOutputInputPairs(func::FuncOp func) {
        llvm::SetVector<Operation*> ops_to_erase;
        // Inlining can result in multiple TPUCompilationResultOp and
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java

            propMap.remove(APP_VALUES);
        }
    
        default String getAppValue() {
            return getSystemProperty(Constants.APP_VALUE_PROPERTY, StringUtil.EMPTY);
        }
    
        default void setDefaultLabelValue(final String value) {
            setSystemProperty(Constants.DEFAULT_LABEL_VALUE_PROPERTY, value);
            propMap.remove(DEFAULT_LABEL_VALUES);
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 85K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

            final String id = (String) source.remove(fessConfig.getIndexFieldId());
            source.remove(fessConfig.getIndexFieldVersion());
            final Number seqNo = (Number) source.remove(fessConfig.getIndexFieldSeqNo());
            final Number primaryTerm = (Number) source.remove(fessConfig.getIndexFieldPrimaryTerm());
            IndexResponse response;
            try {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  6. pkg/proxy/ipvs/proxier.go

    			if !utiliptables.IsNotFoundError(err) {
    				logger.Error(err, "Error removing iptables rules in ipvs proxier")
    				encounteredError = true
    			}
    		}
    	}
    
    	// Flush and remove all of our chains. Flushing all chains before removing them also removes all links between chains first.
    	for _, ch := range iptablesCleanupChains {
    		if err := ipt.FlushChain(ch.table, ch.chain); err != nil {
    			if !utiliptables.IsNotFoundError(err) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  7. src/time/format.go

    //
    // nextStdChunk should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/searKing/golang/go
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname nextStdChunk
    func nextStdChunk(layout string) (prefix string, std int, suffix string) {
    	for i := 0; i < len(layout); i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/rewrite.go

    				pendingLines.remove(vl)
    				v.Pos = v.Pos.WithIsStmt()
    			}
    			if i != j {
    				b.Values[j] = v
    			}
    			j++
    		}
    		if pendingLines.get(b.Pos) == int32(b.ID) {
    			b.Pos = b.Pos.WithIsStmt()
    			pendingLines.remove(b.Pos)
    		}
    		b.truncateValues(j)
    	}
    }
    
    // Common functions called from rewriting rules
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  9. src/cmd/internal/testdir/testdir_test.go

    		return nil
    
    	case "errorcheck":
    		// Compile Go file.
    		// Fail if wantError is true and compilation was successful and vice versa.
    		// Match errors produced by gc against errors in comments.
    		// TODO(gri) remove need for -C (disable printing of columns in error messages)
    		cmdline := []string{goTool, "tool", "compile", "-p=p", "-d=panic", "-C", "-e", "-importcfg=" + stdlibImportcfgFile(), "-o", "a.o"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  10. src/crypto/tls/conn.go

    		panic("unknown cipher type")
    	}
    }
    
    // extractPadding returns, in constant time, the length of the padding to remove
    // from the end of payload. It also returns a byte which is equal to 255 if the
    // padding was valid and 0 otherwise. See RFC 2246, Section 6.2.3.2.
    func extractPadding(payload []byte) (toRemove int, good byte) {
    	if len(payload) < 1 {
    		return 0, 0
    	}
    
    	paddingLen := payload[len(payload)-1]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top