Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/code/game/
H A DAI_BobaFett.cpp257 vec3_t testDirection; in Boba_DustFallNear() local
264 testDirection[0] = (Q_flrand(0.0f, 1.0f) * 2.0f) - 1.0f; in Boba_DustFallNear()
265 testDirection[1] = (Q_flrand(0.0f, 1.0f) * 2.0f) - 1.0f; in Boba_DustFallNear()
266 testDirection[2] = 1.0f; in Boba_DustFallNear()
268 VectorMA(origin, 1000.0f, testDirection, testEndPos); in Boba_DustFallNear()
1183 vec3_t testDirection; in Boba_Flee() local
1194 testDirection[0] = (Q_flrand(0.0f, 1.0f) * 0.5f) - 1.0f; in Boba_Flee()
1195 testDirection[0] += (testDirection[0]>0.0f)?(0.5f):(-0.5f); in Boba_Flee()
1196 testDirection[1] = (Q_flrand(0.0f, 1.0f) * 0.5f) - 1.0f; in Boba_Flee()
1197 testDirection[1] += (testDirection[1]>0.0f)?(0.5f):(-0.5f); in Boba_Flee()
[all …]
H A Dg_combat.cpp6164 vec3_t testDirection; in G_Damage() local
6171 testDirection[0] = (Q_flrand(0.0f, 1.0f) * 0.5f) - 0.25f; in G_Damage()
6172 testDirection[1] = (Q_flrand(0.0f, 1.0f) * 0.5f) - 0.25f; in G_Damage()
6173 testDirection[2] = 1.0f; in G_Damage()
6174 VectorMA(targ->currentOrigin, 60.0f, testDirection, testStartPos); in G_Damage()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/Bidi/
H A DBug7042148.java39 testDirection(); in main()
48 private static void testDirection() { in testDirection() method in Bug7042148
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/Bidi/
H A DBug7042148.java39 testDirection(); in main()
48 private static void testDirection() { in testDirection() method in Bug7042148
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/text/Bidi/
H A DBug7042148.java39 testDirection(); in main()
48 private static void testDirection() { in testDirection() method in Bug7042148
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/text/Bidi/
H A DBug7042148.java39 testDirection(); in main()
48 private static void testDirection() { in testDirection() method in Bug7042148
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/text/Bidi/
H A DBug7042148.java39 testDirection(); in main()
48 private static void testDirection() { in testDirection() method in Bug7042148
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/text/Bidi/
H A DBug7042148.java39 testDirection(); in main()
48 private static void testDirection() { in testDirection() method in Bug7042148
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/text/Bidi/
H A DBug7042148.java39 testDirection(); in main()
48 private static void testDirection() { in testDirection() method in Bug7042148
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/text/Bidi/
H A DBug7042148.java39 testDirection(); in main()
48 private static void testDirection() { in testDirection() method in Bug7042148
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/text/Bidi/
H A DBug7042148.java38 testDirection(); in main()
47 private static void testDirection() { in testDirection() method in Bug7042148
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/text/Bidi/
H A DBug7042148.java38 testDirection(); in main()
47 private static void testDirection() { in testDirection() method in Bug7042148
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/
H A Dtest_virtual_desktops.cpp86 void testDirection(const QString &actionName);
273 void TestVirtualDesktops::testDirection(const QString &actionName) in testDirection() function in TestVirtualDesktops
309 testDirection<DesktopNext>(QStringLiteral("Switch to Next Desktop")); in next()
326 testDirection<DesktopPrevious>(QStringLiteral("Switch to Previous Desktop")); in previous()
351 testDirection<DesktopLeft>(QStringLiteral("Switch One Desktop to the Left")); in left()
376 testDirection<DesktopRight>(QStringLiteral("Switch One Desktop to the Right")); in right()
397 testDirection<DesktopAbove>(QStringLiteral("Switch One Desktop Up")); in above()
418 testDirection<DesktopBelow>(QStringLiteral("Switch One Desktop Down")); in below()
H A Dtest_gestures.cpp25 void testDirection();
113 void GestureTest::testDirection() in testDirection() function in GestureTest
/dports/www/drupal8/drupal-8.9.20/core/modules/language/tests/src/Unit/
H A DConfigurableLanguageUnitTest.php20 public function testDirection() { function in Drupal\\Tests\\language\\Unit\\ConfigurableLanguageUnitTest
/dports/www/drupal9/drupal-9.2.10/core/modules/language/tests/src/Unit/
H A DConfigurableLanguageUnitTest.php20 public function testDirection() { function in Drupal\\Tests\\language\\Unit\\ConfigurableLanguageUnitTest
/dports/games/palapeli/palapeli-21.12.3/src/engine/
H A Dtriggermapper.cpp162 const bool testDirection = (trigger.wheelDirection() == orientation); in testTrigger() local
163 if (testModifiers && checkDirection && testDirection) in testTrigger()
/dports/games/gogui/gogui-1.4.10/test/junit/src/net/sf/gogui/go/
H A DGoPointTest.java27 public void testDirection() in testDirection() method in GoPointTest
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/resourceloader/
H A DResourceLoaderContextTest.php107 public function testDirection( array $params, $expected ) {
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/resourceloader/
H A DResourceLoaderContextTest.php107 public function testDirection( array $params, $expected ) { function in ResourceLoaderContextTest
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/resourceloader/
H A DResourceLoaderContextTest.php107 public function testDirection( array $params, $expected ) { function in ResourceLoaderContextTest
/dports/devel/icu/icu/source/test/intltest/
H A Dlocalematchertest.cpp63 void testDirection();
89 TESTCASE_AUTO(testDirection); in runIndexedTest()
355 void LocaleMatcherTest::testDirection() { in testDirection() function in LocaleMatcherTest
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dlocalematchertest.cpp63 void testDirection();
89 TESTCASE_AUTO(testDirection); in runIndexedTest()
355 void LocaleMatcherTest::testDirection() { in testDirection() function in LocaleMatcherTest