Home
last modified time | relevance | path

Searched refs:add (Results 6401 - 6425 of 8376) sorted by relevance

1...<<251252253254255256257258259260>>...336

/third_party/skia/third_party/externals/dawn/generator/
H A Ddawn_json_generator.py117 all_values.add(value.value)
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42parse.c106 #define T1_Add_Table( p, i, o, l ) (p)->funcs.add( (p), i, o, l )
988 /* add a trailing zero to the name table */ in t42_parse_charstrings()
1041 /* Swap glyph in index 0 with /.notdef glyph. First, add index 0 */ in t42_parse_charstrings()
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py494 self.state.document.settings.record_dependencies.add(fpath)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp123 void Distribution::add(const BlockNode &Node, uint64_t Amount,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp126 Counter CounterExpressionBuilder::add(Counter LHS, Counter RHS) { in add() function in CounterExpressionBuilder
556 // We add counts of the regions of the same kind as the active region
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsCallLowering.cpp581 MIB.add(Info.Callee); in lowerCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp820 // For splats based on an index into a vector, add N/2 modulo N in handleSpecialSwappables()
953 .add(MI->getOperand(1)); in removeSwaps()
/third_party/skia/third_party/externals/icu/source/common/
H A Duprops.cpp742 sa->add(sa->set, start); in uprops_addPropertyStarts()
789 // if (c != b) add the mapping from a to c in u_getFC_NFKC_Closure()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-sp-operand-imm8-t32.cc51 #define FOREACH_INSTRUCTION(M) M(add)
354 #include "aarch32/traces/assembler-cond-rd-sp-operand-imm8-add-t32.h"
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMessageReflection.java175 results.add(prefix + field.getName()); in findMissingFields()
808 // add it to the unknown fields. in mergeFieldFrom()
847 // add it to the unknown fields. in mergeFieldFrom()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DByteStringTest.java824 pieces.add(ByteString.copyFrom(referenceBytes, start, length)); in makeConcretePieces()
H A DCodedOutputStreamTest.java727 result.add(b); in toList()
/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py1062 file_descriptor_proto.message_type.add().MergeFrom(desc_proto)
/third_party/python/Lib/lib2to3/
H A Drefactor.py139 features.add(value)
/third_party/python/Lib/test/
H A Dtest_marshal.py425 ids.add(id(obj))
H A Dtest_site.py32 # If you add tests that are useful under -S, this skip should be moved
49 # need to add user site directory for tests
333 # addusersitepackages() must not add user_site to sys.path
435 seen_paths.add(path)
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp472 executor->add([&]() { in reshapeAll()
/third_party/skia/modules/skparagraph/src/
H A DRun.cpp561 endlineMetrics->add(this); in scaleFontWithCompressionConfig()
/third_party/spirv-tools/utils/
H A Dgenerate_grammar_tables.py385 - operand_kind_prefix: the prefix, if any, to add to the front
667 emitted.add(value)
/third_party/vk-gl-cts/modules/gles31/scripts/
H A Dgen-implicit-conversions.py342 "+": operator.add,
810 ("add", "Addition", "+"),
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp513 programCollection.glslSources.add("comp") << glu::ComputeSource(shader.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmComputeShaderCase.cpp428 programCollection.spirvAsmSources.add("compute") in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrStorageImageWriteTests.cpp645 sourceCollections.glslSources.add(shaderName.str()) << glu::ComputeSource(src.str());
/kernel/linux/linux-6.6/fs/f2fs/
H A Df2fs.h716 * i_advise uses FADVISE_XXX_BIT. We can add additional hints later.
3071 block_t diff, bool add, bool claim) in f2fs_i_blocks_write()
3076 /* add = 1, claim = 1 should be dquot_reserve_block in pair */ in f2fs_i_blocks_write()
3077 if (add) { in f2fs_i_blocks_write()
4542 u64 blocks, bool add) in f2fs_i_compr_blocks_update()
4548 if (!add && !atomic_read(&fi->i_compr_blocks)) in f2fs_i_compr_blocks_update()
4551 if (add) { in f2fs_i_compr_blocks_update()
3070 f2fs_i_blocks_write(struct inode *inode, block_t diff, bool add, bool claim) f2fs_i_blocks_write() argument
4541 f2fs_i_compr_blocks_update(struct inode *inode, u64 blocks, bool add) f2fs_i_compr_blocks_update() argument
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1410 const u8 *addr, bool add) in mac80211_hwsim_config_mac_nl()
1427 add ? HWSIM_CMD_ADD_MAC_ADDR : in mac80211_hwsim_config_mac_nl()
2602 "expect to add STA with single link, have 0x%x\n", in mac80211_hwsim_sta_add()
3079 "add channel context control: %d MHz/width: %d/cfreqs:%d/%d MHz\n", in mac80211_hwsim_add_chanctx()
3220 unsigned long add = new_links & ~old_links; in mac80211_hwsim_change_vif_links() local
3226 add |= BIT(0); in mac80211_hwsim_change_vif_links()
3231 for_each_set_bit(i, &add, IEEE80211_MLD_MAX_NUM_LINKS) { in mac80211_hwsim_change_vif_links()
5045 * HWSIM_DEFAULT_IF_LIMIT, therefore we only want to add the in mac80211_hwsim_new_radio()
1409 mac80211_hwsim_config_mac_nl(struct ieee80211_hw *hw, const u8 *addr, bool add) mac80211_hwsim_config_mac_nl() argument

Completed in 46 milliseconds

1...<<251252253254255256257258259260>>...336