Home
last modified time | relevance | path

Searched refs:add (Results 3351 - 3375 of 5696) sorted by relevance

1...<<131132133134135136137138139140>>...228

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DServiceTest.java251 innerClassNames.add(fullName.substring(outerName.length() + 1)); in testNoGenericServices()
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DTimestamps.java370 public static Timestamp add(Timestamp start, Duration length) { in add() method in Timestamps
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DUtils.java145 RubyBignum.newBignum(runtime, UINT64_COMPLEMENTARY.add(new BigInteger(ret + ""))); in wrapPrimaryValue()
/third_party/skia/platform_tools/android/apps/viewer/src/main/java/org/skia/viewer/
H A DStateAdapter.java125 optionList.add(options.getString(j)); in populateView()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs35 //! epoll.add(listen_sock, epoll::EventFlags::IN)?;
47 //! epoll.add(conn_sock, epoll::EventFlags::OUT | epoll::EventFlags::ET)?;
84 /// `EPOLL*` for use with [`Epoll::add`].
148 pub fn add( in add() functions
/third_party/skia/buildtools/checkdeps/
H A Dbuilddeps.py22 # Variable name used in the DEPS file to add or subtract include files from
26 # Variable name used in the DEPS file to add or subtract include files
72 git_source_directories.add(dir_path_norm)
199 existing_rules: The rules for the parent directory. We'll add-on to these.
280 directory that owns the |parent_rules|, add |dir_path_local_abs|'s rules to
281 |self.directory_rules|, and add None entries for any of its
350 |self.base_directory|) if needed, which may add rules for skipped
H A Dgraphdeps.py150 deps_srcs.add(src)
175 # parent that we're about to add.
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs132 add: *const BIGNUM, in BN_generate_prime_ex()
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dauxv.rs220 auxp = auxp.add(1); in init_from_auxp()
/third_party/rust/crates/unicode-width/scripts/
H A Dunicode.py193 self.entry_set.add((codepoint, width))
198 set `self`'s width list to the longer of the two, add all of `attempt`'s codepoints
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmSpirvVersionTests.cpp290 programCollection.spirvAsmSources.add("compute", &spirVAsmBuildOptions) << comp; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOCornerCase.cpp316 programCollection.glslSources.add("compute") << glu::ComputeSource(m_computeShaderSrc); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp280 programCollection.glslSources.add("comp") << glu::ComputeSource(computeSrc.str()) in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksStructsVKSC.hpp71 void add (const std::string& test) in add() function
/build/config/components/hdi/
H A Dbuild_hdi_files_info.py360 idl_sources_set.add(cur_idl_file)
485 ModuleInfo.include_dirs.add(Option.gen_dir)
489 ModuleInfo.include_dirs.add(
/third_party/ffmpeg/libavcodec/
H A Ddirac_dwt_template.c56 int add, int shift) in interleave()
60 dst[2*i ] = ((int)(src0[i] + (unsigned)add)) >> shift; in interleave()
61 dst[2*i+1] = ((int)(src1[i] + (unsigned)add)) >> shift; in interleave()
55 interleave(TYPE *dst, TYPE *src0, TYPE *src1, int w2, int add, int shift) interleave() argument
H A Dsnowdec.c32 static av_always_inline void predict_slice_buffered(SnowContext *s, slice_buffer * sb, IDWTELEM * old_buffer, int plane_index, int add, int mb_y){ in predict_slice_buffered() argument
51 if(add){ in predict_slice_buffered()
85 add, 0, plane_index); in predict_slice_buffered()
H A Dutvideodec.c242 uint32_t sub = 0x80 >> (8 - (bits + 1)), add; in decode_plane() local
251 add = (~p[k] & sub) << (8 - bits); in decode_plane()
253 p[k] += add; in decode_plane()
/third_party/alsa-lib/src/pcm/
H A Dpcm_route.c263 void *zero, *get32, *add, *norm, *put32; in snd_pcm_route_convert1_many() local
306 add = add_labels[params->sum_idx * 2 + ttable->att]; in snd_pcm_route_convert1_many()
338 goto *add; in snd_pcm_route_convert1_many()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java23 * add the source value into the value of each trie range.
681 void add(int index, int count, int value) { in add() method in MutableCodePointTrie.AllSameBlocks
984 allSameBlocks.add(i, inc, value); in compactWholeDataBlocks()
991 allSameBlocks.add(j, jInc + inc, value); in compactWholeDataBlocks()
995 // before we add the first one, which may improve compaction in rare cases, in compactWholeDataBlocks()
/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp221 // easy to add non-script codes specific to collation.
426 set.add(start, end); in addRange()
924 " (add the character to genuca.cpp sampleCharsToScripts[])\n", in parseFractionalUCA()
950 builder.add(prefix, s, ces, cesLength, *status); in parseFractionalUCA()
1188 bmp.add(lead); in setLeadSurrogatesForAssociatedSupplementary()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java24 * add the source value into the value of each trie range.
673 void add(int index, int count, int value) { in add() method in MutableCodePointTrie.AllSameBlocks
976 allSameBlocks.add(i, inc, value); in compactWholeDataBlocks()
983 allSameBlocks.add(j, jInc + inc, value); in compactWholeDataBlocks()
987 // before we add the first one, which may improve compaction in rare cases, in compactWholeDataBlocks()
/third_party/icu/icu4c/source/data/
H A Dmakedata.mak339 echo pnames.icu ubidi.icu ucase.icu uprops.icu nfc.nrm > "$(ICUOUT)\icu4j\add.txt"
340 "$(ICUPBIN)\icupkg" "$(ICUOUT)\$(ICUPKG).dat" "$(ICUOUT)\icu4j\$(U_ICUDATA_NAME)b.dat" -a "$(ICUOUT)\icu4j\add.txt" -s "$(ICUBLD_PKG)" -x * -tb -d "$(ICUOUT)\icu4j\$(ICU4J_DATA_DIRNAME)"
347 # - add the uni-core-data to the ICU package
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp190 nir_alu_instr* add = nir_instr_as_alu(ssa->parent_instr); in apply_nuw_to_ssa()
192 if (add->no_unsigned_wrap) in apply_nuw_to_ssa()
205 add->no_unsigned_wrap = in apply_nuw_to_ssa()
/third_party/node/deps/v8/tools/
H A Dll_prof.py740 code_sections.add(after_section)
742 reloc_sections.add(after_section)
787 self.names.add(name)

Completed in 30 milliseconds

1...<<131132133134135136137138139140>>...228