/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_grammar_tables.py | 370 - operand_kind_prefix: the prefix, if any, to add to the front 645 emitted.add(value)
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | gregocal.cpp | 27 * add() from Java source. 628 * After adjustments such as add(MONTH), add(YEAR), we don't want the 1295 calendar.add(UCAL_YEAR, -80, status); in initializeSystemDefaultCentury()
|
H A D | nfrs.cpp | 303 fractionRules.add(newRule); in setBestFractionRule()
|
H A D | ucal.cpp | 476 ((Calendar*)cal)->add(field, amount, *status); in ucal_add() 734 // If not commonlyUsed, add other available values in ucal_getKeywordValuesForLocale()
|
H A D | uspoof_impl.cpp | 216 // Given a locale (a language), add all the characters from all of the scripts used with that language 308 result.add(codePoint - (UChar32)u_getNumericValue(codePoint)); in getNumerics()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLType.cpp | 738 return symbolTable->add(Type::MakeStructType(this->fLine, *name, this->fields()));
|
/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)
|