HomeSort by relevance Sort by last modified time
    Searched refs:MILLION (Results 1 - 12 of 12) sorted by null

  /external/linux-kselftest/tools/testing/selftests/timers/
adjtick.c 33 #define MILLION 1000000
110 eppm = (delta1*MILLION)/delta2 - MILLION;
134 ppm = ((long long)tickval * MILLION)/systick - MILLION;
138 printf("%lld usec, %lld ppm", systick + (systick * eppm / MILLION), eppm);
  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarVendorExtensionManagerTest.java 76 private static final int MILLION = 1000 * 1000;
171 byte[] expectedData = new byte[2 * MILLION];
192 String expectedString = generateRandomString(2 * MILLION,
  /system/core/healthd/
BatteryMonitor.cpp 45 #define MILLION 1.0e6
282 double power = ((double)ChargingCurrent / MILLION) *
283 ((double)ChargingVoltage / MILLION);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 133 private final static int MILLION = 1000000;
198 + ((System.nanoTime() - startCrunchTime)/MILLION) + "ms"; //$NON-NLS-1$
297 + ((System.nanoTime() - startPackageTime)/MILLION) + "ms"; //$NON-NLS-1$
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 48 #define MILLION 1000000
  /external/vulkan-validation-layers/demos/
cube.c 62 #define MILLION 1000000L
557 if ((diff >= (2 * MILLION)) && (margin >= (2 * MILLION))) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.2.2/
jackson-core-2.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.6/
jackson-core-2.6.6.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.23.0/
google-api-java-client-min-repackaged-1.23.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 352 milliseconds