Home
last modified time | relevance | path

Searched refs:target_info (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_android_bp.py104 def gn_target_to_blueprint_target(target, target_info): argument
105 if 'output_name' in target_info:
106 return target_info['output_name']
196 def gn_deps_to_blueprint_deps(target_info, build_info): argument
202 if 'deps' not in target_info:
205 for dep in target_info['deps']:
244 def gn_libs_to_blueprint_shared_libraries(target_info): argument
251 if 'libs' in target_info:
252 for lib in target_info['libs']:
259 def gn_include_dirs_to_blueprint_include_dirs(target_info): argument
[all …]
/third_party/libffi/testsuite/lib/
Dwrapper.exp27 if { [target_info needs_status_wrapper] != "" \
28 && [target_info needs_status_wrapper] != "0" \
30 set saved_wrap_compile_flags [target_info wrap_compile_flags]
Dlibffi.exp358 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c464 ecma_typedarray_info_t target_info = ecma_typedarray_get_info (target_obj_p); in ecma_builtin_typedarray_prototype_map() local
467 …ypedarray_setter_fn_t target_typedarray_setter_cb = ecma_get_typedarray_setter_fn (target_info.id); in ecma_builtin_typedarray_prototype_map()
498 ecma_length_t target_byte_pos = index << target_info.shift; in ecma_builtin_typedarray_prototype_map()
499 target_typedarray_setter_cb (target_info.buffer_p + target_byte_pos, mapped_num); in ecma_builtin_typedarray_prototype_map()
858 ecma_typedarray_info_t target_info = ecma_typedarray_get_info (target_typedarray_p); in ecma_op_typedarray_set_with_typedarray() local
871 if ((int64_t) src_info.length + target_offset_uint32 > target_info.length) in ecma_op_typedarray_set_with_typedarray()
883 uint32_t target_byte_index = target_offset_uint32 * target_info.element_size; in ecma_op_typedarray_set_with_typedarray()
886 uint32_t limit = target_byte_index + target_info.element_size * src_info.length; in ecma_op_typedarray_set_with_typedarray()
888 if (src_info.id == target_info.id) in ecma_op_typedarray_set_with_typedarray()
890 memmove (target_info.buffer_p + target_byte_index, src_info.buffer_p, in ecma_op_typedarray_set_with_typedarray()
[all …]
/third_party/curl/lib/vauth/
Dntlm.c186 free(ntlm->target_info); /* replace any previous data */ in ntlm_decode_type2_target()
187 ntlm->target_info = malloc(target_info_len); in ntlm_decode_type2_target()
188 if(!ntlm->target_info) in ntlm_decode_type2_target()
191 memcpy(ntlm->target_info, &type2[target_info_offset], target_info_len); in ntlm_decode_type2_target()
774 Curl_safefree(ntlm->target_info); in Curl_auth_cleanup_ntlm()
/third_party/cef/libcef/browser/
Dimage_impl.cc352 SkImageInfo target_info = SkImageInfo::Make( in ConvertBitmap() local
354 if (!target_bitmap->tryAllocPixels(target_info)) in ConvertBitmap()
357 if (!src_bitmap.readPixels(target_info, target_bitmap->getPixels(), in ConvertBitmap()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs371 target_info: clang::TargetInfo, field
555 let target_info = clang::TargetInfo::new(&translation_unit); in new() localVariable
577 target_info, in new()
602 self.target_info.triple.starts_with("wasm32-") in is_target_wasm32()
615 self.target_info.pointer_width / 8 in target_pointer_size()
/third_party/curl/lib/
Dcurl_ntlm_core.c599 memcpy(ptr + 44, ntlm->target_info, ntlm->target_info_len); in Curl_ntlm_core_mk_ntlmv2_resp()
Durldata.h431 void *target_info; /* TargetInfo received in the ntlm type-2 message */
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp885 (group_size == 0 || group_size > target_info->GetWaveFrontSize()); in generateWaitcntInstBefore()
897 if (target_info->HasBufferLoadToLDS()) { in generateWaitcntInstBefore()
/third_party/chromium/patch/
D0003-ohos-1115.patch38490 DownloadItemModel(item).SetDangerLevel(target_info->danger_level);
38493 if (ShouldBlockFile(target_info->danger_type, item)) {