| /external/jackson-core/src/test/java/com/fasterxml/jackson/core/filter/ |
| D | BasicParserFilteringTest.java | 84 JsonParser p0 = JSON_F.createParser(SIMPLE); in testSingleMatchFilteringWithoutPath() local 98 JsonParser p0 = JSON_F.createParser(jsonString); in testSingleMatchFilteringWithPath1() local 112 JsonParser p0 = JSON_F.createParser(jsonString); in testSingleMatchFilteringWithPath2() local 126 JsonParser p0 = JSON_F.createParser(jsonString); in testSingleMatchFilteringWithPath3() local 140 JsonParser p0 = JSON_F.createParser(jsonString); in testNotAllowMultipleMatchesWithoutPath1() local 154 JsonParser p0 = JSON_F.createParser(jsonString); in testNotAllowMultipleMatchesWithoutPath2() local 168 JsonParser p0 = JSON_F.createParser(jsonString); in testNotAllowMultipleMatchesWithPath1() local 183 JsonParser p0 = JSON_F.createParser(jsonString); in testNotAllowMultipleMatchesWithPath2() local 197 JsonParser p0 = JSON_F.createParser(jsonString); in testNotAllowMultipleMatchesWithPath3() local 211 JsonParser p0 = JSON_F.createParser(jsonString); in testNotAllowMultipleMatchesWithPath4() local [all …]
|
| /external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ |
| D | ctor_iterator.pass.cpp | 25 double p0[] = {1}; in main() local 33 double p0[] = {10}; in main() local 41 double p0[] = {10, 30}; in main() local 50 double p0[] = {30, 10}; in main() local 59 double p0[] = {30, 0, 10}; in main() local 69 double p0[] = {0, 30, 10}; in main() local 79 double p0[] = {0, 0, 10}; in main() local
|
| D | param_ctor_iterator.pass.cpp | 26 double p0[] = {1}; in main() local 35 double p0[] = {10}; in main() local 44 double p0[] = {10, 30}; in main() local 54 double p0[] = {30, 10}; in main() local 64 double p0[] = {30, 0, 10}; in main() local 75 double p0[] = {0, 30, 10}; in main() local 86 double p0[] = {0, 0, 10}; in main() local
|
| D | eval.pass.cpp | 46 double p0[] = {.3}; in main() local 64 double p0[] = {.75, .25}; in main() local 82 double p0[] = {0, 1}; in main() local 100 double p0[] = {1, 0}; in main() local 118 double p0[] = {.3, .1, .6}; in main() local 136 double p0[] = {0, 25, 75}; in main() local 157 double p0[] = {25, 0, 75}; in main() local 178 double p0[] = {25, 75, 0}; in main() local 199 double p0[] = {0, 0, 1}; in main() local 220 double p0[] = {0, 1, 0}; in main() local [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/ |
| D | ctor_iterator.pass.cpp | 28 double p0[] = {1}; in main() local 36 double p0[] = {10}; in main() local 44 double p0[] = {10, 30}; in main() local 53 double p0[] = {30, 10}; in main() local 62 double p0[] = {30, 0, 10}; in main() local 72 double p0[] = {0, 30, 10}; in main() local 82 double p0[] = {0, 0, 10}; in main() local
|
| D | param_ctor_iterator.pass.cpp | 29 double p0[] = {1}; in main() local 38 double p0[] = {10}; in main() local 47 double p0[] = {10, 30}; in main() local 57 double p0[] = {30, 10}; in main() local 67 double p0[] = {30, 0, 10}; in main() local 78 double p0[] = {0, 30, 10}; in main() local 89 double p0[] = {0, 0, 10}; in main() local
|
| D | eval.pass.cpp | 51 double p0[] = {.3}; in tests() local 70 double p0[] = {.75, .25}; in tests() local 89 double p0[] = {0, 1}; in tests() local 108 double p0[] = {1, 0}; in tests() local 127 double p0[] = {.3, .1, .6}; in tests() local 146 double p0[] = {0, 25, 75}; in tests() local 168 double p0[] = {25, 0, 75}; in tests() local 190 double p0[] = {25, 75, 0}; in tests() local 212 double p0[] = {0, 0, 1}; in tests() local 234 double p0[] = {0, 1, 0}; in tests() local [all …]
|
| /external/googletest/googlemock/include/gmock/ |
| D | gmock-more-actions.h | 195 #define GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS(p0) , typename p0##_type argument 196 #define GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS(p0, p1) , \ argument 198 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) , \ argument 200 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) , \ argument 203 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \ argument 206 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \ argument 209 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 213 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 217 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 221 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument [all …]
|
| /external/cronet/third_party/googletest/src/googlemock/include/gmock/ |
| D | gmock-more-actions.h | 204 #define GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS(p0) , typename p0##_type argument 205 #define GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS(p0, p1) \ argument 207 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) \ argument 209 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) \ argument 212 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument 215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument 218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument [all …]
|
| /external/libaom/third_party/googletest/src/googlemock/include/gmock/ |
| D | gmock-more-actions.h | 204 #define GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS(p0) , typename p0##_type argument 205 #define GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS(p0, p1) \ argument 207 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) \ argument 209 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) \ argument 212 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) \ argument 215 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) \ argument 218 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 223 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 228 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument 233 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument [all …]
|
| /external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
| D | make_shared.volatile.pass.cpp | 24 std::shared_ptr<T> p0 = std::make_shared<T>(t0); in test() local 32 std::shared_ptr<const T> p0 = std::make_shared<const T>(t0); in test() local 40 std::shared_ptr<volatile T> p0 = std::make_shared<volatile T>(t0); in test() local 48 std::shared_ptr<const volatile T> p0 = std::make_shared<const volatile T>(t0); in test() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/thread/futures/futures.promise/ |
| D | copy_ctor.verify.cpp | 21 std::promise<int> p0; in f() local 25 std::promise<int &> p0; in f() local 29 std::promise<void> p0; in f() local
|
| D | copy_assign.verify.cpp | 21 std::promise<int> p0, p; in f() local 25 std::promise<int&> p0, p; in f() local 29 std::promise<void> p0, p; in f() local
|
| /external/libcxx/test/std/thread/futures/futures.promise/ |
| D | copy_assign.fail.cpp | 26 std::promise<int> p0, p; in main() local 30 std::promise<int&> p0, p; in main() local 34 std::promise<void> p0, p; in main() local
|
| D | copy_ctor.fail.cpp | 26 std::promise<int> p0; in main() local 30 std::promise<int &> p0; in main() local 34 std::promise<void> p0; in main() local
|
| /external/skia/src/gpu/graphite/geom/ |
| D | Shape.h | 39 Shape(SkPoint p0, SkPoint p1) { this->setLine(p0, p1); } in Shape() 40 Shape(SkV2 p0, SkV2 p1) { this->setLine(p0, p1); } in Shape() 41 Shape(skvx::float2 p0, skvx::float2 p1) { this->setLine(p0, p1); } in Shape() 102 skvx::float2 p0() const { SkASSERT(this->isLine()); return fRect.topLeft(); } in p0() function 113 void setLine(SkPoint p0, SkPoint p1) { in setLine() 116 void setLine(SkV2 p0, SkV2 p1) { in setLine() 119 void setLine(skvx::float2 p0, skvx::float2 p1) { in setLine()
|
| /external/skia/src/gpu/tessellate/ |
| D | PatchWriter.h | 380 AI void writeCubic(float2 p0, float2 p1, float2 p2, float2 p3) { in writeCubic() 403 AI void writeConic(float2 p0, float2 p1, float2 p2, float w) { in writeConic() 427 AI void writeQuadratic(float2 p0, float2 p1, float2 p2) { in writeQuadratic() 464 AI void writeLine(float2 p0, float2 p1) { this->writeLine({p0, p1}); } in writeLine() 465 AI void writeLine(SkPoint p0, SkPoint p1) { in writeLine() 471 AI void writeTriangle(float2 p0, float2 p1, float2 p2) { in writeTriangle() 479 AI void writeTriangle(SkPoint p0, SkPoint p1, SkPoint p2) { in writeTriangle() 520 AI void writePatch(float2 p0, float2 p1, float2 p2, float2 p3, float explicitCurveType) { in writePatch() 546 AI void writeCubicPatch(float2 p0, float2 p1, float2 p2, float2 p3) { in writeCubicPatch() 549 AI void writeCubicPatch(float2 p0, float4 p1p2, float2 p3) { in writeCubicPatch() [all …]
|
| /external/fonttools/Lib/fontTools/cu2qu/ |
| D | cu2qu.py | 77 def calc_cubic_parameters(p0, p1, p2, p3): argument 87 def split_cubic_into_n_iter(p0, p1, p2, p3, n): argument 122 def _split_cubic_into_n_gen(p0, p1, p2, p3, n): argument 140 def split_cubic_into_two(p0, p1, p2, p3): argument 163 def split_cubic_into_three(p0, p1, p2, p3, _27=1/27): argument 192 def cubic_approx_control(t, p0, p1, p2, p3): argument 240 def cubic_farthest_fit_inside(p0, p1, p2, p3, tolerance): argument
|
| /external/llvm/test/MC/Hexagon/ |
| D | out_of_range.s | 6 p0 = cmpb.eq(r0, #-257) define 9 p0 = cmpb.eq(r0, #256) define
|
| D | endloop.s | 8 p0 = cmp.eq (r1, r2) define 15 p0 = cmp.eq (r1, r2) define
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | tuple_util_test.cc | 95 HloInstruction* p0 = FindInstruction(module.get(), "p0"); in TEST_F() local 116 HloInstruction* p0 = FindInstruction(module.get(), "p0"); in TEST_F() local 138 HloInstruction* p0 = FindInstruction(module.get(), "p0"); in TEST_F() local 165 HloInstruction* p0 = FindInstruction(module.get(), "p0"); in TEST_F() local
|
| /external/igt-gpu-tools/lib/ |
| D | igt_gpu_power.h | 46 const struct gpu_power_sample *p0, in gpu_power_J() 53 const struct gpu_power_sample *p0, in gpu_power_s() 60 const struct gpu_power_sample *p0, in gpu_power_W()
|
| /external/libaom/aom_dsp/x86/ |
| D | jnt_variance_ssse3.c | 31 static INLINE void compute_dist_wtd_avg(__m128i *p0, __m128i *p1, in compute_dist_wtd_avg() 65 __m128i p0 = xx_loadu_128(ref); in aom_dist_wtd_comp_avg_pred_ssse3() local 83 __m128i p0 = _mm_unpacklo_epi64(p0_0, p0_1); in aom_dist_wtd_comp_avg_pred_ssse3() local 102 __m128i p0 = in aom_dist_wtd_comp_avg_pred_ssse3() local
|
| /external/libvpx/vpx_dsp/ppc/ |
| D | subtract_vsx.c | 31 const uint8x16_t p0 = read4x2(pred, (int)pred_stride); in subtract_block4x4() local 57 const uint8x16_t p0 = vec_vsx_ld(0, pred + c); in vpx_subtract_block_vsx() local 80 const uint8x16_t p0 = vec_vsx_ld(0, pred); in vpx_subtract_block_vsx() local 93 const uint8x16_t p0 = vec_vsx_ld(0, pred); in vpx_subtract_block_vsx() local
|
| /external/opencensus-java/api/src/main/java/io/opencensus/stats/ |
| D | Aggregation.java | 53 Function<? super Sum, T> p0, in match() 84 Function<? super Sum, T> p0, in match() 118 Function<? super Sum, T> p0, in match() 155 Function<? super Sum, T> p0, in match() 197 Function<? super Sum, T> p0, in match() 231 Function<? super Sum, T> p0, in match()
|