HomeSort by relevance Sort by last modified time
    Searched full:actual (Results 901 - 925 of 9217) sorted by null

<<31323334353637383940>>

  /cts/tests/tests/keystore/src/android/keystore/cts/
BlockCipherTestBase.java 182 + ">, actual: <" + actualOutputSize + ">");
192 + input + ">, actual: <" + actualOutputSize + ">");
218 + minExpectedOutputSize + ">, actual: <" + actualOutputSize + ">");
247 + ">, actual: <" + actualOutputSize + ">");
295 + minExpectedOutputSize + ">, actual: <" + actualOutputSize + ">");
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 1151 // being run a second time local to a specific method in order to report only actual leaks
    [all...]
  /art/runtime/gc/
collector_type.h 39 // Heap trimming collector, doesn't do any actual collecting.
  /bionic/libc/kernel/uapi/linux/
virtio_balloon.h 30 __le32 actual; member in struct:virtio_balloon_config
  /bionic/libc/upstream-freebsd/android/include/
freebsd-compat.h 26 * __f will be the actual implementation.
  /build/core/combo/
javac.mk 26 # The actual compiler can be wrapped by setting the JAVAC_WRAPPER var.
  /build/target/product/
verity.mk 23 # metadata table. Actual product deliverables will be re-signed by hand.
  /cts/tests/tests/accounts/common/
Android.mk 35 # Build the actual static library
  /cts/tests/tests/jni/src/android/jni/cts/
JniCTest.java 45 * The native method that does all the actual testing.
JniCppTest.java 45 * The native method that does all the actual testing.
  /cts/tests/tests/util/src/android/util/cts/
RangeTest.java 150 T2 actual) {
152 expected, actual);
156 boolean actual) {
159 expected, actual);
  /dalvik/dx/tests/111-use-null-as-array/
info.txt 13 recover the "true" original meaning at the level of actual opcode
  /dalvik/libdex/
OptInvocation.cpp 137 /* Tack on the file name for the actual cache file path.
159 ssize_t actual; local
171 actual = write(fd, &optHdr, sizeof(optHdr));
172 if (actual != sizeof(optHdr)) {
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java 162 int actual; local
165 actual = zis.read(copyBuf);
166 if (actual == -1)
169 raf.write(copyBuf, 0, actual);
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/model/
MutableMediaMetadata.java 23 * Holder class that encapsulates a MediaMetadata and allows the actual metadata to be modified
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/model/
MutableMediaMetadata.java 23 * Holder class that encapsulates a MediaMetadata and allows the actual metadata to be modified
  /development/ndk/platforms/android-18/samples/MoreTeapots/assets/Shaders/
VS_ShaderPlainES3.vsh 6 //Parameters with %PARAM_NAME% will be replaced to actual parameter at compile time
  /development/ndk/platforms/android-21/include/linux/
virtio_balloon.h 31 __le32 actual; member in struct:virtio_balloon_config
  /development/samples/ApiDemos/res/xml/
advanced_preferences.xml 22 <!-- My custom preference type. This just replaces the actual widget
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/model/
MutableMediaMetadata.java 23 * Holder class that encapsulates a MediaMetadata and allows the actual metadata to be modified
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
OnRowAdditionAnimationListener.java 23 * to prevent unpredictable behaviour during the actual cell animation.
  /device/asus/deb/
device.mk 41 # the actual meat of the device-specific product definition
  /device/asus/flo/
device.mk 36 # the actual meat of the device-specific product definition
  /device/sample/apps/SampleEmailPolicy/
Android.mk 18 # When deploying to an actual device, you must change LOCAL_PACKAGE_NAME to the name desired for
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ParserRuleReturnScope.js 8 * Note text is not an actual property of the return value, it is computed

Completed in 474 milliseconds

<<31323334353637383940>>