Home
last modified time | relevance | path

Searched refs:mAtom (Results 1 – 25 of 76) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsIdentifierMapEntry.h57 : mAtom(aOther.mAtom), mString(aOther.mString) {} in AtomOrString()
60 : mAtom(aOther.mAtom.forget()), mString(aOther.mString) {} in AtomOrString()
62 RefPtr<nsAtom> mAtom; member
75 if (mKey.mAtom) { in GetKeyAsString()
76 return nsAtomString(mKey.mAtom); in GetKeyAsString()
83 if (mKey.mAtom) { in KeyEquals()
84 if (aOtherKey->mAtom) { in KeyEquals()
85 return mKey.mAtom == aOtherKey->mAtom; in KeyEquals()
88 return mKey.mAtom->Equals(aOtherKey->mString); in KeyEquals()
91 if (aOtherKey->mAtom) { in KeyEquals()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DIdentifierMapEntry.h63 : mAtom(aAtom), mString(nullptr) {} in DependentAtomOrString()
68 nsAtom* mAtom; member
80 if (mKey.mAtom) { in GetKeyAsString()
81 return nsAtomString(mKey.mAtom); in GetKeyAsString()
88 if (mKey.mAtom) { in KeyEquals()
89 if (aOtherKey->mAtom) { in KeyEquals()
90 return mKey.mAtom == aOtherKey->mAtom; in KeyEquals()
96 if (aOtherKey->mAtom) { in KeyEquals()
106 return aKey->mAtom ? aKey->mAtom->hash() : HashString(*aKey->mString); in HashKey()
208 : mAtom(aOther.mAtom), in OwningAtomOrString()
[all …]
/dports/www/firefox/firefox-99.0/dom/base/
H A DIdentifierMapEntry.h63 : mAtom(aAtom), mString(nullptr) {} in DependentAtomOrString()
68 nsAtom* mAtom; member
80 if (mKey.mAtom) { in GetKeyAsString()
81 return nsAtomString(mKey.mAtom); in GetKeyAsString()
88 if (mKey.mAtom) { in KeyEquals()
89 if (aOtherKey->mAtom) { in KeyEquals()
90 return mKey.mAtom == aOtherKey->mAtom; in KeyEquals()
96 if (aOtherKey->mAtom) { in KeyEquals()
106 return aKey->mAtom ? aKey->mAtom->hash() : HashString(*aKey->mString); in HashKey()
208 : mAtom(aOther.mAtom), in OwningAtomOrString()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DIdentifierMapEntry.h63 : mAtom(aAtom), mString(nullptr) {} in DependentAtomOrString()
68 nsAtom* mAtom; member
80 if (mKey.mAtom) { in GetKeyAsString()
81 return nsAtomString(mKey.mAtom); in GetKeyAsString()
88 if (mKey.mAtom) { in KeyEquals()
89 if (aOtherKey->mAtom) { in KeyEquals()
90 return mKey.mAtom == aOtherKey->mAtom; in KeyEquals()
96 if (aOtherKey->mAtom) { in KeyEquals()
106 return aKey->mAtom ? aKey->mAtom->hash() : HashString(*aKey->mString); in HashKey()
208 : mAtom(aOther.mAtom), in OwningAtomOrString()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DIdentifierMapEntry.h63 : mAtom(aAtom), mString(nullptr) {} in DependentAtomOrString()
68 nsAtom* mAtom; member
80 if (mKey.mAtom) { in GetKeyAsString()
81 return nsAtomString(mKey.mAtom); in GetKeyAsString()
88 if (mKey.mAtom) { in KeyEquals()
89 if (aOtherKey->mAtom) { in KeyEquals()
90 return mKey.mAtom == aOtherKey->mAtom; in KeyEquals()
96 if (aOtherKey->mAtom) { in KeyEquals()
106 return aKey->mAtom ? aKey->mAtom->hash() : HashString(*aKey->mString); in HashKey()
208 : mAtom(aOther.mAtom), in OwningAtomOrString()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DServoDeclarationBlock.cpp36 mAtom = NS_Atomize( in PropertyAtomHolder()
41 mAtom = nsCSSProps::AtomForProperty(propID); in PropertyAtomHolder()
43 mAtom = nullptr; in PropertyAtomHolder()
51 NS_RELEASE(mAtom); in ~PropertyAtomHolder()
55 explicit operator bool() const { return !!mAtom; } in operator bool()
56 nsIAtom* Atom() const { MOZ_ASSERT(mAtom); return mAtom; } in Atom()
60 nsIAtom* mAtom; member in mozilla::PropertyAtomHolder
H A DnsCSSPseudoElements.cpp84 if (*CSSPseudoElements_info[i].mAtom == aAtom) { in GetPseudoType()
112 static_cast<CSSPseudoElementTypeBase>(aType)].mAtom; in GetPseudoAtom()
H A DnsCSSPseudoClasses.cpp109 (*CSSPseudoClasses_info[idx].mAtom)->ToString(aString); in PseudoTypeToString()
116 if (*CSSPseudoClasses_info[i].mAtom == aAtom) { in GetPseudoType()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/ds/
H A DnsAtomTable.cpp305 nsIAtom* MOZ_NON_OWNING_REF mAtom; member
341 nsIAtom* atom = entry->mAtom; in AtomTableClearEntry()
487 StaticAtomEntry(const StaticAtomEntry& aOther) : mAtom(aOther.mAtom) {} in StaticAtomEntry()
496 return mAtom->Equals(*aKey); in KeyEquals()
509 StaticAtom* MOZ_OWNING_REF mAtom; member in StaticAtomEntry
628 nsIAtom* atom = he->mAtom; in RegisterStaticAtoms()
642 he->mAtom = atom; in RegisterStaticAtoms()
670 if (he->mAtom) { in NS_Atomize()
683 he->mAtom = atom; in NS_Atomize()
703 if (he->mAtom) { in NS_Atomize()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsAtomTable.cpp329 nsAtom* atom = entry->mAtom; in AtomTableClearEntry()
625 if (he->mAtom) { in RegisterStaticAtoms()
639 he->mAtom = atom; in RegisterStaticAtoms()
662 if (he->mAtom) { in Atomize()
675 he->mAtom = atom; in Atomize()
697 if (he->mAtom) { in Atomize()
704 he->mAtom = atom; in Atomize()
736 if (he->mAtom) { in AtomizeMainThread()
737 retVal = he->mAtom; in AtomizeMainThread()
740 he->mAtom = newAtom; in AtomizeMainThread()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/ds/
H A DnsAtomTable.cpp290 entry->mAtom = nullptr; in AtomTableClearEntry()
417 nsAtom* atom = entry->mAtom; in GCLocked()
525 if (he->mAtom) { in RegisterStaticAtoms()
560 if (he->mAtom) { in Atomize()
569 he->mAtom = atom; in Atomize()
590 if (he->mAtom) { in Atomize()
597 he->mAtom = atom; in Atomize()
622 if (he->mAtom) { in AtomizeMainThread()
623 retVal = he->mAtom; in AtomizeMainThread()
627 he->mAtom = newAtom; in AtomizeMainThread()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/ds/
H A DnsAtomTable.cpp289 entry->mAtom = nullptr; in AtomTableClearEntry()
416 nsAtom* atom = entry->mAtom; in GCLocked()
524 if (he->mAtom) { in RegisterStaticAtoms()
559 if (he->mAtom) { in Atomize()
568 he->mAtom = atom; in Atomize()
589 if (he->mAtom) { in Atomize()
596 he->mAtom = atom; in Atomize()
621 if (he->mAtom) { in AtomizeMainThread()
622 retVal = he->mAtom; in AtomizeMainThread()
626 he->mAtom = newAtom; in AtomizeMainThread()
[all …]
/dports/www/firefox/firefox-99.0/xpcom/ds/
H A DnsAtomTable.cpp289 entry->mAtom = nullptr; in AtomTableClearEntry()
416 nsAtom* atom = entry->mAtom; in GCLocked()
524 if (he->mAtom) { in RegisterStaticAtoms()
559 if (he->mAtom) { in Atomize()
568 he->mAtom = atom; in Atomize()
589 if (he->mAtom) { in Atomize()
596 he->mAtom = atom; in Atomize()
621 if (he->mAtom) { in AtomizeMainThread()
622 retVal = he->mAtom; in AtomizeMainThread()
626 he->mAtom = newAtom; in AtomizeMainThread()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/ds/
H A DnsAtomTable.cpp289 entry->mAtom = nullptr; in AtomTableClearEntry()
416 nsAtom* atom = entry->mAtom; in GCLocked()
524 if (he->mAtom) { in RegisterStaticAtoms()
559 if (he->mAtom) { in Atomize()
568 he->mAtom = atom; in Atomize()
589 if (he->mAtom) { in Atomize()
596 he->mAtom = atom; in Atomize()
621 if (he->mAtom) { in AtomizeMainThread()
622 retVal = he->mAtom; in AtomizeMainThread()
626 he->mAtom = newAtom; in AtomizeMainThread()
[all …]
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftb/
H A Dperiodic.F90355 integer :: mAtom local
375 mAtom = size(coord, dim=2)
379 @:ASSERT(nAtom <= mAtom)
436 mAtom = incrmntOfArray(mAtom)
563 integer :: mAtom local
567 mAtom = size(img2CentCell)
573 mAtom = min(mAtom,mNewAtom)
578 img2CentCell(:mAtom) = tmpIntR1(:mAtom)
583 iCellVec(:mAtom) = tmpIntR1(:mAtom)
587 coord(:, :mAtom) = tmpRealR2(:, :mAtom)
[all …]
/dports/science/cdk/cdk-cdk-2.3/legacy/src/main/java/org/openscience/cdk/ringsearch/
H A DFiguerasSSSRFinder.java188 IAtom node, neighbor, mAtom; in getRing() local
220 mAtom = (IAtom) mAtoms.get(f); in getRing()
221 …if (!mAtom.equals(((List) node.getProperty(PATH)).get(((List<IAtom>) node.getProperty(PATH)).size(… in getRing()
222 if (((List) mAtom.getProperty(PATH)).size() > 0) { in getRing()
223 … intersection = getIntersection((List) node.getProperty(PATH), (List) mAtom.getProperty(PATH)); in getRing()
229 logger.debug("path2 ", ((List) mAtom.getProperty(PATH))); in getRing()
232 … ring = getUnion((List) node.getProperty(PATH), (List) mAtom.getProperty(PATH)); in getRing()
239mAtom.setProperty(PATH, new ArrayList<IAtom>((List<IAtom>) node.getProperty(PATH))); in getRing()
240 ((List<IAtom>) mAtom.getProperty(PATH)).add(mAtom); in getRing()
243 queue.push(mAtom); in getRing()
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DDOMString.h153 MOZ_ASSERT(mAtom, "We better have an atom if we claim to"); in Atom()
154 return mAtom; in Atom()
204 MOZ_ASSERT(!mAtom, "Setting atom twice?"); in SetKnownLiveAtom()
213 mAtom = aAtom->AsDynamic(); in SetKnownLiveAtom()
264 mAtom->ToString(aString); in ToString()
322 "assertions") mAtom;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DDOMString.h153 MOZ_ASSERT(mAtom, "We better have an atom if we claim to"); in Atom()
154 return mAtom; in Atom()
204 MOZ_ASSERT(!mAtom, "Setting atom twice?"); in SetKnownLiveAtom()
213 mAtom = aAtom->AsDynamic(); in SetKnownLiveAtom()
264 mAtom->ToString(aString); in ToString()
322 "assertions") mAtom;
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DDOMString.h153 MOZ_ASSERT(mAtom, "We better have an atom if we claim to"); in Atom()
154 return mAtom; in Atom()
204 MOZ_ASSERT(!mAtom, "Setting atom twice?"); in SetKnownLiveAtom()
213 mAtom = aAtom->AsDynamic(); in SetKnownLiveAtom()
264 mAtom->ToString(aString); in ToString()
322 "assertions") mAtom;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/
H A DDOMString.h153 MOZ_ASSERT(mAtom, "We better have an atom if we claim to"); in Atom()
154 return mAtom; in Atom()
204 MOZ_ASSERT(!mAtom, "Setting atom twice?"); in SetKnownLiveAtom()
213 mAtom = aAtom->AsDynamic(); in SetKnownLiveAtom()
264 mAtom->ToString(aString); in ToString()
322 "assertions") mAtom;
/dports/lang/spidermonkey60/firefox-60.9.0/parser/html/
H A DnsHtml5AtomTable.cpp10 mAtom(new nsAtom(nsAtom::AtomKind::HTML5Atom, *aStr, 0)) {} in nsHtml5AtomEntry()
13 : nsStringHashKey(aOther), mAtom(nullptr) { in nsHtml5AtomEntry()
17 nsHtml5AtomEntry::~nsHtml5AtomEntry() { delete mAtom; } in ~nsHtml5AtomEntry()
H A DnsHtml5AtomTable.h20 inline nsAtom* GetAtom() { return mAtom; } in GetAtom()
23 nsAtom* mAtom;
/dports/science/xtb/xtb-6.4.1/src/
H A Dmodel_hessian.f902289 Do mAtom = 1, nAtoms
2290 mr=iTabRow(iANr(mAtom))
2404 Hess(Ind(icoor,mAtom,jcoor,mAtom))= &
2405 & Hess(Ind(icoor,mAtom,jcoor,mAtom)) &
2486 Hess(Ind(icoor,mAtom,jcoor,mAtom))= &
2487 & Hess(Ind(icoor,mAtom,jcoor,mAtom)) &
2858 mr=iTabRow(iANr(mAtom))
2945 Hess(Ind(icoor,mAtom,jcoor,mAtom))=&
2946 & Hess(Ind(icoor,mAtom,jcoor,mAtom))&
3021 Hess(Ind(icoor,mAtom,jcoor,mAtom))=&
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/parser/html/
H A DnsHtml5AtomTable.h24 return mAtom; in GetAtom()
27 nsAutoPtr<nsHtml5Atom> mAtom;
H A DnsHtml5AtomTable.cpp11 , mAtom(new nsHtml5Atom(*aStr)) in nsHtml5AtomEntry()
17 , mAtom(nullptr) in nsHtml5AtomEntry()

1234