HomeSort by relevance Sort by last modified time
    Searched refs:p3 (Results 401 - 425 of 866) sorted by null

<<11121314151617181920>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
BreakIteratorTest.java 384 int p3 = e.next(); local
389 if (f!=p3)
390 errln("IntlTestTextBoundary::TestPreceding: f!=p3");
397 if (p3+1!=p4)
398 errln("IntlTestTextBoundary::TestPreceding: p3+1!=p4");
400 if (!e.isBoundary(p2) || e.isBoundary(p2+1) || !e.isBoundary(p3))
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
BreakIteratorTest.java 381 int p3 = e.next(); local
386 if (f!=p3)
387 errln("IntlTestTextBoundary::TestPreceding: f!=p3");
394 if (p3+1!=p4)
395 errln("IntlTestTextBoundary::TestPreceding: p3+1!=p4");
397 if (!e.isBoundary(p2) || e.isBoundary(p2+1) || !e.isBoundary(p3))
  /external/mesa3d/src/gallium/drivers/vc4/kernel/
vc4_validate.c 564 uint32_t p3 = (sample->p_offset[3] != ~0 ? local
605 if (VC4_GET_FIELD(p3, VC4_TEX_P2_PTYPE) ==
612 cube_map_stride = p3 & VC4_TEX_P2_CMST_MASK;
727 DRM_INFO("Texture p3 at %d: 0x%08x\n", sample->p_offset[3], p3);
  /external/opencv/cv/src/
cvlinefit.cpp 252 double p1, p2, p3;
260 p3 = vx * y - vy * x;
262 dist[j] = (float) sqrt( p1*p1 + p2*p2 + p3*p3 );
  /external/protobuf/src/google/protobuf/stubs/
callback.h 349 template <typename R, typename T, typename P1, typename P2, typename P3,
353 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, A1, A2);
355 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
361 p3_(p3),
379 typename remove_reference<P3>::type p3_;
522 template <typename R, typename T, typename P1, typename P2, typename P3,
525 T* object, R (T::*function)(P1, P2, P3, P4, P5, A1, A2),
528 typename internal::InternalConstRef<P3>::type p3,
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
methods-expected.cc 134 void (blink::Task::*p3)() = &blink::Task::ReallyDoTheWork;
methods-original.cc 138 void (blink::Task::*p3)() = &blink::Task::reallyDoTheWork;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 307 int p3, String data, String pin2, Message result) {
311 int p3, String data, String pin2, String aid, Message result) {
585 int p1, int p2, int p3, String data,
589 int p3, String data, Message response) {}
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipCommandInterface.java 308 int p3, String data, String pin2, Message result) {
312 int p3, String data, String pin2, String aid, Message result) {
588 int p1, int p2, int p3, String data, Message response) {
593 int p3, String data, Message response) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
callback.h 349 template <typename R, typename T, typename P1, typename P2, typename P3,
353 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, A1, A2);
355 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5)
361 p3_(p3),
379 typename remove_reference<P3>::type p3_;
522 template <typename R, typename T, typename P1, typename P2, typename P3,
525 T* object, R (T::*function)(P1, P2, P3, P4, P5, A1, A2),
528 typename internal::InternalConstRef<P3>::type p3,
    [all...]
  /system/tools/hidl/c2hal/test/
test.h 282 int (*p3)(struct framebuffer_device_t* dev, int enable[3][4][5]); member in struct:my_other_t
  /external/libvpx/libvpx/vpx_dsp/x86/
loopfilter_avx2.c 378 __m128i p4, p3, p2, p1, p0, q0, q1, q2, q3, q4; local
411 p3 = _mm256_castsi256_si128(p256_3);
447 _mm_or_si128(_mm_subs_epu8(p3, p2), _mm_subs_epu8(p2, p3)));
524 _mm_or_si128(_mm_subs_epu8(p3, p0), _mm_subs_epu8(p0, p3)),
    [all...]
  /bionic/tests/math_data/
significand_intel_data.h 456 0x1.0p3
460 0x1.0000000000001p3
sinhf_intel_data.h 188 0x1.0018p3
192 -0x1.0018p3
1284 0x1.856230p3
1288 -0x1.856230p3
    [all...]
cbrtf_intel_data.h 44 -0x1.247112p3
48 0x1.247112p3
1252 0x1.p3
1256 -0x1.p3
    [all...]
log2_intel_data.h 1063 -0x1.p3,
1075 -0x1.20p3,
1087 -0x1.40p3,
1243 -0x1.p3,
1267 -0x1.20p3,
1291 -0x1.40p3,
  /external/v8/src/s390/
simulator-s390.h 24 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \
25 (entry(p0, p1, p2, p3, p4))
34 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \
36 (FUNCTION_CAST<s390_regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, \
1264 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \
1267 (intptr_t)p3, (intptr_t)p4))
1269 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \
1272 (intptr_t)p2, (intptr_t)p3, (intptr_t)p4, \
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
MediaEncoderFilter.java 220 flippedRegion.p1 = mSourceRegion.p3;
222 flippedRegion.p3 = mSourceRegion.p1;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 99 PointF p3 = new PointF(topRight.x - np.x, topRight.y + np.y); local
100 return new Quad(topLeft, topRight, p2, p3);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 396 public void iccIO(int command, int fileid, String path, int p1, int p2, int p3, String data,
661 public void iccIOForApp(int command, int fileid, String path, int p1, int p2, int p3,
675 int p1, int p2, int p3, String data, Message response) {
680 int p3, String data, Message response) {
  /frameworks/wilhelm/src/
sles_allinclusive.h 456 #define EnqueueAsyncCallback_piipp(object, handler, p1, i1, i2, p2, p3) \
458 (ClosureHandler_piipp) (handler), (p1), (i1), (i2), (p2), (p3))
  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 179 void renderQuad (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec2& p3, const Vec4& c0, const Vec4& c1, const Vec4& c2, const Vec4& c3) const;
180 void renderQuad (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec2& p3, const Vec4& color) const;
359 void DefaultFBOMultisampleCase::renderQuad (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec2& p3, const Vec4& c0, const Vec4& c1, const Vec4& c2, const Vec4& c3) const
362 renderTriangle(p2, p1, p3, c2, c1, c3);
365 void DefaultFBOMultisampleCase::renderQuad (const Vec2& p0, const Vec2& p1, const Vec2& p2, const Vec2& p3, const Vec4& color) const
367 renderQuad(p0, p1, p2, p3, color, color, color, color);
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_mb_horiz_dspr2.c 32 uint32_t p7, p6, p5, p4, p3, p2, p1, p0, q0, q1, q2, q3, q4, q5, q6, q7; local
81 "lw %[p3], (%[sp3]) \n\t"
86 : [p3] "=&r"(p3), [p2] "=&r"(p2), [p1] "=&r"(p1), [p0] "=&r"(p0),
107 p3, p2, q0, q1, q2, q3, &hev, &mask, &flat);
148 "sw %[p3], (%[sp3]) \n\t"
154 : [p6] "r"(p6), [p5] "r"(p5), [p4] "r"(p4), [p3] "r"(p3),
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
gm107.asm 55 // CLOBBER: $r2 - $r3, $p0 - $p3
60 isetp lt xor $p3 1 $r1 0 $p2
97 $p3 i2i s32 s32 $r0 neg $r0
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 669 * @param p3 P3 value of the APDU command. If p3 is negative a 4 byte APDU
676 int p1, int p2, int p3, String data);
689 * @param p3 P3 value of the APDU command. If p3 is negative a 4 byte APDU
696 int p1, int p2, int p3, String data);
706 * @param p3 P3 value of the APDU command
    [all...]

Completed in 1215 milliseconds

<<11121314151617181920>>