Home
last modified time | relevance | path

Searched defs:add (Results 201 - 225 of 1093) sorted by relevance

12345678910>>...44

/third_party/skia/src/core/
H A DSkTypefaceCache.cpp16 void SkTypefaceCache::add(sk_sp<SkTypeface> face) { in add() function in SkTypefaceCache
H A DSkPtrRecorder.h111 uint32_t add(T ptr) { in add() function in SkTPtrSet
/third_party/skia/src/gpu/ops/
H A DAtlasRenderTask.h70 void add(PathDrawAllocator* alloc, const SkMatrix& pathMatrix, const SkPath& path) { in add() function in skgpu::v1::AtlasRenderTask::AtlasPathList
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DLRUCache.hpp157 Data LRUCache<Key, Data>::add(const Key &key, const Data &data) in add() function in sw::LRUCache
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DSynchronization.hpp53 void add() const in add() function in sw::CountedEvent
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DWeakMap.hpp162 bool WeakMap<K, V>::add(const K &key, const std::shared_ptr<V> &val) in add() function in vk::dbg::WeakMap
/third_party/openssl/crypto/txt_db/
H A Dtxt_db.c24 int i, add, n; in TXT_DB_read() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DGlyphGroup.java39 public void add(int glyph) { in add() method in GlyphGroup
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ddenseranges.cpp32 void add(int32_t gapStart, int64_t gapLength) { in add() function in __anon21328::LargestGaps
/third_party/skia/src/sksl/analysis/
H A DSkSLProgramUsage.cpp131 void ProgramUsage::add(const Expression* expr) { in add() function in SkSL::ProgramUsage
136 void ProgramUsage::add(const Statement* stmt) { in add() function in SkSL::ProgramUsage
141 void ProgramUsage::add(const ProgramElement& element) { in add() function in SkSL::ProgramUsage
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dglnames.py5070 def add( self, word, value ): member in StringNode
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-bit-page.hh49 void add (hb_codepoint_t g) { elt (g) |= mask (g); } in add() function
/third_party/skia/third_party/externals/tint/src/utils/
H A Dunique_vector.h53 bool add(const T& item) { in add() function
/third_party/typescript/tests/baselines/reference/
H A DcontextuallyTypedParametersWithInitializers.js202 function add(x, y) { function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUnmodifiableLazyStringList.java77 public void add(ByteString element) { in add() method in UnmodifiableLazyStringList
97 public void add(byte[] element) { in add() method in UnmodifiableLazyStringList
H A DTypeRegistry.java101 public Builder add(Descriptor messageType) { in add() method in TypeRegistry.Builder
113 public Builder add(Iterable<Descriptor> messageTypes) { in add() method in TypeRegistry.Builder
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmSpirvVersion1p4Tests.cpp56 void add(const char* basename, const char* description) in add() function
60 void add(const char* basename, const char* description, const std::vector<std::string>& requirements) in add() function
[all...]
H A DvktSpvAsmTerminateInvocationTests.cpp57 void add(const char* basename, const char* description, bool spv1p3) in add() function
61 void add(const char* basename, const char* description, bool spv1p3, const std::vector<std::string>& requirements) in add() function
[all...]
/third_party/node/tools/gyp/tools/emacs/
H A Dgyp.el[all...]
/third_party/protobuf/js/binary/
H A Darith.js
/base/security/asset/test/unittest/inner_kits_rust/src/
H A Dquery.rs49 let mut add = AssetMap::new(); in query_without_alias_with_wrong_condition() variables
185 let mut add = AssetMap::new(); in query_with_order() variables
[all...]
/base/security/asset/services/plugin/src/
H A Dasset_plugin.rs131 fn add(&mut self, attributes: &ExtDbMap) -> std::result::Result<i32, u32> { in add() functions
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dhierarchy_controller.cpp130 auto add = [&nodes](const INode::Ptr& node) { nodes.push_back(node); }; in GetAllNodes() local
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dfixed_string.h284 const auto add = str.length(); in replace() local
287 CloneData(data() + first, replace, str.data(), add); in replace() local
288 MoveData(data() + first + add, len_ - first - add, data() + last, len_ - last); in replace() local
294 CloneData(data() + first, len_, str.data(), add); in replace() local
296 CloneData(data() + first, replace, str.data(), add); in replace() local
[all...]
/foundation/multimedia/image_effect/test/unittest/
H A DTestEffectPipeline.cpp150 void *add = nullptr; in HWTEST_F() local

Completed in 13 milliseconds

12345678910>>...44