Home
last modified time | relevance | path

Searched refs:add (Results 4151 - 4175 of 5696) sorted by relevance

1...<<161162163164165166167168169170>>...228

/third_party/node/tools/gyp/pylib/gyp/
H A Dxcodeproj_file.py1192 # To add entropy the hashable is enhanced with the names of all its
2592 # really should just add a product_name setting that doesn't include
3038 symroots.add(setting["SYMROOT"])
3040 symroots.add(None)
/third_party/node/tools/
H A Dtest.py1253 case.outcomes.add(PASS)
1710 visited.add(key)
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationbuilder.cpp269 optimizeSet.add(0, 0x7f); in parseAndBuild()
270 optimizeSet.add(0xc0, 0xff); in parseAndBuild()
1220 // For example, when we add tail composites for ae^ (^=combining circumflex), in addTailComposites()
1362 // We could add a capacity parameter to getCEs() and reallocate if necessary. in closeOverComposites()
1709 // add chars that fail the fcd check in ucol_getUnsafeSet()
1712 // add lead/trail surrogates in ucol_getUnsafeSet()
1725 // break the strings apart and add them to the unsafe set in ucol_getUnsafeSet()
/third_party/node/deps/npm/node_modules/jsbn/
H A Dindex.js488 // use am to combine the multiply-shift-add into one call
1109 if(d.signum() < 0) return d.add(m); else return d;
1197 BigInteger.prototype.add = bnAdd;
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcodeproj_file.py1192 # To add entropy the hashable is enhanced with the names of all its
2590 # really should just add a product_name setting that doesn't include
3039 symroots.add(setting["SYMROOT"])
3041 symroots.add(None)
/third_party/node/deps/minimatch/
H A Dindex.js22 throw TypeError("Cannot add the same private member more than once");
23 member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
1551 flags.add(f);
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h441 void add(Register dst, Register src1, const Operand& src2, SBit s = LeaveCC,
443 void add(Register dst, Register src1, Register src2, SBit s = LeaveCC,
1160 // start at a delta from the actual load instruction's PC, so we can add this
/third_party/node/deps/v8/src/inspector/
H A Dinjected-script.cc73 static bool add(V8InspectorSessionImpl* session, in add() function in v8_inspector::InjectedScript::ProtocolPromiseHandler
661 if (ProtocolPromiseHandler::add(session, m_context->context(), in addPromiseCallback()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc437 set.add(ranges->at(i).from(), ranges->at(i).to()); in AddUnicodeCaseEquivalents()
1262 others.add(from, to); in RationalizeConsecutiveAtoms()
1272 // this case, we add such characters to the IgnoreSet and filter in RationalizeConsecutiveAtoms()
1327 // ['z', 'Z'] and produce [c-f] and [C-F]. We then only add a range if in RationalizeConsecutiveAtoms()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c124 atomic_add_unless(int *v, int add, int unless) in atomic_add_unless() argument
128 while (c != unless && (old = p_atomic_cmpxchg(v, c, c + add)) != c) in atomic_add_unless()
2045 /* Only add the new GEM handle to the list of export if it belongs to a in iris_bo_export_gem_handle_for_device()
/third_party/node/deps/openssl/openssl/crypto/whrlpool/asm/
H A Dwp-x86_64.pl192 add \$1,%rsi
590 add \$64,%rsp
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_lib.c940 if (group->meth->add == 0) { in EC_POINT_add()
949 return group->meth->add(group, r, a, b, ctx); in EC_POINT_add()
/third_party/python/Lib/collections/
H A D__init__.py387 seen.add(name)
406 seen.add(name)
561 >>> c.update(d) # add in the second counter
659 '''Like dict.update() but add counts instead of replacing them.
664 >>> c.update('witch') # add elements from another iterable
666 >>> c.update(d) # add elements from another counter
748 # To strip negative and zero counts, add-in an empty counter:
914 '''Inplace add from another counter, keeping only positive counts.
1139 # Now, add the methods in dicts but not in MutableMapping
/third_party/python/Lib/
H A D_pyio.py23 valid_seek_flags.add(os.SEEK_HOLE)
24 valid_seek_flags.add(os.SEEK_DATA)
/third_party/openssl/crypto/ec/
H A Dec_lib.c940 if (group->meth->add == 0) { in EC_POINT_add()
949 return group->meth->add(group, r, a, b, ctx); in EC_POINT_add()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktBasicDrawTests.cpp702 programCollection.glslSources.add("vert") << glu::VertexSource(m_vertShaderSource); in initPrograms()
703 programCollection.glslSources.add("frag") << glu::FragmentSource(m_fragShaderSource); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageDepthStencilDescriptorTests.cpp452 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
513 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp1384 programCollection.glslSources.add("vert") << glu::VertexSource( in initPrograms()
1398 programCollection.glslSources.add("frag") << glu::FragmentSource( in initPrograms()
H A DvktPipelineRenderToImageTests.cpp759 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
785 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
H A DvktPipelineSamplerBorderSwizzleTests.cpp306 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms()
307 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp110 // to be called so add VK_KHR_get_surface_capabilities2 for this. in getRequiredWsiExtensions()
1236 dst.glslSources.add("tri-vert") << glu::VertexSource( in getPrograms()
1254 dst.glslSources.add("tri-frag") << glu::FragmentSource( in getPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolOcclusionTests.cpp1285 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSrc.c_str()); in initPrograms()
1287 programCollection.glslSources.add("vert") << glu::VertexSource("#version 430\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationProvokingVertexTests.cpp203 programCollection.glslSources.add("vert") << glu::VertexSource(vertShader.str()); in initPrograms()
204 programCollection.glslSources.add("frag") << glu::FragmentSource(fragShader); in initPrograms()
734 // Clear the color buffer to red and check the drawing doesn't add any in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPerformanceTests.cpp770 programCollection.glslSources.add("dummyVert") << glu::VertexSource(dummyVert.str()); in initPrograms()
771 programCollection.glslSources.add("dummyFrag") << glu::FragmentSource(dummyFrag.str()); in initPrograms()
H A DvktShaderObjectRenderingTests.cpp886 programCollection.glslSources.add("vertDepth") << glu::VertexSource(vertDepth.str()); in initPrograms()
887 programCollection.glslSources.add("fragMulti") << glu::FragmentSource(fragMulti.str()); in initPrograms()

Completed in 62 milliseconds

1...<<161162163164165166167168169170>>...228