Home
last modified time | relevance | path

Searched defs:set (Results 876 - 900 of 1222) sorted by relevance

1...<<31323334353637383940>>...49

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_common.h272 inline void set(T obj) { retainAssign(obj); } in set() function in rx::mtl::WrappedObject
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.cpp23 EGL_SetBlobCacheFuncsANDROID(EGLDisplay dpy, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) EGL_SetBlobCacheFuncsANDROID() argument
H A Degl_ext_stubs.cpp474 SetBlobCacheFuncsANDROID(Thread *thread, Display *display, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) SetBlobCacheFuncsANDROID() argument
/third_party/skia/src/core/
H A DSkPictureRecord.cpp763 void SkPictureRecord::onDrawEdgeAAImageSet2(const SkCanvas::ImageSetEntry set[], int count, in onDrawEdgeAAImageSet2() argument
[all...]
H A DSkRecorder.cpp297 void SkRecorder::onDrawEdgeAAImageSet2(const ImageSetEntry set[], int count, in onDrawEdgeAAImageSet2() argument
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp856 void Device::drawEdgeAAImageSet(const SkCanvas::ImageSetEntry set[], int count, in drawEdgeAAImageSet() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp338 bool GrVkOpsRenderPass::set(GrRenderTarget* rt, in set() function in GrVkOpsRenderPass
/third_party/openssl/ohos_lite/include/crypto/
H A Dx509.h28 int set; /* index of RDNSequence for this entry */ member
/third_party/openssl/include/crypto/
H A Dx509.h34 int set; /* index of RDNSequence for this entry */ member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DFontHeaderTable.java168 static public int value(EnumSet<Flags> set) { in value() argument
176 static public int cleanValue(EnumSet<Flags> set) { in cleanValue() argument
303 value(EnumSet<MacStyle> set) value() argument
311 cleanValue(EnumSet<MacStyle> set) cleanValue() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.hpp581 T &set(uint32_t id, P &&... args) set() function in SPIRV_CROSS_NAMESPACE::Compiler
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h228 void set(const std::string& enumName, EnumValues* enumValuesArg, bool mask = false) in set() function in spv::EnumDefinition
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H A DjsonToSpirv.h228 void set(const std::string& enumName, EnumValues* enumValuesArg, bool mask = false) in set() function in spv::EnumDefinition
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Duconv.cpp497 USet *set = uset_open(1, 0); in cnvSigType() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dalphaindex.cpp994 UnicodeSet set; in firstStringsInScript() local
H A Dcollationbuilder.cpp1083 CollationBuilder::suppressContractions(const UnicodeSet &set, const char *&parserErrorReason, in suppressContractions() argument
1093 CollationBuilder::optimize(const UnicodeSet &set, const char *& /* parserErrorReason */, in optimize() argument
[all...]
H A Dcollationdatabuilder.cpp1051 CollationDataBuilder::optimize(const UnicodeSet &set, UErrorCode &errorCode) { in optimize() argument
1067 CollationDataBuilder::suppressContractions(const UnicodeSet &set, UErrorCod argument
[all...]
H A Drbt_pars.cpp194 const UnicodeFunctor* set = NULL; in lookupMatcher() local
1510 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status); parseSet() local
[all...]
/third_party/skia/tests/
H A DDeferredDisplayListTest.cpp116 auto set = [&changed](auto& var, auto value) { in modify() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DCommandBufferVk.cpp139 VkDescriptorSet set = ToBackend(mBindGroups[dirtyIndex])->GetHandle(); in Apply() local
/third_party/python/Lib/tkinter/
H A Dttk.py690 def set(self, value): member in Combobox
1145 def set(self, value): member in Spinbox
1427 def set(self, item, column=None, value=None): global() member in Treeview
[all...]
/third_party/spirv-headers/tools/buildHeaders/
H A DjsonToSpirv.h240 void set(const std::string& enumName, EnumValues* enumValuesArg, bool mask = false) in set() function in spv::EnumDefinition
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc77 std::set<std::string> set; in ForAllFileProtos() local
[all...]
H A Dextension_set.h1061 Get(int number, const ExtensionSet& set, ConstType default_value) Get() argument
1065 Set(int number, FieldType field_type, const std::string& value, ExtensionSet* set) Set() argument
1069 Mutable(int number, FieldType field_type, ExtensionSet* set) Mutable() argument
1088 Get(int number, const ExtensionSet& set, int index) Get() argument
1092 Set(int number, int index, const std::string& value, ExtensionSet* set) Set() argument
1096 Mutable(int number, int index, ExtensionSet* set) Mutable() argument
1099 Add(int number, FieldType field_type, bool , const std::string& value, ExtensionSet* set) Add() argument
1103 Add(int number, FieldType field_type, ExtensionSet* set) Add() argument
1107 GetRepeated( int number, const ExtensionSet& set) GetRepeated() argument
1113 MutableRepeated( int number, FieldType field_type, bool is_packed, ExtensionSet* set) MutableRepeated() argument
1144 Get(int number, const ExtensionSet& set, ConstType default_value) Get() argument
1148 Set(int number, FieldType field_type, ConstType value, ExtensionSet* set) Set() argument
1169 Get(int number, const ExtensionSet& set, int index) Get() argument
1172 Set(int number, int index, ConstType value, ExtensionSet* set) Set() argument
1177 Add(int number, FieldType field_type, bool is_packed, ConstType value, ExtensionSet* set) Add() argument
1182 GetRepeated( int number, const ExtensionSet& set) GetRepeated() argument
1192 MutableRepeated(int number, FieldType field_type, bool is_packed, ExtensionSet* set) MutableRepeated() argument
1230 Get(int number, const ExtensionSet& set, ConstType default_value) Get() argument
1234 Mutable(int number, FieldType field_type, ExtensionSet* set) Mutable() argument
1239 SetAllocated(int number, FieldType field_type, MutableType message, ExtensionSet* set) SetAllocated() argument
1243 UnsafeArenaSetAllocated(int number, FieldType field_type, MutableType message, ExtensionSet* set) UnsafeArenaSetAllocated() argument
1248 Release(int number, FieldType , ExtensionSet* set) Release() argument
1253 UnsafeArenaRelease(int number, FieldType , ExtensionSet* set) UnsafeArenaRelease() argument
1279 Get(int number, const ExtensionSet& set, int index) Get() argument
1282 Mutable(int number, int index, ExtensionSet* set) Mutable() argument
1285 Add(int number, FieldType field_type, ExtensionSet* set) Add() argument
1290 GetRepeated( int number, const ExtensionSet& set) GetRepeated() argument
1300 MutableRepeated(int number, FieldType field_type, bool is_packed, ExtensionSet* set) MutableRepeated() argument
[all...]
/third_party/python/Modules/
H A Dfaulthandler.c617 sigset_t set; in faulthandler_thread() local

Completed in 40 milliseconds

1...<<31323334353637383940>>...49