| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
| H A D | asound_fm.h | 86 char extension[7]; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
| H A D | asound_fm.h | 86 char extension[7]; member
|
| /third_party/glfw/src/ |
| H A D | wgl_context.c | 371 static int extensionSupportedWGL(const char* extension) in extensionSupportedWGL() argument
|
| H A D | egl_context.c | 301 static int extensionSupportedEGL(const char* extension) in extensionSupportedEGL() argument
|
| H A D | glx_context.c | 210 static int extensionSupportedGLX(const char* extension) in extensionSupportedGLX() argument
|
| H A D | context.c | 682 GLFWAPI int glfwExtensionSupported(const char* extension) in glfwExtensionSupported() argument [all...] |
| /third_party/ffmpeg/tools/ |
| H A D | target_dem_fuzzer.c | 137 char extension[64]; in LLVMFuzzerTestOneInput() local
|
| /third_party/googletest/googletest/src/ |
| H A D | gtest-filepath.cc | 223 MakeFileName(const FilePath& directory, const FilePath& base_name, int number, const char* extension) MakeFileName() argument 310 GenerateUniqueFileName(const FilePath& directory, const FilePath& base_name, const char* extension) GenerateUniqueFileName() argument [all...] |
| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | asound_fm.h | 131 char extension[7]; member
|
| /third_party/node/deps/googletest/src/ |
| H A D | gtest-filepath.cc | 227 MakeFileName(const FilePath& directory, const FilePath& base_name, int number, const char* extension) MakeFileName() argument 312 GenerateUniqueFileName(const FilePath& directory, const FilePath& base_name, const char* extension) GenerateUniqueFileName() argument [all...] |
| /third_party/lwip/src/apps/http/makefsdata/ |
| H A D | tinydir.h | 183 _tinydir_char_t *extension; member
|
| /third_party/lwip/src/apps/http/ |
| H A D | httpd_structs.h | 10 const char *extension; member
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | array-buffer-sweeper.cc | 21 void ArrayBufferList::Append(ArrayBufferExtension* extension) { in Append() argument 217 Append(JSArrayBuffer object, ArrayBufferExtension* extension) Append() argument 232 Detach(JSArrayBuffer object, ArrayBufferExtension* extension) Detach() argument [all...] |
| H A D | heap-write-barrier-inl.h | 250 Marking(JSArrayBuffer host, ArrayBufferExtension* extension) Marking() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | contexts-inl.h | 136 HeapObject Context::extension() const { in extension() function in v8::internal::Context
|
| H A D | js-array-buffer.h | 219 void set_next(ArrayBufferExtension* extension) { next_ = extension; } in set_next() argument
|
| H A D | js-array-buffer.cc | 99 ArrayBufferExtension* extension = EnsureExtension(); in Attach() local 117 ArrayBufferExtension* extension = this->extension(); in Detach() local 181 ArrayBufferExtension* extension = this->extension(); in EnsureExtension() local 190 ArrayBufferExtension* extension = this->extension(); RemoveExtension() local 200 ArrayBufferExtension* extension = this->extension(); MarkExtension() local 207 ArrayBufferExtension* extension = this->extension(); YoungMarkExtension() local 214 ArrayBufferExtension* extension = this->extension(); YoungMarkExtensionPromoted() local [all...] |
| /third_party/mesa3d/src/gtest/src/ |
| H A D | gtest-filepath.cc | 179 MakeFileName(const FilePath& directory, const FilePath& base_name, int number, const char* extension) MakeFileName() argument 279 GenerateUniqueFileName(const FilePath& directory, const FilePath& base_name, const char* extension) GenerateUniqueFileName() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | v3_conf.c | 242 X509_EXTENSION *extension = NULL; in v3_generic_extension() local [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| H A D | FileDescriptor.cs | 565 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 D | FieldDescriptor.cs | 337 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 D | MessageDescriptor.cs | 305 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 D | UnittestSelfreferentialOptions.cs | 329 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 D | ArrayDecoders.java | 768 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 D | validate.cpp | 58 Extension extension; in RegisterExtension() local
|