Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for unstructured (0.3 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //                              is/isn't available.
    //   GTEST_HAS_SEH            - Define it to 1/0 to indicate whether the
    //                              compiler supports Microsoft's "Structured
    //                              Exception Handling".
    //   GTEST_HAS_STREAM_REDIRECTION
    //                            - Define it to 1/0 to indicate whether the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //                              is/isn't available.
    //   GTEST_HAS_SEH            - Define it to 1/0 to indicate whether the
    //                              compiler supports Microsoft's "Structured
    //                              Exception Handling".
    //   GTEST_HAS_STREAM_REDIRECTION
    //                            - Define it to 1/0 to indicate whether the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/endpoints/installer.go

    limitations under the License.
    */
    
    package endpoints
    
    import (
    	"fmt"
    	"net/http"
    	"reflect"
    	"sort"
    	"strings"
    	"time"
    	"unicode"
    
    	restful "github.com/emicklei/go-restful/v3"
    	"sigs.k8s.io/structured-merge-diff/v4/fieldpath"
    
    	apidiscoveryv2 "k8s.io/api/apidiscovery/v2"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/conversion"
    	"k8s.io/apimachinery/pkg/runtime"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 18:15:22 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  4. go.sum

    sigs.k8s.io/kustomize/kyaml v0.17.1 h1:TnxYQxFXzbmNG6gOINgGWQt09GghzgTP6mIurOgrLCQ=
    sigs.k8s.io/kustomize/kyaml v0.17.1/go.mod h1:9V0mCjIEYjlXuCdYsSXvyoy2BTsLESH7TlGV81S282U=
    sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4=
    sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08=
    sigs.k8s.io/yaml v1.4.0 h1:Mk1wCc2gy/F0THH0TAp1QYyJNzRm2KCLy3o5ASXVI5E=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 93.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package registry
    
    import (
    	"context"
    	"fmt"
    	"strings"
    	"sync"
    	"time"
    
    	"sigs.k8s.io/structured-merge-diff/v4/fieldpath"
    
    	apierrors "k8s.io/apimachinery/pkg/api/errors"
    	"k8s.io/apimachinery/pkg/api/meta"
    	"k8s.io/apimachinery/pkg/api/validation"
    	"k8s.io/apimachinery/pkg/api/validation/path"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  6. src/runtime/mbitmap.go

    //
    // Note: addr+size must be passed as the limit argument to the iterator's next method on
    // each iteration. This slightly awkward API is to allow typePointers to be destructured
    // by the compiler.
    //
    // nosplit because it is used during write barriers and must not be preempted.
    //
    //go:nosplit
    func (span *mspan) typePointersOf(addr, size uintptr) typePointers {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  7. src/runtime/traceback.go

    //
    // Typical use of an unwinder looks like:
    //
    //	var u unwinder
    //	for u.init(gp, 0); u.valid(); u.next() {
    //		// ... use frame info in u ...
    //	}
    //
    // Implementation note: This is carefully structured to be pointer-free because
    // tracebacks happen in places that disallow write barriers (e.g., signals).
    // Even if this is stack-allocated, its pointer-receiver methods don't know that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. src/runtime/malloc.go

    // series of arena frames. The arena map (mheap_.arenas) maps from
    // arena frame number to *heapArena, or nil for parts of the address
    // space not backed by the Go heap. The arena map is structured as a
    // two-level array consisting of a "L1" arena map and many "L2" arena
    // maps; however, since arenas are large, on many architectures, the
    // arena map consists of a single, large L2 map.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

               ["getMutableSuccessorOperands"]>,
          ]> {
      let summary = "Yield operation";
    
      let description = [{
        The "yield" operation represents a return operation within the conditional
        and body of structured control flow (e.g., if and while). The operation
        takes a variable number of operands and produces no results. The number and
        types of inputs must match the signature of the operation that contains the
        region.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  10. src/os/os_test.go

    		t.Fatal(err)
    	}
    }
    
    func TestReaddirStatFailures(t *testing.T) {
    	switch runtime.GOOS {
    	case "windows", "plan9":
    		// Windows and Plan 9 already do this correctly,
    		// but are structured with different syscalls such
    		// that they don't use Lstat, so the hook below for
    		// testing it wouldn't work.
    		t.Skipf("skipping test on %v", runtime.GOOS)
    	}
    
    	var xerr error // error to return for x
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
Back to top