/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 199 LLVM_NODISCARD ImmutableList<T> add(ElemT &&Data, ImmutableList<T> L) { in add() function in llvm::ImmutableListFactory
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 83 // Some items with _ in them get returned in quotes, so do not add more.
|
/third_party/python/Lib/test/ |
H A D | test_unicode_file_functions.py | 78 files.add(name)
|
H A D | test_pkg.py | 79 self.modules_to_cleanup.add('.'.join(comps))
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMessageBuilderContext.java | 101 * completeness. Any attempt to add a message type with required fields to a 157 throw runtime.newArgumentError("Cannot add a map field with a float, double, enum, or message type."); in map() 185 this.builder.pendingList.add(mapentryDesc); in map()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | mock_tk.py | 299 def bind(sequence=None, func=None, add=None):
|
/third_party/python/Lib/unittest/ |
H A D | result.py | 220 seen.add(id(c))
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | epoll.rs | 35 //! epoll.add(listen_sock, epoll::EventFlags::IN)?; 47 //! epoll.add(conn_sock, epoll::EventFlags::OUT | epoll::EventFlags::ET)?; 85 /// `EPOLL*` for use with [`Epoll::add`]. 146 pub fn add( in add() functions
|
/third_party/rust/crates/nix/src/ |
H A D | sched.rs | 111 let ptr = stack.as_mut_ptr().add(stack.len()); in clone() 199 /// `field` is the CPU id to add
|
H A D | lib.rs | 277 buf_ptr.add(self.len()).write(0); in with_nix_path()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | error.rs | 180 *ptr.add(data.len()) = 0; in put()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/ |
H A D | vktPostmortemShaderTimeoutTests.cpp | 112 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmFloatControlsExtensionlessTests.cpp | 183 programCollection.spirvAsmSources.add("compute") << SpirVAsmBuildOptions(programCollection.usedVulkanVersion, SPIRV_VERSION_1_4, allowSpirv14) << comp; in initPrograms()
|
H A D | vktSpvAsmFromHlslTests.cpp | 78 dst.hlslSources.add("comp") << glu::ComputeSource(source) in init()
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdsp_template.c | 132 #define SCALE(dst, x) (dst) = av_clip_int16(((x) + add) >> shift) 153 int add = 1 << (shift - 1); in transform_4x4_luma() local 162 add = 1 << (shift - 1); in transform_4x4_luma() 246 int add = 1 << (shift - 1); \ 258 add = 1 << (shift - 1); \ 270 int add = 1 << (shift - 1); \ 271 int coeff = (((coeffs[0] + 1) >> 1) + add) >> shift; \
|
H A D | adpcm.c | 357 int delta, pred, step, add; in adpcm_agm_expand_nibble() local 362 add = (delta * 2 + 1) * step; in adpcm_agm_expand_nibble() 363 if (add < 0) in adpcm_agm_expand_nibble() 364 add = add + 7; in adpcm_agm_expand_nibble() 367 pred = av_clip(pred + (add >> 3), -32767, 32767); in adpcm_agm_expand_nibble() 369 pred = av_clip(pred - (add >> 3), -32767, 32767); in adpcm_agm_expand_nibble() 2309 /* Note: Do not forget to add new entries to the Makefile as well. */
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regcomp.c | 1336 /* Regset is not empty, so add a tag before the in tre_add_tags() 1422 /* Regset is not empty, so add a tag here. */ in tre_add_tags() 1493 /* Regset is not empty, so add a tag here. */ in tre_add_tags() 2584 /* Don't add duplicates. */ in tre_make_trans() 2697 int i, add = 0; in regcomp() local 2822 add = 0; in regcomp() 2825 offs[i] = add; in regcomp() 2826 add += counts[i] + 1; in regcomp() 2829 transitions = xcalloc((unsigned)add + 1, sizeof(*transitions)); in regcomp() 2833 tnfa->num_transitions = add; in regcomp() [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regcomp.c | 1337 /* Regset is not empty, so add a tag before the in tre_add_tags() 1423 /* Regset is not empty, so add a tag here. */ in tre_add_tags() 1494 /* Regset is not empty, so add a tag here. */ in tre_add_tags() 2585 /* Don't add duplicates. */ in tre_make_trans() 2698 int i, add = 0; in regcomp() local 2823 add = 0; in regcomp() 2826 offs[i] = add; in regcomp() 2827 add += counts[i] + 1; in regcomp() 2830 transitions = xcalloc((unsigned)add + 1, sizeof(*transitions)); in regcomp() 2834 tnfa->num_transitions = add; in regcomp() [all...] |
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regcomp.c | 1336 /* Regset is not empty, so add a tag before the in tre_add_tags() 1422 /* Regset is not empty, so add a tag here. */ in tre_add_tags() 1493 /* Regset is not empty, so add a tag here. */ in tre_add_tags() 2584 /* Don't add duplicates. */ in tre_make_trans() 2697 int i, add = 0; in regcomp() local 2822 add = 0; in regcomp() 2825 offs[i] = add; in regcomp() 2826 add += counts[i] + 1; in regcomp() 2829 transitions = xcalloc((unsigned)add + 1, sizeof(*transitions)); in regcomp() 2833 tnfa->num_transitions = add; in regcomp() [all...] |
/third_party/musl/src/regex/ |
H A D | regcomp.c | 1336 /* Regset is not empty, so add a tag before the in tre_add_tags() 1422 /* Regset is not empty, so add a tag here. */ in tre_add_tags() 1493 /* Regset is not empty, so add a tag here. */ in tre_add_tags() 2584 /* Don't add duplicates. */ in tre_make_trans() 2697 int i, add = 0; in regcomp() local 2822 add = 0; in regcomp() 2825 offs[i] = add; in regcomp() 2826 add += counts[i] + 1; in regcomp() 2829 transitions = xcalloc((unsigned)add + 1, sizeof(*transitions)); in regcomp() 2833 tnfa->num_transitions = add; in regcomp() [all...] |
/third_party/node/deps/openssl/openssl/ |
H A D | Configure | 52 # --config add the given configuration file, which will be read after 1483 # If threads still aren't disabled, add a C macro to ensure the source 1773 ? add($si->{$_})->($target{$_}) 2588 # If we depend on a header file or a perl module, add an inclusion of 2763 # they end up in where applicable. Then, add build rules for those 2934 return sub { add($opts{default} || (), 2946 return sub { add(@stuff)->(); } 2956 return sub { add($disabled{threads} ? () : @flags)->(); } 2961 return sub { add($disabled{shared} ? () : @flags)->(); } 3010 sub add { subroutine [all...] |
/third_party/python/Lib/ |
H A D | inspect.py | 556 # add any DynamicClassAttributes to the list of names if object is a class; 588 processed.add(key) 724 processed.add(name) 1630 unbound_names.add(name) 2056 # Unless we add a new parameter type we never 2128 add = text.append 2166 add(', ') 2167 add(string) 2169 add(' ') 3255 # rendered an '*args'-like parameter before, so add [all...] |
/third_party/openssl/ |
H A D | Configure | 52 # --config add the given configuration file, which will be read after 1480 # If threads still aren't disabled, add a C macro to ensure the source 1770 ? add($si->{$_})->($target{$_}) 2583 # If we depend on a header file or a perl module, add an inclusion of 2758 # they end up in where applicable. Then, add build rules for those 2929 return sub { add($opts{default} || (), 2941 return sub { add(@stuff)->(); } 2951 return sub { add($disabled{threads} ? () : @flags)->(); } 2956 return sub { add($disabled{shared} ? () : @flags)->(); } 3005 sub add { subroutine [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleImageTests.cpp | 950 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); 971 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); 1095 programCollection.glslSources.add("sample_vert") << glu::VertexSource(src.str()); 1143 programCollection.glslSources.add("sample_frag") << glu::FragmentSource(src.str()); 1382 programCollection.glslSources.add("comp") << glu::ComputeSource(src.str()); 1689 programCollection.glslSources.add("sample_vert") << glu::VertexSource(src.str()); 1720 programCollection.glslSources.add("sample_frag") << glu::FragmentSource(src.str());
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassFragmentDensityMapTests.cpp | 490 // add color image in createRenderPassProduceSubsampledImage() 509 // add resolve image when we use more than one sample per fragment in createRenderPassProduceSubsampledImage() 527 // add color image copy ( when render_copy is used ) in createRenderPassProduceSubsampledImage() 545 // add density map in createRenderPassProduceSubsampledImage() 565 // for multisampled scenario we need to add resolve attachment in createRenderPassProduceSubsampledImage() 1263 sourceCollections.glslSources.add("vert") << glu::VertexSource(tcu::StringTemplate(vertSourceTemplate).specialize(parameters)); in initPrograms() 1265 sourceCollections.glslSources.add("frag_produce_subsampled") << glu::FragmentSource( in initPrograms() 1278 sourceCollections.glslSources.add("frag_update_subsampled") << glu::FragmentSource( in initPrograms() 1293 sourceCollections.glslSources.add("frag_copy_subsampled") << glu::FragmentSource( in initPrograms() 1307 sourceCollections.glslSources.add("frag_copy_subsampled_m in initPrograms() [all...] |