/third_party/rust/crates/once_cell/examples/ |
H A D | regex.rs | 7 static RE: once_cell::sync::OnceCell<regex::Regex> = once_cell::sync::OnceCell::new(); consts
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFI386.h | 104 RelocationEntry RE = variable 111 RelocationEntry RE = variable 117 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, variable [all...] |
H A D | RuntimeDyldCOFFThumb.h | 127 RelocationEntry RE = RelocationEntry( variable 134 RelocationEntry RE = variable 141 RelocationEntry RE = variable 147 RelocationEntry RE = RelocationEntry(SectionID, Offset, RelType, variable 153 RelocationEntry RE = RelocationEntry( global() variable 162 RelocationEntry RE = global() variable [all...] |
H A D | RuntimeDyldELFMips.cpp | 14 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE, in resolveRelocation() argument 29 evaluateRelocation(const RelocationEntry &RE, uint64_t Value, uint64_t Addend) evaluateRelocation() argument 41 applyRelocation(const RelocationEntry &RE, uint64_t Value) applyRelocation() argument [all...] |
H A D | RuntimeDyldMachOAArch64.h | 442 processGOTRelocation(const RelocationEntry &RE, RelocationValueRef &Value, StubMap &Stubs) processGOTRelocation() argument 485 MachO::any_relocation_info RE = processSubtractRelocation() local [all...] |
H A D | RuntimeDyldMachOI386.h | 151 MachO::any_relocation_info RE = processSECTDIFFRelocation() local [all...] |
H A D | RuntimeDyldMachOX86_64.h | 129 processGOTRelocation(const RelocationEntry &RE, RelocationValueRef &Value, StubMap &Stubs) processGOTRelocation() argument 163 MachO::any_relocation_info RE = processSubtractRelocation() local [all...] |
H A D | RuntimeDyldMachOARM.h | 305 processBranchRelocation(const RelocationEntry &RE, const RelocationValueRef &Value, StubMap &Stubs) processBranchRelocation() argument 350 MachO::any_relocation_info RE = processHALFSECTDIFFRelocation() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | avf_showspatial.c | 199 #define RE(y, ch) s->fft_data[ch][y].re macro
|
H A D | avf_showfreqs.c | 414 #define RE(x, ch) s->fft_data[ch][x].re in plot_freqs() macro
|
H A D | avf_showspectrum.c | 1311 #define RE(y, ch) s->fft_data[ch][y].re macro
|
H A D | af_aiir.c | 494 static void cmul(double re, double im, double re2, double im2, double *RE, double *IM) in cmul() argument
|
/third_party/libphonenumber/cpp/test/phonenumbers/ |
H A D | test_util.h | 164 static const char* RE() { in RE() function in i18n::phonenumbers::RegionCode
|
/third_party/libphonenumber/java/libphonenumber/test/com/google/i18n/phonenumbers/ |
H A D | RegionCode.java | 54 static final String RE = "RE"; field in RegionCode
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | simple_ilist.h | 270 iterator RI = RHS.begin(), RE = RHS.end(); in merge() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | simple_ilist.h | 274 iterator RI = RHS.begin(), RE = RHS.end(); in merge() local
|
/third_party/toybox/toys/pending/ |
H A D | expr.c | 132 enum { OR = 1, AND, EQ, NE, GT, GTE, LT, LTE, ADD, SUB, MUL, DIVI, MOD, RE }; enumerator
|
/third_party/googletest/googletest/src/ |
H A D | gtest-port.cc | [all...] |
/third_party/node/deps/googletest/src/ |
H A D | gtest-port.cc | [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.cpp | 61 MachO::any_relocation_info RE = in processScatteredVANILLA() local 97 getRelocationValueRef( const ObjectFile &BaseTObj, const relocation_iterator &RI, const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) getRelocationValueRef() argument 148 dumpRelocationToResolve(const RelocationEntry &RE, uint64_t Value) const dumpRelocationToResolve() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 112 AttributeSet::iterator RI = RAS.begin(), RE = RAS.end(); in cmpAttrs() local 344 const ConstantExpr *RE = cast<ConstantExpr>(R); in cmpConstants() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 407 auto RI = ResultTys.begin(), RE = ResultTys.end(); in buildFrom() local
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-port.cc | [all...] |
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | regioncodefortesting.js | |
/third_party/googletest/googletest/include/gtest/internal/ |
H A D | gtest-port.h | 889 class GTEST_API_ RE { class 891 RE(absl::string_view regex) : regex_(regex) {} // NOLINT in RE() function in testing::internal::RE 892 RE(const char* regex) : RE(absl::string_view(regex)) {} // NOLINT in RE() function in testing::internal::RE 893 RE(const std::string& regex) : RE(abs in RE() function in testing::internal::RE 894 RE(const RE& other) : RE(other.pattern()) {} RE() function in testing::internal::RE 913 class GTEST_API_ RE { global() class 917 RE(const RE& other) { Init(other.pattern()); } RE() function in testing::internal::RE 920 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT RE() function in testing::internal::RE 922 RE(const char* regex) { Init(regex); } // NOLINT RE() function in testing::internal::RE [all...] |