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

  /external/webkit/Source/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)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algobase.h 50 // NB: equal and lexicographical_compare require mismatch.
55 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2, function in namespace:std::__parallel
57 { return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2); }
63 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2, function in namespace:std::__parallel
65 { return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2, pred); }
74 { return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2, pred); }
76 // Parallel mismatch for random access iterators
93 return _GLIBCXX_STD_P::mismatch(begin1, end1, begin2, pred);
99 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2) function in namespace:std::__parallel
118 mismatch(InputIterator1 begin1, InputIterator1 end1, InputIterator2 begin2 function in namespace:std::__parallel
    [all...]
  /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/cxx-stl/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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algobase.h 1090 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1128 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 1090 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1128 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/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
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 1090 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1128 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/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
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algobase.h 1090 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
1128 mismatch(_InputIterator1 __first1, _InputIterator1 __last1, function
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/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 1338 String mismatch = null; local
    [all...]
  /dalvik/tools/dmtracedump/
TraceDump.c 1208 int mismatch = 0 local
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 546 log_err("Mismatch between getLogicalMap() and getVisualIndex()\n");
594 log_err("Mismatch between getVisualMap() and getLogicalIndex()\n");
3716 UBool mismatch, testOK = TRUE; local
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 813 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch");
5686 bool mismatch = true; local
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 578 milliseconds