| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
| H A D | vktSparseResourcesTestsUtil.cpp | 1009 auto it = std::find_if(std::begin(ycbcrFormats), std::end(ycbcrFormats), [result](const std::pair<vk::VkFormat, vk::VkFormat>& p) { return p.first == result; });
|
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/ |
| H A D | select_overlay_test_ng.cpp | 534 // in first region in HWTEST_F() 546 // not in first region and in second region in HWTEST_F() 2442 for (uint32_t first = 0; first < handlePaintRect.size(); ++first) { in HWTEST_F() 2443 selectInfo1.firstHandle.paintRect = handlePaintRect[first]; in HWTEST_F() 2446 bool expectRes = (first == 0) && (second == 0); in HWTEST_F()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| H A D | inner_bundle_info.cpp | 1498 if ((extension.first.find(key) != std::string::npos) && (extension.second.moduleName == hapInfo.moduleName)) { in FindHapModuleInfo() 1507 if ((ability.first.find(key) != std::string::npos) && (ability.second.moduleName == hapInfo.moduleName)) { in FindHapModuleInfo() 1824 auto skillsPair = skillInfos_.find(abilityInfoPair.first); in IsExistLauncherAbility() 2090 if (iter->first.find(key) != std::string::npos) { in RemoveModuleInfo() 2098 if (iter->first.find(key) != std::string::npos) { in RemoveModuleInfo() 2212 // The label and icon are first used under main ability in GetApplicationInfo() 2268 // The label and icon are first used under main ability in GetApplicationInfoV9()
|
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest.cc | 479 // The first ':' or '\0' character in pattern marks the end of it. 1166 *os << it->first << it->second << "\n"; in PrintTo() 1218 // Find first edit. in CreateUnifiedDiff() 1225 // Find the first line to include in the hunk. in CreateUnifiedDiff() 1308 // The first four parameters are the expressions used in the assertion 1799 inline bool IsUtf16SurrogatePair(wchar_t first, wchar_t second) { in IsUtf16SurrogatePair() argument 1801 (first & 0xFC00) == 0xD800 && (second & 0xFC00) == 0xDC00; in IsUtf16SurrogatePair() 1805 inline UInt32 CreateCodePointFromUtf16SurrogatePair(wchar_t first, in CreateCodePointFromUtf16SurrogatePair() argument 1807 const auto first_u = static_cast<UInt32>(first); in CreateCodePointFromUtf16SurrogatePair() 2297 // same fixture class as the first tes [all...] |
| /third_party/ntfs-3g/ntfsprogs/ |
| H A D | playlog.c | 421 * With option -n reading is first attempted from the memory store 837 static BOOL index_match_undo(const char *first, const char *second, int length) in index_match_undo() argument 842 match = !memcmp(first, second, length); in index_match_undo() 848 len = (first[80] & 255)*2 + 2; in index_match_undo() 849 match = (feedle64(first, 16) == feedle64(second, 16)) in index_match_undo() 850 && !memcmp(first + 80, second + 80, len); in index_match_undo()
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | code-generator-arm.cc | 3651 // Ensure to emit the constant pool first if necessary. in AssembleArchInstruction() 3678 uint32_t first = base::bits::CountTrailingZeros32(saves_fp.bits()); in AssembleArchInstruction() 3679 DCHECK_EQ((last - first + 1), saves_fp.Count()); in AssembleArchInstruction() 3680 frame->AllocateSavedCalleeRegisterSlots((last - first + 1) * in AssembleArchInstruction() 3794 __ vstm(db_w, sp, saves_fp.first(), saves_fp.last()); in AssembleArchInstruction() 3826 __ vldm(ia_w, sp, saves_fp.first(), saves_fp.last()); in AssembleArchInstruction()
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_soa.c | 2896 const unsigned first = decl->Range.First; in lp_emit_declaration_soa() local 2906 for (idx = first; idx <= last; ++idx) { in lp_emit_declaration_soa() 2915 for (idx = first; idx <= last; ++idx) { in lp_emit_declaration_soa() 2930 for (idx = first; idx <= last; ++idx) { in lp_emit_declaration_soa() 2943 for (idx = first; idx <= last; ++idx) { in lp_emit_declaration_soa()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 166 /// The filename from the first cpp hash file line comment, if any. 869 // Use the first #line directive for this, if any. It's preprocessed, so in enabledGenDwarfForAssembly() 970 // first referenced for a source location. We need to add something in Run() 1149 SymbolName = Split.first; in parsePrimaryExpr() 1195 if (Split.first.size() != IDVal.size()) { in parsePrimaryExpr() 1199 IDVal = Split.first; in parsePrimaryExpr() 1306 // Ask the target implementation about this expression first. in applyModifierToExpr() 1925 if (Handler.first) in parseStatement() 1926 return (*Handler.second)(Handler.first, IDVal, IDLoc); in parseStatement() 3487 /// The first numbe [all...] |
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| H A D | entry_points_gl_3_autogen.cpp | 2350 GLint first, in GL_DrawArraysInstanced() 2356 "context = %d, mode = %s, first = %d, count = %d, instancecount = %d", CID(context), in GL_DrawArraysInstanced() 2357 GLenumToString(GLenumGroup::PrimitiveType, mode), first, count, instancecount); in GL_DrawArraysInstanced() 2366 modePacked, first, count, instancecount)); in GL_DrawArraysInstanced() 2369 context->drawArraysInstanced(modePacked, first, count, instancecount); in GL_DrawArraysInstanced() 2371 ANGLE_CAPTURE(DrawArraysInstanced, isCallValid, context, modePacked, first, count, in GL_DrawArraysInstanced() 2349 GL_DrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei instancecount) GL_DrawArraysInstanced() argument
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_2_0_autogen.cpp | 1094 void GL_APIENTRY GL_DrawArrays(GLenum mode, GLint first, GLsizei count) in GL_DrawArrays() argument 1097 EVENT(context, GLDrawArrays, "context = %d, mode = %s, first = %d, count = %d", CID(context), in GL_DrawArrays() 1098 GLenumToString(GLenumGroup::PrimitiveType, mode), first, count); in GL_DrawArrays() 1106 first, count)); in GL_DrawArrays() 1109 context->drawArrays(modePacked, first, count); in GL_DrawArrays() 1111 ANGLE_CAPTURE(DrawArrays, isCallValid, context, modePacked, first, count); in GL_DrawArrays()
|
| /third_party/backends/backend/ |
| H A D | umax_pp_low.c | 1584 /* the first apply to fast data transfer (ie when no scaaning is undergoing) */ in waitFifoFull() 5547 int first, rc, x; in initScanner610p() local 5586 first = 0; in initScanner610p() 5606 first = 1; in initScanner610p() 5618 first = 1; in initScanner610p() 5623 if (!first) in initScanner610p() 5633 * since it is first probe or recover */ in initScanner610p() 5973 /* but let's make 610 work first */ in initTransport610p() 6478 /* we set 32 bits I/O mode first, then step back to */ in probeEPP() 7352 /* 2 reports of CF, was FF first (typ in sanei_umax_pp_probeScanner() 11473 int rc = 1, first, i; inquire() local [all...] |
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
| H A D | drv_media_mem.c | 588 * first : 1,find the first node which matches the requirement 591 static hil_mmz_t *list_for_each_mmz(HI_U32 gfp, const char *mmz_name, int first) in list_for_each_mmz() argument 612 if (first) { in list_for_each_mmz() 929 "attr re-mapped requested. But the first remap is returned\n", mmb->name); in _mmb_map2kern()
|
| /device/soc/rockchip/common/sdk_linux/kernel/sched/ |
| H A D | rt.c | 1691 static inline void set_next_task_rt(struct rq *rq, struct task_struct *p, bool first) in set_next_task_rt() argument 1698 if (!first) { in set_next_task_rt() 1987 /* Make sure the mask is initialized first */ in find_lowest_rq() 2277 * As it only takes the first CPU that schedules a lower priority task 2297 * rt_next_cpu() will simply return the first CPU found in in rto_next_cpu()
|
| /foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/ |
| H A D | wfd_sink_scene.cpp | 643 if ((item.first == msg->surfaceId) && (!item.second->deleting)) { in HandleSetSceneType() 735 if ((item.second != nullptr) && (itemDev->first == item.second->deviceId) && (!item.second->deleting)) { in HandlePlay()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | ui_node.cpp | 32 nodeInfo_->codeRow = pos.first; in UINode() 677 // if recursive = false, recursively call AttachToMainTree(false), until we reach the first FrameNode. in AttachToMainTree() 701 // if recursive = false, recursively call AttachToMainTree(false), until we reach the first FrameNode. in AttachToMainTree() 721 // if recursive = false, recursively call DetachFromMainTree(false), until we reach the first FrameNode. in DetachFromMainTree() 768 // if recursive = false, recursively call AttachToMainTree(false), until we reach the first FrameNode. in ProcessOffscreenTask() 1371 if (res.first) { in GetChildFlatIndex() 1409 // if child is already disappearing, remove it from disappearingChildren_ first in AddDisappearingChild()
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
| H A D | jsi_pa_engine.cpp | 1364 formData.AddImageData(data.first, data.second); in OnCreate() 1410 strJsonResult.append(ToJSONStringInt(std::to_string(item->first), std::to_string(item->second))); in OnVisibilityChanged()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
| H A D | search_testtwo_ng.cpp | 614 auto columnFrameNode = column.first; in HWTEST_F() 693 auto columnFrameNode = column.first; in HWTEST_F()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
| H A D | rich_editor_overlay_test_ng.cpp | 629 EXPECT_EQ(pair.first, "subs"); in HWTEST_F() 658 EXPECT_EQ(pair.first, "subs"); in HWTEST_F() 844 * @tc.steps: step1. first click does not show single handle in HWTEST_F() 888 * @tc.steps: step2. first click does not show single handle in HWTEST_F()
|
| H A D | rich_editor_base_testone_ng.cpp | 946 EXPECT_EQ(pair.first, "subs"); in HWTEST_F() 986 EXPECT_EQ(pair.first, "subs"); in HWTEST_F()
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
| H A D | swiper_indicator_modifier_test_ng.cpp | 1756 EXPECT_NEAR(result.first, contentProperty.vectorBlackPointCenterX[0] - radius, 0.001f); in HWTEST_F() 1765 EXPECT_NEAR(result.first, contentProperty.vectorBlackPointCenterX[2] - radius, 0.001f); in HWTEST_F()
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
| H A D | xcomponent_pattern.cpp | 702 // when the component finish it's first layout, so do not trigger the native onSurfaceChanged callback in XComponentSizeChange() 706 // When creating the surface for the first time, needFireNativeEvent = false, other time needFireNativeEvent = true in XComponentSizeChange() 707 // the first time change size no need to resize nativeWindow in XComponentSizeChange() 773 auto nativeXComponentImpl = pair.first; in OnAccessibilityChildTreeRegister() 811 auto nativeXComponentImpl = pair.first; in OnAccessibilityChildTreeDeregister()
|
| /foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
| H A D | napi_audio_enum.cpp | 548 propName = iter.first; in CreateEnumObject() 579 propName = iter.first; in CreateEnumInt64Object()
|
| /foundation/multimedia/audio_framework/services/audio_service/client/src/ |
| H A D | audio_manager_proxy.cpp | 241 data.WriteString(static_cast<std::string>(it->first)); in SetExtraParameters() 526 data.WriteInt32(static_cast<int32_t>(it->first)); in UpdateActiveDevicesRoute()
|
| /foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/ |
| H A D | audio_renderer.cpp | 112 mostAppUid = iter->first > mostAppUid ? iter->first : mostAppUid; in CheckMaxRendererInstances()
|