Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isB (0.22 sec)

  1. src/test/java/org/codelibs/core/beans/util/BeanUtilTest.java

            map.put("c", 3);
            map.put("d", 1.4);
            final HogeDto hoge = new HogeDto();
            BeanUtil.copyMapToBean(map, hoge);
            assertThat(hoge.getA(), is("A"));
            assertThat(hoge.isB(), is(true));
            assertThat(hoge.getC(), is(3));
        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testCopyBeanToBean() throws Exception {
    Java
    - Registered: Fri May 03 20:58:11 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 34.5K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	HINT $0                                    // 1f2003d5
    	HLT $65509                                 // a0fc5fd4
    	HVC $61428                                 // 82fe1dd4
    	ISB $1                                     // df3103d5
    	ISB $15                                    // df3f03d5
    	LDARW (R12), R29                           // 9dfddf88
    	LDARW (R30), R22                           // d6ffdf88
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Jul 24 01:11:41 GMT 2023
    - 43.9K bytes
    - Viewed (1)
Back to top