/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | strmatch.cpp | 210 toUnionTo.add(ch); in addMatchSetTo() 272 // or we can add ALL characters to the set. It's probably more useful in addReplacementSetTo()
|
H A D | strrepl.cpp | 302 toUnionTo.add(ch); in addReplacementSetTo()
|
/third_party/skia/tests/ |
H A D | skia_test.cpp | 249 cpuTests.add(SkTestRunnable(test, &status)); in main()
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | afblue.pl | 223 my $add = ($last_aux eq "af_blue_" . $num_sections . "_0" ) 227 return " $aux = $add$curr_offset,\n"; 360 # If there is no else-clause for an if-clause, we add one. This is
|
/third_party/python/Doc/tools/extensions/ |
H A D | suspicious.py | 239 seen.add((issue, line))
|
/third_party/python/Lib/concurrent/futures/ |
H A D | thread.py | 200 self._threads.add(t)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.h | 160 void add(iterator_range<CtorDtorIterator> CtorDtors);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ConstantRange.h | 339 ConstantRange add(const ConstantRange &Other) const; 471 /// Return whether unsigned add of the two ranges always/never overflows. 474 /// Return whether signed add of the two ranges always/never overflows.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
H A D | LinkAllPasses.h | 239 X.add(nullptr, llvm::LocationSize::unknown(), in ForcePassLinking()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | RegionPass.cpp | 272 RGPM->add(this); in assignPassManager()
|
H A D | RegionPrinter.cpp | 250 FPM.add(ViewerPass); in invokeFunctionPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 207 add(Str); in read()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonVExtract.cpp | 92 .add(ExtI->getOperand(2)) in genElemLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
H A D | MSP430BranchSelector.cpp | 198 .add(Cond[0]); in expandBranches()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrBuilder.h | 12 // The BuildMem function may be used with the BuildMI function to add entire 119 /// addDirectMem - This function is used to add a direct memory reference to the 149 return MIB.addImm(1).addReg(0).add(Offset).addReg(0); in addOffset() 152 /// addRegOffset - This function is used to add a memory reference of the form 162 /// addRegReg - This function is used to add a memory reference of the form: 192 /// addFrameReference - This function is used to add a reference to the base of 215 /// addConstantPoolReference - This function is used to add a reference to the
|
/third_party/skia/tools/ |
H A D | get_images_from_skps.cpp | 60 gSeen.add(digest); in sniff()
|
/third_party/skia/tools/skqp/ |
H A D | cut_release.py | 70 s.add(line.strip())
|
/third_party/spirv-tools/kokoro/scripts/linux/ |
H A D | build-docker.sh | 26 git config --global --add safe.directory $ROOT_DIR
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 199 LLVM_NODISCARD ImmutableList<T> add(ElemT &&Data, ImmutableList<T> L) { in add() function in llvm::ImmutableListFactory
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A D | method_dump.sh | 83 // Some items with _ in them get returned in quotes, so do not add more.
|
/third_party/python/Lib/test/ |
H A D | test_unicode_file_functions.py | 78 files.add(name)
|
H A D | test_pkg.py | 79 self.modules_to_cleanup.add('.'.join(comps))
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | RubyMessageBuilderContext.java | 101 * completeness. Any attempt to add a message type with required fields to a 157 throw runtime.newArgumentError("Cannot add a map field with a float, double, enum, or message type."); in map() 185 this.builder.pendingList.add(mapentryDesc); in map()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | mock_tk.py | 299 def bind(sequence=None, func=None, add=None):
|
/third_party/python/Lib/unittest/ |
H A D | result.py | 220 seen.add(id(c))
|