Home
last modified time | relevance | path

Searched refs:first (Results 6126 - 6150 of 6760) sorted by relevance

1...<<241242243244245246247248249250>>...271

/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.cpp378 return ref.first; in GetRenderSlotName()
390 return ref.first; in GetCategoryName()
874 // check first for own validity and possible base shader handle in GetShaderHandle()
1966 desc.path = ref.first;
2050 // first check that given pipeline layout is valid to own reflection
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp1864 (fontFeatureArray + index)->tag = new (std::nothrow) char[(kv.first).size() + 1]; in OH_Drawing_TextStyleGetFontFeatures()
1873 auto result = strcpy_s((fontFeatureArray + index)->tag, ((kv.first).size() + 1), (kv.first).c_str()); in OH_Drawing_TextStyleGetFontFeatures()
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_subscriber_handler_test.cpp1577 iter.first->SetFinalKeyDown(true); in HWTEST_F()
2165 EXPECT_TRUE(handler.IsEqualKeyOption(keyOption1, iter.first)); in HWTEST_F()
2201 EXPECT_FALSE(handler.IsEqualKeyOption(keyOption1, iter.first)); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp1015 // when the first parameter is string, the pos of attachName is 1; otherwise, it is 2 in Attach()
1033 return res.first; in Attach()
1073 return res.first; in Detach()
2114 return result.first; in LockCloudContainer()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_base.cpp1223 GLint first = 0; in DrawArraysInstanced() local
1224 tie(succ, first) = NVal(env, funcArg[NARG_POS::SECOND]).ToInt32(); in DrawArraysInstanced()
1240 context->GetWebGL2RenderingContextImpl().DrawArraysInstanced(env, mode, first, count, instanceCount); in DrawArraysInstanced()
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc269 bool first = break_index_ == -1; in Next() local
271 if (!first) source_position_iterator_.Advance(); in Next()
272 first = false; in Next()
574 // always has a suspend ID of 0), where we return to the caller first, in Break()
1290 // Skip the current frame, find the first frame we want to step out to in PrepareStep()
2056 // Unlink from list. If prev is nullptr we are looking at the first element. in FreeDebugInfoListNode()
2400 // first and then remove this fast return. in ProcessCompileEvent()
/third_party/openGLES/xml/
H A Dreadme.tex532 \item \tag{proto} must be the first element, and is a tag defining the C
678 defined first.
765 definition of an extension requires another to be defined first.
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp95 inline void append (std::vector<T>& first, const std::vector<T>& second) in append() argument
97 first.insert(first.end(), second.begin(), second.end()); in append()
1657 vk.cmdBindVertexBuffers(*cmdBuffer, /*first binding*/ 0u, /*num bindings*/ 1u, &m_vertexBuffer.get(), /*offsets*/ &ZERO); in drawSinglePass()
2139 append(vertices, genVerticesShapes (RGBA::black().toVec(), DEPTH_REFERENCE)); // first mask in iterate()
2174 // Render second pass reference image with the first pattern in iterate()
2270 //! Draw the second pass image, but with sample pattern from the first pass -- used to verify that the pattern is different
2363 vk.cmdBindVertexBuffers(currentCmdBuffer, /*first binding*/ 0u, /*num bindings*/ 1u, &m_vertexBuffer.get(), /*offsets*/ &ZERO); in drawPatternChangeReference()
2367 vk.cmdDraw(currentCmdBuffer, m_numVertices, /*instance count*/ 1u, /*first vertex*/ 0u, /*first instanc in drawPatternChangeReference()
[all...]
H A DvktPipelineShaderModuleIdentifierTests.cpp429 bool first = true; in operator <<() local
433 out << (first ? "" : ", ") << prop; in operator <<()
434 first = false; in operator <<()
1441 // The first one will be a VkShaderModule if needed. in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp443 const ModuleHandleSp mod(new Unique<VkShaderModule>(createShaderModule(vk, vkDevice, context.getBinaryCollection().get(moduleNdx->first), 0))); in createPipelineShaderStages()
455 stage.first.c_str(), // const char* pName; in createPipelineShaderStages()
1214 // Only get the first value since all three values are the same anyway. in fillInterfacePlaceholderTessEvalGeom()
4286 vk.cmdDraw(*cmdBuf, deUint32(vertexCount), 1u /*run pipeline once*/, 0u /*first vertex*/, 0u /*first instanceIndex*/); in runAndVerifyDefaultPipeline()
4485 const int x = positions[posNdx].first; in runAndVerifyDefaultPipeline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp1462 // Check out first element. in getSplatValue()
1623 // Look up the constant in the table first to ensure uniqueness. in getFoldedCast()
1889 // Canonicalize addrspacecasts between different pointer types by first in getAddrSpaceCast()
1907 // Check the operands for consistency first. in get()
1938 // Check the operands for consistency first. in get()
2108 // Look up the constant in the table first to ensure uniqueness in getGetElementPtr()
2145 // Look up the constant in the table first to ensure uniqueness in getICmp()
2170 // Look up the constant in the table first to ensure uniqueness in getFCmp()
2197 // Look up the constant in the table first to ensure uniqueness in getExtractElement()
2220 // Look up the constant in the table first t in getInsertElement()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp555 // Cell is not special. Try to add the constant here first, in add()
625 dbgs() << " " << printReg(I.first, &TRI) << " -> " << I.second << '\n'; in print()
888 << printMBBReference(*MF.getBlockNumbered(Edge.first)) << "->" in propagate()
890 if (Edge.first != EntryNum) in propagate()
910 // To see if this is the first time we're visiting it, check the first in propagate()
1645 // the value back, replicating what was a sign bit after the first in evaluateSEXTi()
/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c636 int first = 1; in xperms_to_cil() local
656 if (!first) in xperms_to_cil()
659 first = 0; in xperms_to_cil()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleSampleLocationsExtTests.cpp93 inline void append (std::vector<T>& first, const std::vector<T>& second) in append() argument
95 first.insert(first.end(), second.begin(), second.end()); in append()
1633 vk.cmdBindVertexBuffers(*cmdBuffer, /*first binding*/ 0u, /*num bindings*/ 1u, &m_vertexBuffer.get(), /*offsets*/ &ZERO); in drawSinglePass()
2115 append(vertices, genVerticesShapes (RGBA::black().toVec(), DEPTH_REFERENCE)); // first mask in iterate()
2150 // Render second pass reference image with the first pattern in iterate()
2246 //! Draw the second pass image, but with sample pattern from the first pass -- used to verify that the pattern is different
2334 vk.cmdBindVertexBuffers(currentCmdBuffer, /*first binding*/ 0u, /*num bindings*/ 1u, &m_vertexBuffer.get(), /*offsets*/ &ZERO); in drawPatternChangeReference()
2338 vk.cmdDraw(currentCmdBuffer, m_numVertices, /*instance count*/ 1u, /*first vertex*/ 0u, /*first instanc in drawPatternChangeReference()
[all...]
H A DvktPipelineShaderModuleIdentifierTests.cpp426 bool first = true; in operator <<() local
430 out << (first ? "" : ", ") << prop; in operator <<()
431 first = false; in operator <<()
1435 // The first one will be a VkShaderModule if needed. in runTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.cpp443 const ModuleHandleSp mod(new Unique<VkShaderModule>(createShaderModule(vk, vkDevice, context.getBinaryCollection().get(moduleNdx->first), 0))); in createPipelineShaderStages()
455 stage.first.c_str(), // const char* pName; in createPipelineShaderStages()
1214 // Only get the first value since all three values are the same anyway. in fillInterfacePlaceholderTessEvalGeom()
4283 vk.cmdDraw(*cmdBuf, deUint32(vertexCount), 1u /*run pipeline once*/, 0u /*first vertex*/, 0u /*first instanceIndex*/); in runAndVerifyDefaultPipeline()
4482 const int x = positions[posNdx].first; in runAndVerifyDefaultPipeline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2371 // Mark the first N int arguments as having reg in markLibCallAttributes()
2760 Chain = DAG.getCopyToReg(Chain, dl, Reg.first, Reg.second, Flag); in LowerReturn()
2762 RetOps.push_back(DAG.getRegister(Reg.first, Reg.second.getValueType())); in LowerReturn()
2911 "Expecting first location of 64 bit width type"); in getv64i1Argument()
3237 // If this is a one-part value or the first part of a multi-part value, in LowerMemArgument()
3239 // load from our portion of it. This assumes that if the first part of an in LowerMemArgument()
3248 // This is not the first piece of an argument in memory. See if there is in LowerMemArgument()
3522 // the start of the first vararg value... for expansion of llvm.va_start. We
3538 // Find the first unallocated argument registers.
3709 MRI.disableCalleeSavedRegister(Pair.first);
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp329 if (avoidArea.first == OHOS::Rosen::AvoidAreaType::TYPE_SYSTEM) { in ParseAvoidAreasUpdate()
331 } else if (avoidArea.first == OHOS::Rosen::AvoidAreaType::TYPE_NAVIGATION_INDICATOR) { in ParseAvoidAreasUpdate()
333 } else if (avoidArea.first == OHOS::Rosen::AvoidAreaType::TYPE_CUTOUT && context->GetUseCutout()) { in ParseAvoidAreasUpdate()
354 context->UpdateOriginAvoidArea(avoidArea.second, static_cast<uint32_t>(avoidArea.first)); in AvoidAreasUpdateOnUIExtension()
1110 // first use hap provider in CommonInitializeForm()
1658 // first use hap provider in CommonInitialize()
2489 updateDensityTask(); // ensure density has been updated before load first page in UpdateViewportConfigWithAnimation()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp479 std::string key = styles[i].first; in SetDomStyle()
490 std::string key = styles[i].first; in SetDomStyle()
669 LOGE("SetScreenOnVisible, first argument is not an object!"); in SetScreenOnVisible()
2246 std::string key = iter->first;
2285 std::string key = iter->first; in AppSetData()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp1438 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, nMetaData, item.first.c_str(), nmetaDataArray)); in ConvertApplicationInfo()
1837 env, item.first.c_str(), NAPI_AUTO_LENGTH, &nKey)); in ConvertRouterDataInfos()
2072 env, item.first.c_str(), NAPI_AUTO_LENGTH, &nKey)); in ConvertParameters()
2213 env, item.first.c_str(), NAPI_AUTO_LENGTH, &nModuleName)); in ConvertModuleMetaInfos()
/third_party/mesa3d/include/GLES3/
H A Dgl32.h423 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count);
566 GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
1063 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
1168 GL_APICALL void GL_APIENTRY glDrawArraysInstanced (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h200 // Set the current point where the first character will appear. The
201 // first character could extend left of the current point; this is font
204 // left-side-bearing of the first character to be displayed and set
539 // if return is positive, the first unused row of the bitmap
566 // Query the font vertical metrics without having to create a font first.
623 int first_unicode_codepoint_in_range; // if non-zero, then the chars are continuous, and this is the first codepoint
874 // width and height and positioning info for it first.
1001 // You have to have called stbtt_InitFont() first.
1016 // returns 1/0 whether the first string interpreted as utf8 is identical to
1394 // but we just use the first on in stbtt_InitFont_internal()
1473 stbtt_uint32 first = ttUSHORT(data + index_map + 6); stbtt_FindGlyphIndex() local
[all...]
/third_party/openGLES/api/GLES3/
H A Dgl32.h404 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSPROC) (GLenum mode, GLint first, GLsizei count);
547 GL_APICALL void GL_APIENTRY glDrawArrays (GLenum mode, GLint first, GLsizei count);
1044 typedef void (GL_APIENTRYP PFNGLDRAWARRAYSINSTANCEDPROC) (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
1149 GL_APICALL void GL_APIENTRY glDrawArraysInstanced (GLenum mode, GLint first, GLsizei count, GLsizei instancecount);
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc1648 // We collect exits into a set first because we are not allowed to mutate in EliminateLoopExits()
2160 if (offset.first == -1) continue; in operator <<()
2161 const int first = max - offset.first + 1; in operator <<() local
2164 out << "\"" << i << "\": [" << first << ", " << second << "]"; in operator <<()
2837 // Do a depth-first post-order traversal of the graph. For every node, hash: in HashGraphForPGO()
2970 // repeat it for jump optimization. The first run has to happen on a temporary in GenerateCodeForCodeStub()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc135 // Set up pointer to first argument (skip receiver). in Generate_JSBuiltinsConstructStubHelper()
245 // Set up pointer to first argument (skip receiver). in Generate_JSConstructStubGeneric()
580 // C calling convention. The first argument is passed in r0. in Generate_JSEntryVariant()
775 // r4: argv, i.e. points to first arg in Generate_JSEntryTrampolineHelper()
1135 // Normally the first thing we'd do here is Push(lr, fp), but we already in Generate_BaselineOutOfLinePrologue()
1477 // -- r2 : the address of the first argument to be pushed. Subsequent in Generate_InterpreterPushArgsThenCallImpl()
1538 // -- r4 : address of the first argument in Generate_InterpreterPushArgsThenConstructImpl()
1706 // not a valid bytecode offset. Detect this case and advance to the first in Generate_InterpreterEnterAtNextBytecode()
1900 // since that's the first thing the Call/CallWithArrayLike builtins in Generate_FunctionPrototypeApply()
1977 // since that's the first thin in Generate_ReflectApply()
2681 constexpr DwVfpRegister first = Generate_WasmDebugBreak() local
[all...]

Completed in 133 milliseconds

1...<<241242243244245246247248249250>>...271