| /third_party/node/deps/v8/src/objects/ |
| H A D | elements.cc | 1021 static void CopyTypedArrayElementsSliceImpl(JSTypedArray source, in CopyTypedArrayElementsSliceImpl() argument 1033 static Object CopyElementsHandleImpl(Handle<Object> source, in CopyElementsHandleImpl() argument 3567 CopyTypedArrayElementsSliceImpl(JSTypedArray source, JSTypedArray destination, size_t start, size_t end) CopyTypedArrayElementsSliceImpl() argument 3631 CopyElementsFromTypedArray(JSTypedArray source, JSTypedArray destination, size_t length, size_t offset) CopyElementsFromTypedArray() argument 3713 HoleyPrototypeLookupRequired(Isolate* isolate, Context context, JSArray source) HoleyPrototypeLookupRequired() argument 3736 TryCopyElementsFastNumber(Context context, JSArray source, JSTypedArray destination, size_t length, size_t offset) TryCopyElementsFastNumber() argument 3825 CopyElementsHandleSlow(Handle<Object> source, Handle<JSTypedArray> destination, size_t length, size_t offset) CopyElementsHandleSlow() argument 3876 CopyElementsHandleImpl(Handle<Object> source, Handle<JSObject> destination, size_t length, size_t offset) CopyElementsHandleImpl() argument [all...] |
| H A D | value-serializer.cc | 354 void ValueSerializer::WriteRawBytes(const void* source, size_t length) { in WriteRawBytes() argument
|
| /third_party/node/deps/v8/src/logging/ |
| H A D | log.cc | 289 RegExpCodeCreateEvent(Handle<AbstractCode> code, Handle<String> source) RegExpCodeCreateEvent() argument 479 CodeCreateEvent( LogEventsAndTags tag, Handle<AbstractCode> code, Handle<SharedFunctionInfo> shared, Handle<Name> source, int line, int column) CodeCreateEvent() argument 511 RegExpCodeCreateEvent(Handle<AbstractCode> code, Handle<String> source) RegExpCodeCreateEvent() argument 1450 RegExpCodeCreateEvent(Handle<AbstractCode> code, Handle<String> source) RegExpCodeCreateEvent() argument 1456 msg << *source; RegExpCodeCreateEvent() local [all...] |
| /third_party/pcre2/pcre2/src/sljit/ |
| H A D | sljitNativeS390X.c | 1438 sljit_sw source, offset; /* TODO(carenas): only need 32 bit */ in sljit_generate_code() local [all...] |
| /third_party/pulseaudio/src/modules/dbus/ |
| H A D | iface-core.c | 734 pa_dbusiface_device *source; in get_sources() local 1229 pa_source *source; handle_get_source_by_name() local 2175 pa_source *source; pa_dbusiface_core_new() local 2352 pa_dbusiface_core_get_source_path(pa_dbusiface_core *c, const pa_source *source) pa_dbusiface_core_get_source_path() argument [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | protocol-native.c | 340 record_stream_new( pa_native_connection *c, pa_source *source, pa_sample_spec *ss, pa_channel_map *map, pa_idxset *formats, pa_buffer_attr *attr, pa_cvolume *volume, bool muted, bool muted_set, pa_source_output_flags_t flags, pa_proplist *p, bool adjust_latency, bool early_requests, bool relative_volume, bool peak_detect, pa_sink_input *direct_on_input, int *ret) record_stream_new() argument 2057 pa_source *source = NULL; command_create_record_stream() local 2678 pa_source *source; command_lookup() local 3105 source_fill_tagstruct(pa_native_connection *c, pa_tagstruct *t, pa_source *source) source_fill_tagstruct() argument 3388 pa_source *source = NULL; command_get_info() local 3642 pa_source *source = NULL; command_set_volume() local 3739 pa_source *source = NULL; command_set_mute() local 4251 pa_source *source; command_set_default_sink_or_source() local 4451 pa_source *source; command_move_stream() local 4536 pa_source *source; command_suspend() local 4729 pa_source *source; command_set_sink_or_source_port() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelinePushConstantTests.cpp | 1572 const std::string source = in initPrograms() local 1595 const std::string source = in initPrograms() local 1626 const std::string source = in initPrograms() local 1652 const std::string source = in initPrograms() local 1685 const std::string source = in initPrograms() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/ |
| H A D | vktQueryPoolStatisticsTests.cpp | 3300 std::ostringstream source; in initPrograms() local 3377 std::ostringstream source; in initPrograms() local 3437 std::ostringstream source; in initPrograms() local 3524 std::ostringstream source; initPrograms() local 4096 std::ostringstream source; initPrograms() local 4112 std::ostringstream source; initPrograms() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | glslang_lex_autogen.cpp | 2286 char *source = yyg->yytext_ptr; in yy_get_next_buffer() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Texture.cpp | 1307 copyImage(Context *context, TextureTarget target, GLint level, const Rectangle &sourceArea, GLenum internalFormat, Framebuffer *source) copyImage() argument 1385 copySubImage(Context *context, const ImageIndex &index, const Offset &destOffset, const Rectangle &sourceArea, Framebuffer *source) copySubImage() argument 1470 copyTexture(Context *context, TextureTarget target, GLint level, GLenum internalFormat, GLenum type, GLint sourceLevel, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, Texture *source) copyTexture() argument 1511 copySubTexture(const Context *context, TextureTarget target, GLint level, const Offset &destOffset, GLint sourceLevel, const Box &sourceBox, bool unpackFlipY, bool unpackPremultiplyAlpha, bool unpackUnmultiplyAlpha, Texture *source) copySubTexture() argument 1541 copyCompressedTexture(Context *context, const Texture *source) copyCompressedTexture() argument 2098 syncState(const Context *context, Command source) syncState() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
| H A D | preprocessor_lex_autogen.cpp | 1520 char *source = yyg->yytext_ptr; in yy_get_next_buffer() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl3cTransformFeedbackTests.cpp | 6691 glw::GLchar const* const source; in buildProgram() member in Shader::glw 6852 preprocessCode(std::string source, std::string key, std::string value) preprocessCode() argument [all...] |
| /third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/ |
| H A D | DeqpTestRunner.java | 2448 private static void copyOptions(DeqpTestRunner destination, DeqpTestRunner source) { in copyOptions() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | TextureTest.cpp | 3743 GLTexture source; TEST_P() local [all...] |
| H A D | ImageTest.cpp | 787 verifyResultAHB(AHardwareBuffer *source, const std::vector<AHBPlaneData> &data, AHBVerifyRegion verifyRegion = AHBVerifyRegion::Entire) verifyResultAHB() argument 913 reinterpretHelper(sourcetype source) reinterpretHelper() argument 1504 GLTexture source; ValidationGLEGLImage_helper() local 1671 GLTexture source; Source2DTarget2D_helper() local 1703 GLTexture source; TEST_P() local 1739 GLTexture source; TEST_P() local 1773 GLTexture source; TEST_P() local 1855 GLTexture source; Source2DTarget2DArray_helper() local 1891 AHardwareBuffer *source; TEST_P() local 1936 AHardwareBuffer *source; SourceAHBTarget2D_helper() local 2287 AHardwareBuffer *source; TEST_P() local 2348 AHardwareBuffer *source; SourceAHBTarget2DArray_helper() local 2401 AHardwareBuffer *source; SourceAHBTargetExternal_helper() local 2492 AHardwareBuffer *source; TEST_P() local 2640 AHardwareBuffer *source; TEST_P() local 3146 AHardwareBuffer *source; SourceAHBTargetExternalESSL3_helper() local 3192 AHardwareBuffer *source; TEST_P() local 3269 GLTexture source; Source2DTargetRenderbuffer_helper() local 3416 GLTexture source; Source2DTargetExternal_helper() local 3459 GLTexture source; Source2DTargetExternalESSL3_helper() local 3503 GLTexture source; SourceCubeTarget2D_helper() local 3554 GLTexture source; SourceCubeTargetRenderbuffer_helper() local 3604 GLTexture source; SourceCubeTargetExternal_helper() local 3651 GLTexture source; SourceCubeTargetExternalESSL3_helper() local 3701 GLTexture source; Source3DTargetTexture_helper() local 3758 GLTexture source; Source3DTargetRenderbuffer_helper() local 3813 GLTexture source; Source3DTargetExternal_helper() local 3865 GLTexture source; Source3DTargetExternalESSL3_helper() local 3909 GLRenderbuffer source; SourceRenderbufferTargetTexture_helper() local 3953 GLRenderbuffer source; SourceRenderbufferTargetTextureExternal_helper() local 3995 GLRenderbuffer source; SourceRenderbufferTargetTextureExternalESSL3_helper() local 4038 GLRenderbuffer source; SourceRenderbufferTargetRenderbuffer_helper() local 4073 GLTexture source; TEST_P() local 4139 GLTexture source; TEST_P() local 4229 GLTexture source; TEST_P() local 4263 GLTexture source; TEST_P() local 4299 GLTexture source; TEST_P() local 4354 GLTexture source; TEST_P() local 4398 GLTexture source; TEST_P() local 4451 AHardwareBuffer *source; TEST_P() local 4516 GLTexture source; TEST_P() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | OutputASM.cpp | 2383 void OutputASM::source(sw::Shader::SourceParameter ¶meter, TIntermNode *argument, int index) in source() function in glsl::OutputASM [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
| H A D | Tokenizer.cpp | 1865 char *source = yyg->yytext_ptr; in yy_get_next_buffer() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Surface.cpp | 1744 void Surface::update(Buffer &destination, Buffer &source) in update() argument 1782 genericUpdate(Buffer &destination, Buffer &source) genericUpdate() argument 1830 decodeR8G8B8(Buffer &destination, Buffer &source) decodeR8G8B8() argument 1873 decodeX1R5G5B5(Buffer &destination, Buffer &source) decodeX1R5G5B5() argument 1918 decodeA1R5G5B5(Buffer &destination, Buffer &source) decodeA1R5G5B5() argument 1964 decodeX4R4G4B4(Buffer &destination, Buffer &source) decodeX4R4G4B4() argument 2009 decodeA4R4G4B4(Buffer &destination, Buffer &source) decodeA4R4G4B4() argument 2055 decodeP8(Buffer &destination, Buffer &source) decodeP8() argument 2104 const DXT1 *source = (const DXT1*)external.lockRect(0, 0, 0, LOCK_READONLY); decodeDXT1() local 2169 const DXT3 *source = (const DXT3*)external.lockRect(0, 0, 0, LOCK_READONLY); decodeDXT3() local 2219 const DXT5 *source = (const DXT5*)external.lockRect(0, 0, 0, LOCK_READONLY); decodeDXT5() local 2293 const ATI1 *source = (const ATI1*)external.lockRect(0, 0, 0, LOCK_READONLY); decodeATI1() local 2349 const ATI2 *source = (const ATI2*)external.lockRect(0, 0, 0, LOCK_READONLY); decodeATI2() local 3395 copyInternal(const Surface *source, int x, int y, float srcX, float srcY, bool filter) copyInternal() argument 3413 copyInternal(const Surface *source, int x, int y, int z, float srcX, float srcY, float srcZ, bool filter) copyInternal() argument 3789 void *source = internal.lockRect(0, 0, 0, LOCK_READWRITE); resolve() local [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cross_c.cpp | 1557 spvc_result spvc_compiler_compile(spvc_compiler compiler, const char **source) in spvc_compiler_compile() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | calendar.cpp | 807 Calendar::Calendar(const Calendar &source) in Calendar() argument
|
| H A D | vtzone.cpp | 969 VTimeZone::VTimeZone(const VTimeZone& source) in VTimeZone() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ucurr.cpp | 926 toUpperCase(const UChar* source, int32_t len, const char* locale) { in toUpperCase() argument
|
| /third_party/python/Modules/ |
| H A D | itertoolsmodule.c | 1995 PyObject *source; /* Iterator over input iterables */ member 2002 chain_new_internal(PyTypeObject *type, PyObject *source) in chain_new_internal() argument 2020 PyObject *source; in chain_new() local 2045 PyObject *source; in itertools_chain_from_iterable() local 2131 PyObject *source, *active=NULL; chain_setstate() local [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | map_test.cc | 2079 const Message* source = implicit_cast<const Message*>(&message1); in TEST() local 3036 unittest::TestMap source, dest; in TEST() local 3345 unittest::TestMap source; in TEST() local 3412 unittest::TestMap source; TEST() local 3442 unittest::TestMap source; TEST() local [all...] |
| /third_party/skia/modules/skparagraph/src/ |
| H A D | ParagraphImpl.cpp | 2232 void ParagraphImpl::copyProperties(const ParagraphImpl& source) { in GetLineFontMetrics() argument
|