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

<<21222324252627282930>>

  /external/icu4c/layout/
TrimmedArrayProcessor2.h 35 * ICU "poor man's RTTI", returns a UClassID for the actual class.
  /external/icu4c/samples/ucnv/
flagcb.h 29 * the actual callback
  /external/icu4c/test/intltest/
tsputil.h 28 // the actual tests; methods return the number of errors
  /external/llvm/test/CodeGen/Thumb2/
thumb2-bcc.ll 4 ; happen and we get actual branches.
  /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/open-vcdiff/
THANKS 7 problems, suggesting various improvements or submitting actual
  /external/proguard/src/proguard/classfile/util/
StringSharer.java 83 // Put the actual class member's name in the class pool.
97 // Put the actual class member's name and type strings in the class
110 // Put the actual class member's name and type strings in the class
124 // Put the actual class's name string in the class pool.
  /external/protobuf/gtest/test/
gtest_env_var_test.py 46 def AssertEq(expected, actual):
47 if expected != actual:
49 print ' Actual: %s' % (actual,)
  /external/skia/src/animator/
thingstodo.txt 3 at these points, generate an error if actual physical stack gets too large
  /external/skia/tools/
CopyTilesRenderer.h 30 * numbering (and actual tiles) will be different.
  /external/valgrind/main/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/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
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 229 unsigned actual = desired; local
230 if (track->mAvail < actual) {
231 actual = track->mAvail;
233 // force actual to be a frame multiple
234 if (actual > 0) {
243 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) {
249 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) {
257 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) {
263 memcpy(dstWriter, track->mReader, actual);
268 dstWriter = (char *) dstWriter + actual;
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementretrieveallattributes.java 67 java.util.Collection actual = new java.util.ArrayList(); local
83 actual.add(attributeName);
87 assertEqualsIgnoreCase("htmlAttributeNames", htmlExpected, actual);
89 assertEqualsIgnoreCase("attributeNames", expected, actual);
  /ndk/sources/third_party/googletest/googletest/test/
gtest_env_var_test.py 48 def AssertEq(expected, actual):
49 if expected != actual:
51 print ' Actual: %s' % (actual,)
  /packages/apps/Email/src/com/android/email/service/
EmailBroadcastReceiver.java 24 * The broadcast receiver. The actual job is done in EmailBroadcastProcessor on a worker thread.
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
SimpleIcsWriterTests.java 48 final String actual = Utility.fromUtf8(ics.getBytes()); local
54 , actual);
102 final String actual = Utility.fromUtf8(bytes); local
103 final String unfolded = actual.replace("\r\n\t", "");

Completed in 855 milliseconds

<<21222324252627282930>>