| /device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
| H A D | capture.c | 1444 switch (sel->target) {
in rkisp_g_selection() 1509 if (sel->target != V4L2_SEL_TGT_CROP) {
in rkisp_s_selection()
|
| /device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
| H A D | capture.c | 1464 switch (sel->target) { in rkisp_g_selection() 1539 if (sel->target != V4L2_SEL_TGT_CROP) in rkisp_s_selection()
|
| /foundation/arkui/ace_engine/test/unittest/core/event/ |
| H A D | event_manager_test_ng.cpp | 181 uint8_t target = static_cast<uint8_t>(CtrlKeysBit::CTRL) | static_cast<uint8_t>(CtrlKeysBit::SHIFT) | in HWTEST_F() local 183 ASSERT_EQ(ret, target); in HWTEST_F()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | ilbcdec.c | 1205 static int xcorr_coeff(int16_t *target, int16_t *regressor, in xcorr_coeff() argument 1256 tp = target; in xcorr_coeff()
|
| /third_party/ffmpeg/libavdevice/ |
| H A D | opengl_enc.c | 100 typedef void (APIENTRY *FF_PFNGLBUFFERDATAPROC) (GLenum target, ptrdiff_t size, const GLvoid *data, GLenum usage); 101 typedef void (APIENTRY *FF_PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenccli_toplevel.cpp | 202 std::string target in is_float() 205 std::istringstream stream(target); in is_float()
|
| /third_party/EGL/api/EGL/ |
| H A D | eglext.h | 189 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 192 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
|
| /third_party/curl/lib/ |
| H A D | mime.c | 1742 const char *target, size_t len) in content_type_match() 1744 if(contenttype && strncasecompare(contenttype, target, len)) in content_type_match() 1741 content_type_match(const char *contenttype, const char *target, size_t len) content_type_match() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tmsgfmt.cpp | 1718 UnicodeString target(patterns[i+1]); in testAutoQuoteApostrophe() 1719 if (target != result) { in testAutoQuoteApostrophe() 1727 sprintf(buf, "[%2d] test \"%s\": target (\"%s\") != result (\"%s\")\n", i/2, patterns[i], patterns[i+1], buf2); in testAutoQuoteApostrophe()
|
| /third_party/icu/tools/colprobe/ |
| H A D | colprobe.cpp | 80 Line target; variable 82 Line *gTarget = ⌖ 1402 // these things represent a script before the target script and in addUtilityChars()
|
| /third_party/mesa3d/include/EGL/ |
| H A D | eglext.h | 189 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 192 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3dx_draw.c | 245 const struct pipe_stream_output_target *target = in v3d_predraw_check_outputs() local 247 v3d_flush_jobs_reading_resource(v3d, target->buffer, in v3d_predraw_check_outputs()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_bo.c | 943 if (res->base.b.target == PIPE_BUFFER) { in zink_bo_commit() 994 ibind[i].extent.depth = (d == ndepth - 1 && res->base.b.target != PIPE_TEXTURE_CUBE) ? lastBlockExtent.depth : gdepth; in zink_bo_commit()
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | swapchain9.c | 305 tmplt.target = PIPE_TEXTURE_2D; in NineSwapChain9_Resize() 598 tmplt.target = PIPE_TEXTURE_2D; in create_present_buffer() 845 /* Reallocate a new presentation buffer if the target window in present()
|
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | surface.c | 608 res_templ.target = PIPE_TEXTURE_2D; in surface_from_external_memory() 720 res_templ.target = PIPE_TEXTURE_2D; in surface_from_prime_2()
|
| /third_party/node/src/crypto/ |
| H A D | crypto_common.cc | 291 Local<Object> target, in Set() 302 return !target->Set(context, name, value).IsNothing(); in Set() 289 Set( Local<Context> context, Local<Object> target, Local<Value> name, MaybeLocal<T> maybe_value) Set() argument
|
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_extensions.c | 662 * target and bind_flags are passed to is_format_supported. 669 enum pipe_texture_target target, in init_format_extensions() 684 target, 0, 0, bind_flags)) { in init_format_extensions() 882 /* Required: render target and sampler support */ in st_init_extensions() 932 /* Required: render target, sampler, and blending */ in st_init_extensions() 665 init_format_extensions(struct pipe_screen *screen, struct gl_extensions *extensions, const struct st_extension_format_mapping *mapping, unsigned num_mappings, enum pipe_texture_target target, unsigned bind_flags) init_format_extensions() argument
|
| /third_party/littlefs/scripts/ |
| H A D | test.py | 941 target=run_job, args=(runner_, ids, job, args['jobs']), 945 target=run_job, args=(runner_, ids, None, None),
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | load-elimination.cc | 845 Handle<Map> target_map(transition.target()); in ReduceTransitionElementsKind() 1318 !ZoneHandleSet<Map>(transition.target()) in ComputeLoopState()
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | macro-assembler-ia32.cc | 1398 // Clear the new.target register if not given. in CallRecordWriteStub() 2030 void TurboAssembler::CallForDeoptimization(Builtin target, int, Label* exit, in CallRecordWriteStub() argument 2034 CallBuiltin(target); in CallRecordWriteStub()
|
| /third_party/node/deps/v8/src/parsing/ |
| H A D | preparser.h | 735 PreParserStatement target, int pos, in NewBreakStatement() 741 PreParserStatement target, int pos, in NewContinueStatement() 734 NewBreakStatement( PreParserStatement target, int pos, int continuation_pos = kNoSourcePosition) NewBreakStatement() argument 740 NewContinueStatement( PreParserStatement target, int pos, int continuation_pos = kNoSourcePosition) NewContinueStatement() argument
|
| /third_party/node/deps/simdutf/ |
| H A D | simdutf.h | 113 * * target pragmas so that part and only part of the 149 // use a 64-bit target such as x64 or 64-bit ARM for best performance. 198 clang attribute push(__attribute__((target(T))), apply_to = function))) 203 _Pragma("GCC push_options") _Pragma(SIMDUTF_STRINGIFY(GCC target(T))) 209 // Default target region macros don't do anything.
|
| /third_party/rust/crates/clap/src/builder/ |
| H A D | command.rs | 690 // ./target/release/my_prog -a in try_get_matches_from_mut() 691 // will have two arguments, './target/release/my_prog', '-a' but we don't want in try_get_matches_from_mut() 1875 /// When this method is used, `name` is removed from the CLI, and `target` 1877 /// `target` instead of `name`. 1984 target: impl IntoIterator<Item = impl Into<Str>>, in replace() 1987 .insert(name.into(), target.into_iter().map(Into::into).collect()); in replace()
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | source-output.c | 1307 static bool find_filter_source_output(pa_source_output *target, pa_source *s) { in find_filter_source_output() argument 1310 if (s->output_from_master == target) in find_filter_source_output()
|
| /third_party/python/Lib/ |
| H A D | subprocess.py | 1607 threading.Thread(target=self._readerthread, 1614 threading.Thread(target=self._readerthread,
|