Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 63 for 336 (0.02 sec)

  1. platforms/documentation/docs/src/samples/templates/java-android-application/src/main/res/drawable-v24/ic_launcher_foreground.xml

        <path
            android:fillColor="#FFFFFF"
            android:fillType="nonZero"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/kotlinDsl/androidBuild/kotlin/app/src/main/res/drawable-v24/ic_launcher_foreground.xml

        <path
            android:fillColor="#FFFFFF"
            android:fillType="nonZero"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/kotlinDsl/androidSingleBuild/kotlin/src/main/res/drawable-v24/ic_launcher_foreground.xml

        <path
            android:fillColor="#FFFFFF"
            android:fillType="nonZero"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. src/internal/coverage/pods/pods_test.go

    	mkcounter(o1, "orphan", 9, 39)
    
    	// Add a meta-data file with three counter files to second dir.
    	mkmeta(o2, "m2")
    	mkcounter(o2, "m2", 1, 38)
    	mkcounter(o2, "m2", 2, 37)
    	mkcounter(o2, "m2", 3, 36)
    
    	// Add a duplicate of the first meta-file and a corresponding
    	// counter file to the second dir. This is intended to capture
    	// the scenario where we have two different runs of the same
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 31 14:00:17 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  5. src/runtime/os_illumos.go

    	if n < 1 {
    		return 1
    	}
    
    	if cents := int32(getcpucap()); cents > 0 {
    		// Convert from a percentage of CPUs to a number of CPUs,
    		// rounding up to make use of a fractional CPU
    		// e.g., 336% becomes 4 CPUs
    		ncap := (cents + 99) / 100
    		if ncap < n {
    			return ncap
    		}
    	}
    
    	return n
    }
    
    //go:nosplit
    func getrctl(controlname, oldbuf, newbuf unsafe.Pointer, flags uint32) uintptr {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 28 18:06:12 UTC 2019
    - 3.9K bytes
    - Viewed (0)
  6. src/math/erf_s390x.s

    DATA ·erfrodataL13<> + 312(SB)/8, $-.118955882760959931E+02
    DATA ·erfrodataL13<> + 320(SB)/8, $0.942903335085524187E+01
    DATA ·erfrodataL13<> + 328(SB)/8, $-.564189522219085689E+00
    DATA ·erfrodataL13<> + 336(SB)/8, $-.503767199403555540E+01
    DATA ·erfrodataL13<> + 344(SB)/8, $0xbbc79ca10c924223
    DATA ·erfrodataL13<> + 352(SB)/8, $0.004099975562609307E+01
    DATA ·erfrodataL13<> + 360(SB)/8, $-.324434353381296556E+00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 15:34:41 UTC 2019
    - 8.5K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_linux_s390x.go

    	SYS_PERF_EVENT_OPEN        = 331
    	SYS_FANOTIFY_INIT          = 332
    	SYS_FANOTIFY_MARK          = 333
    	SYS_PRLIMIT64              = 334
    	SYS_NAME_TO_HANDLE_AT      = 335
    	SYS_OPEN_BY_HANDLE_AT      = 336
    	SYS_CLOCK_ADJTIME          = 337
    	SYS_SYNCFS                 = 338
    	SYS_SETNS                  = 339
    	SYS_PROCESS_VM_READV       = 340
    	SYS_PROCESS_VM_WRITEV      = 341
    	SYS_S390_RUNTIME_INSTR     = 342
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10.6K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_linux_ppc64le.go

    	SYS_GETSOCKNAME            = 331
    	SYS_GETPEERNAME            = 332
    	SYS_SOCKETPAIR             = 333
    	SYS_SEND                   = 334
    	SYS_SENDTO                 = 335
    	SYS_RECV                   = 336
    	SYS_RECVFROM               = 337
    	SYS_SHUTDOWN               = 338
    	SYS_SETSOCKOPT             = 339
    	SYS_GETSOCKOPT             = 340
    	SYS_SENDMSG                = 341
    	SYS_RECVMSG                = 342
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.5K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_linux_386.go

    	SYS_PIPE2                  = 331
    	SYS_INOTIFY_INIT1          = 332
    	SYS_PREADV                 = 333
    	SYS_PWRITEV                = 334
    	SYS_RT_TGSIGQUEUEINFO      = 335
    	SYS_PERF_EVENT_OPEN        = 336
    	SYS_RECVMMSG               = 337
    	SYS_FANOTIFY_INIT          = 338
    	SYS_FANOTIFY_MARK          = 339
    	SYS_PRLIMIT64              = 340
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 11.3K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_darwin_arm64.go

    	SYS___DISABLE_THREADSIGNAL         = 331
    	SYS___PTHREAD_MARKCANCEL           = 332
    	SYS___PTHREAD_CANCELED             = 333
    	SYS___SEMWAIT_SIGNAL               = 334
    	SYS_PROC_INFO                      = 336
    	SYS_SENDFILE                       = 337
    	SYS_STAT64                         = 338
    	SYS_FSTAT64                        = 339
    	SYS_LSTAT64                        = 340
    	SYS_STAT64_EXTENDED                = 341
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.4K bytes
    - Viewed (0)
Back to top