/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDebugTests.cpp | 2607 glw::GLenum target, 2621 glw::GLenum target, 2627 , m_target (target) 2657 glw::GLenum target, 2671 glw::GLenum target, 2676 , m_target (target) 2724 glw::GLenum target, 2736 glw::GLenum target, 2740 , m_target (target) 2982 glw::GLenum target; [all...] |
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 475 // the target function can indeed be any function that's exposed via 483 SimulatorRuntimeCall target = in UnsafeGenericFunctionCall() local 485 return target(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, in UnsafeGenericFunctionCall() 490 SimulatorRuntimeDirectApiCall target = in UnsafeDirectApiCall() local 492 target(arg0); in UnsafeDirectApiCall() 495 SimulatorRuntimeProfilingApiCall target = in UnsafeProfilingApiCall() local 497 target(arg0, arg1); in UnsafeProfilingApiCall() 500 SimulatorRuntimeDirectGetterCall target = in UnsafeDirectGetterCall() local 502 target(arg0, arg1); in UnsafeDirectGetterCall() 563 MixedRuntimeCall_##N target 727 SimulatorRuntimeCall_ReturnPtr target = DoRuntimeCall() local 802 SimulatorRuntimeCompareCall target = DoRuntimeCall() local 817 SimulatorRuntimeFPCall target = DoRuntimeCall() local 832 SimulatorRuntimeFPFPCall target = DoRuntimeCall() local 847 SimulatorRuntimeFPIntCall target = DoRuntimeCall() local 889 SimulatorRuntimeProfilingGetterCall target = DoRuntimeCall() local [all...] |
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | process_dumper.cpp | 135 std::string target; in CollectOpenFiles() local 136 if (ReadLink(path, target)) { in CollectOpenFiles() 137 list[fd].path = target; in CollectOpenFiles() 465 DFXLOGE("read target mem by ptrace failed, errno(%{public}s).", strerror(errno)); in ReadStringByPtrace() 535 // As in signal handler, current process is a child process, and target pid is our parent process. in DumpProcess() 857 DFXLOGE("Failed to copy target processName (%{public}d)", errno); in ReportSigDumpStats()
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | yuv2rgb_altivec.c | 644 enum AVPixelFormat target) in yuv2packedX_altivec() 718 switch (target) { in yuv2packedX_altivec() 810 switch (target) { in yuv2packedX_altivec() 633 yuv2packedX_altivec(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY, enum AVPixelFormat target) yuv2packedX_altivec() argument
|
/third_party/curl/lib/ |
H A D | ftplistparser.c | 325 finfo->strings.target = parser->offsets.symlink_target ? in ftp_pl_insert_finfo() 341 if((finfo->filetype == CURLFILETYPE_SYMLINK) && finfo->strings.target && in ftp_pl_insert_finfo() 342 (strstr(finfo->strings.target, " -> "))) { in ftp_pl_insert_finfo()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | region.cpp | 278 Region *target = (Region *)uhash_get(newRegionIDMap.getAlias(),(void *)¤tRegion); in loadRegionData() local 279 if (target) { in loadRegionData() 280 LocalPointer<UnicodeString> preferredValue(new UnicodeString(target->idStr), status); in loadRegionData()
|
/third_party/mbedtls/library/ |
H A D | sha256.c | 86 # pragma clang attribute push (__attribute__((target("sha2"))), apply_to=function) 92 # pragma clang attribute push (__attribute__((target("crypto"))), apply_to=function) 102 # pragma GCC target ("arch=armv8-a+crypto")
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_ohos.c | 728 * * If <target> is EGL_NATIVE_BUFFER_OHOS and <ctx> is not in dri2_create_image_ohos_native_buffer() 747 ohos_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in ohos_create_image_khr() argument 750 switch (target) { in ohos_create_image_khr() 755 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list); in ohos_create_image_khr()
|
H A D | platform_drm.c | 494 dri2_drm_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in dri2_drm_create_image_khr() argument 497 switch (target) { in dri2_drm_create_image_khr() 501 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list); in dri2_drm_create_image_khr()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | output.c | 86 res_tmpl.target = PIPE_TEXTURE_2D; in vlVdpOutputSurfaceCreate() 333 res_tmpl.target = PIPE_TEXTURE_2D; in vlVdpOutputSurfacePutBitsIndexed() 379 res_tmpl.target = PIPE_TEXTURE_1D; in vlVdpOutputSurfacePutBitsIndexed()
|
/third_party/node/lib/internal/fs/ |
H A D | utils.js | 217 const target = {}; 219 target[key] = source[key]; 220 return target; 399 // A relative target is relative to the link's parent directory.
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | test262.py | 163 def WriteOutput(self, target): 166 target.write("--- output --- \n %s" % out) 169 target.write("--- errors --- \n %s" % err)
|
/third_party/node/src/ |
H A D | inspector_agent.cc | 508 Local<Object> target) override { 511 Local<Value> argv[] = {target}; 513 USE(installer->Call(context, target, arraysize(argv), argv));
|
/third_party/mesa3d/src/mesa/main/ |
H A D | blend.c | 364 * Set blend source/dest factors for one color buffer/target. 428 * Set separate blend source/dest factors for one color buffer/target. 574 * Set blend equation for one color buffer/target. 760 * Set separate blend equations for one color buffer/target. 1042 _mesa_ClampColor(GLenum target, GLenum clamp) in _mesa_ClampColor() argument 1059 switch (target) { in _mesa_ClampColor() 1087 _mesa_enum_to_string(target)); in _mesa_ClampColor()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_bitmap.c | 80 * A wide, short buffer is used to target the common case of a series 329 if (sv->texture->target == PIPE_TEXTURE_RECT) { in draw_bitmap_quad() 634 assert(pt->target == PIPE_TEXTURE_2D || pt->target == PIPE_TEXTURE_RECT); in st_Bitmap()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | region.cpp | 278 Region *target = (Region *)uhash_get(newRegionIDMap.getAlias(),(void *)¤tRegion); in loadRegionData() local 279 if (target) { in loadRegionData() 280 LocalPointer<UnicodeString> preferredValue(new UnicodeString(target->idStr), status); in loadRegionData()
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.h | 147 void Call(Label* target) { call(target); } in Call() argument 169 void CallForDeoptimization(Builtin target, int deopt_id, Label* exit,
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-typed-array-gen.cc | 89 auto target = Parameter<JSFunction>(Descriptor::kJSTarget); in TF_BUILTIN() local 105 target, new_target, arg1, arg2, arg3); in TF_BUILTIN() 111 CAST(CallRuntime(Runtime::kGetFunctionName, context, target)); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.h | 595 TNode<CodeT> target, TNode<Context> context, in ReturnCallStub() 598 asm_->TailCallStub(descriptor, target, context, args...); in ReturnCallStub() 601 asm_->CallStub(descriptor, target, context, args...)); in ReturnCallStub() 594 ReturnCallStub(const CallInterfaceDescriptor& descriptor, TNode<CodeT> target, TNode<Context> context, TArgs... args) ReturnCallStub() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | code.cc | 325 Code target = Code::GetCodeFromTargetAddress(target_address); in IsIsolateIndependent() 326 CHECK(target.IsCode()); in IsIsolateIndependent() 327 if (Builtins::IsIsolateIndependentBuiltin(target)) continue; in IsIsolateIndependent()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-internal.cc | 638 Handle<JSFunction> target = args.at<JSFunction>(0); in RUNTIME_FUNCTION() local 639 Handle<JSObject> global_proxy(target->global_proxy(), isolate); in RUNTIME_FUNCTION() 641 Builtins::AllowDynamicFunction(isolate, target, global_proxy)); in RUNTIME_FUNCTION()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_tests.c | 53 templ.target = PIPE_TEXTURE_2D; in util_create_texture2d() 703 templ.target = cb->target; in test_texture_barrier()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_gcm.cpp | 250 bu_release_phi_defs(d->target->phi, d->dep_id); in sched_late() 253 assert(r->target->loop_phi); in sched_late() 256 bu_release_phi_defs(r->target->loop_phi, r->rep_id); in sched_late()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_subprocess.py | 592 target = 'asyncio.windows_utils.Popen' 594 target = 'subprocess.Popen' 595 with mock.patch(target) as popen:
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PackedEnums.h | 183 TextureType TextureTargetToType(TextureTarget target); 187 size_t CubeMapTextureTargetToFaceIndex(TextureTarget target); 188 bool IsCubeMapFaceTarget(TextureTarget target);
|