Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 81 for va_start (0.31 sec)

  1. pkg/kubelet/pod_workers.go

    		return ctx, update, canStart, canEverStart, true
    	case !canStart:
    		// this is the only path we don't start the pod, so we need to put the change back in pendingUpdate
    		status.pendingUpdate = &update.Options
    		status.working = false
    		klog.V(4).InfoS("Pod cannot start yet", "pod", klog.KObj(update.Options.Pod), "podUID", podUID)
    		return ctx, update, canStart, canEverStart, true
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/support/KotlinCompiler.kt

                    separator = "\n$columnIndent  $indent"
                )
        }
    
        private
        fun lineNumber(location: CompilerMessageSourceLocation) =
            location.line.toString().padStart(maxLineNumberStringLength, '0')
    
        private
        fun prependIndent(it: String) = it.prependIndent(indent)
    
        private
        val errorPlural
            get() = if (errors.size > 1) "errors" else "error"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 31 08:46:17 UTC 2023
    - 20.1K bytes
    - Viewed (0)
  3. src/syscall/ztypes_linux_amd64.go

    	Ispeed    uint32
    	Ospeed    uint32
    }
    
    const (
    	VINTR    = 0x0
    	VQUIT    = 0x1
    	VERASE   = 0x2
    	VKILL    = 0x3
    	VEOF     = 0x4
    	VTIME    = 0x5
    	VMIN     = 0x6
    	VSWTC    = 0x7
    	VSTART   = 0x8
    	VSTOP    = 0x9
    	VSUSP    = 0xa
    	VEOL     = 0xb
    	VREPRINT = 0xc
    	VDISCARD = 0xd
    	VWERASE  = 0xe
    	VLNEXT   = 0xf
    	VEOL2    = 0x10
    	IGNBRK   = 0x1
    	BRKINT   = 0x2
    	IGNPAR   = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/Iterables.java

             */
            return new Iterator<T>() {
              boolean atStart = true;
    
              @Override
              public boolean hasNext() {
                return iterator.hasNext();
              }
    
              @Override
              @ParametricNullness
              public T next() {
                T result = iterator.next();
                atStart = false; // not called if next() fails
                return result;
              }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 42.5K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Iterables.java

             */
            return new Iterator<T>() {
              boolean atStart = true;
    
              @Override
              public boolean hasNext() {
                return iterator.hasNext();
              }
    
              @Override
              @ParametricNullness
              public T next() {
                T result = iterator.next();
                atStart = false; // not called if next() fails
                return result;
              }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 42.8K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/platform/internal/ReadelfBinaryInfoTest.groovy

        38: 0000000000401250    61 FUNC    GLOBAL DEFAULT   15 _ZN7Greeter8sayH[...]
        39: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit@GLI[...]
        40: 0000000000401140    38 FUNC    GLOBAL DEFAULT   15 _start
        41: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND _ZStlsISt11char_[...]
        42: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND _ZNSolsEPFRSoS_E[...]
        43: 0000000000401000     0 FUNC    GLOBAL HIDDEN    13 _init
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 23:09:11 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. src/syscall/ztypes_linux_arm.go

    	Ispeed    uint32
    	Ospeed    uint32
    }
    
    const (
    	VINTR    = 0x0
    	VQUIT    = 0x1
    	VERASE   = 0x2
    	VKILL    = 0x3
    	VEOF     = 0x4
    	VTIME    = 0x5
    	VMIN     = 0x6
    	VSWTC    = 0x7
    	VSTART   = 0x8
    	VSTOP    = 0x9
    	VSUSP    = 0xa
    	VEOL     = 0xb
    	VREPRINT = 0xc
    	VDISCARD = 0xd
    	VWERASE  = 0xe
    	VLNEXT   = 0xf
    	VEOL2    = 0x10
    	IGNBRK   = 0x1
    	BRKINT   = 0x2
    	IGNPAR   = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  8. src/syscall/ztypes_linux_386.go

    	Ispeed    uint32
    	Ospeed    uint32
    }
    
    const (
    	VINTR    = 0x0
    	VQUIT    = 0x1
    	VERASE   = 0x2
    	VKILL    = 0x3
    	VEOF     = 0x4
    	VTIME    = 0x5
    	VMIN     = 0x6
    	VSWTC    = 0x7
    	VSTART   = 0x8
    	VSTOP    = 0x9
    	VSUSP    = 0xa
    	VEOL     = 0xb
    	VREPRINT = 0xc
    	VDISCARD = 0xd
    	VWERASE  = 0xe
    	VLNEXT   = 0xf
    	VEOL2    = 0x10
    	IGNBRK   = 0x1
    	BRKINT   = 0x2
    	IGNPAR   = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

    std::unique_ptr<flexbuffers::Builder>
    Translator::CreateFlexBuilderWithNodeAttrs(
        const ::tensorflow::NodeDef& node_def, const mlir::Location& loc) {
      auto flex_builder = std::make_unique<flexbuffers::Builder>();
      size_t map_start = flex_builder->StartMap();
      using Item = std::pair<std::string, ::tensorflow::AttrValue>;
      std::vector<Item> attrs(node_def.attr().begin(), node_def.attr().end());
      std::sort(attrs.begin(), attrs.end(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  10. src/runtime/os2_aix.go

    // Each syscall is made by calling its libc symbol using asmcgocall and asmsyscall6
    // assembly functions.
    
    package runtime
    
    import (
    	"unsafe"
    )
    
    // Symbols imported for __start function.
    
    //go:cgo_import_dynamic libc___n_pthreads __n_pthreads "libpthread.a/shr_xpg5_64.o"
    //go:cgo_import_dynamic libc___mod_init __mod_init "libc.a/shr_64.o"
    //go:linkname libc___n_pthreads libc___n_pthreads
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 20.9K bytes
    - Viewed (0)
Back to top