/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/ |
H A D | __main__.py | 195 # Also add known dependency txt files as possible inputs. 203 files_to_copy.add(f)
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLVarDeclarations.cpp | 197 ThreadContext::SymbolTable()->add(std::move(var)); in Convert()
|
H A D | SkSLSwitchStatement.cpp | 78 intValues.add(intValue); in find_duplicate_case_values()
|
/third_party/skia/src/pathops/ |
H A D | SkOpContour.h | 308 fBounds.add(segment->bounds()); in setBounds()
|
/third_party/skia/src/sksl/ |
H A D | SkSLThreadContext.cpp | 139 return Context().fModifiersPool->add(modifiers); in Modifiers()
|
/third_party/skia/src/sksl/dsl/ |
H A D | DSLType.cpp | 280 const SkSL::Type* result = ThreadContext::SymbolTable()->add(Type::MakeStructType(pos.line(), in Struct()
|
H A D | DSLVar.cpp | 117 const SkSL::Modifiers* modifiers = ThreadContext::Context().fModifiersPool->add( in DSLGlobalVar()
|
/third_party/skia/third_party/externals/dawn/generator/ |
H A D | generator_lib.py | 217 paths.add(path)
|
/third_party/optimized-routines/string/arm/ |
H A D | memchr.S | 78 uadd8 r5, r5, r7 @ Parallel add 0xff - sets the GE bits for anything that wasn't 0 80 uadd8 r6, r6, r7 @ Parallel add 0xff - sets the GE bits for anything that wasn't 0
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset.cc | 366 tags_set.add (tag); in hb_subset_or_fail()
|
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
H A D | ppc-darwin_closure.S | 107 add r3,r3,r4 // Add contents of table to table address.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | LegacyPassManagers.h | 326 void add(Pass *P, bool ProcessAnalysis = true);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
H A D | LTO.h | 199 /// This type defines the callback to add a native object that is generated on 211 /// stream callback will add the file to the link after the stream is written 262 /// and pass it and an array of symbol resolutions to the add() function. 264 /// native object files that LTO may add to the link. 266 /// and Cache functions to add up to getMaxTasks() native object files to 284 Error add(std::unique_ptr<InputFile> Obj, ArrayRef<SymbolResolution> Res); 292 /// function to add native object files to the link. 295 /// native object files and add them to the link.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVN.h | 143 void add(Value *V, uint32_t num); 263 /// available for the load in each specified block. If it is, add it to 264 /// ValuesPerBlock. If not, add it to UnavailableBlocks.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LoopPass.cpp | 387 LPPM->add(this); in assignPassManager()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 594 CurAST->add(*Block); // Incorporate the specified basic block in runOnLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
H A D | update.py | 176 targets.add(arch) 191 'git remote add origin https://github.com/llvm/llvm-project.git', 2) 256 """Copy platform-dependent generated files and add platform-specific
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFSection.cpp | 189 void ELFStringTableSection::add(const std::string &Str) { in add() function in Ice::ELFStringTableSection
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64CondBrTuning.cpp | 17 /// 1) add w8, w0, w1 -> cmn w0, w1 ; CMN is an alias of ADDS. 20 /// 2) add w8, w0, w1 -> adds w8, w0, w1 ; w8 has multiple uses. 108 MIB.add(MI.getOperand(I)); in convertToFlagSetting()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | TargetMachineC.cpp | 269 unwrap(PM)->add( in LLVMAddAnalysisPasses()
|
/third_party/unity/auto/ |
H A D | generate_module.rb | 222 `svn add \"#{file[:path]}\"`
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MessageLiteToString.java | 85 getters.add(method.getName()); in reflectivePrintWithIndent()
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | Durations.java | 423 public static Duration add(Duration d1, Duration d2) { in add() method in Durations
|
H A D | FieldMaskUtil.java | 182 paths.add(CaseFormat.LOWER_UNDERSCORE.to(CaseFormat.LOWER_CAMEL, path)); in toJsonString()
|
H A D | FieldMaskTree.java | 98 * to add is a sub-path of an existing leaf node, nothing will be changed in the tree. 113 // The path to add is a sub-path of an existing leaf node. in addFieldPath() 195 paths.add(path); in getFieldPaths()
|