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

<<21222324252627282930>>

  /external/icu/icu4c/source/test/intltest/
tsputil.h 28 // the actual tests; methods return the number of errors
  /external/libxml2/result/SVG/
private.xml 16 <!-- In here would be the actual graphics elements which
  /external/libxml2/test/SVG/
private.xml 17 <!-- In here would be the actual graphics elements which
  /external/llvm/test/CodeGen/Thumb2/
thumb2-bcc.ll 4 ; happen and we get actual branches.
  /external/llvm/test/Linker/Inputs/
mdlocation.ll 7 !4 = distinct !MDSubprogram() ; Test actual remapping.
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
AnnotationVisitor.java 46 * @param value the actual value, whose type must be {@link Byte},
61 * @param value the actual enumeration value.
70 * @return a visitor to visit the actual nested annotation value, or
85 * @return a visitor to visit the actual array value elements, or
  /external/mockito/src/org/mockito/internal/invocation/
InvocationMatcher.java 59 public boolean matches(Invocation actual) {
60 return invocation.getMock().equals(actual.getMock())
61 && hasSameMethod(actual)
62 && new ArgumentsComparator().argumentsMatch(this, actual);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleTrackNumberBox.java 16 * @param track the actual track number
  /external/protobuf/gtest/test/
gtest_env_var_test.py 48 def AssertEq(expected, actual):
49 if expected != actual:
51 print ' Actual: %s' % (actual,)
  /external/selinux/libsepol/cil/test/unit/
CuTest.h 86 const char* expected, const char* actual);
89 int expected, int actual);
92 double expected, double actual, double delta);
95 void* expected, void* actual);
  /external/skia/platform_tools/android/bin/utils/
setup_adb.sh 34 echo " Actual ADB Version: ${ADB_VERSION}"
  /external/skia/src/animator/
thingstodo.txt 3 at these points, generate an error if actual physical stack gets too large
  /external/skia/src/core/
SkRecordOpts.h 16 // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
  /external/strace/tests/
count.test 21 echo 'Actual output:'
  /external/valgrind/exp-sgcheck/tests/
hsg.stderr.exp 55 <auxwhat>Address 0x........ expected vs actual:</auxwhat>
57 <auxwhat>Actual: unknown</auxwhat>
91 <auxwhat>Address 0x........ expected vs actual:</auxwhat>
93 <auxwhat>Actual: unknown</auxwhat>
  /frameworks/base/packages/CaptivePortalLogin/res/values-ro/
strings.xml 5 <string name="action_use_network" msgid="6076184727448466030">"Utiliza?i aceast? re?ea în starea actual?"</string>
  /frameworks/base/services/core/java/com/android/server/display/
DisplayBlanker.java 20 * Interface used to update the actual display state.
  /frameworks/base/tests/RenderScriptTests/MiscSamples/res/raw/
shader2movev.glsl 5 // This is where actual shader code begins
shaderv.glsl 7 // This is where actual shader code begins
  /frameworks/base/tests/RenderScriptTests/PerfTest/res/raw/
shader2movev.glsl 5 // This is where actual shader code begins
shaderv.glsl 7 // This is where actual shader code begins
  /frameworks/native/include/media/editor/
II420ColorConverter.h 47 * @param decoderRect (IN) The rectangle of the actual frame, as
76 * @param encoderRect (IN) Rect coordinates of the actual frame inside
92 * based on the actual I420 frame width and height.
103 * @param encoderRect (OUT) Rect coordinates of the actual frame inside
  /frameworks/native/opengl/tests/testViewport/
README 18 Actual: screen is blue with offset white rectangle.
  /frameworks/opt/vcard/java/com/android/vcard/exception/
VCardInvalidCommentLineException.java 21 * both vCard 2.1 and vCard 3.0 does not allow such line, but some actual exporter emit
VCardInvalidLineException.java 20 * both vCard 2.1 and vCard 3.0 does not allow such line, but some actual exporter emit

Completed in 349 milliseconds

<<21222324252627282930>>