/third_party/node/deps/v8/src/torque/ls/ |
H A D | message-handler.cc | 175 const SourceId& source = pair.first; in SendCompilationDiagnostics() local [all...] |
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_rs.h | 46 struct etna_bo *source; member 80 struct etna_reloc source[2]; member
|
/third_party/node/deps/openssl/openssl/crypto/ct/ |
H A D | ct_sct.c | 268 int SCT_set_source(SCT *sct, sct_source_t source) in SCT_set_source() argument
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | passphrase.c | 214 const char *source = NULL; in ossl_pw_get_passphrase() local
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeTreeTest.java | 512 static Edge of(DfaNode source, DfaNode target, DfaEdge edge) { in of() argument 515 abstract DfaNode source(); in source() method in RangeTreeTest.Edge 525 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | CompilerRegressionTest.java | 210 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument
|
/third_party/rust/crates/codespan/codespan-reporting/src/ |
H A D | files.rs | 72 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source() functions 98 fn source(&'a self, id: Self::FileId) -> Result<Self::Source, Error>; in name() functions 293 pub fn source(&self) -> &Source { source() functions 330 fn source(&self, (): ()) -> Result<&str, Error> { source() functions 396 fn source(&self, file_id: usize) -> Result<&str, Error> { source() functions [all...] |
/third_party/pulseaudio/src/modules/ |
H A D | module-switch-on-port-available.c | 102 pa_source *source; in profile_good_for_input() local 196 pa_source *source; member 483 pa_source *source; update_preferred_input_port() local 575 source_port_changed_callback(pa_core *core, pa_source *source, void *userdata) source_port_changed_callback() argument [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | glib-mainloop.c | 76 GSource source; member 472 static gboolean prepare_func(GSource *source, gint *timeout) { in prepare_func() argument 506 static gboolean check_func(GSource *source) { in check_func() argument 536 static gboolean dispatch_func(GSource *source, GSourceFunc callback, gpointer userdata) { in dispatch_func() argument [all...] |
H A D | ohos_glib-mainloop.c | 77 GSource source; member 473 static gboolean prepare_func(GSource *source, gint *timeout) { in prepare_func() argument 509 static gboolean check_func(GSource *source) { in check_func() argument 540 static gboolean dispatch_func(GSource *source, GSourceFunc callback, gpointer userdata) { in dispatch_func() argument [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | module-bluetooth-policy.c | 65 static pa_hook_result_t source_put_hook_callback(pa_core *c, pa_source *source, void *userdata) { in source_put_hook_callback() argument [all...] |
/third_party/pulseaudio/src/modules/rtp/ |
H A D | module-rtp-send.c | 151 static pa_source_output_flags_t get_dont_inhibit_auto_suspend_flag(pa_source *source, in get_dont_inhibit_auto_suspend_flag() argument [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | card.c | 320 pa_source *source; in update_port_preferred_profile() local 431 pa_source *source; in pa_card_suspend() local
|
H A D | core.c | 301 void pa_core_set_configured_default_source(pa_core *core, const char *source) { in pa_core_set_configured_default_source() argument 454 pa_source *source; in pa_core_update_default_source() local [all...] |
/third_party/pulseaudio/src/modules/jack/ |
H A D | module-jack-source.c | 70 pa_source *source; member [all...] |
/third_party/openssl/crypto/ct/ |
H A D | ct_sct.c | 268 int SCT_set_source(SCT *sct, sct_source_t source) in SCT_set_source() argument
|
/third_party/openssl/crypto/ |
H A D | passphrase.c | 214 const char *source = NULL; in ossl_pw_get_passphrase() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleBase.hpp | 64 ComponentSource source; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderClockTests.cpp | 173 std::stringstream source; in initShaderSpec() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmNonSemanticInfoTests.cpp | 292 std::string source = in initPrograms() local
|
H A D | vktSpvAsmUtils.hpp | 283 Dest bitwiseCast (Src source) in bitwiseCast() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ShaderGL.cpp | 43 const char *source = mSource.c_str(); variable 172 void ShaderGL::compileAndCheckShader(const char *source) in compileAndCheckShader() argument 28 TranslateTaskGL(ShHandle handle, ShCompileOptions options, const std::string &source, CompileAndCheckShaderInWorkerFunctor &&compileAndCheckShaderInWorkerFunctor) TranslateTaskGL() argument 178 compileShader(const char *source) compileShader() argument 223 compileAndCheckShaderInWorker(const char *source) compileAndCheckShaderInWorker() argument 377 const std::string &source = mState.getSource(); compile() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLProgram.cpp | 206 Program::Program(Context &context, std::string &&source, cl_int &errorCode) in Program() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | ShaderD3D.cpp | 278 const std::string &source = mState.getSource(); in compile() local 27 TranslateTaskD3D(ShHandle handle, ShCompileOptions options, const std::string &source, const std::string &sourcePath) TranslateTaskD3D() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | TextureImpl.cpp | 19 copyTexture(const gl::Context *context, const gl::ImageIndex &index, GLenum internalFormat, GLenum type, GLint sourceLevel, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copyTexture() argument 33 copySubTexture(const gl::Context *context, const gl::ImageIndex &index, const gl::Offset &destOffset, GLint sourceLevel, const gl::Box &sourceBox, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copySubTexture() argument 83 copyCompressedTexture(const gl::Context *context, const gl::Texture *source) copyCompressedTexture() argument 90 copy3DTexture(const gl::Context *context, gl::TextureTarget target, GLenum internalFormat, GLenum type, GLint sourceLevel, GLint destLevel, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copy3DTexture() argument 105 copy3DSubTexture(const gl::Context *context, const gl::TextureTarget target, const gl::Offset &destOffset, GLint sourceLevel, GLint destLevel, const gl::Box &srcBox, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, const gl::Texture *source) copy3DSubTexture() argument
|