Home
last modified time | relevance | path

Searched refs:first (Results 301 - 325 of 6148) sorted by relevance

1...<<11121314151617181920>>...246

/third_party/gn/src/gn/
H A Doutput_conversion.cc30 bool first = true; in RenderListToJSON() local
33 if (!first) in RenderListToJSON()
42 first = false; in RenderListToJSON()
53 bool first = true; in RenderScopeToJSON() local
56 if (!first) in RenderScopeToJSON()
59 out << "\"" << pair.first << "\": "; in RenderScopeToJSON()
66 first = false; in RenderScopeToJSON()
106 out << " " << pair.first << " = " << pair.second.ToString(true) << "\n"; in OutputScope()
/third_party/node/deps/v8/src/codegen/
H A Dreglist-base.h112 constexpr RegisterT first() const { in first() function in v8::internal::RegListBase
126 RegisterT reg = first(); in PopFirst()
157 RegisterT operator*() { return remaining_.first(); } in operator *()
159 remaining_.clear(remaining_.first()); in operator ++()
221 for (bool first = true; !reglist.is_empty(); first = false) { in operator <<()
222 RegisterT reg = reglist.first(); in operator <<()
224 os << (first ? "" : ", ") << reg; in operator <<()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DEXT_shader_framebuffer_fetch_test.cpp140 DestroyCompiler(shaderOutputType.first);
150 sh::InitBuiltInResources(&mResourceList[shaderOutputType.first]); in Initialize()
151 mCompilerList[shaderOutputType.first] = nullptr; in Initialize()
168 InitializeCompiler(shaderOutputType.first); in InitializeCompiler()
205 EXPECT_TRUE(TestShaderCompile(shaderOutputType.first, pragma)); in TestShaderCompile()
209 EXPECT_FALSE(TestShaderCompile(shaderOutputType.first, pragma)); in TestShaderCompile()
218 mResourceList[shaderOutputType.first].MaxDrawBuffers = 8; in SetExtensionEnable()
219 mResourceList[shaderOutputType.first].EXT_shader_framebuffer_fetch_non_coherent = in SetExtensionEnable()
/third_party/skia/src/core/
H A DSkPathEffect.cpp83 /** Construct a pathEffect whose effect is to apply first the inner pathEffect
115 // inner (fPE1) is computed first, automatically updating bounds before computing outer.
145 (e.g. first(path) + second(path))
146 The reference counts for first and second are both incremented in the constructor,
149 static sk_sp<SkPathEffect> Make(sk_sp<SkPathEffect> first, sk_sp<SkPathEffect> second) { in Make() argument
150 if (!first) { in Make()
154 return first; in Make()
156 return sk_sp<SkPathEffect>(new SkSumPathEffect(first, second)); in Make()
159 SkSumPathEffect(sk_sp<SkPathEffect> first, sk_sp<SkPathEffect> second) in SkSumPathEffect() argument
160 : INHERITED(first, secon in SkSumPathEffect()
195 MakeSum(sk_sp<SkPathEffect> first, sk_sp<SkPathEffect> second) MakeSum() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dticket.h32 // The first ticket to be taken from a queue will be in the 'called' state,
181 Loan<Record> first, last; in take() local
185 if (first.get() == nullptr) { in take()
186 first = rec; in take()
197 first->prev = shared->tail.prev; in take()
199 if (first->prev == nullptr) { in take()
200 first->callAndUnlock(lock); in take()
202 first->prev->next = first.get(); in take()
/third_party/typescript/tests/baselines/reference/tsbuild/outFile/
H A Dclean-projects.js141 //// [/src/first/bin/first-output.d.ts]
150 //# sourceMappingURL=first-output.d.ts.map
152 //// [/src/first/bin/first-output.d.ts.map]
153 {"version":3,"file":"first-output.d.ts","sourceRoot":"","sources":["../first_PART1.ts","../first_part2.ts","../first_part3.ts"],"names":[],"mappings":"AAAA,UAAU,QAAQ;IACd,IAAI,EAAE,GAAG,CAAC;CACb;AAED,QAAA,MAAM,CAAC,iBAAiB,CAAC;AAEzB,UAAU,iBAAiB;IACvB,IAAI,EAAE,GAAG,CAAC;CACb;AERD,iBAAS,CAAC,WAET"}
155 //// [/src/first/bin/first-output.js]
162 //# sourceMappingURL=first-output.js.map
164 //// [/src/first/bi
[all...]
H A Dwhen-input-file-text-does-not-change-but-its-modified-time-changes.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:07 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first
[all...]
/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_generator.cc77 if (options[i].first == "output_list_file") { in Generate()
79 } else if (options[i].first == "immutable") { in Generate()
81 } else if (options[i].first == "mutable") { in Generate()
83 } else if (options[i].first == "shared") { in Generate()
85 } else if (options[i].first == "lite") { in Generate()
89 } else if (options[i].first == "annotate_code") { in Generate()
91 } else if (options[i].first == "annotation_list_file") { in Generate()
94 *error = "Unknown generator option: " + options[i].first; in Generate()
/foundation/multimedia/player_framework/services/services/sa_media/server/
H A Dmedia_server_manager.cpp425 if (it->first == object) { in DestroyAVCodecStub()
437 if (it->first == object) { in DestroyAVCodecStub()
457 if (it->first == object) { in DestroyAVPlayerStub()
467 sptr<PlayerServiceStub> playerStub = it->first; in DestroyAVPlayerStub()
481 if (it->first == object) { in DestroyAVPlayerStub()
501 if (it->first == object) { in DestroyAVTransCoderStub()
521 if (it->first == object) { in DestroyAVRecorderStub()
533 if (it->first == object) { in DestroyAVRecorderStub()
553 if (it->first == object) { in DestroyAVScreenCaptureStub()
565 if (it->first in DestroyAVScreenCaptureStub()
[all...]
/foundation/multimedia/media_foundation/engine/pipeline/filters/muxer/
H A Dmuxer_filter.cpp38 if (cap1->name == cap2.first->name) { in Intersections()
131 // always use the first candidate plugin info in Negotiate()
142 trackInfos_.emplace_back(TrackInfo{static_cast<int32_t>(trackId), metaPair.first, false}); in AddTrackThenConfigure()
146 auto isGetSuccess = metaPair.second.GetData(static_cast<Plugin::Tag>(keyPair.first), outValue); in AddTrackThenConfigure()
149 keyPair.second.first(keyPair.first, outValue)) { in AddTrackThenConfigure()
150 plugin_->SetTrackParameter(trackId, keyPair.first, outValue); in AddTrackThenConfigure()
152 if (!Plugin::HasTagInfo(keyPair.first)) { in AddTrackThenConfigure()
153 MEDIA_LOG_W("tag " PUBLIC_LOG_D32 " is not in map, may be update it?", keyPair.first); in AddTrackThenConfigure()
156 Plugin::GetTagStrName(keyPair.first)); in AddTrackThenConfigure()
[all...]
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_web_controller.cpp82 replaceUris[offset] = std::make_pair(uri->ToString(), itemData.first);
89 htmlData->replace(replaceUri.first, replaceUri.second.second.size(), replaceUri.second.first);
108 uint32_t offset = static_cast<uint32_t>(results[0].first - html->begin());
123 std::string::const_iterator iterStart = node.first.begin();
124 std::string::const_iterator iterEnd = node.first.end();
129 uint32_t offset = static_cast<uint32_t>(match[0].first - node.first.begin());
151 auto uri = std::make_shared<OHOS::Uri>(item.first);
155 customData->AddItemData(item.first, ite
[all...]
/third_party/gn/src/base/containers/
H A Dflat_map.h21 // extracts the key as the first element of a pair.
25 return p.first; in operator ()()
62 // flat_map(InputIterator first, InputIterator last,
111 // void insert(InputIterator first, InputIterator last,
123 // iterator erase(const_iterator first, const_iterator& last);
183 flat_map(InputIterator first,
203 // Takes the first if there are duplicates in the initializer list.
249 flat_map<Key, Mapped, Compare>::flat_map(InputIterator first, in flat_map() argument
253 : tree(first, last, dupe_handling, comp) {} in flat_map()
278 // from first creatin
[all...]
/third_party/cups-filters/filter/pdftopdf/
H A Dnup.cc25 if (first==Axis::X) { in dump()
28 } else if (first==Axis::Y) { in dump()
36 first,xstart,ystart); in dump()
147 if (param.first==Axis::X) { in convert_order()
177 // first calculate only for bottom-left corner in calculate_edit()
217 calculate_edit(sub.first,sub.second,ret); in nextPage()
249 if ( (pos1.second==CENTER)||(pos0.first==pos1.first) ) { in parseNupLayout()
253 ret.first=pos0.first; in parseNupLayout()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dptrlist.c92 // get the first element of a ptrlist
94 // @return: the first element of the list or ``NULL`` if the list is empty
383 struct ptr_list *last, *first = *head; in undo_ptr_list_last() local
385 if (!first) in undo_ptr_list_last()
387 last = first; in undo_ptr_list_last()
397 } while (last != first); in undo_ptr_list_last()
408 struct ptr_list *last, *first = *head; in delete_ptr_list_last() local
410 if (!first) in delete_ptr_list_last()
412 last = first->prev; in delete_ptr_list_last()
416 first in delete_ptr_list_last()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c54 draw->pipeline.first = draw->pipeline.validate; in draw_pipeline_init()
129 draw->pipeline.first->point(draw->pipeline.first, &prim); in do_point()
150 draw->pipeline.first->line(draw->pipeline.first, &prim); in do_line()
173 draw->pipeline.first->tri(draw->pipeline.first, &prim); in do_triangle()
356 draw->pipeline.first->flush(draw->pipeline.first, flags); in draw_pipeline_flush()
358 draw->pipeline.first in draw_pipeline_flush()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp42 // The sizes of the basic blocks in the function (the first
47 // The first block number which has imprecise instruction address.
100 /// We need to be careful about the offset of the first block in the function
130 BS.first += AlignExtra; in ComputeBlockSizes()
143 BlockSizes[MBB->getNumber()].first = BlockSize; in ComputeBlockSizes()
159 BS.first -= BS.second; in modifyAdjustment()
164 BS.first += AlignExtra; in modifyAdjustment()
170 Offset += BlockSizes[MBB->getNumber()].first; in modifyAdjustment()
191 BranchSize += BlockSizes[DestBlock].first; in computeBranchSize()
193 BranchSize += BlockSizes[i].first; in computeBranchSize()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DMapVector.h101 auto &I = Result.first->second; in operator []()
118 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert()
120 auto &I = Result.first->second; in insert()
122 Vector.push_back(std::make_pair(KV.first, KV.second)); in insert()
130 // Copy KV.first into the map, then move it into the vector. in insert()
131 std::pair<KeyT, typename MapType::mapped_type> Pair = std::make_pair(KV.first, 0); in insert()
133 auto &I = Result.first->second; in insert()
161 typename MapType::iterator Pos = Map.find(Vector.back().first); in pop_back()
174 Map.erase(Iterator->first); in erase()
214 Map.erase(I->first); in remove_if()
[all...]
/third_party/vixl/src/
H A Dcpu-features.h301 CPUFeatures(T first, U... others) : features_{} { in CPUFeatures() argument
302 Combine(first, others...);
342 void Combine(T first, U... others) { in Combine() argument
343 Combine(first); in Combine()
356 void Remove(T first, U... others) { in Remove() argument
357 Remove(first); in Remove()
386 bool Has(T first, U... others) const { in Has() argument
387 return Has(first) && Has(others...); in Has()
483 CPUFeaturesScope(T* cpu_features_wrapper, U first, V... features) in CPUFeaturesScope() argument
486 cpu_features_->Combine(first, feature in CPUFeaturesScope()
[all...]
/third_party/rust/crates/nom/src/sequence/
H A Dmod.rs9 /// Gets an object from the first parser,
13 /// * `first` The first parser to apply.
30 mut first: F, in pair()
38 let (input, o1) = first.parse(input)?; in pair()
43 /// Matches an object from the first parser and discards it,
47 /// * `first` The opening parser.
64 mut first: F, in preceded()
72 let (input, _) = first.parse(input)?; in preceded()
77 /// Gets an object from the first parse
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dconnection_manager.cpp77 abilityConnection = connectionIter->first.abilityConnection; in ConnectAbilityInner()
117 if (uiServiceExtProxy != connection.first.uiServiceExtProxy) { in MatchConnection()
121 if (accountId != connection.first.userid) { in MatchConnection()
125 return connectCaller == connection.first.connectCaller && in MatchConnection()
126 connectReceiver.GetElement().GetBundleName() == connection.first.connectReceiver.GetBundleName() && in MatchConnection()
127 connectReceiver.GetElement().GetModuleName() == connection.first.connectReceiver.GetModuleName() && in MatchConnection()
128 connectReceiver.GetElement().GetAbilityName() == connection.first.connectReceiver.GetAbilityName(); in MatchConnection()
131 return connectCaller == connection.first.connectCaller && in MatchConnection()
132 connectReceiver.GetElement().GetBundleName() == connection.first.connectReceiver.GetBundleName() && in MatchConnection()
133 connectReceiver.GetOperation() == connection.first in MatchConnection()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_stack.cpp39 if (((*it).first) == name) { in Remove()
105 if ((*it).first == name && (*it).second == navDestinationNode) { in isLastListContains()
188 if ((*it).first == name && (*it).second == navDestinationNode) { in FindIndex()
215 if ((*it).first == name) { in Get()
240 return navPathList_[index].first; in GetNavDesNameByIndex()
253 if ((*it).first == name) { in GetFromPreBackup()
294 pathNames.emplace_back(path.first); in GetAllPathName()
387 if ((*it).first == name || (*it).second == navDestinationNode) { in RemoveCacheNode()
404 if ((*it).first == name && (*it).second == navDestinationNode) { in ReOrderCache()
408 cacheNodes_.emplace_back(std::make_pair((*it).first, (*i in ReOrderCache()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list_item.cpp43 if (attr.first == DOM_LISTITEM_TYPE) { in SetSpecializedAttr()
46 } else if (attr.first == DOM_LISTITEM_CARD_TYPE) { in SetSpecializedAttr()
49 } else if (attr.first == DOM_LISTITEM_CARD_BLUR) { in SetSpecializedAttr()
52 } else if (attr.first == DOM_LISTITEM_STICKY) { in SetSpecializedAttr()
65 } else if (attr.first == DOM_LISTITEM_IS_TITLE) { in SetSpecializedAttr()
68 } else if (attr.first == DOM_LISTITEM_CLICK_EFFECT) { in SetSpecializedAttr()
71 } else if (attr.first == DOM_LISTITEM_STICKY_RADIUS) { in SetSpecializedAttr()
73 } else if (attr.first == DOM_LISTITEM_INDEX_KEY) { in SetSpecializedAttr()
76 } else if (attr.first == DOM_LISTITEM_PRIMARY) { in SetSpecializedAttr()
79 } else if (attr.first in SetSpecializedAttr()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_database.cpp41 uint32_t currentHandle = availableHandlePair.first; in AddService()
131 // [start handle, end handle][first,second] in ReleaseHandle()
132 if (currentNode->first > service.endHandle_) { in ReleaseHandle()
134 // before [start handle, end handle][c.first, c.second] in ReleaseHandle()
136 if (currentNode->first == service.endHandle_ + 1) { in ReleaseHandle()
140 // before [start handle, end handle][c.first, c.second] in ReleaseHandle()
141 // after [start handle, end handle][c.first, c.second] in ReleaseHandle()
149 // [first,second][start handle, end handle] in ReleaseHandle()
152 // before [c.first, c.second][start handle, end handle] in ReleaseHandle()
153 // after [c.first, en in ReleaseHandle()
[all...]
/foundation/multimedia/av_codec/services/engine/common/
H A Dffmpeg_converter.cpp218 [&ffHEVCLevel](const auto &item) -> bool { return item.first == ffHEVCLevel; }); in ConvertFFMpegToOHHEVCLevel()
229 [&ffHEVCProfile](const auto &item) -> bool { return item.first == ffHEVCProfile; }); in ConvertFFMpegToOHHEVCProfile()
240 [&ffColorPrimaries](const auto &item) -> bool { return item.first == ffColorPrimaries; }); in ConvertFFMpegToOHColorPrimaries()
251 [&ffColorTrans](const auto &item) -> bool { return item.first == ffColorTrans; }); in ConvertFFMpegToOHColorTrans()
262 [&ffColorSpace](const auto &item) -> bool { return item.first == ffColorSpace; }); in ConvertFFMpegToOHColorMatrix()
273 [&ffColorRange](const auto &item) -> bool { return item.first == ffColorRange; }); in ConvertFFMpegToOHColorRange()
284 [&ffChromaLocation](const auto &item) -> bool { return item.first == ffChromaLocation; }); in ConvertFFMpegToOHChromaLocation()
295 [&codecId](const auto &item) -> bool { return item.first == codecId; }); in ConvertFFMpegAVCodecIdToOHAudioFormat()
306 [&ffSampleFormat](const auto &item) -> bool { return item.first == ffSampleFormat; }); in ConvertFFMpegToOHAudioFormat()
322 return ite->first; in ConvertOHAudioFormatToFFMpeg()
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_enhance_impl.cpp92 if (item.first != E_OK) { in Get()
93 LOG_ERROR("get key failed, errCode=%{public}d", item.first); in Get()
135 if (item.first != E_OK) { in HasKey()
136 LOG_WARN("haskey unmarshall failed, haskey return true, errCode=%{public}d", item.first); in HasKey()
250 std::string key(it->first.begin(), it->first.end()); in GetAllInner()
253 if (item.first != E_OK) { in GetAllInner()
255 return std::make_pair(item.first, map); in GetAllInner()
318 if (res.first != E_OK) { in Clear()
319 LOG_ERROR("get all failed when clear, errCode=%{public}d", res.first); in Clear()
[all...]

Completed in 14 milliseconds

1...<<11121314151617181920>>...246