/external/google-breakpad/src/testing/gtest/samples/ |
sample1_unittest.cc | 107 // Tests factorial of positive numbers. 108 TEST(FactorialTest, Positive) { 135 // Tests positive input. 136 TEST(IsPrimeTest, Positive) {
|
/external/protobuf/gtest/samples/ |
sample1_unittest.cc | 107 // Tests factorial of positive numbers. 108 TEST(FactorialTest, Positive) { 135 // Tests positive input. 136 TEST(IsPrimeTest, Positive) {
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/ |
sample1_unittest.cc | 107 // Tests factorial of positive numbers. 108 TEST(FactorialTest, Positive) { 135 // Tests positive input. 136 TEST(IsPrimeTest, Positive) {
|
/ndk/sources/third_party/googletest/googletest/samples/ |
sample1_unittest.cc | 107 // Tests factorial of positive numbers. 108 TEST(FactorialTest, Positive) { 135 // Tests positive input. 136 TEST(IsPrimeTest, Positive) {
|
/prebuilts/misc/common/swig/include/2.0.11/ |
constraints.i | 17 positive numbers, non-NULL pointers, and so on. The following 20 Number POSITIVE - Positive number (not zero) 23 Number NONNEGATIVE - Positive number (including zero) 38 void *malloc(int POSITIVE); // May return a NULL pointer 56 double log(double POSITIVE); 63 Real log(Real POSITIVE); 78 // Positive numbers 81 int POSITIVE, 82 short POSITIVE, [all...] |
/external/libchrome/base/strings/ |
string_number_conversions.cc | 155 if (!Positive::Invoke(begin, end, output)) { 207 class Positive : public Base<Positive> {
|
/external/libweave/third_party/chromium/base/strings/ |
string_number_conversions.cc | 147 if (!Positive::Invoke(begin, end, output)) { 199 class Positive : public Base<Positive> {
|
/external/clang/test/SemaCXX/ |
compare.cpp | 230 // A is max short plus 1. All zero and positive shorts are smaller than it. 345 Positive = 1 354 Positive = 1
|
/external/v8/test/mjsunit/ |
mod.js | 33 // Positive case.
|
regexp-capture-3.js | 178 NoHang(/(?=(((.*)*)*x)?)foo/); // Positive lookahead is filtered. 179 NoHang(/(?=(((.*)*)*x))?/); // Continuation branch of positive lookahead. 180 NoHang(/(?=?)(((.*)*)*x)/); // Positive lookahead also prunes continuation.
|
/frameworks/base/libs/hwui/ |
FrameBuilder.h | 173 Positive
|
FrameBuilder.cpp | 347 || (mode == ChildrenSelectMode::Positive && zTranslatedNodes[size - 1].key < 0.0f)) { 532 defer3dChildren(chunk.reorderClip, ChildrenSelectMode::Positive, zTranslatedNodes); [all...] |
/external/libbrillo/brillo/dbus/ |
dbus_object_unittest.cc | 34 const char kTestMethod_Positive[] = "Positive"; 49 void Positive(std::unique_ptr<DBusMethodResponse<double>> response, 124 kTestMethod_Positive, base::Unretained(&calc_), &Calc::Positive);
|
/prebuilts/go/darwin-x86/src/encoding/binary/ |
varint.go | 14 // encoding: Positive values x are written as 2*x + 0, negative values
|
/prebuilts/go/linux-x86/src/encoding/binary/ |
varint.go | 14 // encoding: Positive values x are written as 2*x + 0, negative values
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic4x/ |
addressing.s | 26 bp Type_BI ; Positive branch (01001) 58 ldip R0,R0 ; Positive load (01001)
|
/prebuilts/go/darwin-x86/test/ |
index.go | 199 // Positive or negative. 238 // If we're using the big-len data, positive int8 and int16 cannot overflow.
|
/prebuilts/go/linux-x86/test/ |
index.go | 199 // Positive or negative. 238 // If we're using the big-len data, positive int8 and int16 cannot overflow.
|
/external/ImageMagick/www/api/ |
distort.php | 158 <p>RotateImage() creates a new image that is a rotated copy of an existing one. Positive angles rotate counter-clockwise (right-hand rule), while negative angles rotate clockwise. Rotated images are usually larger than the originals and have 'empty' triangular corners. X axis. Empty triangles left over from shearing the image are filled with the background color defined by member 'background_color' of the image. RotateImage allocates the memory necessary for the new Image structure and returns a pointer to the new image.</p>
|
/prebuilts/go/darwin-x86/src/image/png/ |
writer.go | 41 // Positive CompressionLevel values are reserved to mean a numeric zlib
|
/prebuilts/go/linux-x86/src/image/png/ |
writer.go | 41 // Positive CompressionLevel values are reserved to mean a numeric zlib
|
/frameworks/rs/api/ |
rs_math.spec | 852 summary: Positive difference between two values 854 Returns the positive difference between two values. 1047 summary: Positive fractional part 1049 Returns the positive fractional part of v, i.e. <code>v - floor(v)</code>. [all...] |
/external/opencv3/modules/core/test/ |
test_math.cpp | [all...] |
/external/libmtp/ |
configure | [all...] |