Home
last modified time | relevance | path

Searched refs:second (Results 7876 - 7900 of 7960) sorted by relevance

1...<<311312313314315316317318319

/third_party/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl908 // second low, result into third, result into highest.
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1874 i->second // deUint32 descriptorCount in run()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorCopyTests.cpp1874 i->second // deUint32 descriptorCount in run()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp90 static bool CanTypesShareLocation(TYPES first, TYPES second);
1780 * Data second;
2415 * second snippet should be successful.
2953 * - second, where "result = 1;" is replaced with "result = goten;".
2954 * In first case build process should succeed, in the second case build process
3675 * - second snippet will fail to build.
3825 * - second snippet will fail to build.
H A Dgl4cDirectStateAccessTests.hpp176 * Bind a first half of the second buffer to transform feedback object
179 * Bind a second half of the second buffer to transform feedback object
1524 * Map second half of buffer with MapNamedBufferRange and MAP_READ_BIT
1588 * Map second half of buffer with MapNamedBufferRange and MAP_WRITE_BIT
1615 * only the second mapping.
1664 * Fetch second half of the buffer using GetNamedBufferSubData function.
2076 * ClearNamedBufferSubData. Set second data element to 1 using
2630 bool Compare(const T first, const T second);
2652 * Blit one pixel of the first framebuffer to the second framebuffe
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DTextureVk.cpp2515 return iter->second.get(); in getMultiLayerRenderTarget()
/third_party/skia/third_party/externals/libpng/
H A Dpngrutil.c703 /* The size changed on the second read, there can be no in png_decompress_chunk()
2500 mod_time.second = buf[6]; in png_handle_tIME()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp1863 return alignDown(MFI.getMaxCallFrameSize(), getStackAlignment()) + it->second;
2247 /// needed. Set primary to true for the first register, false for the second.
2420 // Need to use a second register to hold the TLS offset in adjustForSegmentedStacks()
2423 // Unfortunately, with fastcc the second scratch register may hold an in adjustForSegmentedStacks()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp1293 return Pair.second; in convertToString()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl.cc634 params->first, params->second); in texture_sampler_types()
3220 // Push the second character to the token queue.
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl.cc965 out << it->second << "("; in EmitTypeConstructor()
/third_party/skia/tools/viewer/
H A DViewer.cpp3023 if (pair.second == stateValue.c_str()) { in onUIStateChanged()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_raii.hpp17041 std::vector<VULKAN_HPP_NAMESPACE::PerformanceCounterDescriptionKHR> & counterDescriptions = data_.second; in enumerateQueueFamilyPerformanceQueryCountersKHR()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp6428 std::shared_ptr<OHOS::NWeb::NWebNativeEmbedDataInfo> dataInfo = iter->second; in OnNativeEmbedAllDestory()
6969 std::shared_ptr<OHOS::NWeb::NWebNativeEmbedDataInfo> dataInfo = iter->second; in GetPosition()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp1550 errNode->second.find(code) != errNode->second.end()) { in ThrowExceptionError()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/session/
H A Dcamera_session_napi.cpp3437 result = CreateFunctionsJSArray(env, cameraFunctionsList, it->second); in GetSessionFunctions()
3469 result = CreateFunctionsJSArray(env, conflictFunctionsList, it->second); in GetSessionConflictFunctions()
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp5358 EXPECT_EQ(retPair.second, 1);
5382 EXPECT_EQ(retPair.second, 21);
/third_party/node/src/
H A Djs_native_api_v8.cc248 auto &&prevSourceMapUrl = it->second; in SetFileToSourceMapMapping()
255 return it->second; in GetSourceMapFromFileName()
1154 // Try to remove the finalizer from the scheduled second pass callback. in ~TrackedFinalizer()
1269 // When the persistent_ is cleared in the WeakCallback, and a second pass in Ref()
1283 // When the persistent_ is cleared in the WeakCallback, and a second pass in Unref()
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc694 for (Node* const user : revisit_it->second) { in RunRetypePhase()
995 it->second.push_back(node); in MarkAsPossibleRevisit()
3159 ProcessInput<T>(node, 2, UseInfo::AnyTagged()); // second in VisitNode()
3231 ProcessInput<T>(node, 2, UseInfo::AnyTagged()); // second in VisitNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp199 // and 87 is the second (and last) index. FirstTrueElement is -2 when in foldCmpLoadFromIndexedGlobal()
2666 RHS2 = FlippedStrictness->second; in matchThreeWayIntCompare()
3223 // When Op1 is constant try replacing select with second operand. in foldICmpInstWithConstantNotInt()
5270 return new ICmpInst(FlippedStrictness->first, Op0, FlippedStrictness->second); in canonicalizeCmpWithConstant()
5359 // We want X to be the icmp's second operand, so swap predicate if it isn't. in foldICmpWithHighBitMask()
5382 // We want X to be the icmp's second operand, so swap predicate if it isn't. in foldICmpWithHighBitMask()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc555 if (!visited->insert(file->name()).second) { in ExtractDebugString()
593 const std::string& content = debug_strings[i].second; in TEST_F()
2552 // Add a second set of fields with implicit default values. in TEST_F()
5770 // be left defined, and this second attempt will fail since it tries to in TEST_F()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp292 static string twoValuedVec4 (const string& first, const string& second, const BVec4& firstMask) in twoValuedVec4() argument
296 elems[i] = firstMask[i] ? first : second; in twoValuedVec4()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp1468 InnerBundleInfo &bundleInfoTest = bundleInfoMapIter->second; in AddCloneInfo()
1487 InnerBundleInfo &bundleInfoTest = bundleInfoMapIter->second; in ClearCloneInfo()
1503 InnerBundleInfo &bundleInfoTest = bundleInfoMapIter->second; in ChangeAppDisabledStatus()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h564 extension and the second is instance extension!
1539 second copy in system memory using #VMA_MEMORY_USAGE_CPU_ONLY and submit explicit transfer each time.
1550 related to using a second copy and making transfer.
1563 second copy in system memory using #VMA_MEMORY_USAGE_GPU_TO_CPU and submit explicit tranfer each time.
1799 The second part of this functionality related to "capture and replay" is not supported,
4603 Cmp should return true if first argument is less than second argument.
5854 T2 second;
5856 VmaPair() : first(), second() { }
5857 VmaPair(const T1& firstSrc, const T2& secondSrc) : first(firstSrc), second(secondSrc) { }
11410 // First allocation from second par in Alloc()
[all...]
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp5369 int second = item->value[NUM_1].i32; in SetScrollNestedScroll() local
5372 node->uiNodeHandle, first, second); in SetScrollNestedScroll()
5374 fullImpl->getNodeModifiers()->getListModifier()->setListNestedScroll(node->uiNodeHandle, first, second); in SetScrollNestedScroll()
5376 fullImpl->getNodeModifiers()->getScrollModifier()->setScrollNestedScroll(node->uiNodeHandle, first, second); in SetScrollNestedScroll()

Completed in 221 milliseconds

1...<<311312313314315316317318319