| /external/regex-re2/re2/ |
| regexp.cc | 65 int Regexp::Ref() { 81 // Store ref count in overflow map. 105 // Ref count is stored in overflow map. 122 // Deletes this object; ref count has count reached 0.
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
| postproc.c | 521 char *Ref = (char *)(noise + (rand() & 0xff)); 531 Pos[j] += Ref[j]; [all...] |
| /art/compiler/dex/ |
| type_inference.h | 174 bool Ref() const {
|
| /external/llvm/lib/MC/ |
| MCAssembler.cpp | 419 const MCSymbolRefExpr *Ref = dyn_cast<MCSymbolRefExpr>(Expr); 420 if (!Ref) 423 if (Ref->getKind() != MCSymbolRefExpr::VK_None) 426 const MCSymbol &Sym = Ref->getSymbol(); [all...] |
| ELFObjectWriter.cpp | 492 auto *Ref = dyn_cast<MCSymbolRefExpr>(Alias.getVariableValue()); 493 if (!Ref) 495 const MCSymbol &Symbol = Ref->getSymbol(); 752 static const MCSymbol *getWeakRef(const MCSymbolRefExpr &Ref) { 753 const MCSymbol &Sym = Ref.getSymbol(); 755 if (Ref.getKind() == MCSymbolRefExpr::VK_WEAKREF) 889 if (const MCSymbolRefExpr *Ref = dyn_cast<MCSymbolRefExpr>(Expr)) { 890 if (Ref->getKind() == MCSymbolRefExpr::VK_WEAKREF) [all...] |
| /external/llvm/lib/Object/ |
| COFFObjectFile.cpp | 100 const coff_symbol_type *COFFObjectFile::toSymb(DataRefImpl Ref) const { 102 reinterpret_cast<const coff_symbol_type *>(Ref.p); 116 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { 117 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); 132 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const { 135 const coff_symbol16 *Symb = toSymb<coff_symbol16>(Ref); 137 Ref.p = std::min(reinterpret_cast<uintptr_t>(Symb), End); 139 const coff_symbol32 *Symb = toSymb<coff_symbol32>(Ref); 141 Ref.p = std::min(reinterpret_cast<uintptr_t>(Symb), End); 147 std::error_code COFFObjectFile::getSymbolName(DataRefImpl Ref, [all...] |
| /external/llvm/tools/llvm-ar/ |
| llvm-ar.cpp | 953 const MemoryBuffer &Ref = *Buf.get(); 959 for (line_iterator I(Ref, /*SkipBlanks*/ true, ';'), E; I != E; ++I) { [all...] |
| /external/clang/lib/AST/ |
| Expr.cpp | 578 RefQualifierKind Ref = MD->getRefQualifier(); 579 if (Ref == RQ_LValue) 581 else if (Ref == RQ_RValue) [all...] |
| /external/llvm/lib/TableGen/ |
| TGParser.cpp | [all...] |
| /external/llvm/unittests/IR/ |
| MetadataTest.cpp | 749 TrackingMDRef Ref; 750 EXPECT_EQ(nullptr, Ref.get()); 753 Ref.reset(Temp.get()); 754 EXPECT_EQ(Temp.get(), Ref.get()); 756 EXPECT_EQ(nullptr, Ref.get()); [all...] |
| /external/pdfium/core/include/fxcrt/ |
| fx_basic.h | 1204 typedef CFX_CountRef<ObjClass> Ref; 1222 CFX_CountRef(const Ref& ref) 1224 m_pObject = ref.m_pObject; 1254 void operator = (const Ref& ref) 1256 if (ref.m_pObject) { 1257 ref.m_pObject->m_RefCount ++; 1265 m_pObject = ref.m_pObject; 1327 FX_BOOL operator == (const Ref& ref) cons [all...] |
| /external/google-breakpad/src/testing/include/gmock/ |
| gmock-matchers.h | 825 // Ref(variable) matches any argument that is a reference to 829 // The RefMatcher template class implements Ref(variable). It can 831 // from mistakenly using Ref(x) to match a non-reference function 836 // Matcher<int> m1 = Ref(n); // This won't compile. 837 // Matcher<int&> m2 = Ref(n); // This will compile. 850 // compiler to catch using Ref(const_value) as a matcher for a 858 // this catches using Ref(const_value) as a matcher for a [all...] |
| /external/llvm/tools/dsymutil/ |
| DwarfLinker.cpp | 237 for (const auto &Ref : ForwardDIEReferences) { 241 std::tie(RefDie, RefUnit, Attr) = Ref; [all...] |
| /external/clang/tools/c-index-test/ |
| c-index-test.c | [all...] |
| /external/llvm/lib/Target/Mips/AsmParser/ |
| MipsAsmParser.cpp | [all...] |
| /external/clang/include/clang/Sema/ |
| DeclSpec.h | [all...] |
| /external/llvm/tools/llvm-objdump/ |
| MachODump.cpp | 788 DataRefImpl Ref = Section.getRawDataRefImpl(); 791 const MachO::section_64 Sec = O->getSection64(Ref); 794 const MachO::section Sec = O->getSection(Ref); 874 DataRefImpl Ref = Sect->getRawDataRefImpl(); 875 StringRef SegmentName = O->getSectionFinalSegmentName(Ref); 880 const MachO::section_64 Sec = O->getSection64(Ref); 883 const MachO::section Sec = O->getSection(Ref); [all...] |
| /external/valgrind/drd/tests/ |
| tsan_unittest.cpp | [all...] |
| /external/clang/lib/Sema/ |
| SemaExpr.cpp | [all...] |
| /external/mesa3d/src/mesa/main/ |
| mtypes.h | [all...] |
| /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/ |
| htmlunit-core-js-2.14.jar | |
| /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/ |
| rhino-1.7R3.jar | |
| /prebuilts/sdk/10/ |
| android.jar | |
| /prebuilts/sdk/11/ |
| android.jar | |
| /prebuilts/sdk/13/ |
| android.jar | |