HomeSort by relevance Sort by last modified time
    Searched full:actual (Results 1426 - 1450 of 10182) sorted by null

<<51525354555657585960>>

  /packages/apps/Exchange/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 126 private static void checkNotificationEmailAddresses(String actual, Account[] baseAccounts,
128 // Build and sort actual string array.
129 final String[] actualArray = TextUtils.split(actual, " ");
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
HermiteInterpolatorTests.java 33 private static void assertFloatEquals(final String message, float expected, float actual) {
34 if (Math.abs(expected - actual) >= EPSLION) {
35 fail(String.format("%s expected:<%s> but was:<%s>", message, expected, actual));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 11 See module py_compile for details of the actual byte-compilation.
93 actual = chandle.read(8)
94 if expect == actual:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 11 See module py_compile for details of the actual byte-compilation.
93 actual = chandle.read(8)
94 if expect == actual:
  /art/compiler/sea_ir/ir/
visitor.h 62 // Note: This flavor of visitor separates the traversal functions from the actual visiting part
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorTestOperations/
VerifyJitteringOperation.java 88 "expected:%dns(%d%%), actual:%fns(%.2f%%)",
VerifyMaximumFrequencyOperation.java 88 "expected:%dns(%.2fHz), actual:%fns(%.2fHz), threshold:%dns(%d%%)",
VerifyMeasurementsOperation.java 90 "expected:( %s), threshold:%f, actual: ( %s)",
VerifyNormOperation.java 75 "expected:%f, threshold:%f, actual:%f ( %s)",
VerifyStandardDeviationOperation.java 75 "axis:%d, expected:%f, actual:%f",
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
ConstantPool.java 27 * always at least one more than the actual size of the constant pool,
  /dalvik/dx/src/com/android/dx/cf/iface/
ParseObserver.java 54 * @param member {@code non-null;} the actual member that was parsed
  /dalvik/dx/src/com/android/dx/rop/cst/
ConstantPool.java 27 * always at least one more than the actual size of the constant pool,
  /dalvik/libdex/
DexCatch.cpp 50 /* Helper for dexFindCatchHandlerOffset(), which does an actual search
  /dalvik/vm/
Native.h 71 * DalvikBridgeFunc, because it takes the place of the actual function
  /dalvik/vm/analysis/
DexPrepare.cpp 515 * Do the actual optimization. This is executed in the dexopt process.
1178 ssize_t actual; local
1519 ssize_t actual; local
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_CHECK_CAST.S 46 ldr r0, [r9, #offObject_clazz] @ r0<- obj->clazz (actual class)
  /development/ndk/platforms/android-9/include/android/
native_window.h 52 // The actual bits.
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
Player.java 27 * seek, etc. Used by PlaybackManager as a backend to handle actual playback
  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionService.java 31 * no actual voice recognition. It just immediately returns fake recognition results.
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProviderContract.java 10 * and so forth, without having to know the actual values.
  /external/antlr/antlr-3.4/runtime/C/doxygen/
generate.dox 50 /// Makefile what the grammar files generates, irrespective of its suffix. ANTLR does not care about the actual suffix you use for
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3string.h 64 * Note that the actual allocation (->size)
235 * point at 8 bit characters which must be converted on the fly to the encoding of the actual string.
246 * point to 8 bit characters regardless of the actual encoding of the string. The 8 bit characters
247 * will be converted to the actual string encoding on the fly.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ParserRuleReturnScope.java 39 * Note text is not an actual property of the return value, it is computed
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
RuleClosureTransition.java 33 * really: the actual transition target and the state following the

Completed in 679 milliseconds

<<51525354555657585960>>