HomeSort by relevance Sort by last modified time
    Searched defs:max2 (Results 1 - 15 of 15) sorted by null

  /external/stlport/test/unit/
max_test.cpp 17 CPPUNIT_TEST(max2);
24 void max2();
45 void MaxTest::max2() function in class:MaxTest
  /ndk/tests/device/test-gnustl-full/unit/
max_test.cpp 17 CPPUNIT_TEST(max2);
24 void max2();
45 void MaxTest::max2() function in class:MaxTest
  /ndk/tests/device/test-stlport/unit/
max_test.cpp 17 CPPUNIT_TEST(max2);
24 void max2();
45 void MaxTest::max2() function in class:MaxTest
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_ol.cpp 735 Word16 max1, max2, max3;
846 i, j, &max2, &rmax2, &r02, dtx);
859 i, j, &max2, dtx);
882 if (sub (mult (max1, THRESHOLD), max2) < 0)
884 max1 = max2;
955 Word16 max2; local
    [all...]
  /external/aac/libSBRenc/src/
sbrenc_freq_sca.cpp 606 INT max1,max2; local
617 max2=num_master;
619 ( (max1+1) < max2) )
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 321 int max2 = 0; local
336 } else if ((i > houghHeight / 2) && (houghAngleSum[i] > max2)) {
337 max2 = houghAngleSum[i];
    [all...]
  /external/apache-harmony/math/src/test/java/tests/api/java/math/
BigDecimalTest.java 419 BigDecimal max2 = new BigDecimal(value2, 4); local
420 assertTrue("1233456000.0 is not greater than 1233456", max1.max(max2)
423 max2 = new BigDecimal(-1.2245D);
424 assertTrue("-1.224 is not greater than -1.2245", max1.max(max2).equals(
427 max2 = new BigDecimal(123E19);
428 assertTrue("123E19 is the not the max", max1.max(max2).equals(max2));
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 561 static int max2(int[] a, int valueIfEmpty) { method in class:GridLayout
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 541 static int max2(int[] a, int valueIfEmpty) { method in class:GridLayout
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 1236 milliseconds