Home
last modified time | relevance | path

Searched refs:pair (Results 1276 - 1300 of 2511) sorted by relevance

1...<<51525354555657585960>>...101

/third_party/python/Modules/_sre/
H A Dsre.c2286 PyObject* pair; in _pair() local
2289 pair = PyTuple_New(2); in _pair()
2290 if (!pair) in _pair()
2296 PyTuple_SET_ITEM(pair, 0, item); in _pair()
2301 PyTuple_SET_ITEM(pair, 1, item); in _pair()
2303 return pair; in _pair()
2306 Py_DECREF(pair); in _pair()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.cc175 bool positionComparator(const std::pair<int, int>& a, in positionComparator()
176 const std::pair<int, int>& b) { in positionComparator()
343 Response isValidRangeOfPositions(std::vector<std::pair<int, int>>& positions) { in isValidRangeOfPositions()
862 V8StackTraceId v8StackTraceId(id, debuggerId.pair()); in getStackTrace()
892 const std::vector<std::pair<int, int>>& ranges = in isFunctionBlackboxed()
916 const std::vector<std::pair<int, int>>& ranges = it->second; in shouldBeSkipped()
918 const std::pair<int, int> location = std::make_pair(line, column); in shouldBeSkipped()
1418 std::vector<std::pair<int, int>> positions; in setBlackboxedRanges()
1984 std::unordered_map<String16, std::vector<std::pair<int, int>>> skipListInit; in processSkipList()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cSeparateShaderObjsTests.cpp1238 params.insert(std::pair<std::string, std::string>("SCALAR_TYPE", "int")); in generateUniformFragSrc()
1239 params.insert(std::pair<std::string, std::string>("VECTOR_TYPE", "ivec")); in generateUniformFragSrc()
1240 params.insert(std::pair<std::string, std::string>("SFX", "")); in generateUniformFragSrc()
1244 params.insert(std::pair<std::string, std::string>("SCALAR_TYPE", "uint")); in generateUniformFragSrc()
1245 params.insert(std::pair<std::string, std::string>("VECTOR_TYPE", "uvec")); in generateUniformFragSrc()
1246 params.insert(std::pair<std::string, std::string>("SFX", "u")); in generateUniformFragSrc()
1250 params.insert(std::pair<std::string, std::string>("SCALAR_TYPE", "float")); in generateUniformFragSrc()
1251 params.insert(std::pair<std::string, std::string>("VECTOR_TYPE", "vec")); in generateUniformFragSrc()
1252 params.insert(std::pair<std::string, std::string>("SFX", ".0")); in generateUniformFragSrc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp176 ArrayRef<std::pair<unsigned, bool>> Regs,
182 ArrayRef<std::pair<unsigned, bool>> Regs,
612 static bool ContainsReg(const ArrayRef<std::pair<unsigned, bool>> &Regs, in ContainsReg()
614 for (const std::pair<unsigned, bool> &R : Regs) in ContainsReg()
627 ArrayRef<std::pair<unsigned, bool>> Regs, in CreateLoadStoreMulti()
691 for (const std::pair<unsigned, bool> &R : Regs) in CreateLoadStoreMulti()
822 for (const std::pair<unsigned, bool> &R : Regs) in CreateLoadStoreMulti()
834 ArrayRef<std::pair<unsigned, bool>> Regs, in CreateLoadStoreDouble()
860 SmallVector<std::pair<unsigned, bool>, 8> Regs; in MergeOpsUpdate()
2312 // If we are moving a pair o
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp378 using ExtenderInit = std::pair<ExtValue, ExtExpr>;
380 using LocDefList = std::vector<std::pair<Loc, IndexList>>;
558 for (const std::pair<const HCE::ExtenderInit, HCE::IndexList> &Q : P.IMap) { in operator <<()
737 // values for a pair of given symbols. These symbols could then compare in operator <()
1326 // For each candidate offset, keep a pair CandData consisting of in assignInits()
1329 using CandData = std::pair<unsigned, SmallVector<RangeTree::Node*,8>>; in assignInits()
1413 for (std::pair<const ExtenderInit,IndexList> &P : IMap) { in assignInits()
1857 std::vector<std::pair<MachineInstr*,unsigned>> RegOps; in replaceInstr()
1874 for (std::pair<MachineInstr*,unsigned> P : RegOps) { in replaceInstr()
1898 for (const std::pair<cons in replaceExtenders()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc1844 auto pair = custom_printers_.insert(std::make_pair(field, nullptr)); in RegisterFieldValuePrinter() local
1845 if (pair.second) { in RegisterFieldValuePrinter()
1847 pair.first->second = std::move(wrapper); in RegisterFieldValuePrinter()
1859 auto pair = custom_printers_.insert(std::make_pair(field, nullptr)); in RegisterFieldValuePrinter() local
1860 if (pair.second) { in RegisterFieldValuePrinter()
1861 pair.first->second.reset(printer); in RegisterFieldValuePrinter()
1873 auto pair = in RegisterMessagePrinter() local
1875 if (pair.second) { in RegisterMessagePrinter()
1876 pair.first->second.reset(printer); in RegisterMessagePrinter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp567 for (std::pair<unsigned, unsigned> LI : RegInfo->liveins()) in runOnMachineFunction()
2489 const SmallVectorImpl<std::pair<SDValue, SDNode*>> &RecordedNodes) { in CheckSame()
2500 const SmallVectorImpl<std::pair<SDValue, SDNode*>> &RecordedNodes,
2631 SmallVectorImpl<std::pair<SDValue, SDNode*>> &RecordedNodes) { in IsPredicateKnownToFail()
2736 SmallVectorImpl<std::pair<SDValue, SDNode *>> &RecordedNodes;
2741 SmallVectorImpl<std::pair<SDValue, SDNode *>> &RN, in MatchStateUpdater()
2840 SmallVector<std::pair<SDValue, SDNode*>, 8> RecordedNodes; in SelectCodeCommon()
3236 RecordedNodes.push_back(std::pair<SDValue, SDNode*>( in SelectCodeCommon()
3245 RecordedNodes.push_back(std::pair<SDValue, SDNode*>( in SelectCodeCommon()
3257 RecordedNodes.push_back(std::pair<SDValu in SelectCodeCommon()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dbtree.h1251 std::pair<iterator, bool> lower_bound_equal(const K &key) const;
1264 // the returned pair is equal to lower_bound(key). The second member of the
1265 // pair is equal to upper_bound(key).
1267 std::pair<iterator, iterator> equal_range(const K &key);
1269 std::pair<const_iterator, const_iterator> equal_range(const K &key) const { in equal_range()
1278 std::pair<iterator, bool> insert_unique(const K &key, Args &&... args);
1287 std::pair<iterator, bool> insert_hint_unique(iterator position,
1333 std::pair<size_type, iterator> erase_range(iterator begin, iterator end);
1942 -> std::pair<iterator, bool> {
1954 auto btree<P>::equal_range(const K &key) -> std::pair<iterato
[all...]
/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi_vendor_hal.cpp216 std::pair<WifiError, std::vector<uint32_t>>WifiVendorHal::GetValidFrequenciesForBand( in GetValidFrequenciesForBand()
320 std::pair<WifiError, int> WifiVendorHal::GetPowerMode(const std::string& ifaceName) in GetPowerMode()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dsthyi.c408 : [cc] "=&d" (cc), [r2] "+&d" (r2.pair) in sthyi()
409 : [r1] "d" (r1.pair) in sthyi()
/third_party/glslang/glslang/MachineIndependent/
H A DSymbolTable.cpp276 [&name](const std::pair<TString, TString>& i) { return i.first == name; }); in ~TSymbolTableLevel()
448 [&name](const std::pair<TString, TString>& i) { return i.first == name; }); in clone()
/third_party/gn/src/gn/
H A Dcommand_refs.cc407 for (const TargetContainingFile& pair : target_containing)
408 explicit_target_matches.push_back(pair.first);
H A Drust_project_writer.cc93 for (const auto& pair : target->GetDeps(Target::DEPS_LINKED)) { in GetRustDeps()
94 const Target* dep = pair.ptr; in GetRustDeps()
/third_party/benchmark/test/
H A Doutput_test_helper.cc30 using SubMap = std::vector<std::pair<std::string, std::string>>;
368 std::initializer_list<std::pair<std::string, std::string>> il) { in SetSubstitutions()
/third_party/icu/icu4c/source/test/intltest/
H A Dformattedvaluetest.cpp276 std::set<std::pair<UFieldCategory, int32_t>> uniqueFields; in checkMixedFormattedValue()
280 for (std::pair<UFieldCategory, int32_t> categoryAndField : uniqueFields) { in checkMixedFormattedValue()
/third_party/mesa3d/src/amd/compiler/
H A Daco_print_asm.cpp270 std::pair<bool, size_t>
391 std::pair<bool, size_t> res = disasm_instr(program->gfx_level, disasm, binary.data(), in print_asm_llvm()
/third_party/ltp/lib/
H A Dtst_res.c136 struct pair { struct
153 static const struct pair ttype_pairs[] = { in strttype()
/third_party/node/src/
H A Dmemory_tracker-inl.h193 const std::pair<T, U>& value, in TrackField()
195 PushNode(node_name == nullptr ? "pair" : node_name, in TrackField()
196 sizeof(const std::pair<T, U>), in TrackField()
200 // merged into the pair node in TrackField()
H A Dprocess_wrap.cc225 node::Utf8Value pair(env->isolate(), in Spawn()
227 options.env[i] = strdup(*pair); in Spawn()
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h257 std::pair<int32_t, Label*>* begin,
258 std::pair<int32_t, Label*>* end);
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-async-iterator-gen.cc68 std::pair<TNode<Object>, TNode<Oddball>> LoadIteratorResult(
196 std::pair<TNode<Object>, TNode<Oddball>>
/third_party/musl/Benchmark/musl/
H A Dbenchmark_framework.cpp52 std::map<std::string, std::pair<BenchmarkFunc, std::string>> g_allBenchmarks;
54 std::map<std::string, std::pair<BenchmarkFunc, ApplyBenchmarkFunc>> g_applyBenchmarks;
/third_party/python/Tools/scripts/
H A Dsummarize_stats.py52 elif key.startswith("pair"):
302 for (count, pair) in itertools.islice(pair_counts, 100):
303 i, j = pair
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp477 for (auto& pair : SpirvFormats) in createImageMismatchedFormatsTests()
479 const std::string& spirvFormat = pair.first; in createImageMismatchedFormatsTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp469 for (auto& pair : SpirvFormats) in createImageMismatchedFormatsTests()
471 const std::string& spirvFormat = pair.first; in createImageMismatchedFormatsTests()

Completed in 42 milliseconds

1...<<51525354555657585960>>...101