Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 72 for setSlot (1.03 sec)

  1. src/go/internal/gccgoimporter/testdata/issue29198.gox

     func (t <esc:0x12> <type 12>) Location () <type 14>;
     func (t <esc:0x32> <type 12>) Zone () (name <type -16>, offset <type -11>);
     func (t <esc:0x12> <type 12>) Local () <type 12>;
     func (t <esc:0x1> <type 28>) .time.setLoc (loc <type 14>);
     func (t <esc:0x12> <type 12>) Truncate (d <type 26>) <type 12>;
     func (t <esc:0x1> <type 12>) MarshalJSON () (? <type 30 [] <type -20>>, ? <type -19>);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 12 23:01:16 UTC 2018
    - 6.4K bytes
    - Viewed (0)
  2. src/runtime/sys_windows_386.s

    	MOVL	(SP), AX		// save return address
    	ADDL	$4, SP			// remove single parameter
    	MOVL	AX, (SP)		// restore return address
    
    	XORL	AX, AX			// return 0 == success
    
    	RET
    
    // setldt(int slot, int base, int size)
    TEXT runtime·setldt(SB),NOSPLIT,$0-12
    	MOVL	base+4(FP), DX
    	MOVL	runtime·tls_g(SB), CX
    	MOVL	DX, 0(CX)(FS)
    	RET
    
    TEXT runtime·nanotime1(SB),NOSPLIT,$0-8
    loop:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 21 15:56:43 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/plugin/DefaultBuildPluginManager.java

                    mojoV4.execute();
                } catch (MojoException e) {
                    throw new MojoExecutionException(e.getMessage(), e);
                }
            }
    
            @Override
            public void setLog(Log log) {}
    
            @Override
            public Log getLog() {
                return null;
            }
        }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/passes/insert_restore_op.cc

        // `InitializeVariablesInSessionInitializer` for further details.
        const auto loc = NameLoc::get(StringAttr::get(
            var_handle_op.getContext(), var_handle_op.getSharedName()));
        var_handle_op->setLoc(loc);
    
        // Ex) If VarHandleOp's type is tensor<!tf_type.resource<tensor<1xf32>>>,
        // then tensor<1xf32> is the subtype.
        tensor_types.emplace_back(var_handle_op.resource_subtype());
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Mar 12 06:02:20 UTC 2023
    - 9K bytes
    - Viewed (0)
  5. src/cmd/link/internal/loadpe/ldpe.go

    		relocs := ldr.Relocs(s)
    		for i := 0; i < relocs.Count(); i++ {
    			r := relocs.At(i)
    			rs := r.Sym()
    			if ldr.SymType(rs) == sym.SDYNIMPORT {
    				// Tag the symbol for later stub generation.
    				ldr.SetPlt(rs, CreateImportStubPltToken)
    				continue
    			}
    			isym, err := LookupBaseFromImport(rs, ldr, arch)
    			if err != nil {
    				return err
    			}
    			if isym == 0 {
    				continue
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 18 20:26:46 UTC 2023
    - 26.5K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/ComponentState.java

        }
    
        @Override
        public void addCause(ComponentSelectionDescriptorInternal componentSelectionDescriptor) {
            selectionCauses.add(componentSelectionDescriptor);
        }
    
        public void setRoot() {
            this.root = true;
        }
    
        @Override
        public List<ResolvedGraphVariant> getSelectedVariants() {
            ImmutableList.Builder<ResolvedGraphVariant> builder = ImmutableList.builder();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 02:21:08 UTC 2024
    - 17K bytes
    - Viewed (0)
  7. maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojo.java

        private Log log;
    
        /** Plugin container context */
        private Map pluginContext;
    
        /**
         * @deprecated Use SLF4J directly
         */
        @Deprecated
        @Override
        public void setLog(Log log) {
            this.log = log;
        }
    
        /**
         * <p>
         * Returns the logger that has been injected into this mojo. If no logger has been setup yet, a
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/ResolveState.java

            ModuleResolveState rootModule = getModule(moduleVersionId.getModule(), true);
            ComponentState rootComponent = rootModule.getVersion(moduleVersionId, componentId);
            rootComponent.setRoot();
            rootComponent.setState(rootComponentState, ComponentGraphSpecificResolveState.EMPTY_STATE);
            rootModule.select(rootComponent);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  9. src/cmd/link/internal/amd64/asm.go

    		rela.AddUint64(target.Arch, 0)
    
    		ldr.SetPlt(s, int32(plt.Size()-16))
    	} else if target.IsDarwin() {
    		ld.AddGotSym(target, ldr, syms, s, 0)
    
    		sDynid := ldr.SymDynid(s)
    		lep := ldr.MakeSymbolUpdater(syms.LinkEditPLT)
    		lep.AddUint32(target.Arch, uint32(sDynid))
    
    		plt := ldr.MakeSymbolUpdater(syms.PLT)
    		ldr.SetPlt(s, int32(plt.Size()))
    
    		// jmpq *got+size(IP)
    		plt.AddUint8(0xff)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 21K bytes
    - Viewed (0)
  10. src/encoding/xml/read.go

    			return err
    		}
    		dst.SetUint(utmp)
    	case reflect.Float32, reflect.Float64:
    		if len(src) == 0 {
    			dst.SetFloat(0)
    			return nil
    		}
    		ftmp, err := strconv.ParseFloat(strings.TrimSpace(string(src)), dst.Type().Bits())
    		if err != nil {
    			return err
    		}
    		dst.SetFloat(ftmp)
    	case reflect.Bool:
    		if len(src) == 0 {
    			dst.SetBool(false)
    			return nil
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 22.4K bytes
    - Viewed (0)
Back to top