/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 1192 # 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 D | test.py | 1253 case.outcomes.add(PASS) 1710 visited.add(key)
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationbuilder.cpp | 269 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 D | index.js | 488 // 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 D | xcodeproj_file.py | 1192 # 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 D | index.js | 22 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 D | assembler-arm.h | 441 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 D | injected-script.cc | 73 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 D | regexp-compiler-tonode.cc | 437 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 D | iris_bufmgr.c | 124 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 D | wp-x86_64.pl | 192 add \$1,%rsi 590 add \$64,%rsp
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_lib.c | 940 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__.py | 387 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.py | 23 valid_seek_flags.add(os.SEEK_HOLE) 24 valid_seek_flags.add(os.SEEK_DATA)
|
/third_party/openssl/crypto/ec/ |
H A D | ec_lib.c | 940 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 D | vktBasicDrawTests.cpp | 702 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 D | vktImageDepthStencilDescriptorTests.cpp | 452 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 D | vktPipelineDepthRangeUnrestrictedTests.cpp | 1384 programCollection.glslSources.add("vert") << glu::VertexSource( in initPrograms() 1398 programCollection.glslSources.add("frag") << glu::FragmentSource( in initPrograms()
|
H A D | vktPipelineRenderToImageTests.cpp | 759 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 785 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
|
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 306 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 D | vktProtectedMemWsiSwapchainTests.cpp | 110 // 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 D | vktQueryPoolOcclusionTests.cpp | 1285 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 D | vktRasterizationProvokingVertexTests.cpp | 203 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 D | vktShaderObjectPerformanceTests.cpp | 770 programCollection.glslSources.add("dummyVert") << glu::VertexSource(dummyVert.str()); in initPrograms() 771 programCollection.glslSources.add("dummyFrag") << glu::FragmentSource(dummyFrag.str()); in initPrograms()
|
H A D | vktShaderObjectRenderingTests.cpp | 886 programCollection.glslSources.add("vertDepth") << glu::VertexSource(vertDepth.str()); in initPrograms() 887 programCollection.glslSources.add("fragMulti") << glu::FragmentSource(fragMulti.str()); in initPrograms()
|