Home
last modified time | relevance | path

Searched refs:target_info (Results 1 – 12 of 12) 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/libsoup/libsoup/
Dsoup-auth-ntlm.c33 char **target_info,
43 const char *target_info,
61 char *target_info; member
294 g_free (conn->target_info); in soup_auth_ntlm_free_connection_state()
355 &conn->target_info, &conn->target_info_sz)) { in soup_auth_ntlm_update_connection()
539 conn->target_info, in soup_auth_ntlm_get_connection_authorization()
713 char **target_info, in soup_ntlm_parse_challenge() argument
761 if (*negotiate_target && target_info) { in soup_ntlm_parse_challenge()
770 *target_info = g_memdup (chall + target.offset, target.length); in soup_ntlm_parse_challenge()
843 const char *target_info, size_t target_info_sz, in calc_ntlmv2_response() argument
[all …]
/third_party/curl/lib/vauth/
Dntlm.c189 free(ntlm->target_info); /* replace any previous data */ in ntlm_decode_type2_target()
190 ntlm->target_info = malloc(target_info_len); in ntlm_decode_type2_target()
191 if(!ntlm->target_info) in ntlm_decode_type2_target()
194 memcpy(ntlm->target_info, &type2[target_info_offset], target_info_len); in ntlm_decode_type2_target()
851 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/curl/lib/
Dcurl_ntlm_core.c667 memcpy(ptr + 44, ntlm->target_info, ntlm->target_info_len); in Curl_ntlm_core_mk_ntlmv2_resp()
Durldata.h410 void *target_info; /* TargetInfo received in the ntlm type-2 message */
/third_party/glib/gio/tests/
Dfile.c1146 GFileInfo *target_info = NULL; in check_test_file() local
1149 target_info = g_file_query_info (test_file, in check_test_file()
1154 …g_assert_cmpuint (g_file_info_get_attribute_uint32 (target_info, G_FILE_ATTRIBUTE_UNIX_MODE) & 077… in check_test_file()
1156 g_clear_object (&target_info); in check_test_file()
/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-3.2-Beta3-1115.patch37280 DownloadItemModel(item).SetDangerLevel(target_info->danger_level);
37283 if (ShouldBlockFile(target_info->danger_type, item)) {