/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | index_sub_table_format4.cc | 236 WritableFontDataPtr target; in SubSerialize() local 239 target.Attach(down_cast<WritableFontData*>(new_data->Slice( in SubSerialize() 241 size += source->CopyTo(target); in SubSerialize()
|
/third_party/python/Lib/distutils/command/ |
H A D | build_py.py | 139 target = os.path.join(build_dir, filename) 140 self.mkpath(os.path.dirname(target)) 141 self.copy_file(os.path.join(src_dir, filename), target,
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | module_scope_var_to_entry_point_param.cc | 310 auto* target = in Process() local 311 ctx.src->AST().Functions().Find(call->target.name->symbol); in Process() 312 auto* target_sem = ctx.src->Sem().Get(target); in Process()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_intrinsic_test.cc | 191 auto* target = sem->Target(); in TEST_P() local 192 ASSERT_NE(target, nullptr); in TEST_P() 193 auto* intrinsic = target->As<sem::Intrinsic>(); in TEST_P()
|
/third_party/skia/tools/sk_app/unix/ |
H A D | Window_unix.cpp | 337 xsel.target = xsr->target; in handleEvent() 346 if (fClipboardText.empty() || xsr->target != UTF8 || xsr->property == None) { in handleEvent()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set_heavy.cc | 473 uint8* target) const { in SerializeMessageSetWithCachedSizesToArray() 475 target, MessageSetByteSize(), in SerializeMessageSetWithCachedSizesToArray() 477 return InternalSerializeMessageSetWithCachedSizesToArray(target, &stream); in SerializeMessageSetWithCachedSizesToArray()
|
/third_party/rust/crates/cxx/gen/build/src/ |
H A D | lib.rs | 93 mod target; modules 103 use crate::target::TargetDir; 154 // Normally available at target/cxxbridge/ if we are able to know where the 155 // target dir is, otherwise under a common scratch dir. 177 let shared_dir = match target::find_target_dir(&out_dir) { in init()
|
/third_party/vk-gl-cts/framework/platform/ohos/display/ |
H A D | tcuOhosNativeDisplay.hpp | 59 eglw::EGLBoolean copyBuffers(eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target) const; 61 eglw::EGLImage createImage(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list) const; 62 eglw::EGLImageKHR createImageKHR(eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list) const;
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ipr.h | 332 u8 target; member 335 (((res_addr).bus << 16) | ((res_addr).target << 8) | (res_addr).lun) 1298 u32 target; /* AKA id */ member 1306 (((res)->bus << 24) | ((res)->target << 8) | (res)->lun) 1492 * Bitmaps for SIS64 generated target values 1782 #define ipr_res_printk(level, ioa_cfg, bus, target, lun, fmt, ...) \ 1784 bus, target, lun, ##__VA_ARGS__) 1787 ipr_res_printk(KERN_ERR, ioa_cfg, (res)->bus, (res)->target, (res)->lun, fmt, ##__VA_ARGS__) 1791 (ra).bus, (ra).target, (ra).lun, ##__VA_ARGS__) 1803 (res).bus, (res).target, (re [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_mlme.c | 333 struct wlan_bssid_ex *target) in update_scanned_network() 351 if (is_same_network(&pnetwork->network, target)) in update_scanned_network() 369 target->Rssi = (pnetwork->network.Rssi + in update_scanned_network() 370 target->Rssi) / 2; in update_scanned_network() 371 memcpy(&pnetwork->network, target, in update_scanned_network() 372 r8712_get_wlan_bssid_ex_sz(target)); in update_scanned_network() 380 bssid_ex_sz = r8712_get_wlan_bssid_ex_sz(target); in update_scanned_network() 381 target->Length = bssid_ex_sz; in update_scanned_network() 382 memcpy(&pnetwork->network, target, bssid_ex_sz); in update_scanned_network() 391 update_network(&pnetwork->network, target, adapte in update_scanned_network() 332 update_scanned_network(struct _adapter *adapter, struct wlan_bssid_ex *target) update_scanned_network() argument [all...] |
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | apparmorfs.c | 101 * @target: buffer to store mangled name, same length as @name (MAYBE NULL) 105 static int mangle_name(const char *name, char *target) in mangle_name() argument 107 char *t = target; in mangle_name() 112 if (target) { in mangle_name() 134 return t - target; in mangle_name() 207 * @link: if symlink, symlink target string 252 * @link: if symlink, symlink target string 1613 char *target; in rawdata_get_link_base() local 1622 target = gen_symlink_name(depth, profile->rawdata->name, name); in rawdata_get_link_base() 1625 if (IS_ERR(target)) in rawdata_get_link_base() [all...] |
/kernel/linux/linux-5.10/net/appletalk/ |
H A D | ddp.c | 424 static struct atalk_route *atrtr_find(struct atalk_addr *target) in atrtr_find() argument 439 if (r->target.s_net == target->s_net) { in atrtr_find() 442 * if this host route is for the target, in atrtr_find() 445 if (r->target.s_node == target->s_node) in atrtr_find() 520 if (ta->sat_addr.s_net == rt->target.s_net) { in atrtr_create() 523 if (ta->sat_addr.s_node == rt->target.s_node) in atrtr_create() 565 rt->target = ta->sat_addr; in atrtr_create() 587 if (tmp->target in atrtr_delete() [all...] |
/kernel/linux/linux-6.6/drivers/staging/rtl8712/ |
H A D | rtl871x_mlme.c | 332 struct wlan_bssid_ex *target) in update_scanned_network() 350 if (is_same_network(&pnetwork->network, target)) in update_scanned_network() 367 target->Rssi = (pnetwork->network.Rssi + in update_scanned_network() 368 target->Rssi) / 2; in update_scanned_network() 369 memcpy(&pnetwork->network, target, in update_scanned_network() 370 r8712_get_wlan_bssid_ex_sz(target)); in update_scanned_network() 378 bssid_ex_sz = r8712_get_wlan_bssid_ex_sz(target); in update_scanned_network() 379 target->Length = bssid_ex_sz; in update_scanned_network() 380 memcpy(&pnetwork->network, target, bssid_ex_sz); in update_scanned_network() 389 update_network(&pnetwork->network, target, adapte in update_scanned_network() 331 update_scanned_network(struct _adapter *adapter, struct wlan_bssid_ex *target) update_scanned_network() argument [all...] |
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | configfs.c | 3 * Configfs interface for the NVMe target. 834 struct config_item *target) in nvmet_port_subsys_allow_link() 841 if (target->ci_type != &nvmet_subsys_type) { in nvmet_port_subsys_allow_link() 845 subsys = to_subsys(target); in nvmet_port_subsys_allow_link() 877 struct config_item *target) in nvmet_port_subsys_drop_link() 880 struct nvmet_subsys *subsys = to_subsys(target); in nvmet_port_subsys_drop_link() 913 struct config_item *target) in nvmet_allowed_hosts_allow_link() 920 if (target->ci_type != &nvmet_host_type) { in nvmet_allowed_hosts_allow_link() 925 host = to_host(target); in nvmet_allowed_hosts_allow_link() 955 struct config_item *target) in nvmet_allowed_hosts_drop_link() 833 nvmet_port_subsys_allow_link(struct config_item *parent, struct config_item *target) nvmet_port_subsys_allow_link() argument 876 nvmet_port_subsys_drop_link(struct config_item *parent, struct config_item *target) nvmet_port_subsys_drop_link() argument 912 nvmet_allowed_hosts_allow_link(struct config_item *parent, struct config_item *target) nvmet_allowed_hosts_allow_link() argument 954 nvmet_allowed_hosts_drop_link(struct config_item *parent, struct config_item *target) nvmet_allowed_hosts_drop_link() argument [all...] |
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | apparmorfs.c | 104 * @target: buffer to store mangled name, same length as @name (MAYBE NULL) 108 static int mangle_name(const char *name, char *target) in mangle_name() argument 110 char *t = target; in mangle_name() 115 if (target) { in mangle_name() 137 return t - target; in mangle_name() 210 * @link: if symlink, symlink target string 255 * @link: if symlink, symlink target string 1632 char *target; in rawdata_get_link_base() local 1641 target = gen_symlink_name(depth, profile->rawdata->name, name); in rawdata_get_link_base() 1644 if (IS_ERR(target)) in rawdata_get_link_base() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ipr.h | 329 u8 target; member 332 (((res_addr).bus << 16) | ((res_addr).target << 8) | (res_addr).lun) 1239 u32 target; /* AKA id */ member 1247 (((res)->bus << 24) | ((res)->target << 8) | (res)->lun) 1432 * Bitmaps for SIS64 generated target values 1719 #define ipr_res_printk(level, ioa_cfg, bus, target, lun, fmt, ...) \ 1721 bus, target, lun, ##__VA_ARGS__) 1724 ipr_res_printk(KERN_ERR, ioa_cfg, (res)->bus, (res)->target, (res)->lun, fmt, ##__VA_ARGS__) 1728 (ra).bus, (ra).target, (ra).lun, ##__VA_ARGS__) 1740 (res).bus, (res).target, (re [all...] |
/kernel/linux/linux-6.6/net/appletalk/ |
H A D | ddp.c | 424 static struct atalk_route *atrtr_find(struct atalk_addr *target) in atrtr_find() argument 439 if (r->target.s_net == target->s_net) { in atrtr_find() 442 * if this host route is for the target, in atrtr_find() 445 if (r->target.s_node == target->s_node) in atrtr_find() 520 if (ta->sat_addr.s_net == rt->target.s_net) { in atrtr_create() 523 if (ta->sat_addr.s_node == rt->target.s_node) in atrtr_create() 565 rt->target = ta->sat_addr; in atrtr_create() 587 if (tmp->target in atrtr_delete() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | TestMessageFormat.java | 1236 String target = "X:two Y:one"; in testNumericFormatWithMap() 1238 if (!target.equals(result)) { in testNumericFormatWithMap() 1239 errln("expected '" + target + "' but got '" + result + "'"); in testNumericFormatWithMap() 1243 Map mapResult = mf.parseToMap(target); in testNumericFormatWithMap() 1254 target = "X:{2} Y:one"; in testNumericFormatWithMap() 1256 if (!target.equals(result)) { in testNumericFormatWithMap() 1257 errln("expected '" + target + "' but got '" + result + "'"); in testNumericFormatWithMap() 1278 target = "X:5:17:00\u202FAM Y:Dec 17, 1990"; in testNumericFormatWithMap() 1280 if (!target.equals(result)) { in testNumericFormatWithMap() 1281 errln("expected '" + target in testNumericFormatWithMap() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | TestMessageFormat.java | 1239 String target = "X:two Y:one"; in testNumericFormatWithMap() 1241 if (!target.equals(result)) { in testNumericFormatWithMap() 1242 errln("expected '" + target + "' but got '" + result + "'"); in testNumericFormatWithMap() 1246 Map mapResult = mf.parseToMap(target); in testNumericFormatWithMap() 1257 target = "X:{2} Y:one"; in testNumericFormatWithMap() 1259 if (!target.equals(result)) { in testNumericFormatWithMap() 1260 errln("expected '" + target + "' but got '" + result + "'"); in testNumericFormatWithMap() 1281 target = "X:5:17:00 AM Y:Dec 17, 1990"; in testNumericFormatWithMap() 1283 if (!target.equals(result)) { in testNumericFormatWithMap() 1284 errln("expected '" + target in testNumericFormatWithMap() [all...] |
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | macro-assembler-ppc.h | 135 // Get the actual activation frame alignment for target environment. 694 void Jump(Register target); 695 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al, 700 void Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond = al, 702 void Call(Register target); 703 void Call(Address target, RelocInfo::Mode rmode, Condition cond = al); 706 void Call(Label* target); 719 void CallForDeoptimization(Builtin target, int deopt_id, Label* exit, 955 void StoreReturnAddressAndCall(Register target); 1242 static int CallSizeNotPredictableCodeSize(Address target, [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-ir.h | 1235 compiler::AllocatedOperand target) in GapMove() 1236 : Base(bitfield), source_(source), target_(target) {} in GapMove() 1239 compiler::AllocatedOperand target() const { return target_; } in target() function in v8::internal::maglev::GapMove 1441 BasicBlock* target() const { return target_.block_ptr(); } in target() function in v8::internal::maglev::UnconditionalControlNode 1449 explicit UnconditionalControlNode(uint32_t bitfield, BasicBlock* target) in UnconditionalControlNode() argument 1450 : ControlNode(bitfield), target_(target) {} in UnconditionalControlNode() 1478 explicit UnconditionalControlNodeT(uint32_t bitfield, BasicBlock* target) in UnconditionalControlNodeT() argument 1479 : UnconditionalControlNode(bitfield, target) { in UnconditionalControlNodeT() 1541 explicit JumpLoop(uint32_t bitfield, BasicBlock* target) in JumpLoop() argument 1542 : Base(bitfield, target) {} in JumpLoop() 1234 GapMove(uint32_t bitfield, compiler::AllocatedOperand source, compiler::AllocatedOperand target) GapMove() argument [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_memory_test.cpp | 26 std::ostream& operator<<(std::ostream& stream, spv_target_env target) in operator <<() argument 28 switch (target) { in operator <<() 31 default: return stream << (unsigned)target; in operator <<() 3511 const spv_target_env target = std::get<3>(GetParam()); in TEST_P() local 3513 ASSERT_TRUE(target == SPV_ENV_UNIVERSAL_1_3 || in TEST_P() 3514 target == SPV_ENV_UNIVERSAL_1_4); in TEST_P() 3581 CompileSuccessfully(generator.Build(), target); in TEST_P() 3582 spv_result_t result = ValidateInstructions(target); in TEST_P() 3583 if (target < SPV_ENV_UNIVERSAL_1_4 && in TEST_P() 3589 } else if (buffer_block && target > SPV_ENV_UNIVERSAL_1_ in TEST_P() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_memory_test.cpp | 26 std::ostream& operator<<(std::ostream& stream, spv_target_env target) in operator <<() argument 28 switch (target) { in operator <<() 31 default: return stream << (unsigned)target; in operator <<() 3511 const spv_target_env target = std::get<3>(GetParam()); in TEST_P() local 3513 ASSERT_TRUE(target == SPV_ENV_UNIVERSAL_1_3 || in TEST_P() 3514 target == SPV_ENV_UNIVERSAL_1_4); in TEST_P() 3581 CompileSuccessfully(generator.Build(), target); in TEST_P() 3582 spv_result_t result = ValidateInstructions(target); in TEST_P() 3583 if (target < SPV_ENV_UNIVERSAL_1_4 && in TEST_P() 3589 } else if (buffer_block && target > SPV_ENV_UNIVERSAL_1_ in TEST_P() [all...] |
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.cc | 691 std::string* target = &it->second; in ~MemoryOutputStream() local 696 std::string::size_type pos = target->find(magic_string); in ~MemoryOutputStream() 705 if ((pos > 3) && (target->substr(pos - 3, 2) == "/*")) { in ~MemoryOutputStream() 714 pos = target->find_last_of('\n', pos); in ~MemoryOutputStream() 725 std::string indent_(*target, pos, in ~MemoryOutputStream() 726 target->find_first_not_of(" \t", pos) - pos); in ~MemoryOutputStream() 730 target->insert(pos, data_); in ~MemoryOutputStream() 740 target->insert(pos, data_.size() + indent_size, '\0'); in ~MemoryOutputStream() 745 char* target_ptr = ::google::protobuf::string_as_array(target) + pos; in ~MemoryOutputStream() 762 ::google::protobuf::string_as_array(target) in ~MemoryOutputStream() [all...] |
/third_party/spirv-tools/test/val/ |
H A D | val_memory_test.cpp | 26 std::ostream& operator<<(std::ostream& stream, spv_target_env target) { in operator <<() argument 27 switch (target) { in operator <<() 33 return stream << (unsigned)target; in operator <<() 4003 const spv_target_env target = std::get<3>(GetParam()); in TEST_P() local 4005 ASSERT_TRUE(target == SPV_ENV_UNIVERSAL_1_3 || in TEST_P() 4006 target == SPV_ENV_UNIVERSAL_1_4); in TEST_P() 4073 CompileSuccessfully(generator.Build(), target); in TEST_P() 4074 spv_result_t result = ValidateInstructions(target); in TEST_P() 4075 if (target < SPV_ENV_UNIVERSAL_1_4 && in TEST_P() 4081 } else if (buffer_block && target > SPV_ENV_UNIVERSAL_1_ in TEST_P() [all...] |