Home
last modified time | relevance | path

Searched defs:code (Results 376 - 400 of 1379) sorted by relevance

1...<<11121314151617181920>>...56

/third_party/pulseaudio/src/pulsecore/
H A Dsound-file-stream.c97 static int file_stream_process_msg(pa_msgobject *o, int code, void*userdata, int64_t offset, pa_memchunk *chunk) { in file_stream_process_msg() argument
H A Dthread-win32.c92 DWORD code; in pa_thread_is_running() local
H A Dasyncmsgq.c43 int code; member
119 void pa_asyncmsgq_post(pa_asyncmsgq *a, pa_msgobject *object, int code, const void *userdata, int64_t offset, const pa_memchunk *chunk, pa_free_cb_t free_cb) { in pa_asyncmsgq_post() argument
150 int pa_asyncmsgq_send(pa_asyncmsgq *a, pa_msgobject *object, int code, const void *userdata, int64_t offset, const pa_memchunk *chunk) { in pa_asyncmsgq_send() argument
185 int pa_asyncmsgq_get(pa_asyncmsgq *a, pa_msgobject **object, int *code, voi argument
250 pa_asyncmsgq_wait_for(pa_asyncmsgq *a, int code) pa_asyncmsgq_wait_for() argument
278 int code; pa_asyncmsgq_process_one() local
333 pa_asyncmsgq_dispatch(pa_msgobject *object, int code, void *userdata, int64_t offset, pa_memchunk *memchunk) pa_asyncmsgq_dispatch() argument
346 int code; pa_asyncmsgq_flush() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-null-source.c88 static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_process_msg() argument
H A Dmodule-pipe-source.c93 source_process_msg( pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) source_process_msg() argument
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
H A DDeqpInstrumentation.java168 public void testCaseResult (String code, String details) in testCaseResult() argument
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtest_fixture.h136 SpirvVector code = in EncodeSuccessfullyDecodeFailed() local
157 const SpirvVector code = CompileSuccessfully(txt, env); in CompiledInstructions() local
167 SetText(const std::string& code) SetText() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_fixtures.h110 std::string ValidateBase<T>::CompileFailure(std::string code, in CompileFailure() argument
122 void ValidateBase<T>::CompileSuccessfully(std::string code, in CompileSuccessfully() argument
[all...]
H A Dval_image_test.cpp494 const std::string code = GetShaderHeader("", false) + R"( in TEST_F() local
507 const std::string code = GetShaderHeader() + R"( in TEST_F() local
526 const std::string code = GetShaderHeader() + R"( in TEST_F() local
541 const std::string code = GetShaderHeader() + R"( in TEST_F() local
556 const std::string code = GetShaderHeader() + R"( in TEST_F() local
573 const std::string code = GetShaderHeader( TEST_F() local
591 const std::string code = GetShaderHeader() + R"( TEST_F() local
608 const std::string code = GetShaderHeader( TEST_F() local
626 const std::string code = GetShaderHeader() + R"( TEST_F() local
641 const std::string code = GetShaderHeader() + R"( TEST_F() local
660 const std::string code = GetShaderHeader( TEST_F() local
682 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local
693 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local
704 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local
715 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local
726 const std::string code = TEST_F() local
739 const std::string code = GetKernelHeader() + R"( TEST_F() local
749 const std::string code = GetKernelHeader() + R"( TEST_F() local
760 const std::string code = GetKernelHeader() + R"( TEST_F() local
771 const std::string code = GetKernelHeader() + R"( TEST_F() local
783 const std::string code = GetShaderHeader() + R"( TEST_F() local
793 const std::string code = GetShaderHeader() + R"( TEST_F() local
803 const std::string code = GetShaderHeader() + R"( TEST_F() local
816 const std::string code = TEST_F() local
829 const std::string code = GetShaderHeader("", false) + TEST_F() local
842 const std::string code = TEST_F() local
854 const std::string code = TEST_F() local
866 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local
879 const std::string code = GetShaderHeader() + R"( TEST_F() local
890 const std::string code = GetShaderHeader() + R"( TEST_F() local
903 const std::string code = GetShaderHeader() + R"( TEST_F() local
964 const std::string code = GetShaderHeader() + R"( TEST_F() local
[all...]
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrStrokeTessellationShader.cpp145 emitTessellationCode( const GrStrokeTessellationShader& shader, SkString* code, GrGPArgs* gpArgs, const GrShaderCaps& shaderCaps) const emitTessellationCode() argument
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dname_mapper.cpp46 FriendlyNameMapper(const spv_const_context context, const uint32_t* code, const size_t wordCount) FriendlyNameMapper() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dname_mapper.cpp46 FriendlyNameMapper(const spv_const_context context, const uint32_t* code, const size_t wordCount) FriendlyNameMapper() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtest_fixture.h136 SpirvVector code = in EncodeSuccessfullyDecodeFailed() local
157 const SpirvVector code = CompileSuccessfully(txt, env); in CompiledInstructions() local
167 SetText(const std::string& code) SetText() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_fixtures.h110 std::string ValidateBase<T>::CompileFailure(std::string code, in CompileFailure() argument
122 void ValidateBase<T>::CompileSuccessfully(std::string code, in CompileSuccessfully() argument
[all...]
H A Dval_image_test.cpp494 const std::string code = GetShaderHeader("", false) + R"( in TEST_F() local
507 const std::string code = GetShaderHeader() + R"( in TEST_F() local
526 const std::string code = GetShaderHeader() + R"( in TEST_F() local
541 const std::string code = GetShaderHeader() + R"( in TEST_F() local
556 const std::string code = GetShaderHeader() + R"( in TEST_F() local
573 const std::string code = GetShaderHeader( TEST_F() local
591 const std::string code = GetShaderHeader() + R"( TEST_F() local
608 const std::string code = GetShaderHeader( TEST_F() local
626 const std::string code = GetShaderHeader() + R"( TEST_F() local
641 const std::string code = GetShaderHeader() + R"( TEST_F() local
660 const std::string code = GetShaderHeader( TEST_F() local
682 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local
693 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local
704 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local
715 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local
726 const std::string code = TEST_F() local
739 const std::string code = GetKernelHeader() + R"( TEST_F() local
749 const std::string code = GetKernelHeader() + R"( TEST_F() local
760 const std::string code = GetKernelHeader() + R"( TEST_F() local
771 const std::string code = GetKernelHeader() + R"( TEST_F() local
783 const std::string code = GetShaderHeader() + R"( TEST_F() local
793 const std::string code = GetShaderHeader() + R"( TEST_F() local
803 const std::string code = GetShaderHeader() + R"( TEST_F() local
816 const std::string code = TEST_F() local
829 const std::string code = GetShaderHeader("", false) + TEST_F() local
842 const std::string code = TEST_F() local
854 const std::string code = TEST_F() local
866 const std::string code = GetShaderHeader("", false) + R"( TEST_F() local
879 const std::string code = GetShaderHeader() + R"( TEST_F() local
890 const std::string code = GetShaderHeader() + R"( TEST_F() local
903 const std::string code = GetShaderHeader() + R"( TEST_F() local
964 const std::string code = GetShaderHeader() + R"( TEST_F() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_common.h99 static WEBP_INLINE void VP8LPrefixEncodeBitsNoLUT(int distance, int* const code, in VP8LPrefixEncodeBitsNoLUT() argument
107 static WEBP_INLINE void VP8LPrefixEncodeNoLUT(int distance, int* const code, in VP8LPrefixEncodeNoLUT() argument
126 static WEBP_INLINE void VP8LPrefixEncodeBits(int distance, int* const code, in VP8LPrefixEncodeBits() argument
137 static WEBP_INLINE void VP8LPrefixEncode(int distance, int* const code, in VP8LPrefixEncode() argument
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_long_header.c99 long code; in testLongUrlGet() local
169 long code; in testLongHeaderGet() local
/third_party/skia/src/xml/
H A DSkXMLParser.h41 void setCode(ErrorCode code) { fCode = code; } in setCode() argument
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dhuffman.c107 HuffmanCode code; /* current table entry */ in BrotliBuildCodeLengthsHuffmanTable() local
80 ReplicateValue(HuffmanCode* table, int step, int end, HuffmanCode code) ReplicateValue() argument
173 HuffmanCode code; /* current table entry */ BrotliBuildHuffmanTable() local
[all...]
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfcodes.c41 } code; /* if LEN or DIST, where in tree */ member
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-ucd-table.py107 code = packTab.Code('_hb_ucd') variable
149 code = packTab.Code('_hb_ucd') variable
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dbrkeng.cpp164 UScriptCode code = uscript_getScript(c, &status); in loadEngineFor() local
/third_party/toybox/toys/pending/
H A Dgetty.c52 speed_t code; member
/third_party/vixl/src/aarch32/
H A Dinstructions-aarch32.h84 constexpr CPURegister(RegisterType type, uint32_t code, int size) in CPURegister() argument
[all...]
/third_party/vixl/src/aarch64/
H A Dregisters-aarch64.h99 CPURegister(int code, int size_in_bits, RegisterType type) in CPURegister() argument
[all...]

Completed in 19 milliseconds

1...<<11121314151617181920>>...56