/external/chromium/testing/gtest/src/ |
gtest.cc | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
citertst.c | 590 "of the backwards iteration"); 595 "be at the end of the backwards iteration"); 655 log_err("ERROR: Offset of iteration should be 1\n"); 660 log_err("ERROR: Offset of iteration should be 4\n"); 665 log_err("ERROR: Offset of iteration should be 3\n"); 679 log_err("ERROR: Offset of iteration should be 3\n"); 684 log_err("ERROR: Offset of iteration should be 1\n"); 689 log_err("ERROR: Offset of iteration should be 0\n"); 930 log_err("Error in iteration %d assetEqual between\n %d and %d, they are not equal\n", count, c1, c2); [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest.cc | [all...] |
/external/gtest/src/ |
gtest.cc | [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest.cc | [all...] |
/external/mesa3d/src/gtest/src/ |
gtest.cc | [all...] |
/external/chromium/testing/gtest/include/gtest/ |
gtest.h | 128 // When this flag is specified, tests' order is randomized on every iteration. [all...] |
/external/chromium_org/testing/gtest/include/gtest/ |
gtest.h | 129 // When this flag is specified, tests' order is randomized on every iteration. [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
gtest.h | 128 // When this flag is specified, tests' order is randomized on every iteration. [all...] |
/external/gtest/include/gtest/ |
gtest.h | 128 // When this flag is specified, tests' order is randomized on every iteration. [all...] |
/external/icu4c/common/ |
rbbi.cpp | 434 * the current iteration position to the beginning of the text. 460 * the current iteration position to the beginning of the text. 522 * Sets the current iteration position to the beginning of the text. 537 * Sets the current iteration position to the end of the text. 686 // set the current iteration position to be the last break position 739 // otherwise, set our internal iteration position (temporarily) 849 // if we start by updating the current iteration position to the 955 * Returns the current iteration position. 956 * @return The current iteration position. 968 // RBBIRunMode - the state machine runs an extra iteration at the beginning and en [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/ |
gtest.h | 128 // When this flag is specified, tests' order is randomized on every iteration. [all...] |
/external/mesa3d/src/gtest/include/gtest/ |
gtest.h | 128 // When this flag is specified, tests' order is randomized on every iteration. [all...] |
/external/open-vcdiff/gtest/include/gtest/ |
gtest.h | 130 // When this flag is specified, tests' order is randomized on every iteration. 864 // Fired before each iteration of tests starts. There may be more than 865 // one iteration if GTEST_FLAG(repeat) is set. iteration is the iteration 868 int iteration) = 0; 870 // Fired before environment set-up for each iteration of tests starts. 873 // Fired after environment set-up for each iteration of tests ends. 891 // Fired before environment tear-down for each iteration of tests starts. 894 // Fired after environment tear-down for each iteration of tests ends [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest.h | 129 // When this flag is specified, tests' order is randomized on every iteration. [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest-internal-inl.h | 786 // Gets the random seed used at the start of the current test iteration. [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Iterators.java | 53 * the backing iteration when absolutely necessary. [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
Iterators.java | 51 * the backing iteration when absolutely necessary. [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LICM.cpp | 130 /// pass without iteration. 138 /// pass without iteration. 265 // us to sink instructions in one pass, without iteration. After sinking 285 // Clear out loops state information for the next iteration 302 /// iteration. 349 /// before uses, allowing us to hoist a loop body in one pass without iteration. [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-internal-inl.h | 791 // Gets the random seed used at the start of the current test iteration. [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vec.h | 44 returns a boolean iteration condition and updates the iteration 184 Return iteration condition and update PTR to point to the IX'th 185 element. At the end of iteration, sets PTR to NULL. Use this to 193 /* Convenience macro for forward iteration. */ 198 /* Convenience macro for reverse iteration. */ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vec.h | 44 returns a boolean iteration condition and updates the iteration 184 Return iteration condition and update PTR to point to the IX'th 185 element. At the end of iteration, sets PTR to NULL. Use this to 193 /* Convenience macro for forward iteration. */ 198 /* Convenience macro for reverse iteration. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vec.h | 44 returns a boolean iteration condition and updates the iteration 184 Return iteration condition and update PTR to point to the IX'th 185 element. At the end of iteration, sets PTR to NULL. Use this to 193 /* Convenience macro for forward iteration. */ 198 /* Convenience macro for reverse iteration. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vec.h | 44 returns a boolean iteration condition and updates the iteration 184 Return iteration condition and update PTR to point to the IX'th 185 element. At the end of iteration, sets PTR to NULL. Use this to 193 /* Convenience macro for forward iteration. */ 198 /* Convenience macro for reverse iteration. */ [all...] |
/external/chromium/base/third_party/icu/ |
icu_utf.h | 177 * (Post-incrementing forward iteration.) 337 * (Post-incrementing forward iteration.)
|