Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,940 for mode_ (0.11 sec)

  1. android/guava-tests/test/com/google/common/math/LongMathTest.java

        long x = 1000000000000L;
        for (RoundingMode mode : ALL_ROUNDING_MODES) {
          assertEquals(12, LongMath.log10(x, mode));
        }
      }
    
      @GwtIncompatible // TODO
      public void testSqrtNegativeAlwaysThrows() {
        for (long x : NEGATIVE_LONG_CANDIDATES) {
          for (RoundingMode mode : ALL_ROUNDING_MODES) {
            try {
              LongMath.sqrt(x, mode);
              fail("Expected IllegalArgumentException");
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 04 20:15:57 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/listener_inbound.go

    func getBindToPort(mode networking.CaptureMode, node *model.Proxy) bool {
    	if mode == networking.CaptureMode_DEFAULT {
    		// Chain doesn't specify explicit config, so use the proxy defaults
    		return node.GetInterceptionMode() == model.InterceptionNone
    	}
    	// Explicitly configured in the config, ignore proxy defaults
    	return mode == networking.CaptureMode_NONE
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/math/LongMathTest.java

        long x = 1000000000000L;
        for (RoundingMode mode : ALL_ROUNDING_MODES) {
          assertEquals(12, LongMath.log10(x, mode));
        }
      }
    
      @GwtIncompatible // TODO
      public void testSqrtNegativeAlwaysThrows() {
        for (long x : NEGATIVE_LONG_CANDIDATES) {
          for (RoundingMode mode : ALL_ROUNDING_MODES) {
            try {
              LongMath.sqrt(x, mode);
              fail("Expected IllegalArgumentException");
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 04 20:15:57 UTC 2024
    - 32.5K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_openbsd_mips64.go

    	SYS_CHDIR          = 12  // { int sys_chdir(const char *path); }
    	SYS_FCHDIR         = 13  // { int sys_fchdir(int fd); }
    	SYS_MKNOD          = 14  // { int sys_mknod(const char *path, mode_t mode, \
    	SYS_CHMOD          = 15  // { int sys_chmod(const char *path, mode_t mode); }
    	SYS_CHOWN          = 16  // { int sys_chown(const char *path, uid_t uid, \
    	SYS_OBREAK         = 17  // { int sys_obreak(char *nsize); } break
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 29 08:08:26 UTC 2020
    - 14.9K bytes
    - Viewed (0)
  5. guava/src/com/google/common/io/Files.java

        private final File file;
        private final ImmutableSet<FileWriteMode> modes;
    
        private FileByteSink(File file, FileWriteMode... modes) {
          this.file = checkNotNull(file);
          this.modes = ImmutableSet.copyOf(modes);
        }
    
        @Override
        public FileOutputStream openStream() throws IOException {
          return new FileOutputStream(file, modes.contains(APPEND));
        }
    
        @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 15 16:12:13 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/testFixtures/groovy/org/gradle/integtests/tooling/fixture/ToolingApiSpecification.groovy

                throw e
            }
        }
    
        ConfigurableOperation withModel(Class modelType, Closure cl = {}) {
            withConnection {
                def model = it.model(modelType)
                cl(model)
                new ConfigurableOperation(model).buildModel()
            }
        }
    
        ConfigurableOperation withBuild(Closure cl = {}) {
            withConnection {
                def build = it.newBuild()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_openbsd_386.go

    	SYS_CHDIR          = 12  // { int sys_chdir(const char *path); }
    	SYS_FCHDIR         = 13  // { int sys_fchdir(int fd); }
    	SYS_MKNOD          = 14  // { int sys_mknod(const char *path, mode_t mode, \
    	SYS_CHMOD          = 15  // { int sys_chmod(const char *path, mode_t mode); }
    	SYS_CHOWN          = 16  // { int sys_chown(const char *path, uid_t uid, \
    	SYS_OBREAK         = 17  // { int sys_obreak(char *nsize); } break
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_openbsd_arm.go

    	SYS_CHDIR          = 12  // { int sys_chdir(const char *path); }
    	SYS_FCHDIR         = 13  // { int sys_fchdir(int fd); }
    	SYS_MKNOD          = 14  // { int sys_mknod(const char *path, mode_t mode, \
    	SYS_CHMOD          = 15  // { int sys_chmod(const char *path, mode_t mode); }
    	SYS_CHOWN          = 16  // { int sys_chown(const char *path, uid_t uid, \
    	SYS_OBREAK         = 17  // { int sys_obreak(char *nsize); } break
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.5K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_openbsd_arm64.go

    	SYS_CHDIR          = 12  // { int sys_chdir(const char *path); }
    	SYS_FCHDIR         = 13  // { int sys_fchdir(int fd); }
    	SYS_MKNOD          = 14  // { int sys_mknod(const char *path, mode_t mode, \
    	SYS_CHMOD          = 15  // { int sys_chmod(const char *path, mode_t mode); }
    	SYS_CHOWN          = 16  // { int sys_chown(const char *path, uid_t uid, \
    	SYS_OBREAK         = 17  // { int sys_obreak(char *nsize); } break
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  10. pkg/volume/downwardapi/downwardapi_test.go

    	defaultMode := int32(0644)
    	var files []v1.DownwardAPIVolumeFile
    	for path, fieldPath := range volumeFiles {
    		file := v1.DownwardAPIVolumeFile{
    			Path: path,
    			FieldRef: &v1.ObjectFieldSelector{
    				FieldPath: fieldPath,
    			},
    		}
    		if mode, found := modes[path]; found {
    			file.Mode = &mode
    		}
    		files = append(files, file)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 04:48:49 UTC 2023
    - 11.2K bytes
    - Viewed (0)
Back to top