HomeSort by relevance Sort by last modified time
    Searched refs:Identical (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/include/fpdfapi/
fpdf_objects.h 128 FX_BOOL Identical(CPDF_Boolean* pOther) const
174 FX_BOOL Identical(CPDF_Number* pOther) const;
251 FX_BOOL Identical(CPDF_String* pOther) const
306 FX_BOOL Identical(CPDF_Name* pOther) const
407 FX_BOOL Identical(CPDF_Array* pOther) const;
521 FX_BOOL Identical(CPDF_Dictionary* pDict) const;
559 FX_BOOL Identical(CPDF_Stream* pOther) const;
737 FX_BOOL Identical(CPDF_Reference* pOther) const
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_objects.cpp 223 return (((CPDF_Boolean*)this)->Identical((CPDF_Boolean*)pOther));
225 return (((CPDF_Number*)this)->Identical((CPDF_Number*)pOther));
227 return (((CPDF_String*)this)->Identical((CPDF_String*)pOther));
229 return (((CPDF_Name*)this)->Identical((CPDF_Name*)pOther));
231 return (((CPDF_Array*)this)->Identical((CPDF_Array*)pOther));
233 return (((CPDF_Dictionary*)this)->Identical((CPDF_Dictionary*)pOther));
237 return (((CPDF_Stream*)this)->Identical((CPDF_Stream*)pOther));
239 return (((CPDF_Reference*)this)->Identical((CPDF_Reference*)pOther));
390 FX_BOOL CPDF_Number::Identical(CPDF_Number* pOther) const
588 FX_BOOL CPDF_Array::Identical(CPDF_Array* pOther) const
    [all...]
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 127 5: 'Identical Languages',
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
bytes.pxd 69 # Identical to PyBytes_FromFormat() except that it takes exactly two arguments.
string.pxd 69 # Identical to PyString_FromFormat() except that it takes exactly two arguments.
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
309 Change the third paragraph (page 176) to say (spec changes identical
318 Change first paragraph to say (spec changes identical to
331 Change the second paragraph (page 177) to say (spec changes identical
341 identical to EXT_texture_array):
372 Change section (page 180) to say (spec changes identical to
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 163 Change the first paragraph (page 150) to say (spec changes identical to
179 Change the fourth paragraph on page 151 to say (spec changes identical
190 Change the fourth paragraph on page 156 to say (spec changes identical
228 Change the second paragraph (page 159) (spec changes identical
246 Change the last paragraph on page 160 to say (spec changes identical
309 Change the third paragraph (page 176) to say (spec changes identical
318 Change first paragraph to say (spec changes identical to
331 Change the second paragraph (page 177) to say (spec changes identical
341 identical to EXT_texture_array):
372 Change section (page 180) to say (spec changes identical to
    [all...]

Completed in 154 milliseconds