Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 251 for aframe (0.12 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/framer/framer.go

    	return &lengthDelimitedFrameReader{r: r}
    }
    
    // Read attempts to read an entire frame into data. If that is not possible, io.ErrShortBuffer
    // is returned and subsequent calls will attempt to read the last frame. A frame is complete when
    // err is nil.
    func (r *lengthDelimitedFrameReader) Read(data []byte) (int, error) {
    	if r.remaining <= 0 {
    		header := [4]byte{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 13:33:12 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. src/cmd/internal/test2json/testdata/frame.test

    Russ Cox <******@****.***> 1665692026 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 19:50:36 UTC 2022
    - 163 bytes
    - Viewed (0)
  3. src/cmd/internal/test2json/testdata/frame.json

    Russ Cox <******@****.***> 1667840325 -0500
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 563 bytes
    - Viewed (0)
  4. fess-crawler-lasta/src/main/resources/crawler/transformer_basic.xml

    		</postConstruct>
    		<postConstruct name="put">
    			<arg>"//AREA"</arg>
    			<arg>"href"</arg>
    		</postConstruct>
    		<postConstruct name="put">
    			<arg>"//FRAME"</arg>
    			<arg>"src"</arg>
    		</postConstruct>
    		<postConstruct name="put">
    			<arg>"//IFRAME"</arg>
    			<arg>"src"</arg>
    		</postConstruct>
    		<postConstruct name="put">
    			<arg>"//IMG"</arg>
    			<arg>"src"</arg>
    		</postConstruct>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Sep 30 21:21:24 UTC 2018
    - 3.3K bytes
    - Viewed (0)
  5. src/reflect/asm_ppc64x.s

    	MOVD	R20, FIXED_FRAME+8(R1)	// arg for local args
    	CALL	·moveMakeFuncArgPtrs(SB)
    	MOVD	FIXED_FRAME+32(R1), R11	// restore R11 ctxt
    	MOVD	R11, FIXED_FRAME+0(R1)	// ctxt (arg0)
    	MOVD	$argframe+0(FP), R3	// save arg to callArg
    	MOVD	R3, FIXED_FRAME+8(R1)	// frame (arg1)
    	ADD	$LOCAL_RETVALID, R1, R3 // addr of return flag
    	MOVB	R0, (R3)		// clear flag
    	MOVD	R3, FIXED_FRAME+16(R1)	// addr retvalid (arg2)
    	ADD     $LOCAL_REGARGS, R1, R3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 06 10:24:44 UTC 2021
    - 3.3K bytes
    - Viewed (0)
  6. src/reflect/asm_amd64.s

    // for more details.
    // No arg size here; runtime pulls arg map out of the func value.
    // This frame contains two locals. See the comment above LOCAL_RETVALID.
    TEXT ·makeFuncStub(SB),(NOSPLIT|WRAPPER),$312
    	NO_LOCAL_POINTERS
    	// NO_LOCAL_POINTERS is a lie. The stack map for the two locals in this
    	// frame is specially handled in the runtime. See the comment above LOCAL_RETVALID.
    	LEAQ	LOCAL_REGARGS(SP), R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 01 22:33:29 UTC 2021
    - 2.8K bytes
    - Viewed (0)
  7. src/reflect/asm_arm64.s

    	// frame is specially handled in the runtime. See the comment above LOCAL_RETVALID.
    	ADD	$LOCAL_REGARGS, RSP, R20
    	CALL	runtime·spillArgs(SB)
    	MOVD	R26, 32(RSP) // outside of moveMakeFuncArgPtrs's arg area
    	MOVD	R26, R0
    	MOVD	R20, R1
    	CALL	·moveMakeFuncArgPtrs<ABIInternal>(SB)
    	MOVD	32(RSP), R26
    	MOVD	R26, 8(RSP)
    	MOVD	$argframe+0(FP), R3
    	MOVD	R3, 16(RSP)
    	MOVB	$0, LOCAL_RETVALID(RSP)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 18 18:26:13 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  8. src/reflect/asm_loong64.s

    	MOVV	R25, R5
    	JAL	·moveMakeFuncArgPtrs<ABIInternal>(SB)
    	MOVV	32(R3), REGCTXT // restore REGCTXT
    	MOVV	REGCTXT, 8(R3)
    	MOVV	$argframe+0(FP), R20
    	MOVV	R20, 16(R3)
    	MOVB	R0, LOCAL_RETVALID(R3)
    	ADDV	$LOCAL_RETVALID, R3, R20
    	MOVV	R20, 24(R3)
    	ADDV	$LOCAL_REGARGS, R3, R20
    	MOVV	R20, 32(R3) // frame size to 32+SP as callreflect args)
    	JAL	·callMethod(SB)
    	ADDV	$LOCAL_REGARGS, R3, R25 // unspillArgs using R25
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 15:04:25 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  9. src/reflect/asm_riscv64.s

    	MOV	CTXT, 8(SP)
    	MOV	X25, 16(SP)
    	CALL	·moveMakeFuncArgPtrs(SB)
    	MOV	32(SP), CTXT // restore CTXT
    	MOV	CTXT, 8(SP)
    	MOV	$argframe+0(FP), T0
    	MOV	T0, 16(SP)
    	MOV	ZERO, LOCAL_RETVALID(SP)
    	ADD	$LOCAL_RETVALID, SP, T1
    	MOV	T1, 24(SP)
    	ADD	$LOCAL_REGARGS, SP, T1
    	MOV	T1, 32(SP) // frame size to 32+SP as callreflect args
    	CALL	·callMethod(SB)
    	ADD	$LOCAL_REGARGS, SP, X25 // unspillArgs using X25
    	CALL	runtime·unspillArgs(SB)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 01 01:41:42 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  10. src/runtime/sys_windows_386.s

    	MOVL	$0, (12+callbackArgs_result)(SP)	// result
    	LEAL	12(SP), AX	// AX = &callbackArgs{...}
    
    	// Call cgocallback, which will call callbackWrap(frame).
    	MOVL	$0, 8(SP)	// context
    	MOVL	AX, 4(SP)	// frame (address of callbackArgs)
    	LEAL	·callbackWrap(SB), AX
    	MOVL	AX, 0(SP)	// PC of function to call
    	CALL	runtime·cgocallback(SB)
    
    	// Get callback result.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 21 15:56:43 UTC 2023
    - 6.5K bytes
    - Viewed (0)
Back to top