HomeSort by relevance Sort by last modified time
    Searched defs:mismatch (Results 1 - 10 of 10) sorted by null

  /external/webkit/JavaScriptCore/runtime/
PropertyDescriptor.cpp 170 unsigned mismatch = other.m_attributes ^ m_attributes; local
172 if (sharedSeen & WritablePresent && mismatch & ReadOnly)
174 if (sharedSeen & ConfigurablePresent && mismatch & DontDelete)
176 if (sharedSeen & EnumerablePresent && mismatch & DontEnum)
183 unsigned mismatch = other.m_attributes ^ m_attributes; local
186 if (sharedSeen & WritablePresent && mismatch & ReadOnly)
188 if (sharedSeen & ConfigurablePresent && mismatch & DontDelete)
190 if (sharedSeen & EnumerablePresent && mismatch & DontEnum)
  /external/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
522 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
536 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
  /ndk/sources/android/stlport/stlport/stl/
_algobase.h 518 // equal and mismatch
522 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
536 _STLP_STD::pair<_InputIter1, _InputIter2> mismatch(_InputIter1 __first1, function
  /external/blktrace/
blkiomon.c 104 static long leftover = 0, driverdata = 0, match = 0, mismatch = 0, sequence = 0; variable
425 dump_bits(t_old, t_young, "mismatch");
426 mismatch++;
591 fprintf(debug.fp, "%ld leftover, %ld match, %ld mismatch, "
593 leftover, match, mismatch, driverdata, sequence);
  /libcore/luni/src/main/java/java/util/
Formatter.java 1371 String mismatch = null; local
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 1281 int mismatch = 0; local
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cbiditst.c 543 log_err("Mismatch between getLogicalMap() and getVisualIndex()\n");
591 log_err("Mismatch between getVisualMap() and getLogicalIndex()\n");
3582 UBool mismatch, testOK = TRUE; local
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 543 log_err("Mismatch between getLogicalMap() and getVisualIndex()\n");
591 log_err("Mismatch between getVisualMap() and getLogicalIndex()\n");
3594 UBool mismatch, testOK = TRUE; local
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 82 milliseconds