Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for fnName (5.3 sec)

  1. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirReferenceShortener.kt

                }
            }
    
            return null
        }
    }
    
    private fun FqName.dropFakeRootPrefixIfPresent(): FqName =
        tail(FqName(ROOT_PREFIX_FOR_IDE_RESOLUTION_MODE))
    
    private data class AdditionalImports(val simpleImports: Set<FqName>, val starImports: Set<FqName>)
    
    private inline fun <reified T : KtElement> KtFile.findSmallestElementOfTypeContainingSelection(selection: TextRange): T? =
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Jun 07 16:54:07 UTC 2024
    - 69.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go

    		if !synced {
    			names = append(names, objType.Name())
    		}
    	}
    
    	return names
    }
    
    func newConfiguration(fsName, plName, user string, concurrency int32, queueLength int32) []runtime.Object {
    	fs := &flowcontrol.FlowSchema{
    		ObjectMeta: metav1.ObjectMeta{
    			Name: fsName,
    			UID:  types.UID(fsName),
    		},
    		Spec: flowcontrol.FlowSchemaSpec{
    			MatchingPrecedence: 1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

    
    def _camel_to_snake(name):
      s1 = re.sub('(.)([A-Z][a-z]+)', r'\1_\2', name)
      return re.sub('([a-z0-9])([A-Z])', r'\1_\2', s1).lower()
    
    
    class OpDefCache(object):
      """A Dict to cache the OpDef for the Python function name."""
    
      def __init__(self):
        self._op_defs = {}
    
      def lookup(self, f_name, func_def=None, optional=False):
        if f_name in self._op_defs:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset_test.go

    		uss.expectedInqueueSeats = uss.expectedInqueueSeats + fmt.Sprintf(`				apiserver_flowcontrol_current_inqueue_seats{flow_schema=%q,priority_level=%q} 0%s`, fsName, uss.name, "\n")
    		for j := 0; j < uc.nThreads; j++ {
    			ust := uniformScenarioThread{
    				uss:                 uss,
    				i:                   i,
    				j:                   j,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 26 12:55:23 UTC 2023
    - 58.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/syntax/parser.go

    	f := new(Field)
    	f.pos = pos
    
    	if p.tok == _Name || name != nil {
    		// name
    		if name == nil {
    			name = p.name()
    		}
    
    		if p.tok == _Lbrack {
    			// name "[" ...
    			f.Type = p.arrayOrTArgs()
    			if typ, ok := f.Type.(*IndexExpr); ok {
    				// name "[" ... "]"
    				typ.X = name
    			} else {
    				// name "[" n "]" E
    				f.Name = name
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 62.9K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/xcoff.go

    		}
    
    		// Retrieve the name of the initial symbol
    		// exported by cgo.
    		// The corresponding Go symbol is:
    		// _cgoexp_hashcode_symname.
    		name := strings.SplitN(extname, "_", 4)[3]
    
    		buf.Write([]byte(name + "\n"))
    	}
    
    	err := os.WriteFile(fname, buf.Bytes(), 0666)
    	if err != nil {
    		Errorf(nil, "WriteFile %s failed: %v", fname, err)
    	}
    
    	return fname
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  7. src/os/os_test.go

    func TestFstat(t *testing.T) {
    	t.Parallel()
    
    	path := sfdir + "/" + sfname
    	file, err1 := Open(path)
    	if err1 != nil {
    		t.Fatal("open failed:", err1)
    	}
    	defer file.Close()
    	dir, err2 := file.Stat()
    	if err2 != nil {
    		t.Fatal("fstat failed:", err2)
    	}
    	if !equal(sfname, dir.Name()) {
    		t.Error("name should be ", sfname, "; is", dir.Name())
    	}
    	filesize := size(path, t)
    	if dir.Size() != filesize {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
  8. tensorflow/c/c_api.h

    //  fn_body - the graph whose operations (or subset of whose operations) will be
    //            converted to TF_Function.
    //  fn_name - the name of the new TF_Function. Should match the operation
    //            name (OpDef.name) regexp [A-Z][A-Za-z0-9_.\\-/]*.
    //            If `append_hash_to_fn_name` is false, `fn_name` must be distinct
    //            from other function and operation names (at least those
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/dwarf.go

    		}
    		// FIXME: is there a way we could avoid materializing the
    		// symbol name here?
    		sn := d.ldr.SymName(rsym)
    		tn := sn[len(dwarf.InfoPrefix):]
    		ts := d.ldr.Lookup("type:"+tn, 0)
    		d.defgotype(ts)
    	}
    }
    
    func expandFile(fname string) string {
    	fname = strings.TrimPrefix(fname, src.FileSymPrefix)
    	return expandGoroot(fname)
    }
    
    // writeDirFileTables emits the portion of the DWARF line table
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  10. src/syscall/zsyscall_windows.go

    	}
    	return
    }
    
    func connect(s Handle, name unsafe.Pointer, namelen int32) (err error) {
    	r1, _, e1 := Syscall(procconnect.Addr(), 3, uintptr(s), uintptr(name), uintptr(namelen))
    	if r1 == socket_error {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    func GetHostByName(name string) (h *Hostent, err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(name)
    	if err != nil {
    		return
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 56.3K bytes
    - Viewed (1)
Back to top