| /third_party/node/deps/v8/src/heap/ |
| H A D | scavenger.cc | 253 if (!work_item.first.TryAcquire()) break; in ConcurrentScavengePages() 505 HeapObject object = update_info.first; in HandleSurvivingNewLargeObjects() 612 indices.first->second.insert(entry); in RememberPromotedEphemeron() 665 scavenge_visitor.Visit(object_and_size.first); in Process() 722 EphemeronHashTable table = it->first; in ClearOldEphemerons() 763 {it->first, std::unordered_set<int>()}); in Finalize() 765 insert_result.first->second.insert(entry); in Finalize()
|
| /third_party/python/Lib/ |
| H A D | nntplib.py | 10 >>> resp, count, first, last, name = s.group('comp.lang.python') 11 >>> print('Group', name, 'has', count, 'articles, range', first, 'to', last) 13 >>> resp, subs = s.xhdr('subject', '{0}-{1}'.format(first, last)) 163 ['group', 'last', 'first', 'flag']) 579 # Parse lines into "group last first flag" 634 - list: list of (group, last, first, flag) (strings) 645 # Try the more std (acc. to RFC2980) LIST NEWSGROUPS first 668 group matches ('group' is a pattern), return the first. If no 689 - first: first articl 1083 first = str(int(last) - args.nb_articles + 1) global() variable in NNTP [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | MultiDrawTest.cpp | 93 DrawArraysIndirectCommand() : count(0u), instanceCount(0u), first(0u), baseInstance(0u) {} in DrawArraysIndirectCommand() 94 DrawArraysIndirectCommand(GLuint count, GLuint instanceCount, GLuint first, GLuint baseInstance) in DrawArraysIndirectCommand() 95 : count(count), instanceCount(instanceCount), first(first), baseInstance(baseInstance) in DrawArraysIndirectCommand() 99 GLuint first; member 832 // Set up the indirect data array; first element represents two triangles. in TEST_P() 873 GLint first = 0; in TEST_P() local 882 glMultiDrawArraysInstancedANGLE(GL_TRIANGLES, &first, &count, &instances, 1); in TEST_P()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 561 BasicBlock *BB = BBAndPred.first; in insertConditions() 609 BasicBlock *To = AddedPhi.first; in setPhiValues() 617 PHINode *Phi = PI.first; in setPhiValues() 626 Updater.AddAvailableValue(VI.first, VI.second); in setPhiValues() 627 Dominator.addAndRememberBlock(VI.first); in setPhiValues() 776 return DT->dominates(BB, Pred.first); in dominatesPredicates() 790 BasicBlock *BB = Pred.first;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| H A D | Inliner.cpp | 488 if (InlineHistory[InlineHistoryID].first == F) in InlineHistoryIncludes() 602 if (Function *F = CallSites[i].first.getCalledFunction()) in inlineCallsImpl() 619 CallSite CS = CallSites[CSi].first; in inlineCallsImpl() 974 // have the same caller, so we first set up some shared infrastructure for 977 Function &F = *Calls[i].first.getCaller(); 982 setInlineRemark(Calls[i].first, "optnone attribute"); 1025 for (; i < (int)Calls.size() && Calls[i].first.getCaller() == &F; ++i) { 1123 return Call.first.getCaller() == &Callee;
|
| H A D | MergeFunctions.cpp | 30 // As an optimization, a hash of the function structure is calculated first, and 217 // Order first by hashes, then full function comparison. in operator ()() 339 dbgs() << "MERGEFUNC-SANITY: Started for first " << Max << " functions.\n"; in doSanityCheck() 430 if ((I != S && std::prev(I)->first == I->first) || in runOnModule() 431 (std::next(I) != IE && std::next(I)->first == I->first) ) { in runOnModule() 910 FNodesInTree.insert({NewFunction, Result.first}); in insert() 916 const FunctionNode &OldF = *Result.first; in insert() 921 replaceFunctionInTree(*Result.first, NewFunctio in insert() [all...] |
| /third_party/skia/third_party/externals/tint/src/inspector/ |
| H A D | inspector.cc | 255 // to find the first reference to constant id. in GetConstantIDs() 320 const sem::Struct* s = ruv.first->Type()->UnwrapRef()->As<sem::Struct>(); in GetStorageSize() 326 const sem::Struct* s = rsv.first->Type()->UnwrapRef()->As<sem::Struct>(); in GetStorageSize() 376 auto* var = ruv.first; in GetUniformBufferResourceBindings() 491 auto* var = ref.first; in GetTextureResourceBindings() 667 auto* var = rsv.first; in GetStorageBufferResourceBindingsImpl() 709 auto* var = ref.first; in GetSampledTextureResourceBindingsImpl() 748 auto* var = ref.first; in GetStorageTextureResourceBindingsImpl()
|
| /third_party/python/Lib/ctypes/test/ |
| H A D | test_structures.py | 410 ('first', c_ulong), 416 s.first = 0xdeadbeef 424 self.assertEqual(s.first, 0xdeadbeef) 437 ('first', c_ulong), 457 self.assertEqual(s.first, 1) 469 ('first', c_uint), 474 s.first = 0xdeadbeef 481 self.assertEqual(s.first, 0xdeadbeef) 484 self.assertEqual(s.first, got.first) [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | parse_context.h | 84 // first kSlopBytes of the next chunk, or if there is no next chunk at least its 214 *ptr = res.first; in DoneWithCheck() 308 ptr = res.first; in AppendSize() 466 return tmp.first; in VarintParseSlow() 472 return tmp.first; in VarintParseSlow() 513 return tmp.first; in ReadTag() 518 // first byte's continuation bit is set. 562 std::pair<const char*, int32> ReadSizeFallback(const char* p, uint32 first); 574 *pp = x.first; in ReadSize()
|
| H A D | map_test.cc | 31 // A hack to include windows.h first, which ensures the GetMessage macro can 124 ExpectElement(it->first, it->second); in ExpectElements() 139 EXPECT_EQ(key, (*it).first); in ExpectElement() 141 EXPECT_EQ(key, it->first); in ExpectElement() 157 EXPECT_EQ(key, it_copy->first); in ExpectElement() 167 EXPECT_EQ(key, (*const_it).first); in ExpectElement() 169 EXPECT_EQ(key, const_it->first); in ExpectElement() 174 EXPECT_EQ(key, const_it_copy->first); in ExpectElement() 279 EXPECT_EQ(entry.first, entry.second); in TEST_F() 285 EXPECT_EQ(entry.first, entr in TEST_F() [all...] |
| /foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
| H A D | distributed_want_test.cpp | 912 short v1 = want1->GetShortParam(it->first, default1); in CompareWantNumber() 913 short v2 = want2->GetShortParam(it->first, default2); in CompareWantNumber() 919 int v1 = want1->GetIntParam(it->first, default1); in CompareWantNumber() 920 int v2 = want2->GetIntParam(it->first, default2); in CompareWantNumber() 926 long v1 = want1->GetLongParam(it->first, default1); in CompareWantNumber() 927 long v2 = want2->GetLongParam(it->first, default2); in CompareWantNumber() 933 float v1 = want1->GetFloatParam(it->first, default1); in CompareWantNumber() 934 float v2 = want2->GetFloatParam(it->first, default2); in CompareWantNumber() 940 double v1 = want1->GetDoubleParam(it->first, default1); in CompareWantNumber() 941 double v2 = want2->GetDoubleParam(it->first, default in CompareWantNumber() [all...] |
| /foundation/ability/ability_base/test/unittest/want/ |
| H A D | want_test.cpp | 663 bool v1 = want1->GetBoolParam(it->first, false); in CompareWant() 664 bool v2 = want2->GetBoolParam(it->first, false); in CompareWant() 668 std::vector<bool> v1 = want1->GetBoolArrayParam(it->first); in CompareWant() 669 std::vector<bool> v2 = want2->GetBoolArrayParam(it->first); in CompareWant() 672 byte v1 = want1->GetByteParam(it->first, 'j'); in CompareWant() 673 byte v2 = want2->GetByteParam(it->first, 'k'); in CompareWant() 676 std::vector<byte> v1 = want1->GetByteArrayParam(it->first); in CompareWant() 677 std::vector<byte> v2 = want2->GetByteArrayParam(it->first); in CompareWant() 680 zchar v1 = want1->GetCharParam(it->first, 0x01AB); in CompareWant() 681 zchar v2 = want2->GetCharParam(it->first, in CompareWant() [all...] |
| /applications/standard/calendardata/calendarmanager/napi/src/ |
| H A D | calendar_enum_napi.cpp | 87 auto &enumClassName = enumClass.first; in JsEnumIntInit() 123 auto &enumClassName = it->first; in JsEnumStringInit()
|
| /foundation/ability/form_fwk/services/src/ |
| H A D | form_refresh_limiter.cpp | 160 result.emplace_back(infoPair.first); in GetRemindList() 177 result.emplace_back(infoPair.first); in GetRemindListAndResetLimit()
|
| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | free_install_observer_manager.cpp | 68 observerMap_.erase(item.first); in RemoveObserver() 145 observerMap_.erase(item.first); in OnObserverDied()
|
| /foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/appmgr_test_service/src/ |
| H A D | appmgr_test_service.cpp | 92 auto abilitySched = object.get()->first; in ScheduleAbilityTransaction() 127 auto abilitySched = object.get()->first; in ScheduleConnectAbilityTransaction()
|
| /foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/ |
| H A D | js_test_runner_module_test.cpp | 114 want.SetParam(para.first, para.second); in HWTEST_F() 153 want.SetParam(para.first, para.second); in HWTEST_F()
|
| /foundation/arkui/ace_engine/frameworks/core/common/ |
| H A D | plugin_manager.cpp | 65 [instanceId = pluginSubContainerMap.first, in UpdateConfigurationInPlugin() 104 return pluginSubContainerMap_.rbegin()->first + 1; in GetPluginSubContainerId()
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | image_source_ohos.cpp | 98 if (size.first > 0 && size.second > 0) { in CreatePixelMap() 99 options.desiredSize = { size.first, size.second }; in CreatePixelMap()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | view_partial_update_model_impl.cpp | 139 if ((componentsPair.first == nullptr) || (componentsPair.second == nullptr)) { in FinishUpdate() 150 emplaceTaskFunc(std::make_tuple(id, componentsPair.first, componentsPair.second)); in FinishUpdate()
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_marquee.cpp | 76 auto operatorIter = BinarySearchFindIndex(attrOperators, ArraySize(attrOperators), attr.first.c_str()); in SetSpecializedAttr() 104 auto operatorIter = BinarySearchFindIndex(textStyleOperators, ArraySize(textStyleOperators), style.first.c_str()); in SetSpecializedStyle()
|
| /foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/ |
| H A D | foreach_element.cpp | 27 bool ForEachElement::CompareSlots(const RefPtr<Element>& first, const RefPtr<Element>& second) in CompareSlots() argument 30 return first->GetSlot() < second->GetSlot(); in CompareSlots()
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| H A D | grid_row_composed_element.cpp | 48 resultJson->Put(value.first.c_str(), value.second(*this)); in ToJsonObject() 168 result.append(std::to_string(gutter.first)); in GetGridRowGutter()
|
| H A D | tabs_composed_element.cpp | 55 resultJson->Put(value.first.c_str(), value.second(*this).c_str()); in ToJsonObject() 58 resultJson->Put(value.first.c_str(), value.second(*this)); in ToJsonObject()
|
| /foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/ |
| H A D | ffrt_safe_map.h | 118 map_.erase(ret.first); in EnsureInsert() 207 callback(it -> first, it -> second); in Iterate()
|