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

  /frameworks/compile/mclinker/include/mcld/ADT/
Flags.h 20 Flags(const Flags& pOther) : m_Data(pOther.m_Data) {}
41 Flags& operator=(Flags pOther) {
42 m_Data = pOther.m_Data;
46 Flags operator^(Flags pOther) const { return Flags(m_Data ^ pOther.m_Data); }
48 Flags operator^(Enum pOther) const { return Flags(m_Data ^ pOther); }
50 Flags& operator^=(Flags pOther) {
51 m_Data ^= pOther.m_Data
    [all...]
TreeBase.h 88 NodeBase* pOther) {
89 this->m_pNode->left = pOther;
94 NodeBase* pOther) {
95 this->m_pNode->right = pOther;
  /frameworks/compile/mclinker/include/mcld/MC/
InputAction.h 34 bool operator<(const InputAction& pOther) const {
35 return (position() < pOther.position());
  /external/pdfium/fxbarcode/qrcode/
BC_QRCoderBitVector.cpp 90 const auto* pOther = other->GetArray();
92 m_array[i] ^= pOther[i];
  /tools/loganalysis/tests/src/com/android/loganalysis/util/
RegexTrieTest.java 242 Pattern pOther = Pattern.compile("other");
245 CompPattern cpOther = new CompPattern(pOther);
257 assertNotEquals(cp2, pOther);
267 Pattern pOther = Pattern.compile("other");
270 CompPattern cpOther = new CompPattern(pOther);
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
RegexTrieTest.java 242 Pattern pOther = Pattern.compile("other");
245 CompPattern cpOther = new CompPattern(pOther);
257 assertNotEquals(cp2, pOther);
267 Pattern pOther = Pattern.compile("other");
270 CompPattern cpOther = new CompPattern(pOther);
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 114 void ResolveInfo::setOther(uint32_t pOther) {
115 setVisibility(static_cast<ResolveInfo::Visibility>(pOther & 0x3));
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 102 void setOther(uint32_t pOther);
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 283 milliseconds