/third_party/skia/src/sksl/ |
H A D | SkSLRehydrator.cpp | 167 this->modifiersPool().add(modifiers), in symbol() 239 const Modifiers* m = this->modifiersPool().add(this->modifiers()); in symbol()
|
H A D | SkSLCompiler.cpp | 218 privateSymbolTable->add(std::make_unique<Variable>(/*line=*/-1, in makePrivateSymbolTable() 219 fCoreModifiers.add(Modifiers{}), in makePrivateSymbolTable()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-subset-cff-common.hh | 252 /* add an endchar only charstring for a missing glyph if CFF1 */ in flatten() 507 add (old_num); in create() 710 /* add an endchar only charstring for a missing glyph if CFF1 */ in encode_charstrings() 886 closure->add (subr_num); in collect_subr_refs_in_subr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Lint.cpp | 746 FPM.add(V); in lintFunction() 755 PM.add(V); in lintModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | APInt.h | 1633 /// DST += SRC * MULTIPLIER + PART if add is true 1634 /// DST = SRC * MULTIPLIER + PART if add is false 1646 bool add); 1718 bool a; ///< add indicator 1931 inline APInt add(const APInt &LHS, const APInt &RHS) { return LHS + RHS; }
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | scheduler.cpp | 329 void Scheduler::WaitingFibers::add(const TimePoint& timeout, Fiber* fiber) { in add() function in marl::Scheduler::WaitingFibers 333 MARL_ASSERT(added, "WaitingFibers::add() fiber already waiting"); in add() 475 work.waiting.add(*timeout, currentFiber); in suspend()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 360 *BuildMI(&MBB, DL, get(Opc)).add(Cond[1]).add(Cond[2]).addMBB(TBB); in insertBranch() 635 {MO_TPREL_ADD, "riscv-tprel-add"}, in getSerializableDirectMachineOperandTargetFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 400 .add(LoadBase) in buildCopy() 420 .add(StoreBase) in buildCopy()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 141 void add(Instruction *I) { Set.insert(I); } in add() function in __anon25132::InstPartition 296 PartitionContainer.back().add(Inst); in addToCyclicPartition()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | inspector.cc | 611 // Base case: add the variable. in AddEntryPointInOutVariables() 843 (*sampler_targets_)[ep_name].add( in GenerateSamplerTargets() 899 callsites.add(call->Declaration()); in GetOriginatingResources()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_ext.cpp | 59 * Shift byte once instead of each section word and add 0xffffff. in ucnv_extFindToU() 956 // Do not add any fallbacks, even if ucnv_fromUnicode() would use them in extSetUseMapping() 959 // By analogy, also do not add "good one-way" mappings. in extSetUseMapping() 961 // Do not add entries with reserved bits set. in extSetUseMapping() 967 // Do not add entries with reserved bits set. in extSetUseMapping() 972 // Do not add <subchar1> entries or other (future?) pseudo-entries in extSetUseMapping() 1002 /* add the initial code point */ in ucnv_extGetUnicodeSetString() 1003 sa->add(sa->set, firstCP); in ucnv_extGetUnicodeSetString() 1005 /* add the string so far */ in ucnv_extGetUnicodeSetString() 1011 /* append this code unit and recurse or add th in ucnv_extGetUnicodeSetString() [all...] |
/third_party/python/Lib/test/ |
H A D | test_interpreters.py | 304 interps.add(interp) 527 created.add(ch)
|
/third_party/python/Lib/ |
H A D | traceback.py | 421 fnames.add(filename) 687 _seen.add(id(exc_value))
|
H A D | threading.py | 905 _dangling.add(self) 1019 _shutdown_locks.add(self._tstate_lock)
|
/third_party/python/Lib/tomllib/ |
H A D | _parser.py | 149 self._pending_flags.add((key, flag)) 173 cont[key_stem]["recursive_flags" if recursive else "flags"].add(flag)
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | decoder.py | 574 # add more information to the error message and re-raise it. 686 pos = value.add()._InternalParse(buffer, pos, end) 733 if value.add()._InternalParse(buffer, pos, new_pos) != new_pos:
|
/third_party/protobuf/python/google/protobuf/ |
H A D | json_format.py | 563 sub_message = getattr(message, field.name).add() 659 self._ConvertValueMessage(item, message.values.add())
|
/third_party/skia/modules/skparagraph/src/ |
H A D | Run.h | 534 void add(Run* run) { in InternalLineMetrics() function 547 void add(InternalLineMetrics other) { in InternalLineMetrics() function
|
/third_party/rust/crates/nix/src/sys/ |
H A D | time.rs | 386 fn add(self, rhs: TimeSpec) -> TimeSpec { in add() functions 620 fn add(self, rhs: TimeVal) -> TimeVal { in add() functions
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImageTests.cpp | 289 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms() 290 sourceCollections.glslSources.add("tex_frag") << glu::FragmentSource(fragmentSrc.str()); in initPrograms()
|
H A D | vktPipelineImageViewTests.cpp | 242 sourceCollections.glslSources.add("tex_vert") << glu::VertexSource(vertexSrc.str()); in initPrograms() 243 sourceCollections.glslSources.add("tex_frag") << glu::FragmentSource(fragmentSrc.str()); in initPrograms()
|
H A D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 63 programCollection.glslSources.add("per_sample_fetch_vs") << glu::VertexSource(vs.str()); in initPrograms() 82 programCollection.glslSources.add("per_sample_fetch_fs") << glu::FragmentSource(fs.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationFragShaderSideEffectsTests.cpp | 266 programCollection.glslSources.add("vert") << glu::VertexSource(vert.str()); in initPrograms() 267 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildLargeTests.cpp | 254 programCollection.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms() 276 programCollection.glslSources.add("call" + de::toString(shaderNdx)) << glu::CallableSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultipleSubpassesMultipleCommandBuffersTests.cpp | 154 sourceCollections.glslSources.add("vert_shader") << glu::VertexSource( in initPrograms() 176 sourceCollections.glslSources.add("frag_shader") << glu::FragmentSource(fragmentSource.str()); in initPrograms()
|