| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 76 auto GUID = GlobalList.first; 187 GUIDPreservedSymbols.count(P.first)) { 453 auto ModId = getModuleId(ModIt.first); 454 OS << " // Module: " << ModIt.first << "\n"; 458 OS << " label = \"" << sys::path::filename(ModIt.first) << "\";\n"; 471 NodeMap[SummaryIt.first].push_back(ModId); 490 if (GUIDPreservedSymbols.count(SummaryIt.first)) 493 auto VI = getValueInfo(SummaryIt.first); 500 OS << " " << NodeId(ModId, SummaryIt.first) << " " << A.getAsString() 508 Draw(SummaryIt.first, [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | norm2allmodes.h | 65 normalizeSecondAndAppend(UnicodeString &first, 68 return normalizeSecondAndAppend(first, second, true, errorCode); 71 append(UnicodeString &first, 74 return normalizeSecondAndAppend(first, second, false, errorCode); 77 normalizeSecondAndAppend(UnicodeString &first, in normalizeSecondAndAppend() argument 81 uprv_checkCanGetBuffer(first, errorCode); in normalizeSecondAndAppend() 83 return first; in normalizeSecondAndAppend() 86 if(&first==&second || secondArray==NULL) { in normalizeSecondAndAppend() 88 return first; in normalizeSecondAndAppend() 90 int32_t firstLength=first in normalizeSecondAndAppend() [all...] |
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | tz2icu.cpp | 314 // Read reserved bytes. The first of these will be a version byte. in readzoneinfo() 427 // Check if the first type is not dst in readzoneinfo() 430 // first transition, but no DST is observed. in readzoneinfo() 610 // Get the first file in scandir() 932 ruleIDset.insert(p.first); in insertRuleID() 1032 bool first; in print() local 1040 for (first = true; trn != transitions.end() && trn->time < LOWEST_TIME32; ++trn) { in print() 1041 if (!first) { in print() 1044 first = false; in print() 1053 for (first in print() 1853 bool first = true; main() local [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| H A D | tz2icu.cpp | 314 // Read reserved bytes. The first of these will be a version byte. in readzoneinfo() 427 // Check if the first type is not dst in readzoneinfo() 430 // first transition, but no DST is observed. in readzoneinfo() 610 // Get the first file in scandir() 932 ruleIDset.insert(p.first); in insertRuleID() 1032 bool first; in print() local 1040 for (first = true; trn != transitions.end() && trn->time < LOWEST_TIME32; ++trn) { in print() 1041 if (!first) { in print() 1044 first = false; in print() 1053 for (first in print() 1853 bool first = true; main() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | inner_navigation_controller.cpp | 79 navigationStack->AddCacheNode(childNode.first, uiNode); in SetInPIPMode() 125 navigationStack->ReOrderCache(cacheNode->first, cacheNode->second); in PushInPIP() 133 if (pair.first == cacheNode->first && pair.second->GetId() == handle) { in PushInPIP() 143 navigationStack->Push(cacheNode->first); in PushInPIP() 148 navigationStack->Push(cacheNode->first); in PushInPIP()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
| H A D | rs_node_stats.cpp | 87 rsNodeCountTotal_, nodeInfoTop1.second, nodeInfoTop1.first.c_str(), nodeInfoTop2.second, in ReportRSNodeLimitExceeded() 88 nodeInfoTop2.first.c_str(), nodeInfoTop3.second, nodeInfoTop3.first.c_str(), curSysTime); in ReportRSNodeLimitExceeded() 96 "RS_TOP1_APP_NAME", nodeInfoTop1.first, in ReportRSNodeLimitExceeded() 98 "RS_TOP2_APP_NAME", nodeInfoTop2.first, in ReportRSNodeLimitExceeded() 100 "RS_TOP3_APP_NAME", nodeInfoTop3.first, in ReportRSNodeLimitExceeded()
|
| /foundation/multimedia/camera_lite/frameworks/ |
| H A D | camera_manager.cpp | 57 [i, cameraId]() { i.first->OnCameraStatus(cameraId, CAMERA_DEVICE_STATE_UNAVAILABLE); });
69 [i, cameraId]() { i.first->OnCameraStatus(cameraId, CAMERA_DEVICE_STATE_AVAILABLE); });
92 string cameraId = i.first;
100 if (p->first == &callback) {
121 MEDIA_DEBUG_LOG("%s", i.first.c_str());
122 cameraList.emplace_back(i.first);
|
| /foundation/multimodalinput/input/service/nap_process/src/ |
| H A D | nap_process.cpp | 79 if (data.pid == map.first.pid && data.uid == map.first.uid && data.bundleName == map.first.bundleName) { in IsNeedNotify() 157 int32_t getPid = map.first.pid; in GetAllMmiSubscribedEvents() 158 int32_t getUid = map.first.uid; in GetAllMmiSubscribedEvents() 159 std::string getName = map.first.bundleName; in GetAllMmiSubscribedEvents()
|
| /foundation/resourceschedule/memmgr/services/memmgrservice/src/kill_strategy_manager/ |
| H A D | low_memory_killer.cpp | 110 itrProcess->first, bundle.uid_, bundle.name_.c_str()); in KillOneBundleByPrio() 111 freedBuf += KernelInterface::GetInstance().KillOneProcessByPid(itrProcess->first); in KillOneBundleByPrio() 158 if (currBufferKB < it->first) { in QueryKillMemoryPriorityPair() 159 minBufKB = it->first; in QueryKillMemoryPriorityPair() 165 targetBufKB = levelMap.rbegin()->first; in QueryKillMemoryPriorityPair() 190 unsigned int minBuf = memPrioPair.first; in PsiHandlerInner()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | avs.c | 76 int first, last; in avs_decode_frame() local 79 first = AV_RL16(buf); in avs_decode_frame() 80 last = first + AV_RL16(buf + 2); in avs_decode_frame() 81 if (first >= 256 || last > 256 || buf_end - buf < 4 + 4 + 3 * (last - first)) in avs_decode_frame() 84 for (i=first; i<last; i++, buf+=3) { in avs_decode_frame()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/range/ |
| H A D | StandardPluralRanges.java | 93 StandardPlural first = StandardPlural.fromString(value.getString()); in put() 98 output.addPluralRange(first, second, result); in put() 144 private void addPluralRange(StandardPlural first, StandardPlural second, StandardPlural result) { in addPluralRange() argument 145 flatTriples[3 * numTriples] = first; in addPluralRange() 156 public StandardPlural resolve(StandardPlural first, StandardPlural second) { in resolve() argument 158 if (first == flatTriples[3 * i] && second == flatTriples[3 * i + 1]) { in resolve()
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | numrange_capi.cpp | 98 // Readonly-alias constructor (first argument is whether we are NUL-terminated) in unumrf_openForSkeletonWithCollapseAndIdentityFallback() 110 double first, in unumrf_formatDoubleRange() 121 result->fData.quantity1.setToDouble(first); in unumrf_formatDoubleRange() 123 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDoubleRange() 129 const char* first, int32_t firstLen, in unumrf_formatDecimalRange() 140 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange() 142 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDecimalRange() 108 unumrf_formatDoubleRange( const UNumberRangeFormatter* uformatter, double first, double second, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDoubleRange() argument 127 unumrf_formatDecimalRange( const UNumberRangeFormatter* uformatter, const char* first, int32_t firstLen, const char* second, int32_t secondLen, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDecimalRange() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | numrange_capi.cpp | 98 // Readonly-alias constructor (first argument is whether we are NUL-terminated) in unumrf_openForSkeletonWithCollapseAndIdentityFallback() 111 double first, in unumrf_formatDoubleRange() 122 result->fData.quantity1.setToDouble(first); in unumrf_formatDoubleRange() 124 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDoubleRange() 130 const char* first, int32_t firstLen, in unumrf_formatDecimalRange() 141 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange() 143 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDecimalRange() 109 unumrf_formatDoubleRange( const UNumberRangeFormatter* uformatter, double first, double second, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDoubleRange() argument 128 unumrf_formatDecimalRange( const UNumberRangeFormatter* uformatter, const char* first, int32_t firstLen, const char* second, int32_t secondLen, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDecimalRange() argument
|
| /third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
| H A D | Precise_test.cpp | 35 DestroyCompiler(shaderOutputType.first); 45 sh::InitBuiltInResources(&mResourceList[shaderOutputType.first]); in Initialize() 46 mCompilerList[shaderOutputType.first] = nullptr; in Initialize() 63 InitializeCompiler(shaderOutputType.first); in InitializeCompiler() 98 EXPECT_TRUE(TestShaderCompile(shaderOutputType.first, shaderSource)); in TestShaderCompile() 101 sh::GetObjectBinaryBlob(mCompilerList[shaderOutputType.first]); in TestShaderCompile()
|
| /third_party/skia/src/core/ |
| H A D | SkRecordPattern.h | 109 // - first, second, third, ... return the data stored by their respective matchers in the pattern. 129 // Starting from *end, walk through the SkRecord to find the first span matching this pattern. 142 template <typename T> T* first() { return fFirst.get(); } in first() function in SkRecords::Pattern 143 template <typename T> T* second() { return fRest.template first<T>(); } in second() 148 // If first isn't a Greedy, try to match at i once. 150 int matchFirst(T* first, SkRecord* record, int i) { in matchFirst() argument 152 if (record->mutate(i, *first)) { in matchFirst() 159 // If first is a Greedy, walk i until it doesn't match. 161 int matchFirst(Greedy<T>* first, SkRecord* record, int i) { in matchFirst() argument 163 if (!record->mutate(i, *first)) { in matchFirst() [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| H A D | text_handler.h | 53 inline bool operator==(const IdType& first, const IdType& second) { in operator ==() argument 54 return (first.bitwidth == second.bitwidth) && in operator ==() 55 (first.isSigned == second.isSigned) && in operator ==() 56 (first.type_class == second.type_class); in operator ==() 60 inline bool operator!=(const IdType& first, const IdType& second) { in operator !=() argument 61 return !(first == second); in operator !=()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | text_handler.h | 53 inline bool operator==(const IdType& first, const IdType& second) { in operator ==() argument 54 return (first.bitwidth == second.bitwidth) && in operator ==() 55 (first.isSigned == second.isSigned) && in operator ==() 56 (first.type_class == second.type_class); in operator ==() 60 inline bool operator!=(const IdType& first, const IdType& second) { in operator !=() argument 61 return !(first == second); in operator !=()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | numrange_capi.cpp | 98 // Readonly-alias constructor (first argument is whether we are NUL-terminated) in unumrf_openForSkeletonWithCollapseAndIdentityFallback() 110 double first, in unumrf_formatDoubleRange() 119 result->fData.quantity1.setToDouble(first); in unumrf_formatDoubleRange() 121 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDoubleRange() 127 const char* first, int32_t firstLen, in unumrf_formatDecimalRange() 136 result->fData.quantity1.setToDecNumber({first, firstLen}, *ec); in unumrf_formatDecimalRange() 138 formatter->fFormatter.formatImpl(result->fData, first == second, *ec); in unumrf_formatDecimalRange() 108 unumrf_formatDoubleRange( const UNumberRangeFormatter* uformatter, double first, double second, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDoubleRange() argument 125 unumrf_formatDecimalRange( const UNumberRangeFormatter* uformatter, const char* first, int32_t firstLen, const char* second, int32_t secondLen, UFormattedNumberRange* uresult, UErrorCode* ec) unumrf_formatDecimalRange() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
| H A D | InterfaceFile.cpp | 63 Target RHS) { return LHS.first < RHS; }); in addParentUmbrella() 65 if ((Iter != ParentUmbrellas.end()) && !(Target_ < Iter->first)) { in addParentUmbrella() 77 Target RHS) { return LHS.first < RHS; }); in addUUID() 79 if ((Iter != UUIDs.end()) && !(Target_ < Iter->first)) { in addUUID() 116 result.first->second = new (Allocator) Symbol{Kind, Name, Targets, Flags}; in addSymbol() 119 result.first->second->addTarget(Target); in addSymbol()
|
| /third_party/python/Lib/test/test_importlib/import_/ |
| H A D | test_meta_path.py | 12 specified in the sequence, starting with the first importer 13 [first called], and then continuing on down until one is found that doesn't 18 # [first called] 20 with util.mock_spec(mod) as first, util.mock_spec(mod) as second: 21 with util.import_state(meta_path=[first, second]): 22 self.assertIs(self.__import__(mod), first.modules[mod]) 27 with util.mock_spec('nonexistent') as first, \ 29 first.find_spec = lambda self, fullname, path=None, parent=None: None 30 with util.import_state(meta_path=[first, second]):
|
| /third_party/spirv-tools/source/ |
| H A D | text_handler.h | 53 inline bool operator==(const IdType& first, const IdType& second) { in operator ==() argument 54 return (first.bitwidth == second.bitwidth) && in operator ==() 55 (first.isSigned == second.isSigned) && in operator ==() 56 (first.type_class == second.type_class); in operator ==() 60 inline bool operator!=(const IdType& first, const IdType& second) { in operator !=() argument 61 return !(first == second); in operator !=()
|
| /foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
| H A D | unordered_map.h | 39 first_type first; 197 return pointer->data.first; in key() 291 auto ind = index(b->data.first); 319 const auto ind = index(pos.it_->data.first); in erase() 322 // link prev to next or set bucket start to next if this was the first node. in erase() 335 // if this was the first next-prev will be null in erase() 366 const auto ind = index(v.first); in insert() 367 auto entry = get_entry(ind, v.first); in insert() 375 const auto ind = index(v.first); in insert() 376 auto entry = get_entry(ind, v.first); in insert() [all...] |
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
| H A D | nnexecutor.cpp | 117 if (m_outputTensorDescs[outputIndex].first == nullptr) { in GetOutputShape() 122 auto tensorDesc = m_outputTensorDescs[outputIndex].first; in GetOutputShape() 150 if (m_inputTensorDescs[index].first == nullptr) { in CreateInputTensorDesc() 162 *tensorDescImpl = *(m_inputTensorDescs[index].first.get()); in CreateInputTensorDesc() 173 if (m_outputTensorDescs[index].first == nullptr) { in CreateOutputTensorDesc() 185 *tensorDescImpl = *(m_outputTensorDescs[index].first.get()); in CreateOutputTensorDesc() 199 LOGD("[NNExecutor] SetExtensionConfig, key: %s, configData is nullptr.", config.first.c_str()); in SetExtensionConfig() 203 if (!config.first.compare("callingPid")) { in SetExtensionConfig() 208 if (!config.first.compare("hiaiModelId")) { in SetExtensionConfig() 213 if (!config.first in SetExtensionConfig() [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | schema_object.cpp | 134 // Judge whether it is FlatBuffer-Schema then check the schema-size first in ParseFromSchemaString() 321 if (inValue.first == nullptr) { // LCOV_EXCL_BR_LINE in VerifyValue() 335 rawValue = {inValue.first + schemaSkipSize_, inValue.second - schemaSkipSize_}; in VerifyValue() 337 cache.assign(inValue.first + schemaSkipSize_, inValue.first + inValue.second); in VerifyValue() 357 if (inPath == nullptr || inValue.first == nullptr) { // LCOV_EXCL_BR_LINE in ExtractValue() 368 rawValue = {inValue.first + schemaSkipSize_, inValue.second - schemaSkipSize_}; in ExtractValue() 371 cache->assign(inValue.first + schemaSkipSize_, inValue.first + inValue.second); in ExtractValue() 381 tempCache->assign(inValue.first in ExtractValue() [all...] |
| /third_party/gn/src/gn/ |
| H A D | innerapis_publicinfo_generator.cc | 165 bool first = true;
in GetSingleFlagInfo() local 167 if (!first) {
in GetSingleFlagInfo() 170 first = false;
in GetSingleFlagInfo() 208 bool first = true;
in GetIncludeDirsInfo() local 210 if (!first) {
in GetIncludeDirsInfo() 213 first = false;
in GetIncludeDirsInfo() 229 bool first = true;
in GetPublicConfigInfo() local 231 if (!first) {
in GetPublicConfigInfo() 234 first = false;
in GetPublicConfigInfo() 322 bool first in GetPublicHeadersInfo() local 342 bool first = true; GetPublicDepsInfo() local [all...] |