| /third_party/node/lib/internal/ |
| H A D | errors.js | 1334 (pkgPath, key, target, isImport = false, base = undefined) => { 1335 const relError = typeof target === 'string' && !isImport && 1336 target.length && !StringPrototypeStartsWith(target, './'); 1339 return `Invalid "exports" main target ${JSONStringify(target)} defined ` + 1344 return `Invalid "${isImport ? 'imports' : 'exports'}" target ${ 1345 JSONStringify(target)} defined for '${key}' in the package config ${
|
| /third_party/mesa3d/src/mesa/program/ |
| H A D | program_parse.y | 455 * had a different texture target, generate an error. 506 * had a different texture target, generate an error. 2045 struct asm_symbol *target = (struct asm_symbol *) 2056 } else if (target == NULL) { 2062 _mesa_symbol_table_add_symbol(state->st, $2, target); 2530 _mesa_parse_arb_program(struct gl_context *ctx, GLenum target, const GLubyte *str, 2541 state->prog->Target = target; 2563 state->limits = (target == GL_VERTEX_PROGRAM_ARB) 2575 state->state_param_enum_env = (target == GL_VERTEX_PROGRAM_ARB) 2577 state->state_param_enum_local = (target [all...] |
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| H A D | parse.cpp | 331 char16_t *target = nullptr; in parseUCARules() local 384 target = pTarget; in parseUCARules() 388 while (target < targetLimit) in parseUCARules() 405 U_APPEND_CHAR32_ONLY(c, target); in parseUCARules() 438 U_APPEND_CHAR32_ONLY(c, target); in parseUCARules() 447 if(target < targetLimit){ in parseUCARules() 448 *target = 0x0000; in parseUCARules() 451 result = string_open(state->bundle, tag, pTarget, (int32_t)(target - pTarget), nullptr, status); in parseUCARules()
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | prettyprinter.cc | 327 if (node->target()->IsObjectLiteral()) { in VisitAssignment() 328 ObjectLiteral* target = node->target()->AsObjectLiteral(); in VisitAssignment() local 329 if (target->position() == position_) { in VisitAssignment() 334 for (ObjectLiteralProperty* prop : *target->properties()) { in VisitAssignment() 346 Find(node->target()); in VisitAssignment() 347 if (node->target()->IsArrayLiteral()) { in VisitAssignment() 1294 Visit(node->target()); in VisitAssignment()
|
| /third_party/node/deps/v8/src/codegen/loong64/ |
| H A D | assembler-loong64.h | 209 // Puts a labels target address at the given position. 213 // Read/Modify the code target address in the branch/call instruction at pc. 217 Address pc, Address target, in set_target_address_at() 219 set_target_value_at(pc, target, icache_flush_mode); in set_target_address_at() 227 Address pc, Address constant_pool, Address target, in set_target_address_at() 229 set_target_address_at(pc, target, icache_flush_mode); in set_target_address_at() 233 Address pc, uint64_t target, 242 Address instruction_payload, Code code, Address target); 244 // Get the size of the special target encoded at 'instruction_payload'. 250 Address pc, Address target, 216 set_target_address_at( Address pc, Address target, ICacheFlushMode icache_flush_mode = FLUSH_ICACHE_IF_NEEDED) set_target_address_at() argument 226 set_target_address_at( Address pc, Address constant_pool, Address target, ICacheFlushMode icache_flush_mode = FLUSH_ICACHE_IF_NEEDED) set_target_address_at() argument [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_context.c | 1156 trace_dump_surface_template(surf_tmpl, resource->target); in trace_context_create_surface() 1301 struct pipe_stream_output_target *target) in trace_context_stream_output_target_destroy() 1309 trace_dump_arg(ptr, target); in trace_context_stream_output_target_destroy() 1311 pipe->stream_output_target_destroy(pipe, target); in trace_context_stream_output_target_destroy() 1724 if (resource->target == PIPE_BUFFER) in trace_context_transfer_map() 1731 trace_dump_call_begin("pipe_context", resource->target == PIPE_BUFFER ? "buffer_map" : "texture_map"); in trace_context_transfer_map() 1802 if (resource->target == PIPE_BUFFER) { in trace_context_transfer_unmap() 1854 if (transfer->resource->target == PIPE_BUFFER) in trace_context_transfer_unmap() 1299 trace_context_stream_output_target_destroy( struct pipe_context *_pipe, struct pipe_stream_output_target *target) trace_context_stream_output_target_destroy() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Display.cpp | 1242 EGLenum target, in createImage() 1255 if (IsTextureTarget(target)) in createImage() 1259 else if (IsRenderbufferTarget(target)) in createImage() 1263 else if (IsExternalImageTarget(target)) in createImage() 1265 sibling = new ExternalImageSibling(mImplementation, context, target, buffer, attribs); in createImage() 1274 new Image(mImplementation, context, target, sibling, attribs), this); in createImage() 1922 EGLenum target, in validateImageClientBuffer() 1926 return mImplementation->validateImageClientBuffer(context, target, clientBuffer, attribs); in validateImageClientBuffer() 1241 createImage(const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const AttributeMap &attribs, Image **outImage) createImage() argument 1921 validateImageClientBuffer(const gl::Context *context, EGLenum target, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) const validateImageClientBuffer() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | capture_gles_3_2_autogen.cpp | 252 CallCapture CaptureDisablei(const State &glState, bool isCallValid, GLenum target, GLuint index) in CaptureDisablei() argument 256 paramBuffer.addEnumParam("target", GLenumGroup::EnableCap, ParamType::TGLenum, target); in CaptureDisablei() 376 CallCapture CaptureEnablei(const State &glState, bool isCallValid, GLenum target, GLuint index) in CaptureEnablei() argument 380 paramBuffer.addEnumParam("target", GLenumGroup::EnableCap, ParamType::TGLenum, target); in CaptureEnablei() 388 GLenum target, in CaptureFramebufferTexture() 395 paramBuffer.addEnumParam("target", GLenumGroup::FramebufferTarget, ParamType::TGLenum, target); in CaptureFramebufferTexture() 888 GLenum target, in CaptureIsEnabledi() 386 CaptureFramebufferTexture(const State &glState, bool isCallValid, GLenum target, GLenum attachment, TextureID texturePacked, GLint level) CaptureFramebufferTexture() argument 886 CaptureIsEnabledi(const State &glState, bool isCallValid, GLenum target, GLuint index, GLboolean returnValue) CaptureIsEnabledi() argument [all...] |
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| H A D | parse.cpp | 323 UChar *target = NULL; in parseUCARules() local 376 target = pTarget; in parseUCARules() 380 while (target < targetLimit) in parseUCARules() 397 U_APPEND_CHAR32_ONLY(c, target); in parseUCARules() 430 U_APPEND_CHAR32_ONLY(c, target); in parseUCARules() 439 if(target < targetLimit){ in parseUCARules() 440 *target = 0x0000; in parseUCARules() 443 result = string_open(state->bundle, tag, pTarget, (int32_t)(target - pTarget), NULL, status); in parseUCARules()
|
| /third_party/skia/src/ports/ |
| H A D | SkFontHost_FreeType_common.cpp | 1411 FT_Bitmap target; in generateGlyphImage() local 1424 target.width = glyph.fWidth; in generateGlyphImage() 1425 target.rows = glyph.fHeight; in generateGlyphImage() 1426 target.pitch = glyph.rowBytes(); in generateGlyphImage() 1427 target.buffer = reinterpret_cast<uint8_t*>(glyph.fImage); in generateGlyphImage() 1428 target.pixel_mode = compute_pixel_mode(glyph.fMaskFormat); in generateGlyphImage() 1429 target.num_grays = 256; in generateGlyphImage() 1431 FT_Outline_Get_Bitmap(face->glyph->library, outline, &target); in generateGlyphImage() 1483 // BW requires an A8 target for resizing, which can then be down sampled. in generateGlyphImage() 1484 // LCD should use a 4x A8 target, whic in generateGlyphImage() [all...] |
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | resolver_validation.cc | 1492 auto* ident = call->Declaration()->target.name; in ValidateIntrinsicCall() 1577 auto* target = call->Target()->As<sem::Function>(); in ValidateFunctionCall() local 1578 auto sym = decl->target.name->symbol; in ValidateFunctionCall() 1581 if (target->Declaration()->IsEntryPoint()) { in ValidateFunctionCall() 1583 // An entry point must never be the target of a function call. in ValidateFunctionCall() 1584 AddError("entry point functions cannot be the target of a function call", in ValidateFunctionCall() 1589 if (decl->args.size() != target->Parameters().size()) { in ValidateFunctionCall() 1590 bool more = decl->args.size() > target->Parameters().size(); in ValidateFunctionCall() 1593 std::to_string(target->Parameters().size()) + ", got " + in ValidateFunctionCall() 1600 const sem::Variable* param = target in ValidateFunctionCall() [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | parserRealSource12.js | 279 preAst.target = walker.walk(preAst.target, preAst); 285 preAst.target = walker.walk(preAst.target, preAst); 793 preAst.target = walker.walk(preAst.target, preAst);
799 preAst.target = walker.walk(preAst.target, preAst);
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | UnicodeSet.java | 2992 * @param target collection to add into 2995 public <T extends Collection<String>> T addAllTo(T target) { in addAllTo() argument 2996 return addAllTo(this, target); in addAllTo() 3002 * @param target collection to add into 3005 public String[] addAllTo(String[] target) { in addAllTo() argument 3006 return addAllTo(this, target); in addAllTo() 4730 public static <T, U extends Collection<T>> U addAllTo(Iterable<T> source, U target) { in addAllTo() argument 4732 target.add(item); in addAllTo() 4734 return target; in addAllTo() 4741 public static <T> T[] addAllTo(Iterable<T> source, T[] target) { in addAllTo() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | UnicodeSet.java | 2881 * @param target collection to add into 2883 public <T extends Collection<String>> T addAllTo(T target) { in addAllTo() argument 2884 return addAllTo(this, target); in addAllTo() 2890 * @param target collection to add into 2893 public String[] addAllTo(String[] target) { in addAllTo() argument 2894 return addAllTo(this, target); in addAllTo() 4576 public static <T, U extends Collection<T>> U addAllTo(Iterable<T> source, U target) { in addAllTo() argument 4578 target.add(item); in addAllTo() 4580 return target; in addAllTo() 4587 public static <T> T[] addAllTo(Iterable<T> source, T[] target) { in addAllTo() argument [all...] |
| /third_party/mesa3d/src/egl/main/ |
| H A D | eglapi.c | 1498 eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers() argument 1506 STATIC_ASSERT(sizeof(void*) == sizeof(target)); in eglCopyBuffers() 1507 native_pixmap_ptr = (void*) target; in eglCopyBuffers() 1743 _eglCreateImageCommon(_EGLDisplay *disp, EGLContext ctx, EGLenum target, in _eglCreateImageCommon() argument 1755 /* "If <target> is EGL_LINUX_DMA_BUF_EXT, <dpy> must be a valid display, in _eglCreateImageCommon() 1758 if (ctx != EGL_NO_CONTEXT && target == EGL_LINUX_DMA_BUF_EXT) in _eglCreateImageCommon() 1761 img = disp->Driver->CreateImageKHR(disp, context, target, buffer, attr_list); in _eglCreateImageCommon() 1768 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImageKHR() argument 1773 return _eglCreateImageCommon(disp, ctx, target, buffer, attr_list); in eglCreateImageKHR() 1778 eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, in eglCreateImage() argument [all...] |
| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | macro-assembler-s390.h | 87 void Jump(Register target, Condition cond = al); 88 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al); 101 void Call(Register target); 102 void Call(Address target, RelocInfo::Mode rmode, Condition cond = al); 108 void CallForDeoptimization(Builtin target, int deopt_id, Label* exit, 122 void Call(Label* target); 798 // Get the actual activation frame alignment for target environment. 1105 void StoreReturnAddressAndCall(Register target); 1488 void Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond = al); 1752 void CallJSEntry(Register target); [all...] |
| /third_party/python/Python/ |
| H A D | symtable.c | 43 "comprehension inner loop cannot rebind assignment expression target '%U'" 1252 if (s->v.AnnAssign.target->kind == Name_kind) { in symtable_visit_stmt() 1253 expr_ty e_name = s->v.AnnAssign.target; in symtable_visit_stmt() 1284 VISIT(st, expr, s->v.AnnAssign.target); in symtable_visit_stmt() 1295 VISIT(st, expr, s->v.AugAssign.target); in symtable_visit_stmt() 1299 VISIT(st, expr, s->v.For.target); in symtable_visit_stmt() 1465 VISIT(st, expr, s->v.AsyncFor.target); in symtable_visit_stmt() 1491 /* If we find a comprehension scope, check for a target in symtable_extend_namedexpr_scope() 1565 /* Inside a comprehension body, so find the right target scope */ in symtable_handle_namedexpr() 1566 if (!symtable_extend_namedexpr_scope(st, e->v.NamedExpr.target)) in symtable_handle_namedexpr() [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Surface.cpp | 1653 int Surface::pitchB(int width, int border, Format format, bool target) in pitchB() argument 1658 if(target || isDepth(format) || isStencil(format)) in pitchB() 1695 int Surface::pitchP(int width, int border, Format format, bool target) in pitchP() argument 1699 return B > 0 ? pitchB(width, border, format, target) / B : 0; in pitchP() 1702 int Surface::sliceB(int width, int height, int border, Format format, bool target) in sliceB() argument 1707 if(target || isDepth(format) || isStencil(format)) in sliceB() 1728 return pitchB(width, border, format, target) * ((height + 3) / 4); // Pitch computed per 4 rows in sliceB() 1731 return pitchB(width, border, format, target) * align<4>(height); // Pitch computed per row in sliceB() 1733 return pitchB(width, border, format, target) * height; // Pitch computed per row in sliceB() 1737 int Surface::sliceP(int width, int height, int border, Format format, bool target) in sliceP() argument 3158 float *target = (float*)lockInternal(x0, y0, 0, lock, PUBLIC); clearDepth() local 3191 float *target = buffer + (y & ~1) * internal.pitchP + (y & 1) * 2; clearDepth() local 3301 char *target = buffer + (y & ~1) * stencil.pitchP + (y & 1) * 2; clearStencil() local [all...] |
| /base/hiviewdfx/hiview/plugins/faultlogger/service/ |
| H A D | faultlogger.cpp | 962 std::list<std::string> GetDightStrArr(const std::string& target) in GetDightStrArr() argument 966 for (size_t i = 0, len = target.size(); i < len; i++) { in GetDightStrArr() 967 if (target[i] >= '0' && target[i] <= '9') { in GetDightStrArr() 968 temp += target[i]; in GetDightStrArr()
|
| /foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
| H A D | plugin_frontend.cpp | 412 void PluginFrontend::NavigatePage(uint8_t type, const PageTarget& target, const std::string& params) in NavigatePage() argument 417 delegate_->Push(target, params); in NavigatePage() 420 delegate_->Replace(target, params); in NavigatePage() 423 delegate_->BackWithTarget(target, params); in NavigatePage() 427 delegate_->BackWithTarget(target, params); in NavigatePage()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
| H A D | relational_schema_object.cpp | 892 LOGE("[RelationalSchema][Parse] Get target table name failed, errCode = %d", errCode); 896 LOGE("[RelationalSchema][Parse] Invalid characters in target table name."); 962 LOGE("[RelationalSchema][Parse] Get target col failed, errCode = %d", errCode); 966 LOGE("[RelationalSchema][Parse] Invalid characters in target col name."); 1040 // they also can reach target 1061 // such as source:A target:B 1072 // find all node which start with target as collection recordTargets 1081 for (const auto &target : recordTargets) { 1082 reachableReference_[source][target] = true; 1098 for (const auto &target [all...] |
| /third_party/jinja2/ |
| H A D | environment.py | 817 target: t.Union[str, os.PathLike], 825 and stores them in `target`. If `zip` is `None`, instead of in a 831 Each template returned will be compiled to the target folder or 857 with open(os.path.join(target, filename), "wb") as f: 864 target, "w", dict(deflated=ZIP_DEFLATED, stored=ZIP_STORED)[zip] 866 log_function(f"Compiling into Zip archive {target!r}") 868 if not os.path.isdir(target): 869 os.makedirs(target) 870 log_function(f"Compiling into folder {target!r}")
|
| H A D | filters.py | 724 target: t.Optional[str] = None, 744 :param target: Add the ``target`` attribute to links. 763 The ``target`` parameter was added. 774 if target is None: 775 target = policies["urlize.target"] 788 target=target,
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_state_constants.c | 55 if (images[shader][i].desc.resource->target == PIPE_BUFFER) { in svga_get_image_size_constant() 62 if (images[shader][i].desc.resource->target == PIPE_TEXTURE_1D_ARRAY) in svga_get_image_size_constant() 67 if (images[shader][i].desc.resource->target == PIPE_TEXTURE_2D_ARRAY) in svga_get_image_size_constant() 69 else if (images[shader][i].desc.resource->target == PIPE_TEXTURE_CUBE_ARRAY) in svga_get_image_size_constant() 133 if (tex->target == PIPE_BUFFER) { in svga_get_extra_constants_common()
|
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_job_context.c | 451 enum pvr_ctx_sr_program_target target, in pvr_ctx_sr_programs_setup() 499 if (target == PVR_CTX_SR_COMPUTE_TARGET && PVR_HAS_QUIRK(dev_info, 62269)) { in pvr_ctx_sr_programs_setup() 529 switch (target) { in pvr_ctx_sr_programs_setup() 579 unreachable("Invalid target."); in pvr_ctx_sr_programs_setup() 1011 state.target = true; in pvr_compute_ctx_ws_static_state_init() 1046 state.target = !PVR_HAS_FEATURE(dev_info, compute_morton_capable); in pvr_compute_ctx_ws_static_state_init() 450 pvr_ctx_sr_programs_setup(struct pvr_device *device, enum pvr_ctx_sr_program_target target, struct rogue_sr_programs *sr_programs) pvr_ctx_sr_programs_setup() argument
|