| /third_party/musl/libc-test/src/functionalext/locale/ |
| H A D | strtod_l.c | 115 const double target = 123.45; in strtod_l_0200() local 119 EXPECT_DOUBLE_EQ(num, target); in strtod_l_0200() 134 const double target = 123.45; in strtod_l_0300() local 138 EXPECT_DOUBLE_EQ(num, target); in strtod_l_0300() 153 const double target = -123.45; in strtod_l_0400() local 157 EXPECT_DOUBLE_EQ(num, target); in strtod_l_0400() 172 const double target = 123.45; in strtod_l_0500() local 176 EXPECT_DOUBLE_EQ(num, target); in strtod_l_0500() 191 const double target = 0; in strtod_l_0600() local 195 EXPECT_DOUBLE_EQ(num, target); in strtod_l_0600() 210 const double target = INFINITY; strtod_l_0700() local 225 const double target = INFINITY; strtod_l_0800() local 240 const double target = INFINITY; strtod_l_0900() local 259 const double target = -INFINITY; strtod_l_1000() local 274 const double target = NAN; strtod_l_1100() local 291 const double target = NAN; strtod_l_1200() local 309 const double target = 0; strtod_l_1300() local 328 const double target = 0; strtod_l_1400() local 343 const double target = 0; strtod_l_1500() local 364 const double target = 1234.56; strtod_l_1600() local 383 const double target = 0; strtod_l_1700() local 402 const double target = 123.45; strtod_l_1800() local [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnv_u7.cpp | 215 UChar *target; in _UTF7ToUnicodeWithOffsets() local 239 target=pArgs->target; in _UTF7ToUnicodeWithOffsets() 268 targetCapacity=(int32_t)(targetLimit-target); in _UTF7ToUnicodeWithOffsets() 282 *target++=b; in _UTF7ToUnicodeWithOffsets() 297 if(source<sourceLimit && target>=targetLimit) { in _UTF7ToUnicodeWithOffsets() 298 /* target is full */ in _UTF7ToUnicodeWithOffsets() 314 if(target<targetLimit) { in _UTF7ToUnicodeWithOffsets() 377 *target++=(UChar)((bits<<4)|(base64Value>>2)); in _UTF7ToUnicodeWithOffsets() 388 *target in _UTF7ToUnicodeWithOffsets() 466 uint8_t *target, *targetLimit; _UTF7FromUnicodeWithOffsets() local 899 UChar *target; _IMAPToUnicodeWithOffsets() local 1167 uint8_t *target, *targetLimit; _IMAPFromUnicodeWithOffsets() local [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucnv_u7.cpp | 215 char16_t *target; in _UTF7ToUnicodeWithOffsets() local 239 target=pArgs->target; in _UTF7ToUnicodeWithOffsets() 268 targetCapacity=(int32_t)(targetLimit-target); in _UTF7ToUnicodeWithOffsets() 282 *target++=b; in _UTF7ToUnicodeWithOffsets() 297 if(source<sourceLimit && target>=targetLimit) { in _UTF7ToUnicodeWithOffsets() 298 /* target is full */ in _UTF7ToUnicodeWithOffsets() 314 if(target<targetLimit) { in _UTF7ToUnicodeWithOffsets() 377 *target++=(char16_t)((bits<<4)|(base64Value>>2)); in _UTF7ToUnicodeWithOffsets() 388 *target in _UTF7ToUnicodeWithOffsets() 466 uint8_t *target, *targetLimit; _UTF7FromUnicodeWithOffsets() local 899 char16_t *target; _IMAPToUnicodeWithOffsets() local 1167 uint8_t *target, *targetLimit; _IMAPFromUnicodeWithOffsets() local [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ucnv_u7.cpp | 215 UChar *target; in _UTF7ToUnicodeWithOffsets() local 239 target=pArgs->target; in _UTF7ToUnicodeWithOffsets() 268 targetCapacity=(int32_t)(targetLimit-target); in _UTF7ToUnicodeWithOffsets() 282 *target++=b; in _UTF7ToUnicodeWithOffsets() 297 if(source<sourceLimit && target>=targetLimit) { in _UTF7ToUnicodeWithOffsets() 298 /* target is full */ in _UTF7ToUnicodeWithOffsets() 314 if(target<targetLimit) { in _UTF7ToUnicodeWithOffsets() 377 *target++=(UChar)((bits<<4)|(base64Value>>2)); in _UTF7ToUnicodeWithOffsets() 388 *target in _UTF7ToUnicodeWithOffsets() 466 uint8_t *target, *targetLimit; _UTF7FromUnicodeWithOffsets() local 899 UChar *target; _IMAPToUnicodeWithOffsets() local 1167 uint8_t *target, *targetLimit; _IMAPFromUnicodeWithOffsets() local [all...] |
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-decl.h | 67 int fpr_set(struct task_struct *target, const struct user_regset *regset, 73 int vsr_active(struct task_struct *target, const struct user_regset *regset); 75 int vsr_set(struct task_struct *target, const struct user_regset *regset, 81 int vr_active(struct task_struct *target, const struct user_regset *regset); 83 int vr_set(struct task_struct *target, const struct user_regset *regset, 89 int evr_active(struct task_struct *target, const struct user_regset *regset); 91 int evr_set(struct task_struct *target, const struct user_regset *regset, 97 int gpr32_get_common(struct task_struct *target, 101 int gpr32_set_common(struct task_struct *target, 115 int tm_cgpr_active(struct task_struct *target, cons [all...] |
| /third_party/gn/infra/recipe_modules/target/examples/ |
| H A D | full.py | 6 'target', 14 target = api.target('fuchsia-arm64') 15 assert not target.is_win 16 assert not target.is_linux 17 assert not target.is_mac 18 assert api.target.host.is_host 19 assert target != api.target.host 20 assert target ! [all...] |
| /third_party/vk-gl-cts/framework/opengl/simplereference/ |
| H A D | sglrContextWrapper.cpp | 69 void ContextWrapper::glBindTexture (deUint32 target, deUint32 texture) in glBindTexture() argument 71 m_curCtx->bindTexture(target, texture); in glBindTexture() 84 void ContextWrapper::glBindFramebuffer (deUint32 target, deUint32 framebuffer) in glBindFramebuffer() argument 86 m_curCtx->bindFramebuffer(target, framebuffer); in glBindFramebuffer() 99 void ContextWrapper::glBindRenderbuffer (deUint32 target, deUint32 renderbuffer) in glBindRenderbuffer() argument 101 m_curCtx->bindRenderbuffer(target, renderbuffer); in glBindRenderbuffer() 119 void ContextWrapper::glTexImage1D (deUint32 target, int level, int internalFormat, int width, int border, deUint32 format, deUint32 type, const void* data) in glTexImage1D() argument 121 m_curCtx->texImage1D(target, level, (deUint32)internalFormat, width, border, format, type, data); in glTexImage1D() 124 void ContextWrapper::glTexImage2D (deUint32 target, int level, int internalFormat, int width, int height, int border, deUint32 format, deUint32 type, const void* data) in glTexImage2D() argument 126 m_curCtx->texImage2D(target, leve in glTexImage2D() 129 glTexImage3D(deUint32 target, int level, int internalFormat, int width, int height, int depth, int border, deUint32 format, deUint32 type, const void* data) glTexImage3D() argument 134 glTexSubImage1D(deUint32 target, int level, int xoffset, int width, deUint32 format, deUint32 type, const void* data) glTexSubImage1D() argument 139 glTexSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int width, int height, deUint32 format, deUint32 type, const void* data) glTexSubImage2D() argument 144 glTexSubImage3D(deUint32 target, int level, int xoffset, int yoffset, int zoffset, int width, int height, int depth, deUint32 format, deUint32 type, const void* data) glTexSubImage3D() argument 149 glCopyTexImage1D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int border) glCopyTexImage1D() argument 154 glCopyTexImage2D(deUint32 target, int level, deUint32 internalFormat, int x, int y, int width, int height, int border) glCopyTexImage2D() argument 159 glCopyTexSubImage1D(deUint32 target, int level, int xoffset, int x, int y, int width) glCopyTexSubImage1D() argument 164 glCopyTexSubImage2D(deUint32 target, int level, int xoffset, int yoffset, int x, int y, int width, int height) glCopyTexSubImage2D() argument 169 glTexStorage2D(deUint32 target, int levels, deUint32 internalFormat, int width, int height) glTexStorage2D() argument 174 glTexStorage3D(deUint32 target, int levels, deUint32 internalFormat, int width, int height, int depth) glTexStorage3D() argument 179 glTexParameteri(deUint32 target, deUint32 pname, int value) glTexParameteri() argument 189 glFramebufferTexture2D(deUint32 target, deUint32 attachment, deUint32 textarget, deUint32 texture, int level) glFramebufferTexture2D() argument 194 glFramebufferTextureLayer(deUint32 target, deUint32 attachment, deUint32 texture, int level, int layer) glFramebufferTextureLayer() argument 199 glFramebufferRenderbuffer(deUint32 target, deUint32 attachment, deUint32 renderbuffertarget, deUint32 renderbuffer) glFramebufferRenderbuffer() argument 204 glCheckFramebufferStatus(deUint32 target) glCheckFramebufferStatus() argument 209 glGetFramebufferAttachmentParameteriv(deUint32 target, deUint32 attachment, deUint32 pname, int* params) glGetFramebufferAttachmentParameteriv() argument 214 glRenderbufferStorage(deUint32 target, deUint32 internalformat, int width, int height) glRenderbufferStorage() argument 219 glRenderbufferStorageMultisample(deUint32 target, int samples, deUint32 internalformat, int width, int height) glRenderbufferStorageMultisample() argument 224 glBindBuffer(deUint32 target, deUint32 buffer) glBindBuffer() argument 239 glBufferData(deUint32 target, deIntptr size, const void* data, deUint32 usage) glBufferData() argument 244 glBufferSubData(deUint32 target, deIntptr offset, deIntptr size, const void* data) glBufferSubData() argument 364 glInvalidateSubFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments, int x, int y, int width, int height) glInvalidateSubFramebuffer() argument 369 glInvalidateFramebuffer(deUint32 target, int numAttachments, const deUint32* attachments) glInvalidateFramebuffer() argument [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texstorage.c | 48 * Check if the given texture target is a legal texture object target 55 GLuint dims, GLenum target) in _mesa_is_legal_tex_storage_target() 64 switch (target) { in _mesa_is_legal_tex_storage_target() 71 switch (target) { in _mesa_is_legal_tex_storage_target() 87 switch (target) { in _mesa_is_legal_tex_storage_target() 95 switch (target) { in _mesa_is_legal_tex_storage_target() 109 switch (target) { in _mesa_is_legal_tex_storage_target() 147 const GLenum target = texObj->Target; in initialize_texture_fields() local 148 const GLuint numFaces = _mesa_num_tex_faces(target); in initialize_texture_fields() 54 _mesa_is_legal_tex_storage_target(const struct gl_context *ctx, GLuint dims, GLenum target) _mesa_is_legal_tex_storage_target() argument 184 const GLenum target = texObj->Target; clear_texture_fields() local 271 tex_storage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) tex_storage_error_check() argument 353 _mesa_sparse_texture_error_check(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, mesa_format format, GLenum target, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth, const char *func) _mesa_sparse_texture_error_check() argument 436 texture_storage(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa, bool no_error) texture_storage() argument 548 texture_storage_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_error() argument 560 texture_storage_no_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_no_error() argument 575 texstorage_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texstorage_error() argument 616 texstorage_no_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) texstorage_no_error() argument 686 _mesa_TexStorage1D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TexStorage1D_no_error() argument 694 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TexStorage1D() argument 703 _mesa_TexStorage2D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TexStorage2D_no_error() argument 712 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TexStorage2D() argument 721 _mesa_TexStorage3D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D_no_error() argument 730 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D() argument 794 _mesa_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TextureStorage1DEXT() argument 811 _mesa_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2DEXT() argument 828 _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3DEXT() argument 845 _mesa_texture_storage_memory(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa) _mesa_texture_storage_memory() argument [all...] |
| H A D | formatquery.c | 65 _legal_parameters(struct gl_context *ctx, GLenum target, GLenum internalformat, in _legal_parameters() argument 73 * "The INVALID_ENUM error is generated if the <target> parameter to in _legal_parameters() 76 switch(target){ in _legal_parameters() 89 * "If the <target> parameter to GetInternalformativ is not one of in _legal_parameters() 94 "glGetInternalformativ(target=%s)", in _legal_parameters() 95 _mesa_enum_to_string(target)); in _legal_parameters() 112 "glGetInternalformativ(target=%s)", in _legal_parameters() 113 _mesa_enum_to_string(target)); in _legal_parameters() 121 "glGetInternalformativ(target=%s)", in _legal_parameters() 122 _mesa_enum_to_string(target)); in _legal_parameters() 416 _is_target_supported(struct gl_context *ctx, GLenum target) _is_target_supported() argument 483 _is_resource_supported(struct gl_context *ctx, GLenum target, GLenum internalformat, GLenum pname) _is_resource_supported() argument 570 _is_internalformat_supported(struct gl_context *ctx, GLenum target, GLenum internalformat) _is_internalformat_supported() argument 621 _legal_target_for_framebuffer_texture_layer(struct gl_context *ctx, GLenum target) _legal_target_for_framebuffer_texture_layer() argument 652 _mesa_query_internal_format_default(struct gl_context *ctx, GLenum target, GLenum internalFormat, GLenum pname, GLint *params) _mesa_query_internal_format_default() argument 778 _equivalent_size_pname(GLenum target, GLenum pname) _equivalent_size_pname() argument 823 _get_target_dimensions(GLenum target) _get_target_dimensions() argument 867 _mesa_is_multisample_target(GLenum target) _mesa_is_multisample_target() argument 880 _mesa_GetInternalformativ(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) _mesa_GetInternalformativ() argument 1623 _mesa_GetInternalformati64v(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params) _mesa_GetInternalformati64v() argument [all...] |
| H A D | teximage.h | 44 _mesa_is_cube_face(GLenum target) in _mesa_is_cube_face() argument 46 return (target >= GL_TEXTURE_CUBE_MAP_POSITIVE_X && in _mesa_is_cube_face() 47 target <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z); in _mesa_is_cube_face() 52 * Return number of faces for a texture target. This will be 6 for 58 _mesa_num_tex_faces(GLenum target) in _mesa_num_tex_faces() argument 60 switch (target) { in _mesa_num_tex_faces() 71 * If the target is GL_TEXTURE_CUBE_MAP, return one of the 74 * Else, return target as-is. 77 _mesa_cube_face_target(GLenum target, unsigned face) in _mesa_cube_face_target() argument 79 if (target in _mesa_cube_face_target() [all...] |
| /third_party/jerryscript/tests/jerry/es2015/ |
| H A D | proxy_get_prototoype_of.js | 19 var target = {}; 20 var handler = { getPrototypeOf (target) { 24 var proxy = new Proxy(target, handler); 75 var target = {}; 77 getPrototypeOf(target) { 81 var proxy = new Proxy(target, handler); 92 getPrototypeOf(target) { 96 var proxy = new Proxy(target, handler); 100 var target = {}; 102 var proxy = new Proxy(target, handle [all...] |
| H A D | proxy_call.js | 19 var target = function () {}; function 20 var handler = { apply (target) { 24 var proxy = new Proxy (target, handler); 49 apply: function (target, thisArg, argumentsList) { 50 return target (argumentsList[0], argumentsList[1]) * 10; 78 var target = function () { 81 var proxy = new Proxy (target, {}); 94 var target = function (a) { 98 var proxy = new Proxy (target, {}); 105 var target [all...] |
| /third_party/skia/src/gpu/ops/ |
| H A D | GrMeshDrawOp.cpp | 19 void GrMeshDrawOp::createProgramInfo(GrMeshDrawTarget* target) { in createProgramInfo() argument 20 this->createProgramInfo(&target->caps(), in createProgramInfo() 21 target->allocator(), in createProgramInfo() 22 target->writeView(), in createProgramInfo() 23 target->usesMSAASurface(), in createProgramInfo() 24 target->detachAppliedClip(), in createProgramInfo() 25 target->dstProxyView(), in createProgramInfo() 26 target->renderPassBarriers(), in createProgramInfo() 27 target->colorLoadOp()); in createProgramInfo() 68 GrMeshDrawOp::PatternHelper::PatternHelper(GrMeshDrawTarget* target, GrPrimitiveTyp argument 76 init(GrMeshDrawTarget* target, GrPrimitiveType primitiveType, size_t vertexStride, sk_sp<const GrBuffer> indexBuffer, int verticesPerRepetition, int indicesPerRepetition, int repeatCount, int maxRepetitions) init() argument 103 recordDraw(GrMeshDrawTarget* target, const GrGeometryProcessor* gp) const recordDraw() argument 108 recordDraw( GrMeshDrawTarget* target, const GrGeometryProcessor* gp, const GrSurfaceProxy* const primProcProxies[]) const recordDraw() argument 117 QuadHelper(GrMeshDrawTarget* target, size_t vertexStride, int quadsToDraw) QuadHelper() argument [all...] |
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | Reader.java | 207 * @param target the list that will receive the read values. 209 void readDoubleList(List<Double> target) throws IOException; in readDoubleList() argument 215 * @param target the list that will receive the read values. 217 void readFloatList(List<Float> target) throws IOException; in readFloatList() argument 223 * @param target the list that will receive the read values. 225 void readUInt64List(List<Long> target) throws IOException; in readUInt64List() argument 231 * @param target the list that will receive the read values. 233 void readInt64List(List<Long> target) throws IOException; in readInt64List() argument 239 * @param target the list that will receive the read values. 241 void readInt32List(List<Integer> target) throw argument 249 readFixed64List(List<Long> target) readFixed64List() argument 257 readFixed32List(List<Integer> target) readFixed32List() argument 265 readBoolList(List<Boolean> target) readBoolList() argument 272 readStringList(List<String> target) readStringList() argument 280 readStringListRequireUtf8(List<String> target) readStringListRequireUtf8() argument 288 readMessageList( List<T> target, Schema<T> schema, ExtensionRegistryLite extensionRegistry) readMessageList() argument 291 readMessageList( List<T> target, Class<T> targetType, ExtensionRegistryLite extensionRegistry) readMessageList() argument 303 readGroupList( List<T> target, Class<T> targetType, ExtensionRegistryLite extensionRegistry) readGroupList() argument 308 readGroupList( List<T> target, Schema<T> targetType, ExtensionRegistryLite extensionRegistry) readGroupList() argument 317 readBytesList(List<ByteString> target) readBytesList() argument 325 readUInt32List(List<Integer> target) readUInt32List() argument 333 readEnumList(List<Integer> target) readEnumList() argument 341 readSFixed32List(List<Integer> target) readSFixed32List() argument 349 readSFixed64List(List<Long> target) readSFixed64List() argument 357 readSInt32List(List<Integer> target) readSInt32List() argument 365 readSInt64List(List<Long> target) readSInt64List() argument 374 readMap( Map<K, V> target, MapEntryLite.Metadata<K, V> mapDefaultEntry, ExtensionRegistryLite extensionRegistry) readMap() argument [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/wrapper/ |
| H A D | js.h | 34 static bool Is(JSValue target); 42 static bool Is(JSValue target); 48 static JSValue Keys(JSValue target); 49 static JSValue Get(JSValue target, JSValue key); 50 static JSValue Get(JSValue target, const char * const prop); 51 static char *GetString(JSValue target, const char * const prop); 52 static double GetNumber(JSValue target, const char * const prop); 53 static bool GetBoolean(JSValue target, const char * const prop); 54 static void Set(JSValue target, const char * const prop, JSValue value); 55 static void SetString(JSValue target, cons [all...] |
| /kernel/linux/linux-5.10/tools/perf/arch/s390/annotate/ |
| H A D | instructions.c | 9 struct addr_map_symbol target = { in s390_call__parse() local 17 ops->target.addr = strtoull(tok + 1, &endptr, 16); in s390_call__parse() 34 ops->target.name = strdup(name); in s390_call__parse() 37 if (ops->target.name == NULL) in s390_call__parse() 39 target.addr = map__objdump_2mem(map, ops->target.addr); in s390_call__parse() 41 if (maps__find_ams(ms->maps, &target) == 0 && in s390_call__parse() 42 map__rip_2objdump(target.ms.map, map->map_ip(target.ms.map, target in s390_call__parse() 60 char *s = strchr(ops->raw, ','), *target, *endptr; s390_mov__parse() local [all...] |
| /kernel/linux/linux-6.6/tools/perf/arch/s390/annotate/ |
| H A D | instructions.c | 9 struct addr_map_symbol target = { in s390_call__parse() local 17 ops->target.addr = strtoull(tok + 1, &endptr, 16); in s390_call__parse() 34 ops->target.name = strdup(name); in s390_call__parse() 37 if (ops->target.name == NULL) in s390_call__parse() 39 target.addr = map__objdump_2mem(map, ops->target.addr); in s390_call__parse() 41 if (maps__find_ams(ms->maps, &target) == 0 && in s390_call__parse() 42 map__rip_2objdump(target.ms.map, map__map_ip(target.ms.map, target in s390_call__parse() 57 char *s = strchr(ops->raw, ','), *target, *endptr; s390_mov__parse() local [all...] |
| /third_party/gn/src/gn/ |
| H A D | substitution_writer.cc | 19 #include "gn/target.h" 42 Source expansion is used for the action_foreach and copy target types to map 93 This will be different than the target's generated file directory if the 99 relative to the build directory. this us be different than the target's 105 The path to the source file relative to the target's directory. This will 109 "target". 206 const Target* target, 211 ApplyPatternToSourceAsString(target, settings, pattern, source); 220 const Target* target, 229 result_value.append(GetSourceSubstitution(target, setting [all...] |
| H A D | xcode_writer.cc | 39 #include "gn/target.h" 130 bool IsApplicationTarget(const Target* target) { in IsApplicationTarget() argument 131 return target->output_type() == Target::CREATE_BUNDLE && in IsApplicationTarget() 132 target->bundle_data().product_type() == in IsApplicationTarget() 136 bool IsXCUITestRunnerTarget(const Target* target) { in IsXCUITestRunnerTarget() argument 137 return IsApplicationTarget(target) && in IsXCUITestRunnerTarget() 138 base::ends_with(target->label().name(), kXCUITestRunnerTargetNamePostfix); in IsXCUITestRunnerTarget() 141 bool IsXCTestModuleTarget(const Target* target) { in IsXCTestModuleTarget() argument 142 return target->output_type() == Target::CREATE_BUNDLE && in IsXCTestModuleTarget() 143 target in IsXCTestModuleTarget() 148 IsXCUITestModuleTarget(const Target* target) IsXCUITestModuleTarget() argument 174 const Target* target = pair.first; FindApplicationTargetByName() local 269 SearchFilesForTarget( const Target* target) SearchFilesForTarget() argument 847 const Target* target = pair.first; AddCXTestSourceFilesForTestModuleTargets() local 889 const Target* target = pair.first; AddDependencyTargetsForTestModuleTargets() local 983 AddBinaryTarget(const Target* target, base::Environment* env, Err* err) AddBinaryTarget() argument 1017 AddBundleTarget(const Target* target, base::Environment* env, Err* err) AddBundleTarget() argument [all...] |
| H A D | ninja_c_binary_target_writer_unittest.cc | 14 #include "gn/target.h" 26 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F() 27 target.set_output_type(Target::SOURCE_SET); in TEST_F() 28 target.visibility().SetPublic(); in TEST_F() 29 target.sources().push_back(SourceFile("//foo/input1.cc")); in TEST_F() 30 target.sources().push_back(SourceFile("//foo/input2.cc")); in TEST_F() 33 target.sources().push_back(SourceFile("//foo/input3.o")); in TEST_F() 34 target.sources().push_back(SourceFile("//foo/input4.obj")); in TEST_F() 35 target.source_types_used().Set(SourceFile::SOURCE_CPP); in TEST_F() 36 target in TEST_F() [all...] |
| H A D | header_checker.cc | 21 #include "gn/target.h" 57 // Given a reverse dependency chain where the target chain[0]'s includes are 62 "The target:\n " + in GetDependencyChainPublicError() 63 chain[chain.size() - 1].target->label().GetUserVisibleName(false) + in GetDependencyChainPublicError() 64 "\nis including a file from the target:\n " + in GetDependencyChainPublicError() 65 chain[0].target->label().GetUserVisibleName(false) + "\n"; in GetDependencyChainPublicError() 69 // target can always include headers from itself and its direct dependents. in GetDependencyChainPublicError() 76 "\nIt's usually best to depend directly on the destination target.\n" in GetDependencyChainPublicError() 77 "In some cases, the destination target is considered a subcomponent\n" in GetDependencyChainPublicError() 78 "of an intermediate target in GetDependencyChainPublicError() 190 DoWork(const Target* target, const SourceFile& file) DoWork() argument 205 AddTargetToFileMap(const Target* target, FileMap* dest) AddTargetToFileMap() argument 568 const Target* target = cur_link.target; IsDependencyOf() local [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | invalidNewTarget.es5.js | 2 const a = new.target; 3 const b = () => new.target; 6 [new.target]() { } 7 c() { return new.target; } 8 get d() { return new.target; } 9 set e(_) { _ = new.target; } 10 f = () => new.target; 12 static [new.target]() { } 13 static g() { return new.target; } 14 static get h() { return new.target; } [all...] |
| /third_party/node/src/ |
| H A D | node_zlib.cc | 1259 static void Make(Environment* env, Local<Object> target, const char* name) { in Make() 1275 SetConstructorFunction(env->context(), target, name, z); in Make() 1289 void Initialize(Local<Object> target, in Initialize() argument 1295 MakeClass<ZlibStream>::Make(env, target, "Zlib"); in Initialize() 1296 MakeClass<BrotliEncoderStream>::Make(env, target, "BrotliEncoder"); in Initialize() 1297 MakeClass<BrotliDecoderStream>::Make(env, target, "BrotliDecoder"); in Initialize() 1299 target->Set(env->context(), in Initialize() 1312 void DefineZlibConstants(Local<Object> target) { in DefineZlibConstants() argument 1313 NODE_DEFINE_CONSTANT(target, Z_NO_FLUSH); in DefineZlibConstants() 1314 NODE_DEFINE_CONSTANT(target, Z_PARTIAL_FLUS in DefineZlibConstants() [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | jump-table-assembler.cc | 24 bool JumpTableAssembler::EmitJumpSlot(Address target) { in EmitJumpSlot() argument 26 reinterpret_cast<byte*>(target) - pc_ - kNearJmpInstrSize); in EmitJumpSlot() 32 void JumpTableAssembler::EmitFarJumpSlot(Address target) { in EmitFarJumpSlot() argument 42 dq(target); // 8 bytes in EmitFarJumpSlot() 46 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { in PatchFarJumpSlot() argument 49 // Offset of the target is at 8 bytes, see {EmitFarJumpSlot}. in PatchFarJumpSlot() 51 ->store(target, std::memory_order_relaxed); in PatchFarJumpSlot() 54 // cores. It's ok if they temporarily jump to the old target. in PatchFarJumpSlot() 69 bool JumpTableAssembler::EmitJumpSlot(Address target) { 70 jmp(target, RelocInf [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| H A D | ConvertUTF.cpp | 123 UTF16* target = *targetStart; in ConvertUTF32toUTF16() local 126 if (target >= targetEnd) { in ConvertUTF32toUTF16() 138 *target++ = UNI_REPLACEMENT_CHAR; in ConvertUTF32toUTF16() 141 *target++ = (UTF16)ch; /* normal case */ in ConvertUTF32toUTF16() 147 *target++ = UNI_REPLACEMENT_CHAR; in ConvertUTF32toUTF16() 150 /* target is a character in range 0xFFFF - 0x10FFFF. */ in ConvertUTF32toUTF16() 151 if (target + 1 >= targetEnd) { in ConvertUTF32toUTF16() 156 *target++ = (UTF16)((ch >> halfShift) + UNI_SUR_HIGH_START); in ConvertUTF32toUTF16() 157 *target++ = (UTF16)((ch & halfMask) + UNI_SUR_LOW_START); in ConvertUTF32toUTF16() 161 *targetStart = target; in ConvertUTF32toUTF16() 172 UTF32* target = *targetStart; ConvertUTF16toUTF32() local 226 UTF8* target = *targetStart; ConvertUTF16toUTF8() local 296 UTF8* target = *targetStart; ConvertUTF32toUTF8() local 520 UTF16* target = *targetStart; ConvertUTF8toUTF16() local 594 UTF32* target = *targetStart; ConvertUTF8toUTF32Impl() local [all...] |