Home
last modified time | relevance | path

Searched refs:target (Results 851 - 875 of 4171) sorted by relevance

1...<<31323334353637383940>>...167

/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp137 static int gl_target_to_binding_index(GrGLenum target) { in gl_target_to_binding_index() argument
138 switch (target) { in gl_target_to_binding_index()
146 SK_ABORT("Unexpected GL texture target."); in gl_target_to_binding_index()
149 GrGpuResource::UniqueID GrGLGpu::TextureUnitBindings::boundID(GrGLenum target) const { in boundID()
150 return fTargetBindings[gl_target_to_binding_index(target)].fBoundResourceID; in boundID()
153 bool GrGLGpu::TextureUnitBindings::hasBeenModified(GrGLenum target) const { in hasBeenModified()
154 return fTargetBindings[gl_target_to_binding_index(target)].fHasBeenModified; in hasBeenModified()
157 void GrGLGpu::TextureUnitBindings::setBoundID(GrGLenum target, GrGpuResource::UniqueID resourceID) { in setBoundID() argument
158 int targetIndex = gl_target_to_binding_index(target); in setBoundID()
163 void GrGLGpu::TextureUnitBindings::invalidateForScratchUse(GrGLenum target) { in invalidateForScratchUse() argument
965 uploadColorTypeTexData(GrGLFormat textureFormat, GrColorType textureColorType, SkISize texDims, GrGLenum target, SkIRect dstRect, GrColorType srcColorType, const GrMipLevel texels[], int mipLevelCount) uploadColorTypeTexData() argument
993 uploadColorToTex(GrGLFormat textureFormat, SkISize texDims, GrGLenum target, std::array<float, 4> color, uint32_t levelMask) uploadColorToTex() argument
1033 uploadTexData(SkISize texDims, GrGLenum target, SkIRect dstRect, GrGLenum externalFormat, GrGLenum externalType, size_t bpp, const GrMipLevel texels[], int mipLevelCount) uploadTexData() argument
1080 uploadCompressedTexData(SkImage::CompressionType compressionType, GrGLFormat format, SkISize dimensions, GrMipmapped mipMapped, GrGLenum target, const void* data, size_t dataSize) uploadCompressedTexData() argument
1333 set_initial_texture_params( const GrGLInterface* interface, GrGLenum target) set_initial_texture_params() argument
1709 createTexture(SkISize dimensions, GrGLFormat format, GrGLenum target, GrRenderable renderable, GrGLTextureParameters::SamplerOverriddenState* initialState, int mipLevelCount) createTexture() argument
1975 clear(const GrScissorState& scissor, std::array<float, 4> color, GrRenderTarget* target, bool useMultisampleFBO, GrSurfaceOrigin origin) clear() argument
2098 clearStencilClip(const GrScissorState& scissor, bool insideStencilMask, GrRenderTarget* target, bool useMultisampleFBO, GrSurfaceOrigin origin) clearStencilClip() argument
2259 flushRenderTarget(GrGLRenderTarget* target, bool useMultisampleFBO, GrSurfaceOrigin origin, const SkIRect& bounds) flushRenderTarget() argument
2265 flushRenderTarget(GrGLRenderTarget* target, bool useMultisampleFBO) flushRenderTarget() argument
2270 flushRenderTargetNoColorWrites(GrGLRenderTarget* target, bool useMultisampleFBO) flushRenderTargetNoColorWrites() argument
2365 onResolveRenderTarget(GrRenderTarget* target, const SkIRect& resolveRect) onResolveRenderTarget() argument
2655 GrGLenum target = texture->target(); bindTexture() local
2854 bindTextureToScratchUnit(GrGLenum target, GrGLint textureID) bindTextureToScratchUnit() argument
2954 GrGLenum target = texture->target(); bindSurfaceFBOForPixelOps() local
2999 bindFramebuffer(GrGLenum target, GrGLuint fboid) bindFramebuffer() argument
3484 GrGLenum target = glTex->target(); onRegenerateMipMapLevels() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp16 void Context::compressedTexImage1D(GLenum target, in compressedTexImage1D() argument
27 void Context::compressedTexSubImage1D(GLenum target, in compressedTexSubImage1D() argument
58 void Context::multiTexCoord1d(GLenum target, GLdouble s) in multiTexCoord1d() argument
63 void Context::multiTexCoord1dv(GLenum target, const GLdouble *v) in multiTexCoord1dv() argument
68 void Context::multiTexCoord1f(GLenum target, GLfloat s) in multiTexCoord1f() argument
73 void Context::multiTexCoord1fv(GLenum target, const GLfloat *v) in multiTexCoord1fv() argument
78 void Context::multiTexCoord1i(GLenum target, GLint s) in multiTexCoord1i() argument
83 void Context::multiTexCoord1iv(GLenum target, const GLint *v) in multiTexCoord1iv() argument
88 void Context::multiTexCoord1s(GLenum target, GLshort s) in multiTexCoord1s() argument
93 void Context::multiTexCoord1sv(GLenum target, cons argument
98 multiTexCoord2d(GLenum target, GLdouble s, GLdouble t) multiTexCoord2d() argument
103 multiTexCoord2dv(GLenum target, const GLdouble *v) multiTexCoord2dv() argument
108 multiTexCoord2f(GLenum target, GLfloat s, GLfloat t) multiTexCoord2f() argument
113 multiTexCoord2fv(GLenum target, const GLfloat *v) multiTexCoord2fv() argument
118 multiTexCoord2i(GLenum target, GLint s, GLint t) multiTexCoord2i() argument
123 multiTexCoord2iv(GLenum target, const GLint *v) multiTexCoord2iv() argument
128 multiTexCoord2s(GLenum target, GLshort s, GLshort t) multiTexCoord2s() argument
133 multiTexCoord2sv(GLenum target, const GLshort *v) multiTexCoord2sv() argument
138 multiTexCoord3d(GLenum target, GLdouble s, GLdouble t, GLdouble r) multiTexCoord3d() argument
143 multiTexCoord3dv(GLenum target, const GLdouble *v) multiTexCoord3dv() argument
148 multiTexCoord3f(GLenum target, GLfloat s, GLfloat t, GLfloat r) multiTexCoord3f() argument
153 multiTexCoord3fv(GLenum target, const GLfloat *v) multiTexCoord3fv() argument
158 multiTexCoord3i(GLenum target, GLint s, GLint t, GLint r) multiTexCoord3i() argument
163 multiTexCoord3iv(GLenum target, const GLint *v) multiTexCoord3iv() argument
168 multiTexCoord3s(GLenum target, GLshort s, GLshort t, GLshort r) multiTexCoord3s() argument
173 multiTexCoord3sv(GLenum target, const GLshort *v) multiTexCoord3sv() argument
178 multiTexCoord4d(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) multiTexCoord4d() argument
183 multiTexCoord4dv(GLenum target, const GLdouble *v) multiTexCoord4dv() argument
188 multiTexCoord4fv(GLenum target, const GLfloat *v) multiTexCoord4fv() argument
193 multiTexCoord4i(GLenum target, GLint s, GLint t, GLint r, GLint q) multiTexCoord4i() argument
198 multiTexCoord4iv(GLenum target, const GLint *v) multiTexCoord4iv() argument
203 multiTexCoord4s(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) multiTexCoord4s() argument
208 multiTexCoord4sv(GLenum target, const GLshort *v) multiTexCoord4sv() argument
363 clampColor(GLenum target, GLenum clamp) clampColor() argument
373 framebufferTexture1D(GLenum target, GLenum attachment, TextureTarget textarget, TextureID texture, GLint level) framebufferTexture1D() argument
676 getBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, void *data) getBufferSubData() argument
1042 getMapdv(GLenum target, GLenum query, GLdouble *v) getMapdv() argument
1047 getMapfv(GLenum target, GLenum query, GLfloat *v) getMapfv() argument
1052 getMapiv(GLenum target, GLenum query, GLint *v) getMapiv() argument
1183 map1d(GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) map1d() argument
1193 map1f(GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) map1f() argument
1203 map2d(GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) map2d() argument
1217 map2f(GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) map2f() argument
1747 texImage1D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) texImage1D() argument
1895 copyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) copyTexImage1D() argument
1906 copyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) copyTexSubImage1D() argument
1956 texSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) texSubImage1D() argument
1977 texImage2DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) texImage2DMultisample() argument
1987 texImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) texImage3DMultisample() argument
2200 beginQueryIndexed(GLenum target, GLuint index, QueryID id) beginQueryIndexed() argument
2215 endQueryIndexed(GLenum target, GLuint index) endQueryIndexed() argument
2257 getQueryIndexediv(GLenum target, GLuint index, GLenum pname, GLint *params) getQueryIndexediv() argument
2418 getDoublei_v(GLenum target, GLuint index, GLdouble *data) getDoublei_v() argument
2423 getFloati_v(GLenum target, GLuint index, GLfloat *data) getFloati_v() argument
2690 clearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) clearBufferData() argument
2699 clearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) clearBufferSubData() argument
2710 getInternalformati64v(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params) getInternalformati64v() argument
2753 textureView(TextureID texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) textureView() argument
2773 bindBuffersBase(GLenum target, GLuint first, GLsizei count, const BufferID *buffers) bindBuffersBase() argument
2778 bindBuffersRange(GLenum target, GLuint first, GLsizei count, const BufferID *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) bindBuffersRange() argument
2857 checkNamedFramebufferStatus(FramebufferID framebuffer, GLenum target) checkNamedFramebufferStatus() argument
3014 createQueries(GLenum target, GLsizei n, GLuint *ids) createQueries() argument
3029 createTextures(GLenum target, GLsizei n, GLuint *textures) createTextures() argument
3241 getnColorTable(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *table) getnColorTable() argument
3250 getnCompressedTexImage(GLenum target, GLint lod, GLsizei bufSize, void *pixels) getnCompressedTexImage() argument
3255 getnConvolutionFilter(GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *image) getnConvolutionFilter() argument
3264 getnHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) getnHistogram() argument
3274 getnMapdv(GLenum target, GLenum query, GLsizei bufSize, GLdouble *v) getnMapdv() argument
3279 getnMapfv(GLenum target, GLenum query, GLsizei bufSize, GLfloat *v) getnMapfv() argument
3284 getnMapiv(GLenum target, GLenum query, GLsizei bufSize, GLint *v) getnMapiv() argument
3289 getnMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) getnMinmax() argument
3319 getnSeparableFilter(GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void *row, GLsizei columnBufSize, void *column, void *span) getnSeparableFilter() argument
3331 getnTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) getnTexImage() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_cfg.cpp142 // target operands must be OpLabel in ValidateBranch()
144 const auto target = _.FindDef(id); in ValidateBranch() local
145 if (!target || SpvOpLabel != target->opcode()) { in ValidateBranch()
174 // target operands must be OpLabel in ValidateBranchConditional()
175 // note that we don't need to check that the target labels are in the same in ValidateBranchConditional()
200 // literal/target. in ValidateSwitch()
214 // target operands must be OpLabel in ValidateSwitch()
218 const auto target = _.FindDef(id); in ValidateSwitch() local
219 if (!target || SpvOpLabe in ValidateSwitch()
360 FirstBlockAssert(ValidationState_t& _, uint32_t target) FirstBlockAssert() argument
525 uint32_t target = switch_inst->GetOperandAs<uint32_t>(i); StructuredSwitchChecks() local
542 uint32_t target = switch_inst->GetOperandAs<uint32_t>(i); StructuredSwitchChecks() local
676 const auto target = terminator->GetOperandAs<uint32_t>(i); ValidateStructuredSelections() local
967 uint32_t target = inst->GetOperandAs<uint32_t>(0); CfgPass() local
984 uint32_t target = inst->GetOperandAs<uint32_t>(i); CfgPass() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_cfg.cpp142 // target operands must be OpLabel in ValidateBranch()
144 const auto target = _.FindDef(id); in ValidateBranch() local
145 if (!target || SpvOpLabel != target->opcode()) { in ValidateBranch()
174 // target operands must be OpLabel in ValidateBranchConditional()
175 // note that we don't need to check that the target labels are in the same in ValidateBranchConditional()
200 // literal/target. in ValidateSwitch()
214 // target operands must be OpLabel in ValidateSwitch()
218 const auto target = _.FindDef(id); in ValidateSwitch() local
219 if (!target || SpvOpLabe in ValidateSwitch()
360 FirstBlockAssert(ValidationState_t& _, uint32_t target) FirstBlockAssert() argument
525 uint32_t target = switch_inst->GetOperandAs<uint32_t>(i); StructuredSwitchChecks() local
542 uint32_t target = switch_inst->GetOperandAs<uint32_t>(i); StructuredSwitchChecks() local
676 const auto target = terminator->GetOperandAs<uint32_t>(i); ValidateStructuredSelections() local
967 uint32_t target = inst->GetOperandAs<uint32_t>(0); CfgPass() local
984 uint32_t target = inst->GetOperandAs<uint32_t>(i); CfgPass() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp141 // target operands must be OpLabel in ValidateBranch()
143 const auto target = _.FindDef(id); in ValidateBranch() local
144 if (!target || spv::Op::OpLabel != target->opcode()) { in ValidateBranch()
173 // target operands must be OpLabel in ValidateBranchConditional()
174 // note that we don't need to check that the target labels are in the same in ValidateBranchConditional()
205 // literal/target. in ValidateSwitch()
219 // target operands must be OpLabel in ValidateSwitch()
223 const auto target = _.FindDef(id); in ValidateSwitch() local
224 if (!target || sp in ValidateSwitch()
366 FirstBlockAssert(ValidationState_t& _, uint32_t target) FirstBlockAssert() argument
531 uint32_t target = switch_inst->GetOperandAs<uint32_t>(i); StructuredSwitchChecks() local
548 uint32_t target = switch_inst->GetOperandAs<uint32_t>(i); StructuredSwitchChecks() local
684 const auto target = terminator->GetOperandAs<uint32_t>(i); ValidateStructuredSelections() local
1034 uint32_t target = inst->GetOperandAs<uint32_t>(0); CfgPass() local
1051 uint32_t target = inst->GetOperandAs<uint32_t>(i); CfgPass() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dexample.c15 #include "target.h"
462 static struct hardreg *preferred_reg(struct bb_state *state, pseudo_t target) in preferred_reg() argument
466 dst = find_storage_hash(target, state->outputs); in preferred_reg()
487 static struct hardreg *target_reg(struct bb_state *state, pseudo_t pseudo, pseudo_t target) in target_reg() argument
493 /* First, see if we have a preferred target register.. */ in target_reg()
494 reg = preferred_reg(state, target); in target_reg()
624 output_insn(state, "movl $<%s>,%s", show_pseudo(def->target), hardreg->name); in fill_reg()
641 static struct hardreg *getreg(struct bb_state *state, pseudo_t pseudo, pseudo_t target) in getreg() argument
648 reg = target_reg(state, pseudo, target); in getreg()
657 static struct hardreg *copy_reg(struct bb_state *state, struct hardreg *src, pseudo_t target) in copy_reg() argument
715 get_register_operand(struct bb_state *state, pseudo_t pseudo, pseudo_t target) get_register_operand() argument
881 target_copy_reg(struct bb_state *state, struct hardreg *src, pseudo_t target) target_copy_reg() argument
1073 struct basic_block *target; generate_branch() local
[all...]
/third_party/gn/src/gn/
H A Dcommand_meta.cc15 #include "gn/target.h"
20 const char kMeta_HelpShort[] = "meta: List target metadata collection results.";
24 gn meta <out_dir> <target>* --data=<key>[,<key>*]* [--walk=<key>[,<key>*]*]
34 <target(s)>
35 A list of target labels from which to initiate the walk.
38 A comma-separated list of keys from which to extract data. In each target
45 target walked, its metadata scope is checked for the presence of any of
47 that it is a label of a valid dependency of the target and then added to the
60 target and all of its dependency tree.
64 //base/foo:foo target an
98 const Target* target = ResolveTargetFromCommandLineString(setup, input); global() variable
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Deurocreg.c148 char target[20]; in isEuroAware() local
155 target, in isEuroAware()
156 sizeof(target), in isEuroAware()
168 target, in isEuroAware()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_codec.h68 struct pipe_video_buffer *target,
75 struct pipe_video_buffer *target,
84 struct pipe_video_buffer *target,
109 struct pipe_video_buffer *target,
/third_party/node/tools/v8/
H A Dnode_common.py47 target = os.path.join(v8_path, ".git")
48 if os.path.isdir(target):
49 print(">> Cleaning up %s" % target)
54 shutil.rmtree(target, onerror=OnRmError)
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_layout.c91 bi_block_offset(bi_context *ctx, bi_clause *start, bi_block *target) in bi_block_offset() argument
98 bool forwards = target->index > start->block->index; in bi_block_offset()
108 * block until the target */ in bi_block_offset()
114 /* End just before the target */ in bi_block_offset()
115 if (blk == target) in bi_block_offset()
134 * and including the target to get to the beginning of the in bi_block_offset()
135 * target */ in bi_block_offset()
144 /* End just after the target */ in bi_block_offset()
145 if (blk == target) in bi_block_offset()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-proxy-gen.h19 TNode<JSProxy> AllocateProxy(TNode<Context> context, TNode<JSReceiver> target,
24 void CheckGetSetTrapResult(TNode<Context> context, TNode<JSReceiver> target,
29 void CheckHasTrapResult(TNode<Context> context, TNode<JSReceiver> target,
32 void CheckDeleteTrapResult(TNode<Context> context, TNode<JSReceiver> target,
/third_party/python/Tools/freeze/
H A Dwinmakemakefile.py45 def makemakefile(outfp, vars, files, target):
49 realwork(vars, files, target)
53 def realwork(vars, moddefns, target):
57 print('target = %s' % target)
91 print("# As the target uses Python%s.dll, we must use this compiler option!" % version_suffix)
94 print("all: $(target)$(debug_suffix)%s" % (target_ext))
136 print("$(target)$(debug_suffix)%s: $(temp_dir) $(OBJS)" % (target_ext))
137 print("\tlink -out:$(target)$(debug_suffix)%s %s" %
148 print("\t-del /f $(target)
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/
H A DesextcDisjointTimerQueryBase.hpp52 typedef void (*glBeginQueryEXTFunc)(GLenum target, GLuint id);
53 typedef void (*glEndQueryEXTFunc)(GLenum target);
54 typedef void (*glQueryCounterEXTFunc)(GLuint id, GLenum target);
55 typedef void (*glGetQueryivEXTFunc)(GLenum target, GLenum pname, GLint* params);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureFilterAnisotropicTests.hpp71 void generateTexture(const glw::Functions& gl, GLenum target);
72 void fillTexture(const glw::Functions& gl, GLenum target, GLenum internalFormat);
73 bool drawTexture(const glw::Functions& gl, GLenum target, GLfloat anisoDegree);
77 void generateTokens(GLenum target, std::string& refTexCoordType, std::string& refSamplerType);
/third_party/python/Python/
H A Dmakeopcodetargets.py31 """Write C code contents to the target file object.
52 target = sys.argv[1]
54 target = "Python/opcode_targets.h"
55 with open(target, "w") as f:
57 print("Jump table written into %s" % target)
/third_party/ffmpeg/libavfilter/
H A Dvf_colormap.c52 float target[MAX_SIZE][4]; member
73 { "type", "set the target type used", OFFSET(target_type), AV_OPT_TYPE_INT, {.i64=1}, 0, 1, FLAGS, "type" },
74 { "relative", "the target colors are relative", 0, AV_OPT_TYPE_CONST, {.i64=0}, 0, 1, FLAGS, "type" },
75 { "absolute", "the target colors are absolute", 0, AV_OPT_TYPE_CONST, {.i64=1}, 0, 1, FLAGS, "type" },
174 s->target[j][0] = s->target_type == 0 ? s->source[j][0] + s->ttarget[j][0] : s->ttarget[j][0]; in build_map()
175 s->target[j][1] = s->target_type == 0 ? s->source[j][1] + s->ttarget[j][1] : s->ttarget[j][1]; in build_map()
176 s->target[j][2] = s->target_type == 0 ? s->source[j][2] + s->ttarget[j][2] : s->ttarget[j][2]; in build_map()
195 s->icoeff[c][1+c] = s->target[0][c] / div; in build_map()
202 double b[2] = { s->target[0][c], s->target[ in build_map()
427 AVFrame *in, *out, *source, *target; process_frame() local
489 AVFilterLink *target = ctx->inputs[2]; config_output() local
[all...]
/third_party/cJSON/
H A DcJSON_Utils.c198 CJSON_PUBLIC(char *) cJSONUtils_FindPointerFromObjectTo(const cJSON * const object, const cJSON * const target) in cJSONUtils_FindPointerFromObjectTo() argument
203 if ((object == NULL) || (target == NULL)) in cJSONUtils_FindPointerFromObjectTo()
208 if (object == target) in cJSONUtils_FindPointerFromObjectTo()
217 unsigned char *target_pointer = (unsigned char*)cJSONUtils_FindPointerFromObjectTo(current_child, target); in cJSONUtils_FindPointerFromObjectTo()
218 /* found the target? */ in cJSONUtils_FindPointerFromObjectTo()
1338 static cJSON *merge_patch(cJSON *target, const cJSON * const patch, const cJSON_bool case_sensitive) in merge_patch() argument
1345 cJSON_Delete(target); in merge_patch()
1349 if (!cJSON_IsObject(target)) in merge_patch()
1351 cJSON_Delete(target); in merge_patch()
1352 target in merge_patch()
1398 cJSONUtils_MergePatch(cJSON *target, const cJSON * const patch) cJSONUtils_MergePatch() argument
1403 cJSONUtils_MergePatchCaseSensitive(cJSON *target, const cJSON * const patch) cJSONUtils_MergePatchCaseSensitive() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnv_u32.cpp51 UChar *myTarget = args->target; in T_UConverter_toUnicode_UTF32_BE()
77 /* stores a partially calculated target*/ in T_UConverter_toUnicode_UTF32_BE()
117 /* End of target buffer */ in T_UConverter_toUnicode_UTF32_BE()
121 args->target = myTarget; in T_UConverter_toUnicode_UTF32_BE()
130 UChar *myTarget = args->target; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
158 /* stores a partially calculated target*/ in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
203 /* End of target buffer */ in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
207 args->target = myTarget; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
234 &args->target, args->targetLimit, in T_UConverter_fromUnicode_UTF32_BE()
240 myTarget = (unsigned char *) args->target; in T_UConverter_fromUnicode_UTF32_BE()
[all...]
/third_party/node/src/
H A Dasync_wrap.cc199 Global<Object> target; member in node::DestroyParam
239 p->target.Reset(isolate, args[0].As<Object>()); in RegisterDestroyHook()
243 p->target.SetWeak(p, AsyncWrap::WeakCallback, WeakCallbackType::kParameter); in RegisterDestroyHook()
353 void AsyncWrap::Initialize(Local<Object> target, in Initialize() argument
361 SetMethod(context, target, "setupHooks", SetupHooks); in Initialize()
362 SetMethod(context, target, "setCallbackTrampoline", SetCallbackTrampoline); in Initialize()
363 SetMethod(context, target, "pushAsyncContext", PushAsyncContext); in Initialize()
364 SetMethod(context, target, "popAsyncContext", PopAsyncContext); in Initialize()
365 SetMethod(context, target, "executionAsyncResource", ExecutionAsyncResource); in Initialize()
366 SetMethod(context, target, "clearAsyncIdStac in Initialize()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv_u32.cpp51 char16_t *myTarget = args->target; in T_UConverter_toUnicode_UTF32_BE()
77 /* stores a partially calculated target*/ in T_UConverter_toUnicode_UTF32_BE()
117 /* End of target buffer */ in T_UConverter_toUnicode_UTF32_BE()
121 args->target = myTarget; in T_UConverter_toUnicode_UTF32_BE()
130 char16_t *myTarget = args->target; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
158 /* stores a partially calculated target*/ in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
203 /* End of target buffer */ in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
207 args->target = myTarget; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
234 &args->target, args->targetLimit, in T_UConverter_fromUnicode_UTF32_BE()
240 myTarget = (unsigned char *) args->target; in T_UConverter_fromUnicode_UTF32_BE()
[all...]
/third_party/node/deps/v8/src/heap/
H A Dscavenger.cc70 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); variable
71 HandleSlot(host, FullHeapObjectSlot(&target), target);
110 HeapObject target) { in HandleSlot()
115 scavenger_->PageMemoryFence(MaybeObject::FromObject(target)); in HandleSlot()
117 if (Heap::InFromPage(target)) { in HandleSlot()
118 SlotCallbackResult result = scavenger_->ScavengeObject(slot, target); in HandleSlot()
119 bool success = (*slot)->GetHeapObject(&target); in HandleSlot()
124 SLOW_DCHECK(target.IsHeapObject()); in HandleSlot()
132 SLOW_DCHECK(!MarkCompactCollector::IsOnEvacuationCandidate(target)); in HandleSlot()
109 HandleSlot(HeapObject host, THeapObjectSlot slot, HeapObject target) HandleSlot() argument
582 IterateAndScavengePromotedObject(HeapObject target, Map map, int size) IterateAndScavengePromotedObject() argument
676 HeapObject target = entry.heap_object; Process() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_u32.cpp51 UChar *myTarget = args->target; in T_UConverter_toUnicode_UTF32_BE()
77 /* stores a partially calculated target*/ in T_UConverter_toUnicode_UTF32_BE()
117 /* End of target buffer */ in T_UConverter_toUnicode_UTF32_BE()
121 args->target = myTarget; in T_UConverter_toUnicode_UTF32_BE()
130 UChar *myTarget = args->target; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
158 /* stores a partially calculated target*/ in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
203 /* End of target buffer */ in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
207 args->target = myTarget; in T_UConverter_toUnicode_UTF32_BE_OFFSET_LOGIC()
234 &args->target, args->targetLimit, in T_UConverter_fromUnicode_UTF32_BE()
240 myTarget = (unsigned char *) args->target; in T_UConverter_fromUnicode_UTF32_BE()
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationFrenchTest.java197 private void doTest(char[] source, char[] target, int result) { in doTest() argument
199 String t = new String(target); in doTest()
208 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
232 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
234 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
242 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
244 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
257 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
259 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
H A DCollationKanaTest.java204 private void doTest(char[] source, char[] target, int result){ in doTest() argument
207 String t = new String(target); in doTest()
217 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
241 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
243 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
251 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
253 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
266 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
268 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()

Completed in 25 milliseconds

1...<<31323334353637383940>>...167