Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for asin (0.05 sec)

  1. pkg/apis/batch/validation/validation_test.go

    		`Asia/Chongqing`,
    		`Asia/Chungking`,
    		`Asia/Colombo`,
    		`Asia/Dacca`,
    		`Asia/Damascus`,
    		`Asia/Dhaka`,
    		`Asia/Dili`,
    		`Asia/Dubai`,
    		`Asia/Dushanbe`,
    		`Asia/Famagusta`,
    		`Asia/Gaza`,
    		`Asia/Harbin`,
    		`Asia/Hebron`,
    		`Asia/Ho_Chi_Minh`,
    		`Asia/Hong_Kong`,
    		`Asia/Hovd`,
    		`Asia/Irkutsk`,
    		`Asia/Istanbul`,
    		`Asia/Jakarta`,
    		`Asia/Jayapura`,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    as
    gov.as
    
    // asia : https://en.wikipedia.org/wiki/.asia
    asia
    
    // at : https://en.wikipedia.org/wiki/.at
    // Confirmed by registry <******@****.***> 2008-06-17
    at
    ac.at
    co.at
    gv.at
    or.at
    sth.ac.at
    
    // au : https://en.wikipedia.org/wiki/.au
    // http://www.auda.org.au/
    au
    // 2LDs
    com.au
    net.au
    org.au
    edu.au
    gov.au
    asn.au
    id.au
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/load/pkg.go

    	}
    	// Using memory sanitizer forces an import of runtime/msan.
    	if cfg.BuildMSan {
    		deps = append(deps, "runtime/msan")
    	}
    	// Using address sanitizer forces an import of runtime/asan.
    	if cfg.BuildASan {
    		deps = append(deps, "runtime/asan")
    	}
    	// Building for coverage forces an import of runtime/coverage.
    	if cfg.BuildCover && cfg.Experiment.CoverageRedesign {
    		deps = append(deps, "runtime/coverage")
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  4. cluster/gce/util.sh

    # Vars set:
    #   PREFERRED_REGION
    function set-preferred-region() {
      case ${ZONE} in
        asia-*)
          PREFERRED_REGION=("asia-northeast1" "us-central1" "europe-west6")
          ;;
        europe-*)
          PREFERRED_REGION=("europe-west6" "us-central1" "asia-northeast1")
          ;;
        *)
          PREFERRED_REGION=("us-central1" "europe-west6" "asia-northeast1")
          ;;
      esac
    
      if [[ "${RELEASE_REGION_FALLBACK}" != "true" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //		Supported only on linux/amd64, linux/arm64, linux/loong64, freebsd/amd64
    //		and only with Clang/LLVM as the host C compiler.
    //		PIE build mode will be used on all platforms except linux/amd64.
    //	-asan
    //		enable interoperation with address sanitizer.
    //		Supported only on linux/arm64, linux/amd64, linux/loong64.
    //		Supported on linux/amd64 or linux/arm64 and only with GCC 7 and higher
    //		or Clang/LLVM 9 and higher.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/exec.go

    		cgoflags = append(cgoflags, "-import_runtime_cgo=false")
    	}
    	if p.Standard && (p.ImportPath == "runtime/race" || p.ImportPath == "runtime/msan" || p.ImportPath == "runtime/cgo" || p.ImportPath == "runtime/asan") {
    		cgoflags = append(cgoflags, "-import_syscall=false")
    	}
    
    	// cgoLDFLAGS, which includes p.CgoLDFLAGS, can be very long.
    	// Pass it to cgo on the command line, so that we use a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/data.go

    	sbld := l.CreateSymForUpdate(p, 0)
    	sbld.Addstring(value)
    	sbld.SetType(sym.SRODATA)
    
    	// Don't reset the variable's size. String variable usually has size of
    	// 2*PtrSize, but in ASAN build it can be larger due to red zone.
    	// (See issue 56175.)
    	bld.SetData(make([]byte, arch.PtrSize*2))
    	bld.SetReadOnly(false)
    	bld.ResetRelocs()
    	bld.SetAddrPlus(arch, 0, sbld.Sym(), 0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/x86/asm6.go

    	{AFPREM1, ynone, Px, opBytes{0xd9, 0xf5}},
    	{AFPTAN, ynone, Px, opBytes{0xd9, 0xf2}},
    	{AFRNDINT, ynone, Px, opBytes{0xd9, 0xfc}},
    	{AFSCALE, ynone, Px, opBytes{0xd9, 0xfd}},
    	{AFSIN, ynone, Px, opBytes{0xd9, 0xfe}},
    	{AFSINCOS, ynone, Px, opBytes{0xd9, 0xfb}},
    	{AFSQRT, ynone, Px, opBytes{0xd9, 0xfa}},
    	{AFTST, ynone, Px, opBytes{0xd9, 0xe4}},
    	{AFXAM, ynone, Px, opBytes{0xd9, 0xe5}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top