Home
last modified time | relevance | path

Searched refs:match1 (Results 1 – 23 of 23) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/
DContactListener.cpp25 const bool match1 = gdxCheckFilter(colObj1Wrap->m_collisionObject, colObj0Wrap->m_collisionObject); in ContactAddedListener_CB_wrapper_filter_point() local
26 return (!match0 && !match1) ? false : in ContactAddedListener_CB_wrapper_filter_point()
27 …->onContactAdded(cp, *colObj0Wrap, partId0, index0, match0, *colObj1Wrap, partId1, index1, match1); in ContactAddedListener_CB_wrapper_filter_point()
31 const bool match1 = gdxCheckFilter(colObj1Wrap->m_collisionObject, colObj0Wrap->m_collisionObject); in ContactAddedListener_CB_object_filter_point() local
32 return (!match0 && !match1) ? false : in ContactAddedListener_CB_object_filter_point()
33 …collisionObject, partId0, index0, match0, colObj1Wrap->m_collisionObject, partId1, index1, match1); in ContactAddedListener_CB_object_filter_point()
37 const bool match1 = gdxCheckFilter(colObj1Wrap->m_collisionObject, colObj0Wrap->m_collisionObject); in ContactAddedListener_CB_value_filter_point() local
38 return (!match0 && !match1) ? false : in ContactAddedListener_CB_value_filter_point()
43 partId1, index1, match1); in ContactAddedListener_CB_value_filter_point()
62 const bool match1 = gdxCheckFilter(colObj1Wrap->m_collisionObject, colObj0Wrap->m_collisionObject); in ContactAddedListener_CB_wrapper_filter() local
[all …]
DContactListener.h113 const btCollisionObjectWrapper &colObj1Wrap,int partId1,int index1,bool match1) = 0;
115 const btCollisionObject* colObj1,int partId1,int index1,bool match1) = 0;
117 int userValue1,int partId1,int index1,bool match1) = 0;
127 const btCollisionObjectWrapper &colObj1Wrap,int partId1,int index1,bool match1) = 0;
129 const btCollisionObject* colObj1,int partId1,int index1,bool match1) = 0;
131 int userValue1,int partId1,int index1,bool match1) = 0;
140 … const btCollisionObject* colObj0, bool match0, const btCollisionObject* colObj1, bool match1) = 0;
141 …ontactProcessed(btManifoldPoint& cp, int userValue0, bool match0, int userValue1, bool match1) = 0;
146 …(const btCollisionObject* colObj0, bool match0, const btCollisionObject* colObj1, bool match1) = 0;
147 virtual void onContactProcessed(int userValue0, bool match0, int userValue1, bool match1) = 0;
[all …]
DContactCache.cpp87 const bool match1 = gdxCheckFilter(object1, object0); in update() local
88 if (!filter || match0 || match1) in update()
89 onContactEnded(object0, match0, object1, match1); in update()
107 const bool match1 = gdxCheckFilter(manifold->getBody1(), manifold->getBody0()); in contactStarted() local
108 if (filter && !match0 && !match1) in contactStarted()
116 onContactStarted(manifold, match0, match1); in contactStarted()
121 const bool match1 = gdxCheckFilter(manifold->getBody1(), manifold->getBody0()); in contactEnded() local
122 if (filter && !match0 && !match1) in contactEnded()
DContactCache.h58 … void onContactStarted(btPersistentManifold* manifold, const bool &match0, const bool &match1) = 0;
67 …sionObject* colObj0, const bool &match0, const btCollisionObject* colObj1, const bool &match1) = 0;
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DContactListener.java120 …0, boolean match0, btCollisionObjectWrapper colObj1Wrap, int partId1, int index1, boolean match1) { in onContactAdded() argument
121 …dex0, match0, btCollisionObjectWrapper.getCPtr(colObj1Wrap), colObj1Wrap, partId1, index1, match1); in onContactAdded()
124 …, int index0, boolean match0, btCollisionObject colObj1, int partId1, int index1, boolean match1) { in onContactAdded() argument
125 …j0, partId0, index0, match0, btCollisionObject.getCPtr(colObj1), colObj1, partId1, index1, match1); in onContactAdded()
128 …int partId0, int index0, boolean match0, int userValue1, int partId1, int index1, boolean match1) { in onContactAdded() argument
129 …ldPoint.getCPtr(cp), cp, userValue0, partId0, index0, match0, userValue1, partId1, index1, match1); in onContactAdded()
144 …0, boolean match0, btCollisionObjectWrapper colObj1Wrap, int partId1, int index1, boolean match1) { in onContactAdded() argument
145 …dex0, match0, btCollisionObjectWrapper.getCPtr(colObj1Wrap), colObj1Wrap, partId1, index1, match1); in onContactAdded()
148 …, int index0, boolean match0, btCollisionObject colObj1, int partId1, int index1, boolean match1) { in onContactAdded() argument
149 …j0, partId0, index0, match0, btCollisionObject.getCPtr(colObj1), colObj1, partId1, index1, match1); in onContactAdded()
[all …]
DContactCache.java106 public void onContactStarted(btPersistentManifold manifold, boolean match0, boolean match1) { in onContactStarted() argument
107 …onContactStarted(swigCPtr, this, btPersistentManifold.getCPtr(manifold), manifold, match0, match1); in onContactStarted()
110 …ontactEnded(btCollisionObject colObj0, boolean match0, btCollisionObject colObj1, boolean match1) { in onContactEnded() argument
111 …sionObject.getCPtr(colObj0), colObj0, match0, btCollisionObject.getCPtr(colObj1), colObj1, match1); in onContactEnded()
DCollisionJNI.java3144 …t partId0, int index0, boolean match0, long colObj1Wrap, int partId1, int index1, boolean match1) { in SwigDirector_ContactListener_onContactAdded__SWIG_3() argument
3145 …, match0, btCollisionObjectWrapper.obtainForArgument(colObj1Wrap, false), partId1, index1, match1); in SwigDirector_ContactListener_onContactAdded__SWIG_3()
3147 …, int partId0, int index0, boolean match0, long colObj1, int partId1, int index1, boolean match1) { in SwigDirector_ContactListener_onContactAdded__SWIG_4() argument
3148 …, partId0, index0, match0, btCollisionObject.getInstance(colObj1, false), partId1, index1, match1); in SwigDirector_ContactListener_onContactAdded__SWIG_4()
3150 …int partId0, int index0, boolean match0, int userValue1, int partId1, int index1, boolean match1) { in SwigDirector_ContactListener_onContactAdded__SWIG_5() argument
3151 …nForArgument(cp, false), userValue0, partId0, index0, match0, userValue1, partId1, index1, match1); in SwigDirector_ContactListener_onContactAdded__SWIG_5()
3162 …t partId0, int index0, boolean match0, long colObj1Wrap, int partId1, int index1, boolean match1) { in SwigDirector_ContactListener_onContactAdded__SWIG_9() argument
3163 …, match0, btCollisionObjectWrapper.obtainForArgument(colObj1Wrap, false), partId1, index1, match1); in SwigDirector_ContactListener_onContactAdded__SWIG_9()
3165 …, int partId0, int index0, boolean match0, long colObj1, int partId1, int index1, boolean match1) { in SwigDirector_ContactListener_onContactAdded__SWIG_10() argument
3166 …, partId0, index0, match0, btCollisionObject.getInstance(colObj1, false), partId1, index1, match1); in SwigDirector_ContactListener_onContactAdded__SWIG_10()
[all …]
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberMatchTest.java34 PhoneNumberMatch match1 = new PhoneNumberMatch(10, "1 800 234 45 67", number); in testValueTypeSemantics() local
37 assertEquals(match1, match2); in testValueTypeSemantics()
38 assertEquals(match1.hashCode(), match2.hashCode()); in testValueTypeSemantics()
39 assertEquals(match1.start(), match2.start()); in testValueTypeSemantics()
40 assertEquals(match1.end(), match2.end()); in testValueTypeSemantics()
41 assertEquals(match1.number(), match2.number()); in testValueTypeSemantics()
42 assertEquals(match1.rawString(), match2.rawString()); in testValueTypeSemantics()
43 assertEquals("1 800 234 45 67", match1.rawString()); in testValueTypeSemantics()
DPhoneNumberMatcherTest.java406 PhoneNumberMatch match1 = new PhoneNumberMatch(5, "650-253-4561", number1); in testMatchesMultiplePhoneNumbersSeparatedByPhoneNumberPunctuation() local
414 assertEquals(match1, matches.next()); in testMatchesMultiplePhoneNumbersSeparatedByPhoneNumberPunctuation()
721 PhoneNumberMatch match1 = new PhoneNumberMatch(5, "033316005", number1); in testSequences() local
731 assertEquals(match1, matches.next()); in testSequences()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.h348 …0, bool match0, btCollisionObjectWrapper const &colObj1Wrap, int partId1, int index1, bool match1);
349 …, int index0, bool match0, btCollisionObject const *colObj1, int partId1, int index1, bool match1);
350 …alue0, int partId0, int index0, bool match0, int userValue1, int partId1, int index1, bool match1);
354 …0, bool match0, btCollisionObjectWrapper const &colObj1Wrap, int partId1, int index1, bool match1);
355 …, int index0, bool match0, btCollisionObject const *colObj1, int partId1, int index1, bool match1);
356 …alue0, int partId0, int index0, bool match0, int userValue1, int partId1, int index1, bool match1);
359 …&cp, btCollisionObject const *colObj0, bool match0, btCollisionObject const *colObj1, bool match1);
360 … onContactProcessed(btManifoldPoint &cp, int userValue0, bool match0, int userValue1, bool match1);
363 …ssed(btCollisionObject const *colObj0, bool match0, btCollisionObject const *colObj1, bool match1);
364 virtual void onContactProcessed(int userValue0, bool match0, int userValue1, bool match1);
[all …]
Dcollision_wrap.cpp4868 …, bool match0, btCollisionObjectWrapper const &colObj1Wrap, int partId1, int index1, bool match1) { in onContactAdded() argument
4898 jmatch1 = (jboolean) match1; in onContactAdded()
4914 … int index0, bool match0, btCollisionObject const *colObj1, int partId1, int index1, bool match1) { in onContactAdded() argument
4944 jmatch1 = (jboolean) match1; in onContactAdded()
4960 …lue0, int partId0, int index0, bool match0, int userValue1, int partId1, int index1, bool match1) { in onContactAdded() argument
4990 jmatch1 = (jboolean) match1; in onContactAdded()
5126 …, bool match0, btCollisionObjectWrapper const &colObj1Wrap, int partId1, int index1, bool match1) { in onContactAdded() argument
5154 jmatch1 = (jboolean) match1; in onContactAdded()
5170 … int index0, bool match0, btCollisionObject const *colObj1, int partId1, int index1, bool match1) { in onContactAdded() argument
5198 jmatch1 = (jboolean) match1; in onContactAdded()
[all …]
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
DContactCacheTest.java43 public void onContactStarted (int userValue0, boolean match0, int userValue1, boolean match1) { in onContactStarted() argument
49 if (match1) { in onContactStarted()
57 public void onContactEnded (int userValue0, boolean match0, int userValue1, boolean match1) { in onContactEnded() argument
63 if (match1) { in onContactEnded()
75 public void onContactStarted (btPersistentManifold manifold, boolean match0, boolean match1) { in onContactStarted() argument
83 if (match1) { in onContactStarted()
91 …ntactEnded (btCollisionObject colObj0, boolean match0, btCollisionObject colObj1, boolean match1) { in onContactEnded() argument
99 if (match1) { in onContactEnded()
DContactCallbackTest2.java29 public void onContactStarted (int userValue0, boolean match0, int userValue1, boolean match1) { in onContactStarted() argument
35 if (match1) { in onContactStarted()
43 public void onContactEnded (int userValue0, boolean match0, int userValue1, boolean match1) { in onContactEnded() argument
49 if (match1) { in onContactEnded()
DContactCallbackTest.java34 public void onContactProcessed (int userValue0, boolean match0, int userValue1, boolean match1) { in onContactProcessed() argument
42 if (match1) { in onContactProcessed()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInformationStore.java110 … Collection match1 = getSigners(new SignerId(selector.getIssuer(), selector.getSerialNumber())); in getSigners() local
112 if (match1 != null) in getSigners()
114 results.addAll(match1); in getSigners()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
DTestCharsetDetector.java772 CharsetMatch match1 = detector1.detect(); in TestFreshDetectorEachTime() local
773 assertEquals("Expected GB18030", "GB18030", match1.getName()); in TestFreshDetectorEachTime()
789 CharsetMatch match1 = detector.detect(); in TestReusingDetector() local
790 assertEquals("Expected GB18030", "GB18030", match1.getName()); in TestReusingDetector()
1159 CharsetMatch match1 = csd1.detect(); in TestBug6954() local
1160 String name1 = match1.getName(); in TestBug6954()
1174 name1 = match1.getName(); in TestBug6954()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
DTestCharsetDetector.java768 CharsetMatch match1 = detector1.detect(); in TestFreshDetectorEachTime() local
769 assertEquals("Expected GB18030", "GB18030", match1.getName()); in TestFreshDetectorEachTime()
785 CharsetMatch match1 = detector.detect(); in TestReusingDetector() local
786 assertEquals("Expected GB18030", "GB18030", match1.getName()); in TestReusingDetector()
1155 CharsetMatch match1 = csd1.detect(); in TestBug6954() local
1156 String name1 = match1.getName(); in TestBug6954()
1170 name1 = match1.getName(); in TestBug6954()
/external/kernel-headers/original/uapi/linux/
Dserial.h85 unsigned char mask1, match1; member
/external/guava/guava/src/com/google/common/base/
DCharMatcher.java517 final char match1,
520 showCharacter(match1) + showCharacter(match2) + "\")";
523 return c == match1 || c == match2;
528 table.set(match1);
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp835 const UCharsetMatch *match1 = ucsdet_detect(csd1, &status); in Ticket6954Test() local
836 const char *name1 = ucsdet_getName(match1, &status); in Ticket6954Test()
852 name1 = ucsdet_getName(match1, &status); in Ticket6954Test()
/external/chromium-trace/catapult/experimental/buildbot/
Dbuildbot.py273 match1 = re.match(r'\s*File "(?P<file>.+)", line (?P<line>[0-9]+), '
277 match = match1 or match2
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DCharMatcher.java494 final char match1,
497 showCharacter(match1) + showCharacter(match2) + "\")";
500 return c == match1 || c == match2;
/external/v8/test/unittests/compiler/
Dnode-matchers-unittest.cc132 BaseWithIndexAndDisplacement32Matcher match1(graph()->NewNode(a_op, b0, b1)); in TEST_F() local
133 CheckBaseWithIndexAndDisplacement(&match1, b1, 0, b0, NULL); in TEST_F()
451 BaseWithIndexAndDisplacement64Matcher match1(graph()->NewNode(a_op, b0, b1)); in TEST_F() local
452 CheckBaseWithIndexAndDisplacement(&match1, b1, 0, b0, NULL); in TEST_F()