Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 82 for 113 (0.09 sec)

  1. guava-tests/test/com/google/common/primitives/FloatsTest.java

        testReverse(new float[] {}, new float[] {});
        testReverse(new float[] {1}, new float[] {1});
        testReverse(new float[] {1, 2}, new float[] {2, 1});
        testReverse(new float[] {3, 1, 1}, new float[] {1, 1, 3});
        testReverse(new float[] {-1, 1, -2, 2}, new float[] {2, -2, 1, -1});
      }
    
      private static void testReverse(float[] input, float[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 02:56:12 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/primitives/LongsTest.java

        testReverse(new long[] {}, new long[] {});
        testReverse(new long[] {1}, new long[] {1});
        testReverse(new long[] {1, 2}, new long[] {2, 1});
        testReverse(new long[] {3, 1, 1}, new long[] {1, 1, 3});
        testReverse(new long[] {-1, 1, -2, 2}, new long[] {2, -2, 1, -1});
      }
    
      private static void testReverse(long[] input, long[] expectedOutput) {
        input = Arrays.copyOf(input, input.length);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 02:56:12 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  3. api/go1.11.txt

    pkg debug/elf, const EM_68HC16 Machine
    pkg debug/elf, const EM_78KOR = 199
    pkg debug/elf, const EM_78KOR Machine
    pkg debug/elf, const EM_8051 = 165
    pkg debug/elf, const EM_8051 Machine
    pkg debug/elf, const EM_ALTERA_NIOS2 = 113
    pkg debug/elf, const EM_ALTERA_NIOS2 Machine
    pkg debug/elf, const EM_AMDGPU = 224
    pkg debug/elf, const EM_AMDGPU Machine
    pkg debug/elf, const EM_ARCA = 109
    pkg debug/elf, const EM_ARCA Machine
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
  4. cmd/site-replication-metrics_gen.go

    				return
    			}
    		}
    	}
    	o = bts
    	return
    }
    
    // Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
    func (z *SRMetric) Msgsize() (s int) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Feb 06 06:00:45 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  5. go.sum

    github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
    github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
    github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
    github.com/mattn/go-ieproxy v0.0.12 h1:OZkUFJC3ESNZPQ+6LzC3VJIFSnreeFLQyqvBWtvfL2M=
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 15:30:50 UTC 2024
    - 78K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg debug/elf, const R_PPC_EMB_NADDR32 = 101
    pkg debug/elf, const R_PPC_EMB_RELSDA = 116
    pkg debug/elf, const R_PPC_EMB_RELSEC16 = 111
    pkg debug/elf, const R_PPC_EMB_RELST_HA = 114
    pkg debug/elf, const R_PPC_EMB_RELST_HI = 113
    pkg debug/elf, const R_PPC_EMB_RELST_LO = 112
    pkg debug/elf, const R_PPC_EMB_SDA21 = 109
    pkg debug/elf, const R_PPC_EMB_SDA2I16 = 107
    pkg debug/elf, const R_PPC_EMB_SDA2REL = 108
    pkg debug/elf, const R_PPC_EMB_SDAI16 = 106
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  7. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

        1.12. "Source Code" means (a) the common form of computer software
        code in which modifications are made and (b) associated
        documentation included in or with such code.
    
        1.13. "You" (or "Your") means an individual or a legal entity
        exercising rights under, and complying with all of the terms of,
        this License. For legal entities, "You" includes any entity which
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  8. doc/go_spec.html

    integer literals was introduced with Go 1.13, indicated
    by [<a href="#Go_1.13">Go 1.13</a>] in the section on
    <a href="#Integer_literals">integer literals</a>.
    Source code containing an integer literal such as <code>0b1011</code>
    will be rejected if the implied or required language version used by
    the compiler is older than Go 1.13.
    </p>
    
    <p>
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Oct 02 00:58:01 UTC 2024
    - 282.5K bytes
    - Viewed (0)
  9. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertThat(get(server.url("/")).body.string()).isEqualTo("A")
        val response = get(server.url("/"))
        assertThat(response.body.string()).isEqualTo("A")
        assertThat(response.header("Warning")).isEqualTo(
          "113 HttpURLConnection \"Heuristic expiration\"",
        )
      }
    
      @Test
      fun noDefaultExpirationForUrlsWithQueryString() {
        server.enqueue(
          MockResponse.Builder()
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg debug/dwarf, const AttrPictureString = 96
    pkg debug/dwarf, const AttrPictureString Attr
    pkg debug/dwarf, const AttrPure = 103
    pkg debug/dwarf, const AttrPure Attr
    pkg debug/dwarf, const AttrRank = 113
    pkg debug/dwarf, const AttrRank Attr
    pkg debug/dwarf, const AttrRecursive = 104
    pkg debug/dwarf, const AttrRecursive Attr
    pkg debug/dwarf, const AttrReference = 119
    pkg debug/dwarf, const AttrReference Attr
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
Back to top