/third_party/skia/third_party/externals/dawn/generator/ |
H A D | dawn_json_generator.py | 117 all_values.add(value.value)
|
/third_party/skia/third_party/externals/freetype/src/type42/ |
H A D | t42parse.c | 106 #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 D | pyspecific.py | 494 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 D | BlockFrequencyInfoImpl.cpp | 123 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 D | CoverageMapping.cpp | 126 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 D | MipsCallLowering.cpp | 581 MIB.add(Info.Callee); in lowerCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 820 // 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 D | uprops.cpp | 742 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 D | test-assembler-cond-rd-sp-operand-imm8-t32.cc | 51 #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 D | MessageReflection.java | 175 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 D | ByteStringTest.java | 824 pieces.add(ByteString.copyFrom(referenceBytes, start, length)); in makeConcretePieces()
|
H A D | CodedOutputStreamTest.java | 727 result.add(b); in toList()
|
/third_party/protobuf/python/google/protobuf/ |
H A D | descriptor.py | 1062 file_descriptor_proto.message_type.add().MergeFrom(desc_proto)
|
/third_party/python/Lib/lib2to3/ |
H A D | refactor.py | 139 features.add(value)
|
/third_party/python/Lib/test/ |
H A D | test_marshal.py | 425 ids.add(id(obj))
|
H A D | test_site.py | 32 # 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 D | editor.cpp | 472 executor->add([&]() { in reshapeAll()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | Run.cpp | 561 endlineMetrics->add(this); in scaleFontWithCompressionConfig()
|
/third_party/spirv-tools/utils/ |
H A D | generate_grammar_tables.py | 385 - 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 D | gen-implicit-conversions.py | 342 "+": operator.add, 810 ("add", "Addition", "+"),
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderFConvertTests.cpp | 513 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 D | vktSpvAsmComputeShaderCase.cpp | 428 programCollection.spirvAsmSources.add("compute") in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrStorageImageWriteTests.cpp | 645 sourceCollections.glslSources.add(shaderName.str()) << glu::ComputeSource(src.str());
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | f2fs.h | 716 * 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 D | mac80211_hwsim.c | 1410 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
|