Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 107 of 107 for testCode (0.15 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	NL80211_MULTICAST_GROUP_REG                             = "regulatory"
    	NL80211_MULTICAST_GROUP_SCAN                            = "scan"
    	NL80211_MULTICAST_GROUP_TESTMODE                        = "testmode"
    	NL80211_MULTICAST_GROUP_VENDOR                          = "vendor"
    	NL80211_NAN_FUNC_ATTR_MAX                               = 0x10
    	NL80211_NAN_FUNC_CLOSE_RANGE                            = 0x9
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      //
      // A sub-class must implement this to define the test logic.
      //
      // DO NOT OVERRIDE THIS FUNCTION DIRECTLY IN A USER PROGRAM.
      // Instead, use the TEST or TEST_F macro.
      virtual void TestBody() = 0;
    
      // Sets up, executes, and tears down the test.
      void Run();
    
      // Deletes self.  We deliberately pick an unusual name for this
      // internal method to avoid clashing with names used in user TESTs.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

      //
      // A sub-class must implement this to define the test logic.
      //
      // DO NOT OVERRIDE THIS FUNCTION DIRECTLY IN A USER PROGRAM.
      // Instead, use the TEST or TEST_F macro.
      virtual void TestBody() = 0;
    
      // Sets up, executes, and tears down the test.
      void Run();
    
      // Deletes self.  We deliberately pick an unusual name for this
      // internal method to avoid clashing with names used in user TESTs.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  4. src/math/all_test.go

    		}
    	}
    	for i := -1074; i <= 1023; i++ {
    		f := Ldexp(1, i)
    		l := Log2(f)
    		if l != float64(i) {
    			t.Errorf("Log2(2**%d) = %g, want %d", i, l, i)
    		}
    	}
    }
    
    func TestModf(t *testing.T) {
    	for i := 0; i < len(vf); i++ {
    		if f, g := Modf(vf[i]); !veryclose(modf[i][0], f) || !veryclose(modf[i][1], g) {
    			t.Errorf("Modf(%g) = %g, %g, want %g, %g", vf[i], f, g, modf[i][0], modf[i][1])
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 07 17:39:26 UTC 2023
    - 86.8K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/resolver/FirIdeNormalAnalysisSourceModuleResolveCallTestGenerated.java

        runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/thisWithLabelToProperty_caretAtThis.kt");
      }
    
      @Test
      @TestMetadata("todo.kt")
      public void testTodo() {
        runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/todo.kt");
      }
    
      @Test
      @TestMetadata("TopLevelClassVsLocalClassConstructor.kt")
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:00 UTC 2024
    - 215.1K bytes
    - Viewed (0)
  6. analysis/analysis-api-fir/tests-gen/org/jetbrains/kotlin/analysis/api/fir/test/cases/generated/cases/components/resolver/FirIdeNormalAnalysisSourceModuleResolveReferenceTestGenerated.java

        runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/thisWithLabelToProperty_caretAtThis.kt");
      }
    
      @Test
      @TestMetadata("todo.kt")
      public void testTodo() {
        runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/todo.kt");
      }
    
      @Test
      @TestMetadata("TopLevelClassVsLocalClassConstructor.kt")
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:01 UTC 2024
    - 215.1K bytes
    - Viewed (0)
  7. analysis/analysis-api-standalone/tests-gen/org/jetbrains/kotlin/analysis/api/standalone/fir/test/cases/generated/cases/components/resolver/FirStandaloneNormalAnalysisSourceModuleResolveCallTestGenerated.java

        runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/thisWithLabelToProperty_caretAtThis.kt");
      }
    
      @Test
      @TestMetadata("todo.kt")
      public void testTodo() {
        runTest("analysis/analysis-api/testData/components/resolver/singleByPsi/todo.kt");
      }
    
      @Test
      @TestMetadata("TopLevelClassVsLocalClassConstructor.kt")
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 04 19:03:00 UTC 2024
    - 215.7K bytes
    - Viewed (0)
Back to top