Home
last modified time | relevance | path

Searched defs:extension (Results 176 - 200 of 422) sorted by relevance

12345678910>>...17

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_conf.c242 X509_EXTENSION *extension = NULL; in v3_generic_extension() local
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs565 public T GetOption<T>(Extension<FileOptions, T> extension) in GetOption() argument
575 public RepeatedField<T> GetOption<T>(RepeatedExtension<FileOptions, T> extension) in GetOption() argument
H A DFieldDescriptor.cs337 public T GetOption<T>(Extension<FieldOptions, T> extension) in GetOption() argument
95 FieldDescriptor(FieldDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, int index, string propertyName, Extension extension) FieldDescriptor() argument
347 GetOption(RepeatedExtension<FieldOptions, T> extension) GetOption() argument
[all...]
H A DMessageDescriptor.cs305 public T GetOption<T>(Extension<MessageOptions, T> extension) in GetOption() argument
315 public Collections.RepeatedField<T> GetOption<T>(RepeatedExtension<MessageOptions, T> extension) in GetOption() argument
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittestSelfreferentialOptions.cs329 public TValue GetExtension<TValue>(pb::Extension<FooOptions, TValue> extension) { in GetExtension() argument
332 public pbc::RepeatedField<TValue> GetExtension<TValue>(pb::RepeatedExtension<FooOptions, TValue> extension) { in GetExtension() argument
335 public pbc::RepeatedField<TValue> GetOrInitializeExtension<TValue>(pb::RepeatedExtension<FooOptions, TValue> extension) { in GetOrInitializeExtension() argument
338 public void SetExtension<TValue>(pb::Extension<FooOptions, TValue> extension, TValue value) { in SetExtension() argument
341 HasExtension(pb::Extension<FooOptions, TValue> extension) HasExtension() argument
344 ClearExtension(pb::Extension<FooOptions, TValue> extension) ClearExtension() argument
347 ClearExtension(pb::RepeatedExtension<FooOptions, TValue> extension) ClearExtension() argument
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DArrayDecoders.java768 decodeExtension( int tag, byte[] data, int position, int limit, GeneratedMessageLite.ExtendableMessage<?, ?> message, GeneratedMessageLite.GeneratedExtension<?, ?> extension, UnknownFieldSchema<UnknownFieldSetLite, UnknownFieldSetLite> unknownFieldSchema, Registers registers) decodeExtension() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate.cpp58 Extension extension; in RegisterExtension() local
H A Dvalidate_instruction.cpp454 Extension extension; in CheckIfKnownExtension() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_capability_test.cpp2814 std::string extension; member
/third_party/openssl/crypto/x509/
H A Dv3_conf.c242 X509_EXTENSION *extension = NULL; in v3_generic_extension() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate.cpp58 Extension extension; in RegisterExtension() local
H A Dvalidate_instruction.cpp454 Extension extension; in CheckIfKnownExtension() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_capability_test.cpp2814 std::string extension; member
/third_party/skia/third_party/externals/libwebp/examples/
H A Dgif2webp.c381 int extension; in main() local
/third_party/protobuf/python/google/protobuf/pyext/
H A Dextension_dict.cc249 const FieldDescriptor* extension = message_descriptor->extension(0); in _FindExtensionByName() local
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DFileDescriptorProto.php68 private $extension; variable
367 $this->extension = $arr; variable
/third_party/spirv-tools/source/val/
H A Dvalidate.cpp50 Extension extension; in RegisterExtension() local
H A Dvalidate_instruction.cpp450 Extension extension; in CheckIfKnownExtension() local
/third_party/spirv-tools/test/val/
H A Dval_capability_test.cpp2814 std::string extension; member
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp253 const std::string& extension = *iter; in isAnyExtensionSupported() local
H A Des3fShaderFragDataTests.cpp64 static bool isExtensionSupported (const glu::RenderContext& renderCtx, const std::string& extension) in isExtensionSupported() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp273 const std::string& extension = *iter; in isAnyExtensionSupported() local
H A Des31fShaderStateQueryTests.cpp75 BaseTypeCase::BaseTypeCase (Context& ctx, const char* name, const char* desc, const char* extension) in BaseTypeCase() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluRenderContext.cpp235 bool hasExtension (const glw::Functions& gl, ApiType apiType, const std::string& extension) in hasExtension() argument
/base/account/os_account/services/accountmgr/test/mock/src/
H A Dmock_service_registry.cpp123 int32_t SystemAbilityManagerProxy::GetExtensionSaIds(const std::string& extension, std::vector<int32_t> &saIds) in GetExtensionSaIds() argument
128 int32_t SystemAbilityManagerProxy::GetExtensionRunningSaList(const std::string& extension, in GetExtensionRunningSaList() argument
200 int32_t SystemAbilityManagerProxy::GetRunningSaExtensionInfoList(const std::string& extension, in GetRunningSaExtensionInfoList() argument

Completed in 26 milliseconds

12345678910>>...17