Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for isAndroid (0.19 sec)

  1. src/cmd/internal/obj/x86/asm6.go

    				regrex[i] = Rxr | Rxx | Rxb | RxrEvex
    			} else {
    				regrex[i] = RxrEvex
    			}
    		}
    
    		if i >= REG_CR+8 && i <= REG_CR+15 {
    			regrex[i] = Rxr
    		}
    	}
    }
    
    var isAndroid = buildcfg.GOOS == "android"
    
    func prefixof(ctxt *obj.Link, a *obj.Addr) int {
    	if a.Reg < REG_CS && a.Index < REG_CS { // fast path
    		return 0
    	}
    	if a.Type == obj.TYPE_MEM && a.Name == obj.NAME_NONE {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    HSPLokhttp3/internal/platform/Platform$Companion;->alpnProtocolNames(Ljava/util/List;)Ljava/util/List;
    HSPLokhttp3/internal/platform/Platform$Companion;->isAndroid()Z
    HSPLokhttp3/internal/platform/Platform;-><clinit>()V
    HSPLokhttp3/internal/platform/Platform;-><init>()V
    HSPLokhttp3/internal/platform/Platform;->afterHandshake(Ljavax/net/ssl/SSLSocket;)V
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Mar 21 11:22:00 UTC 2022
    - 127.9K bytes
    - Viewed (1)
Back to top