Home
last modified time | relevance | path

Searched refs:set (Results 4876 - 4900 of 7441) sorted by relevance

1...<<191192193194195196197198199200>>...298

/third_party/node/lib/internal/util/
H A Dinspect.js373 set(options) {
439 set(value) {
829 ctx.circular.set(value, index);
834 ctx.circular.set(value, index);
878 // We have to check all values in case the constructor is set to null.
883 // Only set the constructor for non ordinary ("Array [...]") arrays.
1932 const label = desc.set !== undefined ? 'Getter/Setter' : 'Getter';
1936 (ctx.getters === 'get' && desc.set === undefined) ||
1937 (ctx.getters === 'set' && desc.set !
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py204 excluded: A set of excluded files.
368 "set INPUTDIR=$(InputDir)\n"
369 "if NOT DEFINED INPUTDIR set INPUTDIR=.\\\n"
370 "set INPUTDIR=%INPUTDIR:~0,-1%\n"
401 cmd += "set CYGWIN=nontsec&& "
403 cmd += "set /a NUMBER_OF_PROCESSORS_PLUS_1=%%NUMBER_OF_PROCESSORS%%+1&& "
405 cmd += "set INTDIR=$(IntDir)&& "
407 cmd += "set OUTDIR=$(OutDir)&& "
409 cmd += "set INPUTPATH=$(InputPath) && "
449 # Eventually we should add some sort of rule_default option to set thi
[all...]
H A Dninja.py778 # Put to-be-removed items in a set and
1360 implicit_deps = set()
1361 solibs = set()
1362 order_deps = set()
1377 extra_link_deps = set()
1419 # linker flags are set via xcode_settings and msvs_settings, respectively.
1680 """Returns the variables toolchain would set for build steps."""
1687 """Returns the variables Visual Studio would set for build steps."""
1693 """Returns the variables Xcode would set for build steps."""
1705 """Returns the variables Xcode would set fo
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dninja.py778 # Put to-be-removed items in a set and
1360 implicit_deps = set()
1361 solibs = set()
1362 order_deps = set()
1377 extra_link_deps = set()
1419 # linker flags are set via xcode_settings and msvs_settings, respectively.
1680 """Returns the variables toolchain would set for build steps."""
1687 """Returns the variables Visual Studio would set for build steps."""
1693 """Returns the variables Xcode would set for build steps."""
1705 """Returns the variables Xcode would set fo
[all...]
H A Dmsvs.py204 excluded: A set of excluded files.
368 "set INPUTDIR=$(InputDir)\n"
369 "if NOT DEFINED INPUTDIR set INPUTDIR=.\\\n"
370 "set INPUTDIR=%INPUTDIR:~0,-1%\n"
401 cmd += "set CYGWIN=nontsec&& "
403 cmd += "set /a NUMBER_OF_PROCESSORS_PLUS_1=%%NUMBER_OF_PROCESSORS%%+1&& "
405 cmd += "set INTDIR=$(IntDir)&& "
407 cmd += "set OUTDIR=$(OutDir)&& "
409 cmd += "set INPUTPATH=$(InputPath) && "
447 # Eventually we should add some sort of rule_default option to set thi
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h41 #include <set>
244 // The high 8 bits are set to zero.
461 // This is a de facto standard (as set by GNU binutils) 32-bit unimplemented
1336 void set(Register rd, VSew sew, Vlmul lmul) { in set() function in v8::internal::Assembler::VectorUnit
1345 void set(Register rd, int8_t sew, int8_t lmul) { in set() function in v8::internal::Assembler::VectorUnit
1350 set(rd, VSew(sew), Vlmul(lmul)); in set()
1353 void set(RoundingMode mode) { in set() function in v8::internal::Assembler::VectorUnit
1360 void set(Register rd, Register rs1, VSew sew, Vlmul lmul) { in set() function in v8::internal::Assembler::VectorUnit
1369 void set(VSew sew, Vlmul lmul) { in set() function in v8::internal::Assembler::VectorUnit
1759 std::set<int64_
[all...]
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc152 // Beginning of a JS set.
154 // End of a JS set. length:uint32_t.
193 // This is the set of tags that existed in SerializationTag.h at that time and
297 // most significant 7 bits. Each byte, except the last, has the MSB set. in WriteVarint()
855 raw_entries.set(result_index++, key); in WriteJSMap()
856 raw_entries.set(result_index++, raw_table.ValueAt(entry)); in WriteJSMap()
887 raw_entries.set(result_index++, key); in WriteJSSet()
1245 // most significant 7 bits. Each byte, except the last, has the MSB set. in ReadVarint()
1755 elements->set(i, *element); in ReadDenseJSArray()
1908 Handle<JSSet> set in ReadJSSet() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp52 #include <set>
726 // Compute active uniform set for block. in computeReferenceLayout()
858 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
892 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes()
908 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock) in collectUniqueBasicTypes()
914 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes()
922 std::set<glu::DataType> types; in generateCompareFuncs()
923 std::set<glu::DataType> compareFuncs; in generateCompareFuncs()
929 for (std::set<glu::DataType>::const_iterator iter = types.begin(); iter != types.end(); ++iter) in generateCompareFuncs()
1163 src << "layout(set in generateDeclaration()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp42 // Clear values are only used when loadOp=Clear is set in clearWithRenderPassOp. When starting a
43 // new render pass, the clear value is set to an unlikely value (bright pink) to stand out better
288 unresolveMask.set(vk::kUnpackedDepthIndex); in MakeUnresolveAttachmentMask()
292 unresolveMask.set(vk::kUnpackedStencilIndex); in MakeUnresolveAttachmentMask()
637 clearColorBuffers.set(drawbuffer); in clearBufferfv()
656 clearColorBuffers.set(drawbuffer); in clearBufferuiv()
684 clearColorBuffers.set(drawbuffer); in clearBufferiv()
1375 // passes (and thus framebuffers). For multiview, layer count is set to view count and a flag in updateLayerCount()
1539 invalidateColorBuffers.set( in invalidateImpl()
1624 // so their loadOp can be set t in invalidateImpl()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
H A DvktUniformBlockCase.cpp52 #include <set>
726 // Compute active uniform set for block. in computeReferenceLayout()
858 void getCompareDependencies (std::set<glu::DataType>& compareFuncs, glu::DataType basicType) in getCompareDependencies()
892 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const VarType& type) in collectUniqueBasicTypes()
908 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const UniformBlock& uniformBlock) in collectUniqueBasicTypes()
914 void collectUniqueBasicTypes (std::set<glu::DataType>& basicTypes, const ShaderInterface& interface) in collectUniqueBasicTypes()
922 std::set<glu::DataType> types; in generateCompareFuncs()
923 std::set<glu::DataType> compareFuncs; in generateCompareFuncs()
929 for (std::set<glu::DataType>::const_iterator iter = types.begin(); iter != types.end(); ++iter) in generateCompareFuncs()
1163 src << "layout(set in generateDeclaration()
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_controller.h50 const std::set<int> &GetNegotiatedFeatureSet() override;
/foundation/ability/dmsfwk/services/dtbschedmgr/src/adapter/
H A Ddnetwork_adapter.cpp48 std::set<std::shared_ptr<DeviceListener>> DnetworkAdapter::listenerSet_;
/foundation/ability/ability_runtime/tools/aa/src/
H A Daccessibility_ability_utils.cpp96 std::set<char> installedCapabilityNameSet; in GetInvalidCapabilityNames()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_controller.h50 const std::set<int> &GetNegotiatedFeatureSet() override;
/foundation/ability/ability_runtime/test/fuzztest/pendingwantmanager_fuzzer/
H A Dpendingwantmanager_fuzzer.cpp142 std::set<uint32_t> needEraseIndexSet; in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.h212 std::set<uint64_t> foregroundWindows_;
H A Djs_ui_extension_base.h197 std::set<uint64_t> foregroundWindows_;
/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_utils.cpp48 const std::set<uint32_t> FONT_WEIGHT_STYLE_ID = {
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/
H A Dui_display_sync.h25 #include <set>
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs_controller.cpp159 std::set<int32_t> indexSet; in PreloadItems()
H A Djs_lazy_foreach.cpp19 #include <set>
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/prompt/
H A Dcj_prompt_ffi.cpp96 std::set<std::string> callbacks; in FfiPromptShowDialog()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dexclusive_recognizer.cpp125 const std::set<size_t>& touchIds, const RefPtr<GestureRecognizer>& recognizer, GestureDisposal disposal) in BatchAdjudicate()
H A Dsequenced_recognizer.cpp141 const std::set<size_t>& touchIds, const RefPtr<GestureRecognizer>& recognizer, GestureDisposal disposal) in BatchAdjudicate()
/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/
H A Dverify_task.cpp34 const std::set<std::string> SCHEME_WHITE_SET = { HTTPS };

Completed in 32 milliseconds

1...<<191192193194195196197198199200>>...298