HomeSort by relevance Sort by last modified time
    Searched full:parameterized (Results 251 - 275 of 496) sorted by null

<<11121314151617181920

  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-param-test.h 36 // Macros and functions for implementing parameterized tests
45 // Value-parameterized tests allow you to test your code with different
48 // Here is how you use value-parameterized tests:
52 // To write value-parameterized tests, first you should define a fixture
64 // Then, use the TEST_P macro to define as many parameterized tests
65 // for this fixture as you want. The _P suffix is for "parameterized"
155 // A parameterized test fixture must be derived from testing::Test and from
163 // You can inherit all the usual members for a non-parameterized test
172 // This is an ordinary non-parameterized test.
202 // parameterized tests. When a parameterized test case is instantiate
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_output_test_.cc 90 // Tests that parameters of failing parameterized tests are printed in the
760 // This #ifdef block tests the output of type-parameterized tests.
812 // We rely on the golden file to verify that type-parameterized tests
  /external/gtest/test/
gtest_output_test_.cc 92 // Tests that parameters of failing parameterized tests are printed in the
772 // This #ifdef block tests the output of type-parameterized tests.
824 // We rely on the golden file to verify that type-parameterized tests
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 611 // State of the definition of a type-parameterized test case.
662 // registers a list of type-parameterized tests with Google Test. The
681 // First, registers the first type-parameterized test in the type
    [all...]
gtest-param-util-generated.h.pump 35 // Type and function utilities for implementing parameterized tests.
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_output_test_.cc 92 // Tests that parameters of failing parameterized tests are printed in the
772 // This #ifdef block tests the output of type-parameterized tests.
824 // We rely on the golden file to verify that type-parameterized tests
  /libcore/ojluni/src/main/java/java/lang/reflect/
Field.java 144 * <p>If the {@code Type} is a parameterized type, the
149 * parameterized type, it is created. Otherwise, it is resolved.
160 * signature of the underlying field refers to a parameterized type
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test_.cc 92 // Tests that parameters of failing parameterized tests are printed in the
772 // This #ifdef block tests the output of type-parameterized tests.
824 // We rely on the golden file to verify that type-parameterized tests
  /art/runtime/interpreter/mterp/arm/
header.S 166 * src and dest registers are parameterized (not hard-wired to rPC and rINST).
  /art/runtime/interpreter/mterp/arm64/
header.S 163 * src and dest registers are parameterized (not hard-wired to xPC and xINST).
  /external/ceres-solver/internal/ceres/
program_evaluator.h 42 // ProgramEvaluator is parameterized for writing to block sparse matrices, the
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.value.merge_values.html 34 Merging&nbsp;and&nbsp;summarization&nbsp;can&nbsp;be&nbsp;parameterized&nbsp;by&nbsp;a&nbsp;function&nbsp;that&nbsp;groups<br>
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 35 // Type and function utilities for implementing parameterized tests.
  /external/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 35 // Type and function utilities for implementing parameterized tests.
  /external/guava/guava/src/com/google/common/base/
Optional.java 189 * are absent. Note that {@code Optional} instances of differing parameterized types can
  /external/guava/guava/src/com/google/common/reflect/
Invokable.java 248 /** If the class is parameterized, such as ArrayList, this returns ArrayList<E>. */
TypeToken.java 168 * <li>If {@code T} is a {@link ParameterizedType}, the raw type of the parameterized type is
184 * Returns the raw type of the class or parameterized type; if {@code T} is type variable or
357 * types are parameterized with proper type arguments.
    [all...]
  /external/llvm/utils/lit/
TODO 139 parameterized tests.
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util-generated.h.pump 35 // Type and function utilities for implementing parameterized tests.
  /external/opencv3/modules/ts/include/opencv2/ts/
cuda_test.hpp 170 // Helper structs for value-parameterized tests
  /external/protobuf/gtest/src/
gtest-internal-inl.h 723 // value-parameterized tests and instantiate and register them.
741 // Registers all parameterized tests defined using TEST_P and
745 // If value-parameterized tests are disabled, RegisterParameterizedTests
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util-generated.h.pump 35 // Type and function utilities for implementing parameterized tests.
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_stereo_unittest.cc 33 // This is a parameterized test. The test parameters are supplied through a
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h 92 // trouble with functions getting non-type-parameterized classes as parameters
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util-generated.h.pump 35 // Type and function utilities for implementing parameterized tests.

Completed in 1431 milliseconds

<<11121314151617181920