/third_party/node/src/crypto/ |
H A D | crypto_aes.cc | 591 void AES::Initialize(Environment* env, Local<Object> target) { in Initialize() argument 592 AESCryptoJob::Initialize(env, target); in Initialize() 594 #define V(name, _) NODE_DEFINE_CONSTANT(target, kKeyVariantAES_ ## name); in Initialize()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | utils.py | 182 def urlize(text, trim_url_limit=None, rel=None, target=None): 194 If target is not None, a target attribute will be added to the link. 203 target_attr = target and ' target="%s"' % escape(target) or ""
|
/third_party/node/src/ |
H A D | node_dir.cc | 397 void Initialize(Local<Object> target, in Initialize() argument 404 SetMethod(context, target, "opendir", OpenDir); in Initialize() 413 SetConstructorFunction(context, target, "DirHandle", dir); in Initialize()
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | utils.py | 189 def urlize(text, trim_url_limit=None, rel=None, target=None): 201 If target is not None, a target attribute will be added to the link. 208 target_attr = target and ' target="%s"' % escape(target) or ''
|
/third_party/mesa3d/src/mesa/main/ |
H A D | renderbuffer.c | 265 templ.target = st->internal_target; in renderbuffer_alloc_storage() 591 if (resource->target == PIPE_TEXTURE_1D_ARRAY) { in _mesa_update_renderbuffer_surface() 601 (resource->target != PIPE_TEXTURE_3D || in _mesa_update_renderbuffer_surface()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_eglimage.c | 413 st_egl_image_target_texture_2d(struct gl_context *ctx, GLenum target, in st_egl_image_target_texture_2d() argument 427 target != GL_TEXTURE_EXTERNAL_OES, in st_egl_image_target_texture_2d() 433 st_egl_image_target_tex_storage(struct gl_context *ctx, GLenum target, in st_egl_image_target_tex_storage() argument
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | wrtjava.cpp | 107 uCharsToChars(char *target, int32_t targetLen, const char16_t *source, int32_t sourceLen, UErrorCode *status) { in uCharsToChars() argument 113 uprv_strcat(target, "\\n"); in uCharsToChars() 118 uprv_strcat(target,"\\f"); in uCharsToChars() 124 uprv_strcat(target,"\\"); in uCharsToChars() 125 target[j+1]= (char)source[i]; in uCharsToChars() 131 uprv_strcat(target,"\\"); in uCharsToChars() 132 target[j+1]= (char)source[i]; in uCharsToChars() 136 target[j++]= (char)source[i]; in uCharsToChars() 151 uprv_strcat(target,"\\\\"); in uCharsToChars() 158 uprv_strcat(target,"\\\\\\"); in uCharsToChars() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_serialize.cpp | 25 blob_write_uint16(blob, info->target); in nv50_ir_prog_info_serialize() 64 blob_write_uint16(blob, info_out->target); in nv50_ir_prog_info_out_serialize() 165 info_out->target = blob_read_uint16(&reader); in nv50_ir_prog_info_out_deserialize()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video.c | 109 templ.target = PIPE_TEXTURE_2D_ARRAY; in nouveau_vp3_video_buffer_create() 180 struct pipe_video_buffer *target, in nouveau_vp3_decoder_begin_frame() 187 struct pipe_video_buffer *target, in nouveau_vp3_decoder_end_frame() 179 nouveau_vp3_decoder_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) nouveau_vp3_decoder_begin_frame() argument 186 nouveau_vp3_decoder_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) nouveau_vp3_decoder_end_frame() argument
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | wrtjava.cpp | 107 uCharsToChars(char *target, int32_t targetLen, const UChar *source, int32_t sourceLen, UErrorCode *status) { in uCharsToChars() argument 113 uprv_strcat(target, "\\n"); in uCharsToChars() 118 uprv_strcat(target,"\\f"); in uCharsToChars() 124 uprv_strcat(target,"\\"); in uCharsToChars() 125 target[j+1]= (char)source[i]; in uCharsToChars() 131 uprv_strcat(target,"\\"); in uCharsToChars() 132 target[j+1]= (char)source[i]; in uCharsToChars() 136 target[j++]= (char)source[i]; in uCharsToChars() 151 uprv_strcat(target,"\\\\"); in uCharsToChars() 158 uprv_strcat(target,"\\\\\\"); in uCharsToChars() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | scheck.c | 140 insn->target->priv = t; in binary() 173 insn->target->priv = t; in unop() 196 insn->target->priv = t; in ternop()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | reloc-info.h | 69 // An un-embedded off-heap instruction stream target. 79 // An off-heap instruction stream target. See http://goo.gl/Z2HUiM. 248 Address target, 261 Heap* heap, HeapObject target, 266 Address target, 273 // Returns the address of the constant pool entry where the target address 281 // output before the next target. Architecture-independent code shouldn't 286 // This indicates how much space a target takes up when deserializing a code 288 // an instruction like movw/movt where the target bits are mixed into the 289 // instruction bits the size of the target wil [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | shared-function-info.h | 121 std::function<void(HeapObject object, ObjectSlot slot, HeapObject target)> 295 // For subclass constructors, also includes new.target. 561 std::function<void(HeapObject object, ObjectSlot slot, HeapObject target)> 563 [](HeapObject object, ObjectSlot slot, HeapObject target) {});
|
/third_party/node/deps/v8/src/snapshot/embedded/ |
H A D | embedded-data.cc | 243 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); in FinalizeEmbeddedCodeTargets() local 244 CHECK(Builtins::IsIsolateIndependentBuiltin(target)); in FinalizeEmbeddedCodeTargets() 248 blob->InstructionStartOfBuiltin(target.builtin_id()), in FinalizeEmbeddedCodeTargets()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_gallium.c | 606 * assuming for each vtx, each target buffer will have data written in ir3_update_max_tf_vtx() 618 struct pipe_stream_output_target *target = so->targets[i]; in ir3_update_max_tf_vtx() local 620 if (target) { in ir3_update_max_tf_vtx() 621 uint32_t max = target->buffer_size / stride; in ir3_update_max_tf_vtx()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.h | 129 unsigned target; member 149 unsigned target; member 178 enum pipe_texture_target target:5; /**< PIPE_TEXTURE_* */ member 539 assert(0 && "bad texture target in texture_dims()"); in texture_dims()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_transfer.c | 113 * partial write, target not aligned to 4/64. */ in etna_transfer_unmap() 177 if ((ptrans->resource->target == PIPE_BUFFER) && in etna_transfer_unmap() 209 * Upgrade to UNSYNCHRONIZED if target is PIPE_BUFFER and range is uninitialized. in etna_transfer_map() 212 (prsc->target == PIPE_BUFFER) && in etna_transfer_map() 242 * is newer than the base resource we want the transfer to target this one, in etna_transfer_map() 244 * target of the same age, as transfering in/out of the texture target is in etna_transfer_map() 488 if (ptrans->resource->target == PIPE_BUFFER) in etna_transfer_flush_region()
|
H A D | etnaviv_texture_desc.c | 153 /* Determine whether target supported */ in etna_create_sampler_view_desc() 154 uint32_t target_hw = translate_texture_target(sv->base.target); in etna_create_sampler_view_desc() 156 BUG("Unhandled texture target"); in etna_create_sampler_view_desc() 179 if (sv->base.target == PIPE_TEXTURE_1D_ARRAY) { in etna_create_sampler_view_desc() 182 } else if (sv->base.target == PIPE_TEXTURE_2D_ARRAY) { in etna_create_sampler_view_desc()
|
/third_party/mesa3d/src/gallium/tests/graw/ |
H A D | vs-test.c | 86 templat.target = PIPE_BUFFER; in init_fs_constbuf() 290 templat.target = PIPE_TEXTURE_2D; in init_tex() 399 templat.target = PIPE_TEXTURE_2D; in init()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_miptree.c | 239 mt->layout_3d = pt->target == PIPE_TEXTURE_3D; in nvc0_miptree_init_layout_video() 258 mt->layout_3d = pt->target == PIPE_TEXTURE_3D; in nvc0_miptree_init_layout_tiled() 469 switch (pt->target) { in nvc0_miptree_create()
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | util.js | 829 target: iterator 853 // 8. Let values be object’s target's value pairs to iterate over. 854 const { index, kind, target } = object 855 const values = target()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES31_autogen.h | 71 GLenum target, 80 GLenum target, 85 GLenum target,
|
H A D | validationEGL_autogen.h | 29 EGLNativePixmapType target); 139 EGLenum target, 385 EGLenum target,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureRectangleTest.cpp | 129 auto TexStorage2D = [useES3](GLenum target, GLint levels, GLenum format, GLint width, in TEST_P() 133 glTexStorage2D(target, levels, format, width, height); in TEST_P() 137 glTexStorage2DEXT(target, levels, format, width, height); in TEST_P()
|
/third_party/skia/samplecode/ |
H A D | SampleFilterBounds.cpp | 191 SkIRect target = ctm.mapRect(localContentRect).roundOut(); variable 192 if (!target.intersect(SkIRect::MakeWH(canvas->imageInfo().width(), 196 skif::DeviceSpace<SkIRect> targetOutput(target);
|