Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 52 for emptypb (0.22 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

          Block* body = getBody(0);
          return getResults().empty() ? OpBuilder::atBlockTerminator(body, listener)
                                   : OpBuilder::atBlockEnd(body, listener);
        }
        OpBuilder getElseBodyBuilder(OpBuilder::Listener *listener = nullptr) {
          Block* body = getBody(1);
          return getResults().empty() ? OpBuilder::atBlockTerminator(body, listener)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/bootstrap.min.js.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 185.8K bytes
    - Viewed (1)
  3. pkg/controller/garbagecollector/garbagecollector_test.go

    				Kind:       pod.Kind,
    				APIVersion: pod.APIVersion,
    				Name:       pod.Name,
    				UID:        pod.UID,
    			},
    			Namespace: pod.Namespace,
    		},
    		// owners are intentionally left empty. The attemptToDeleteItem routine should get the latest item from the server.
    		owners:  nil,
    		virtual: true,
    	}
    	err := gc.attemptToDeleteItem(context.TODO(), item)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  4. src/database/sql/sql_test.go

    			t.Fatalf("Error %v does not contain %v", err, errTestScanWrap)
    		}
    	}
    }
    
    type alwaysErrValuer struct{}
    
    // errEmpty is returned when an empty value is found
    var errEmpty = errors.New("empty value")
    
    func (v alwaysErrValuer) Value() (driver.Value, error) {
    	return nil, errEmpty
    }
    
    // Issue 64707: Ensure that Stmt.Exec and Stmt.Query properly wraps underlying errors.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  5. src/main/webapp/js/bootstrap.min.js.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
  6. src/crypto/sha512/sha512_test.go

    	},
    	{
    		"981323be3eca6ccfa598e58dd74ed8cb05d5f7f6653b7604b684f904",
    		"Free! Free!/A trip/to Mars/for 900/empty jars/Burma Shave",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/smb1/SmbFile.java

            }
        }
    /**
     * Return an array of Access Control Entry (ACE) objects representing
     * the security descriptor associated with this file or directory.
     * If no DACL is present, null is returned. If the DACL is empty, an array with 0 elements is returned.
     * @param resolveSids Attempt to resolve the SIDs within each ACE form
     * their numeric representation to their corresponding account names.
     */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  8. pkg/proxy/nftables/proxier_test.go

    		add rule ip kube-proxy endpoint-WAHRBT2B-ns4/svc4/tcp/p80__10.0.4.1/80 meta l4proto tcp dnat to 10.0.4.1:80
    		`)
    	assertNFTablesTransactionEqual(t, getLine(), expected, nft.Dump())
    
    	// Empty a service's endpoints; its chains will be flushed, but not immediately deleted.
    	eps3update3 := eps3update2.DeepCopy()
    	eps3update3.Endpoints = []discovery.Endpoint{}
    	fp.OnEndpointSliceUpdate(eps3update2, eps3update3)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                            output.text = ${fileValue}
                        } else {
                            output = outputs.dir(input.name + ".dir")
                            ${
                // Do not check for an empty output for incremental transforms
                incremental
                    ? ""
                    : "assert output.directory && output.list().length == 0"
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  10. pkg/volume/util/operationexecutor/operation_generator.go

    			if len(pluginDevicePath) != 0 {
    				devicePath = pluginDevicePath
    			}
    			if len(devicePath) == 0 {
    				eventErr, detailedErr := volumeToMount.GenerateError("MapVolume failed", goerrors.New("device path of the volume is empty"))
    				return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    			}
    		}
    
    		// When kubelet is containerized, devicePath may be a symlink at a place unavailable to
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
Back to top