Home
last modified time | relevance | path

Searched refs:target (Results 976 - 1000 of 6969) sorted by relevance

1...<<31323334353637383940>>...279

/third_party/typescript/tests/baselines/reference/
H A DtypeOfThisInStaticMembers11(target=es6).js52 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
53 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
54 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
55 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
56 return c > 3 && r && Object.defineProperty(target, key, r), r;
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h240 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
241 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
243 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
244 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
309 typedef void (GL_APIENTRYP PFNGLENABLEIOESPROC) (GLenum target, GLuint index);
310 typedef void (GL_APIENTRYP PFNGLDISABLEIOESPROC) (GLenum target, GLuint index);
316 typedef GLboolean (GL_APIENTRYP PFNGLISENABLEDIOESPROC) (GLenum target, GLuint index);
318 GL_APICALL void GL_APIENTRY glEnableiOES (GLenum target, GLuint index);
319 GL_APICALL void GL_APIENTRY glDisableiOES (GLenum target, GLuint index);
325 GL_APICALL GLboolean GL_APIENTRY glIsEnablediOES (GLenum target, GLuin
[all...]
/third_party/mesa3d/include/GL/
H A Dglcorearb.h266 typedef void (APIENTRYP PFNGLHINTPROC) (GLenum target, GLenum mode);
271 typedef void (APIENTRYP PFNGLTEXPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat param);
272 typedef void (APIENTRYP PFNGLTEXPARAMETERFVPROC) (GLenum target, GLenum pname, const GLfloat *params);
273 typedef void (APIENTRYP PFNGLTEXPARAMETERIPROC) (GLenum target, GLenum pname, GLint param);
274 typedef void (APIENTRYP PFNGLTEXPARAMETERIVPROC) (GLenum target, GLenum pname, const GLint *params);
275 typedef void (APIENTRYP PFNGLTEXIMAGE1DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels);
276 typedef void (APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
304 typedef void (APIENTRYP PFNGLGETTEXIMAGEPROC) (GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
305 typedef void (APIENTRYP PFNGLGETTEXPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params);
306 typedef void (APIENTRYP PFNGLGETTEXPARAMETERIVPROC) (GLenum target, GLenu
[all...]
/kernel/linux/linux-5.10/net/bridge/netfilter/
H A Debt_dnat.c50 return info->target; in ebt_dnat_tg()
58 return info->target; in ebt_dnat_tg()
66 if (BASE_CHAIN && info->target == EBT_RETURN) in ebt_dnat_tg_check()
76 if (ebt_invalid_target(info->target)) in ebt_dnat_tg_check()
87 .target = ebt_dnat_tg,
H A Debt_snat.c29 if (!(info->target & NAT_ARP_BIT) && in ebt_snat_tg()
43 return info->target | ~EBT_VERDICT_BITS; in ebt_snat_tg()
51 tmp = info->target | ~EBT_VERDICT_BITS; in ebt_snat_tg_check()
57 tmp = info->target | EBT_VERDICT_BITS; in ebt_snat_tg_check()
69 .target = ebt_snat_tg,
/kernel/linux/linux-6.6/net/bridge/netfilter/
H A Debt_snat.c29 if (!(info->target & NAT_ARP_BIT) && in ebt_snat_tg()
43 return info->target | ~EBT_VERDICT_BITS; in ebt_snat_tg()
51 tmp = info->target | ~EBT_VERDICT_BITS; in ebt_snat_tg_check()
57 tmp = info->target | EBT_VERDICT_BITS; in ebt_snat_tg_check()
69 .target = ebt_snat_tg,
H A Debt_dnat.c50 return info->target; in ebt_dnat_tg()
58 return info->target; in ebt_dnat_tg()
66 if (BASE_CHAIN && info->target == EBT_RETURN) in ebt_dnat_tg_check()
76 if (ebt_invalid_target(info->target)) in ebt_dnat_tg_check()
87 .target = ebt_dnat_tg,
/third_party/gn/src/gn/
H A Dfunction_get_target_outputs.cc10 #include "gn/target.h"
17 "get_target_outputs: [file list] Get the list of outputs from a target.";
19 R"(get_target_outputs: [file list] Get the list of outputs from a target.
23 Returns a list of output files for the named target. The named target must
40 specified in the "outputs" variable of the target.
83 // Find the referenced target. The targets previously encountered in this
86 const Target* target = nullptr;
98 *err = Err(function, "Label does not refer to a target.",
103 target
[all...]
H A Dtoolchain.h25 // particular, when a target uses a toolchain, it should have a dependency on
27 // before generating the build for that target.
45 // We also track the set of build files that may affect this target, please
102 // Returns the tool that produces the final output for the given target type.
103 // This isn't necessarily the tool you would expect. For copy target, this
105 // target is to stamp the set of copies done so there is one output.
106 const Tool* GetToolForTargetFinalOutput(const Target* target) const;
107 const CTool* GetToolForTargetFinalOutputAsC(const Target* target) const;
109 const Target* target) const;
110 const RustTool* GetToolForTargetFinalOutputAsRust(const Target* target) cons
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dccolltst.c88 void reportCResult( const UChar source[], const UChar target[], in reportCResult() argument
103 log_err("Compare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1), in reportCResult()
109 log_err("incCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1), in reportCResult()
115 log_err("KeyCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1), in reportCResult()
121 log_err("difference between sortkey and compare result for (%s , %s) Keys: %s compare %s\n", aescstrdup(source,-1), aescstrdup(target,-1), in reportCResult()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Ddump_dependency_json.py79 # Map of target -> list of targets it depends on.
86 target = targets_to_visit.pop()
87 if target in edges:
89 edges[target] = []
91 for dep in target_dicts[target].get("dependencies", []):
92 edges[target].append(dep)
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_gen_mipmap.c49 st_generate_mipmap(struct gl_context *ctx, GLenum target, in st_generate_mipmap() argument
69 lastLevel = _mesa_compute_num_levels(ctx, texObj, target) - 1; in st_generate_mipmap()
116 if (pt->target == PIPE_TEXTURE_CUBE) { in st_generate_mipmap()
117 first_layer = last_layer = _mesa_tex_target_to_face(target); in st_generate_mipmap()
143 _mesa_generate_mipmap(ctx, target, texObj); in st_generate_mipmap()
/third_party/node/deps/npm/node_modules/bin-links/lib/
H A Dlink-gently.js54 return readlink(to).then(target => {
55 if (target === from) {
59 target = resolve(dirname(to), target)
60 if (target.indexOf(path) === 0 || force) {
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Ddump_dependency_json.py79 # Map of target -> list of targets it depends on.
86 target = targets_to_visit.pop()
87 if target in edges:
89 edges[target] = []
91 for dep in target_dicts[target].get("dependencies", []):
92 edges[target].append(dep)
/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dreverse.js11 function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
/third_party/ltp/testcases/network/stress/ns-tools/
H A Doutput_ipsec_conf69 output_ipsec_conf target protocol mode first_spi src_addr dst_addr
70 target: target of the configuration file ( src / dst )
100 target=$1
136 case $target in
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_screen.c41 enum pipe_texture_target target, in fd4_screen_is_format_supported()
47 if ((target >= PIPE_MAX_TEXTURE_TYPES) || in fd4_screen_is_format_supported()
49 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x", in fd4_screen_is_format_supported()
50 util_format_name(format), target, sample_count, usage); in fd4_screen_is_format_supported()
64 (target == PIPE_BUFFER || util_format_get_blocksize(format) != 12)) { in fd4_screen_is_format_supported()
93 DBG("not supported: format=%s, target=%d, sample_count=%d, " in fd4_screen_is_format_supported()
95 util_format_name(format), target, sample_count, usage, retval); in fd4_screen_is_format_supported()
39 fd4_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) fd4_screen_is_format_supported() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_screen.c56 enum pipe_texture_target target, in fd5_screen_is_format_supported()
62 if ((target >= PIPE_MAX_TEXTURE_TYPES) || in fd5_screen_is_format_supported()
64 DBG("not supported: format=%s, target=%d, sample_count=%d, usage=%x", in fd5_screen_is_format_supported()
65 util_format_name(format), target, sample_count, usage); in fd5_screen_is_format_supported()
79 (target == PIPE_BUFFER || util_format_get_blocksize(format) != 12)) { in fd5_screen_is_format_supported()
115 DBG("not supported: format=%s, target=%d, sample_count=%d, " in fd5_screen_is_format_supported()
117 util_format_name(format), target, sample_count, usage, retval); in fd5_screen_is_format_supported()
54 fd5_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) fd5_screen_is_format_supported() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.h113 d3d12_subresource_id_uses_layer(enum pipe_texture_target target) in d3d12_subresource_id_uses_layer() argument
115 return target == PIPE_TEXTURE_CUBE || in d3d12_subresource_id_uses_layer()
116 target == PIPE_TEXTURE_CUBE_ARRAY || in d3d12_subresource_id_uses_layer()
117 target == PIPE_TEXTURE_1D_ARRAY || in d3d12_subresource_id_uses_layer()
118 target == PIPE_TEXTURE_2D_ARRAY; in d3d12_subresource_id_uses_layer()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_surface.c33 switch (tex->target) { in amdgpu_surface_sanity()
91 config.is_1d = tex->target == PIPE_TEXTURE_1D || in amdgpu_surface_init()
92 tex->target == PIPE_TEXTURE_1D_ARRAY; in amdgpu_surface_init()
93 config.is_3d = tex->target == PIPE_TEXTURE_3D; in amdgpu_surface_init()
94 config.is_cube = tex->target == PIPE_TEXTURE_CUBE; in amdgpu_surface_init()
/third_party/skia/bin/
H A Dfetch-clang-format17 def fetch(target):
18 target_path = 'buildtools/linux64/' + target if 'linux' in sys.platform else \
19 'buildtools/mac/' + target if 'darwin' in sys.platform else \
20 'buildtools/win/'+ target + '.exe'
37 url = 'https://chromium-%s.storage-download.googleapis.com/%s' % (target, sha1)
/third_party/rust/crates/rustix/src/io/
H A Dcontext.rs60 /// Encode `target` as a `u64`. The only requirement on this value is that in fmt()
62 fn encode(&self, target: Ref<'_, Self::Target>) -> u64; in fmt()
72 /// Release ownership of the value referred to by `target` and return it. in fmt()
73 fn release(&self, target: Ref<'_, Self::Target>) -> Self::Data; in fmt()
91 fn encode(&self, target: Ref<'_, Self::Target>) -> u64 { in encode()
92 target.as_raw_fd() as u64 in encode()
101 fn release(&self, target: Ref<'_, Self::Target>) -> Self::Data { in release()
102 target.consume() in release()
146 fn encode(&self, target: Ref<'_, Self::Target>) -> u64 { in acquire()
147 target in acquire()
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Dfdtparams.c90 } target[] = { in efi_get_fdt_params() local
98 BUILD_BUG_ON(ARRAY_SIZE(target) != ARRAY_SIZE(name)); in efi_get_fdt_params()
99 BUILD_BUG_ON(ARRAY_SIZE(target) != ARRAY_SIZE(dt_params[0].params)); in efi_get_fdt_params()
113 for (j = 0; j < ARRAY_SIZE(target); j++) { in efi_get_fdt_params()
117 target[j].var, target[j].size)) in efi_get_fdt_params()
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
H A Dhelpers.c57 char *target, *tmp; in fdreadlink() local
61 target = malloc(PATH_MAX); in fdreadlink()
62 if (!target) in fdreadlink()
64 memset(target, 0, PATH_MAX); in fdreadlink()
66 E_readlink(tmp, target, PATH_MAX); in fdreadlink()
68 return target; in fdreadlink()
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dnanosleep.c103 struct timespec now, target, rel; in nanosleep_test() local
108 target = timespec_add(now, ns); in nanosleep_test()
110 if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL)) in nanosleep_test()
114 if (!in_order(target, now)) in nanosleep_test()
122 target = timespec_add(now, ns); in nanosleep_test()
126 if (!in_order(target, now)) in nanosleep_test()

Completed in 28 milliseconds

1...<<31323334353637383940>>...279