Home
last modified time | relevance | path

Searched refs:first (Results 501 - 525 of 6148) sorted by relevance

1...<<21222324252627282930>>...246

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DGraph.h390 Vertices.FindAndConstruct(I.first); in operator []()
392 InNeighbors[I.second].insert(I.first); in operator []()
393 OutNeighbors[I.first].insert(I.second); in operator []()
445 /// Inserts a vertex into the graph with Identifier Val.first, and
457 /// Inserts an edge into the graph with Identifier Val.first, and
464 const auto &EI = Val.first; in insert()
465 Vertices.FindAndConstruct(EI.first); in insert()
467 InNeighbors[EI.second].insert(EI.first); in insert()
468 OutNeighbors[EI.first].insert(EI.second); in insert()
474 /// Inserts an edge into the graph with Identifier Val.first, an
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFRegisters.cpp61 UnitInfo &UI = UnitInfos[P.first]; in PhysicalRegisterInfo()
152 if (PA.first == PB.first) in aliasRR()
154 if (PA.first < PB.first) in aliasRR()
156 else if (PB.first < PA.first) in aliasRR()
247 if (Units.test(P.first)) in hasAliasOf()
262 if (!Units.test(P.first)) in hasCoverOf()
277 Units.set(P.first); in insert()
[all...]
/third_party/python/Lib/lib2to3/pgen2/
H A Dpgen.py24 self.first = {} # map from symbol name to set of tokens
53 rawfirst = self.first[name]
54 first = {}
57 ##assert ilabel not in first # XXX failed on <> ... !=
58 first[ilabel] = 1
59 return first
111 if name not in self.first:
113 #print name, self.first[name].keys()
117 self.first[name] = None # dummy to detect left recursion
123 if label in self.first
[all...]
/foundation/ai/intelligent_voice_framework/utils/
H A Dstring_util.cpp117 bool StringUtil::SplitLineToPair(const std::string &line, std::string &first, std::string &second) in SplitLineToPair() argument
130 first = line.substr(0, pos); in SplitLineToPair()
133 Trim(first); in SplitLineToPair()
136 if (first.empty() || second.empty()) { in SplitLineToPair()
137 INTELL_VOICE_LOG_ERROR("line is invalid, first:%{public}s, second:%{public}s", first.c_str(), second.c_str()); in SplitLineToPair()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.h70 if (iter->first != index) { in AddChildContent()
112 idx = item.first; in RemoveChildContentUpdateMap()
123 if (item.first < idx) { in RemoveChildContentUpdateMap()
125 } else if (item.first > idx) { in RemoveChildContentUpdateMap()
126 newContentMap.emplace(std::pair<int32_t, RefPtr<RenderNode>>(item.first - 1, item.second)); in RemoveChildContentUpdateMap()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/cppview/
H A Dlazy_foreach.cpp45 result.first = key; in OnGetChildByIndex()
56 result.first = key; in OnGetChildByIndex()
71 result.first = key; in OnGetChildByIndexNew()
77 result.first = key; in OnGetChildByIndexNew()
89 result.first = key; in OnGetChildByIndexNew()
125 // this would happen before first RegisterDataChangeListener called in UnregisterDataChangeListener()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_list.h140 auto it = profiles_[its.first].find(name); in Contains()
141 if (it != profiles_[its.first].end()) { in Contains()
187 auto it = profiles_[its->first].find(name); in Find()
188 if (it != profiles_[its->first].end()) { in Find()
189 data = profiles_[its->first][name]; in Find()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_rate_decider.cpp57 element.first = element.first ? element.first + data : data; in AddDecisionElement()
74 if (element.first != nullptr && func != nullptr) { in MakeDecision()
75 int32_t preferred = CalculatePreferredRate(element.first, func); in MakeDecision()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/event/
H A Dwindow_visibility_observer.cpp114 SingleRequest({pair.first, info.uid, "", ""}, AppStateUpdateReason::VISIBLE)); in UpdatePriorityForVisible()
119 SingleRequest({pair.first, info.uid, "", ""}, AppStateUpdateReason::UN_VISIBLE)); in UpdatePriorityForVisible()
121 toBeDeleted.push_back(pair.first); in UpdatePriorityForVisible()
124 "visible=%{public}d]", pair.first, info.uid, info.visibleWindowIds.size(), info.visible); in UpdatePriorityForVisible()
151 auto pid = pair.first; in CheckMapSize()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/session_manager/
H A Dupgrade_manager.cpp61 if (index.first) { in GetCapability()
126 convertedIds.first, tuple.storeId); in SetCompatibleIdentifyByType()
129 DistributedData::Serializable::Marshall(sameAccountDevs).c_str(), convertedIds.first.c_str()); in SetCompatibleIdentifyByType()
136 convertedIds.first, tuple.storeId); in SetCompatibleIdentifyByType()
139 DistributedData::Serializable::Marshall(defaultAccountDevs).c_str(), convertedIds.first.c_str()); in SetCompatibleIdentifyByType()
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H A Duni_error.cpp108 code = it->second.first; in GetNapiErr()
111 code = errCodeTable.at(-1).first; in GetNapiErr()
137 code = it->second.first; in ThrowErr()
140 code = errCodeTable.at(-1).first; in ThrowErr()
161 napi_status throwStatus = napi_throw(env, GenerateBusinessError(env, errCodeTable.at(code).first, in ThrowErr()
/third_party/curl/src/
H A Dtool_easysrc.c150 for(ptr = easysrc_toohard->first; ptr; ptr = ptr->next) in easysrc_perform()
199 for(ptr = easysrc_decl->first; ptr; ptr = ptr->next) in dumpeasysrc()
207 for(ptr = easysrc_data->first; ptr; ptr = ptr->next) in dumpeasysrc()
213 for(ptr = easysrc_code->first; ptr; ptr = ptr->next) { in dumpeasysrc()
224 for(ptr = easysrc_clean->first; ptr; ptr = ptr->next) in dumpeasysrc()
/third_party/musl/src/thread/
H A Dpthread_cond_timedwait.c137 /* Lock barrier first to control wake order. */ in __pthread_cond_timedwait()
178 struct waiter *p, *first=0; in __private_cond_signal() local
189 if (!first) first=p; in __private_cond_signal()
207 /* Allow first signaled waiter, if any, to proceed. */ in __private_cond_signal()
208 if (first) unlock(&first->barrier); in __private_cond_signal()
/third_party/ninja/src/
H A Deval_env.cc105 result.append(i->first); in Evaluate()
107 result.append(env->LookupVariable(i->first)); in Evaluate()
115 parsed_.back().first.append(text.str_, text.len_); in AddText()
131 result.append(i->first); in Serialize()
144 result.append(i->first); in Unparse()
/third_party/node/deps/v8/src/base/
H A Dfunctional.h79 V8_INLINE size_t hash_range(Iterator first, Iterator last) { in hash_range() argument
81 for (; first != last; ++first) { in hash_range()
82 seed = hash_combine(seed, *first); in hash_range()
137 return hash_combine(v.first, v.second); in hash_value()
/third_party/node/deps/v8/src/heap/
H A Dweak-object-worklists.cc108 HeapObject heap_obj = slot_in.first; in UpdateWeakReferences()
113 slot_in.second.address() - slot_in.first.ptr(); in UpdateWeakReferences()
115 slot_out->first = forwarded; in UpdateWeakReferences()
129 HeapObject heap_obj = slot_in.first; in UpdateWeakObjectsInCode()
133 slot_out->first = forwarded; in UpdateWeakObjectsInCode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DStringTableBuilder.cpp67 StringRef Data = P.first.val(); in write()
71 // The COFF formats store the size of the string table in the first 4 bytes. in write()
81 StringRef S = P->first.val(); in charTailAt()
145 StringRef S = P->first.val(); in finalizeStringTable()
167 // The first byte in an ELF string table must be null, according to the ELF in finalizeStringTable()
168 // specification. In 'initSize()' we reserved the first byte to hold null for in finalizeStringTable()
195 P.first->second = Start; in add()
198 return P.first->second; in add()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dequivalence_relation_test.cpp27 bool operator()(const uint32_t* first, const uint32_t* second) const { in operator ()()
28 return *first == *second; in operator ()()
110 bool first = true; in TEST() local
117 if (!first) { in TEST()
122 first = false; in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dequivalence_relation_test.cpp27 bool operator()(const uint32_t* first, const uint32_t* second) const { in operator ()()
28 return *first == *second; in operator ()()
110 bool first = true; in TEST() local
117 if (!first) { in TEST()
122 first = false; in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DIntervalMap.cpp20 path.front() = Entry(Root, Size, Offsets.first); in replaceRoot()
134 if (PosPair.first == Nodes && Sum > Position) in distribute()
141 assert(PosPair.first < Nodes && "Bad algebra"); in distribute()
142 assert(NewSize[PosPair.first] && "Too few elements to need Grow"); in distribute()
143 --NewSize[PosPair.first]; in distribute()
/third_party/skia/third_party/externals/tint/src/utils/
H A Denum_set.h200 ++it; // Move to first set bit in begin()
215 static constexpr uint64_t Union(FIRST first, VALUES... values) { in Union()
216 return Bit(first) | Union(values...); in Union()
229 bool first = true; in operator <<() local
231 if (!first) { in operator <<()
234 first = false; in operator <<()
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/
H A Dtsbuildinfo-is-not-generated-when-incremental-is-set-to-false.js17 //// [/src/first/first_PART1.ts]
31 //// [/src/first/first_part2.ts]
35 //// [/src/first/first_part3.ts]
40 //// [/src/first/tsconfig.json]
49 "outFile": "./bin/first-output.js",
124 { "path": "../first", "prepend": true },
135 * src/first/tsconfig.json
139 [12:00:08 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dequivalence_relation_test.cpp27 bool operator()(const uint32_t* first, const uint32_t* second) const { in operator ()()
28 return *first == *second; in operator ()()
110 bool first = true; in TEST() local
117 if (!first) { in TEST()
122 first = false; in TEST()
/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_session_manager.cpp36 LOGW("report click event failed,process id:%{public}d", pair.first); in ReportClickEvent()
48 LOGW("report search event failed,process id:%{public}d", pair.first); in ReportSearchEvent()
60 LOGW("report switch event failed,process id:%{public}d", pair.first); in ReportRouterChangeEvent()
74 LOGW("report component event failed,process id:%{public}d", pair.first); in ReportComponentChangeEvent()
90 LOGW("report web unfocus event failed,process id:%{public}d", pair.first); in ReportWebUnfocusEvent()
214 LOGW("report component event failed,process id:%{public}d", pair.first); in ReportInspectorTreeValue()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.cpp37 * In case of invalid sequence return first byte of it.
168 uint16_t first = utf16[*index]; in HandleAndDecodeInvalidUTF16() local
170 if (IsUTF16LowSurrogate(first)) { in HandleAndDecodeInvalidUTF16()
173 if (IsUTF16HighSurrogate(first) || (first & SURROGATE_MASK) == DECODE_LEAD_LOW) { in HandleAndDecodeInvalidUTF16()
185 return ((first - DECODE_LEAD_LOW) << UTF16_OFFSET) + (second - DECODE_TRAIL_LOW) + DECODE_SECOND_FACTOR; in HandleAndDecodeInvalidUTF16()
188 return first; in HandleAndDecodeInvalidUTF16()

Completed in 11 milliseconds

1...<<21222324252627282930>>...246