Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 48 for ebook (0.12 sec)

  1. src/cmd/internal/obj/ppc64/a.out.go

    	REG_R15
    	REG_R16
    	REG_R17
    	REG_R18
    	REG_R19
    	REG_R20
    	REG_R21
    	REG_R22
    	REG_R23
    	REG_R24
    	REG_R25
    	REG_R26
    	REG_R27
    	REG_R28
    	REG_R29
    	REG_R30
    	REG_R31
    
    	// CR bits. Use Book 1, chapter 2 naming for bits. Keep aligned to 32
    	REG_CR0LT
    	REG_CR0GT
    	REG_CR0EQ
    	REG_CR0SO
    	REG_CR1LT
    	REG_CR1GT
    	REG_CR1EQ
    	REG_CR1SO
    	REG_CR2LT
    	REG_CR2GT
    	REG_CR2EQ
    	REG_CR2SO
    	REG_CR3LT
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 01 18:50:29 UTC 2024
    - 16K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/plugins/testing_gradle_plugins.adoc

    Automated Testing :: Automated testing includes unit, integration, and functional testing.
    
    image::testing-pyramid.png[float=right]
    
    The testing pyramid introduced by Mike Cohen in his book link:https://www.mountaingoatsoftware.com/books/succeeding-with-agile-software-development-using-scrum[Succeeding with Agile: Software Development Using Scrum] describes three types of automated tests:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 22:49:20 UTC 2024
    - 16K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/PomReader.java

         * Checks if activation property is active through absence of system property.
         *
         * @param propertyElement Property element
         * @return Activation indicator
         * @see <a href="http://books.sonatype.com/mvnref-book/reference/profiles-sect-activation.html#profiles-sect-activation-config">Maven documentation</a>
         */
        private boolean isActivationPropertyActivated(Element propertyElement) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 15:53:23 UTC 2024
    - 30K bytes
    - Viewed (0)
  4. src/image/png/writer.go

    		}
    
    		// Apply the filter.
    		// Skip filter for NoCompression and paletted images (cbP8) as
    		// "filters are rarely useful on palette images" and will result
    		// in larger files (see http://www.libpng.org/pub/png/book/chapter09.html).
    		f := ftNone
    		if level != zlib.NoCompression && cb != cbP8 && cb != cbP4 && cb != cbP2 && cb != cbP1 {
    			// Since we skip paletted images we don't have to worry about
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 11 17:08:05 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/xla_device.cc

    // XlaDeviceAllocator is created on demand and is associated with a
    // XlaDevice. It outlives the device itself (for instance, the buffer
    // backing a tensor holds a pointer to the allocator for book-keeping,
    // and this buffer can outlast the device).
    class XlaDeviceAllocatorState {
     public:
      // Creates or returns a cached XlaDeviceAllocator for a given
      // backend and device_ordinal.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 20 21:05:42 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  6. src/math/big/int.go

    		panic(fmt.Sprintf("big: invalid 2nd argument to Int.Jacobi: need odd integer but got %s", y.String()))
    	}
    
    	// We use the formulation described in chapter 2, section 2.4,
    	// "The Yacas Book of Algorithms":
    	// http://yacas.sourceforge.net/Algo.book.pdf
    
    	var a, b, c Int
    	a.Set(x)
    	b.Set(y)
    	j := 1
    
    	if b.neg {
    		if a.neg {
    			j = -1
    		}
    		b.neg = false
    	}
    
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 17:02:38 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/analyzers_test.go

    			{msg.GatewayDuplicateCertificate, "Gateway istio-system/gateway-01-test-02"},
    			{msg.GatewayDuplicateCertificate, "Gateway default/gateway-01-test-03"},
    		},
    	},
    	{
    		name: "webook",
    		inputFiles: []string{
    			"testdata/webhook.yaml",
    		},
    		analyzer: &webhook.Analyzer{},
    		expected: []message{
    			{msg.InvalidWebhook, "MutatingWebhookConfiguration istio-sidecar-injector-missing-overlap"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 07:22:31 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/staticinit/sched.go

    func (s *Schedule) StaticInit(n ir.Node) {
    	if !s.tryStaticInit(n) {
    		if base.Flag.Percent != 0 {
    			ir.Dump("StaticInit failed", n)
    		}
    		s.append(n)
    	}
    }
    
    // varToMapInit holds book-keeping state for global map initialization;
    // it records the init function created by the compiler to host the
    // initialization code for the map in question.
    var varToMapInit map[*ir.Name]*ir.Func
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 17:16:14 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"boat":                                 "\u26f5",
    	"bolivia":                              "\U0001f1e7\U0001f1f4",
    	"bomb":                                 "\U0001f4a3",
    	"bone":                                 "\U0001f9b4",
    	"book":                                 "\U0001f4d6",
    	"bookmark":                             "\U0001f516",
    	"bookmark_tabs":                        "\U0001f4d1",
    	"books":                                "\U0001f4da",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  10. src/math/big/natdiv.go

    q̂ from a 2-by-1 to a 3-by-2 guess, nor why it reduces the error bound.
    The proof that the calculation even has the desired effect is left to exercises.
    The solutions to those exercises provided at the back of the book are entirely
    calculations, still with no explanation as to what is going on or how you would
    arrive at the idea of doing those exact calculations. Nowhere is it mentioned
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 17:02:38 UTC 2024
    - 34.4K bytes
    - Viewed (0)
Back to top