Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 107 for typelink (0.42 sec)

  1. src/reflect/type.go

    			}
    			if tf.Offset != vf.Offset {
    				return false
    			}
    			if tf.Embedded() != vf.Embedded() {
    				return false
    			}
    		}
    		return true
    	}
    
    	return false
    }
    
    // typelinks is implemented in package runtime.
    // It returns a slice of the sections in each module,
    // and a slice of *rtype offsets in each module.
    //
    // The types in each module are sorted by string. That is, the first
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  2. src/internal/syscall/windows/registry/registry_test.go

    	rand.Read(buf)
    	for i, b := range buf {
    		buf[i] = numbers[b%byte(len(numbers))]
    	}
    	return prefix + string(buf)
    }
    
    func TestReadSubKeyNames(t *testing.T) {
    	k, err := registry.OpenKey(registry.CLASSES_ROOT, "TypeLib", registry.ENUMERATE_SUB_KEYS)
    	if err != nil {
    		t.Fatal(err)
    	}
    	defer k.Close()
    
    	names, err := k.ReadSubKeyNames()
    	if err != nil {
    		t.Fatal(err)
    	}
    	var foundStdOle bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 19:19:00 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  3. src/go/types/api.go

    // function instantiations. For type instantiations, [Type] will be of dynamic
    // type *[Named]. For function instantiations, [Type] will be of dynamic type
    // *Signature.
    type Instance struct {
    	TypeArgs *TypeList
    	Type     Type
    }
    
    // An Initializer describes a package-level variable, or a list of variables in case
    // of a multi-valued initialization expression, and the corresponding initialization
    // expression.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/types2/api.go

    // function instantiations. For type instantiations, Type will be of dynamic
    // type *Named. For function instantiations, Type will be of dynamic type
    // *Signature.
    type Instance struct {
    	TypeArgs *TypeList
    	Type     Type
    }
    
    // An Initializer describes a package-level variable, or a list of variables in case
    // of a multi-valued initialization expression, and the corresponding initialization
    // expression.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 13:48:53 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_message_ja.properties

    constraints.ScriptAssert.message = スクリプト式「{script}」がtrueではありません。
    constraints.URL.message = {item} は有効なURLではありません。
    constraints.Required.message = {item} が必要です。
    constraints.TypeInteger.message = {item} は数値にしてください。
    constraints.TypeLong.message = {item} は数値にしてください。
    constraints.TypeFloat.message = {item} は数値にしてください。
    constraints.TypeDouble.message = {item} は数値にしてください。
    constraints.TypeAny.message = {item} は {propertyType} に変換できません。
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Mar 18 03:05:44 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  6. src/encoding/gob/decode.go

    	case reflect.Struct:
    		return true
    	}
    }
    
    // typeString returns a human-readable description of the type identified by remoteId.
    func (dec *Decoder) typeString(remoteId typeId) string {
    	typeLock.Lock()
    	defer typeLock.Unlock()
    	if t := idToType(remoteId); t != nil {
    		// globally known type.
    		return t.string()
    	}
    	return dec.wireType[remoteId].string()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 07 19:10:23 UTC 2023
    - 40.1K bytes
    - Viewed (0)
  7. cmd/testdata/decryptObjectInfo.json.zst

    +NhzjE5P7rdOx3u0aEEOV+xxnzFsPdg5riMsOuwLi+m6V6mCtltBO5KJopWUTr==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"application/octet-stream"}},{"Bucket":"buck1","Name":"go_113/src/cmd/link/internal/ld/typelink.go","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"xbDHY7VG+3BWlOBBrJMQ9TicE6eUd/BpBRHLdw=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfALnPGcB...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Oct 29 16:34:20 UTC 2020
    - 164K bytes
    - Viewed (0)
  8. tensorflow/c/kernels_test.cc

        return static_cast<void*>(s);
      };
    
      AttrValue v;
      v.set_type(DT_FLOAT);
      CreateAndCallKernelWithAttr(my_create_func, "TestKernelAttrType", v);
    }
    
    TEST_F(TestKernelAttr, TypeList) {
      auto my_create_func = [](TF_OpKernelConstruction* ctx) {
        struct MyCustomKernel* s = new struct MyCustomKernel;
        s->created = true;
        s->compute_called = false;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 50.4K bytes
    - Viewed (0)
  9. src/runtime/symtab.go

    	covctrs, ecovctrs     uintptr
    	end, gcdata, gcbss    uintptr
    	types, etypes         uintptr
    	rodata                uintptr
    	gofunc                uintptr // go.func.*
    
    	textsectmap []textsect
    	typelinks   []int32 // offsets from types
    	itablinks   []*itab
    
    	ptab []ptabEntry
    
    	pluginpath string
    	pkghashes  []modulehash
    
    	// This slice records the initializing tasks that need to be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 40K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessMessages.java

        /** The key of the message: {item} should be numeric. */
        public static final String CONSTRAINTS_TypeLong_MESSAGE = "{constraints.TypeLong.message}";
    
        /** The key of the message: {item} should be numeric. */
        public static final String CONSTRAINTS_TypeFloat_MESSAGE = "{constraints.TypeFloat.message}";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 119.9K bytes
    - Viewed (0)
Back to top