Home
last modified time | relevance | path

Searched refs:target (Results 1876 - 1900 of 6974) sorted by relevance

1...<<71727374757677787980>>...279

/kernel/linux/linux-5.10/net/nfc/hci/
H A Dcore.c414 * single target to activate, so nothing to report in nfc_hci_event_received()
663 static int hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_dep_link_up() argument
671 return hdev->ops->dep_link_up(hdev, target, comm_mode, in hci_dep_link_up()
686 struct nfc_target *target, u32 protocol) in hci_activate_target()
692 struct nfc_target *target, in hci_deactivate_target()
722 static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_transceive() argument
729 pr_debug("target_idx=%d\n", target->idx); in hci_transceive()
731 switch (target->hci_reader_gate) { in hci_transceive()
735 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive()
747 r = nfc_hci_send_cmd_async(hdev, target in hci_transceive()
685 hci_activate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u32 protocol) hci_activate_target() argument
691 hci_deactivate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u8 mode) hci_deactivate_target() argument
780 hci_check_presence(struct nfc_dev *nfc_dev, struct nfc_target *target) hci_check_presence() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/
H A Deeprom.c430 void *source, *target; in p54_convert_rev0() local
444 target = ((struct pda_pa_curve_data *) priv->curve_data->data)->data; in p54_convert_rev0()
448 *((__le16 *)target) = *freq; in p54_convert_rev0()
449 target += sizeof(__le16); in p54_convert_rev0()
451 dst = target; in p54_convert_rev0()
464 target += sizeof(*dst); in p54_convert_rev0()
482 void *source, *target; in p54_convert_rev1() local
496 target = ((struct pda_pa_curve_data *) priv->curve_data->data)->data; in p54_convert_rev1()
500 *((__le16 *)target) = *freq; in p54_convert_rev1()
501 target in p54_convert_rev1()
[all...]
/kernel/linux/linux-6.6/net/nfc/hci/
H A Dcore.c414 * single target to activate, so nothing to report in nfc_hci_event_received()
663 static int hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_dep_link_up() argument
671 return hdev->ops->dep_link_up(hdev, target, comm_mode, in hci_dep_link_up()
686 struct nfc_target *target, u32 protocol) in hci_activate_target()
692 struct nfc_target *target, in hci_deactivate_target()
722 static int hci_transceive(struct nfc_dev *nfc_dev, struct nfc_target *target, in hci_transceive() argument
729 pr_debug("target_idx=%d\n", target->idx); in hci_transceive()
731 switch (target->hci_reader_gate) { in hci_transceive()
735 r = hdev->ops->im_transceive(hdev, target, skb, cb, in hci_transceive()
747 r = nfc_hci_send_cmd_async(hdev, target in hci_transceive()
685 hci_activate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u32 protocol) hci_activate_target() argument
691 hci_deactivate_target(struct nfc_dev *nfc_dev, struct nfc_target *target, u8 mode) hci_deactivate_target() argument
780 hci_check_presence(struct nfc_dev *nfc_dev, struct nfc_target *target) hci_check_presence() argument
[all...]
/third_party/gn/src/gn/
H A Dfilesystem_utils.cc16 #include "gn/target.h"
463 const base::FilePath& target) { in MakeAbsoluteFilePathRelativeIfPossible()
465 DCHECK(target.IsAbsolute()); in MakeAbsoluteFilePathRelativeIfPossible()
469 target.GetComponents(&target_components); in MakeAbsoluteFilePathRelativeIfPossible()
472 // so return the target as an absolute path instead. in MakeAbsoluteFilePathRelativeIfPossible()
474 return target; in MakeAbsoluteFilePathRelativeIfPossible()
1012 BuildDirContext::BuildDirContext(const Target* target) in BuildDirContext() argument
1013 : BuildDirContext(target->settings()) {} in BuildDirContext()
1098 SourceDir GetBuildDirForTargetAsSourceDir(const Target* target, in GetBuildDirForTargetAsSourceDir() argument
1100 return GetSubBuildDirAsSourceDir(BuildDirContext(target), in GetBuildDirForTargetAsSourceDir()
461 MakeAbsoluteFilePathRelativeIfPossible( const base::FilePath& base, const base::FilePath& target) MakeAbsoluteFilePathRelativeIfPossible() argument
1104 GetBuildDirForTargetAsOutputFile(const Target* target, BuildDirType type) GetBuildDirForTargetAsOutputFile() argument
[all...]
H A Dconfig_values_extractors.cc29 const Target* target, in RecursiveTargetConfigStringsToStream()
33 RecursiveTargetConfigToStream(config, target, getter, in RecursiveTargetConfigStringsToStream()
27 RecursiveTargetConfigStringsToStream( RecursiveWriterConfig config, const Target* target, const std::vector<std::string>& (ConfigValues::*getter)() const, const EscapeOptions& escape_options, std::ostream& out) RecursiveTargetConfigStringsToStream() argument
H A Dcopy_target_generator.cc14 CopyTargetGenerator::CopyTargetGenerator(Target* target, in CopyTargetGenerator() argument
18 : TargetGenerator(target, scope, function_call, err) {} in CopyTargetGenerator()
H A Dninja_group_target_writer.cc11 #include "gn/target.h"
13 NinjaGroupTargetWriter::NinjaGroupTargetWriter(const Target* target, in NinjaGroupTargetWriter() argument
15 : NinjaTargetWriter(target, out) {} in NinjaGroupTargetWriter()
H A Dninja_bundle_data_target_writer.cc9 #include "gn/target.h"
11 NinjaBundleDataTargetWriter::NinjaBundleDataTargetWriter(const Target* target, in NinjaBundleDataTargetWriter() argument
13 : NinjaTargetWriter(target, out) {} in NinjaBundleDataTargetWriter()
H A Dninja_rust_binary_target_writer.h11 #include "gn/target.h"
13 // Writes a .ninja file for a binary target type (an executable, a shared
17 NinjaRustBinaryTargetWriter(const Target* target, std::ostream& out);
24 const Target* target; member
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationRegressionTest.java174 String target = tests[i + 2]; in compareArray()
190 logln(target); in compareArray()
192 compareResult = c.compare(source, target); in compareArray()
206 targetKey = c.getCollationKey(target); in compareArray()
208 errln("Couldn't get collationKey for target"); in compareArray()
213 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult ); in compareArray()
217 void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
242 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
244 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
252 logln(msg1 + source + msg2 + target in reportCResult()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationRegressionTest.java177 String target = tests[i + 2]; in compareArray()
193 logln(target); in compareArray()
195 compareResult = c.compare(source, target); in compareArray()
209 targetKey = c.getCollationKey(target); in compareArray()
211 errln("Couldn't get collationKey for target"); in compareArray()
216 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult ); in compareArray()
220 void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
245 logln(msg1 + source + msg2 + target + msg3 + sResult); in reportCResult()
247 errln(msg1 + source + msg2 + target + msg3 + sResult + msg4 + sExpect); in reportCResult()
255 logln(msg1 + source + msg2 + target in reportCResult()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c43 if (pt->target == PIPE_TEXTURE_CUBE) in layer_offset()
56 if (pt->target == PIPE_BUFFER) in nv30_miptree_get_handle()
108 if (pt->target == PIPE_TEXTURE_3D) { in define_rect()
152 if (dstres->target == PIPE_BUFFER && srcres->target == PIPE_BUFFER) { in nv30_resource_copy_region()
333 bool is_3d = mt->base.base.target == PIPE_TEXTURE_3D; in nv30_miptree_transfer_map()
383 bool is_3d = mt->base.base.target == PIPE_TEXTURE_3D; in nv30_miptree_transfer_unmap()
440 d = (pt->target == PIPE_TEXTURE_3D) ? pt->depth0 : 1; in nv30_miptree_create()
443 if ((pt->target == PIPE_TEXTURE_RECT) || in nv30_miptree_create()
490 if (pt->target in nv30_miptree_create()
[all...]
/third_party/node/deps/v8/src/execution/
H A Dexecution.cc56 if (!target->IsJSFunction()) return false; in IsScript()
57 Handle<JSFunction> function = Handle<JSFunction>::cast(target); in IsScript()
70 Handle<Object> target; member
92 params.target = constructor; in SetUpForNew()
113 params.target = callable; in SetUpForCall()
136 params.target = callable; in SetUpForTryCall()
159 params.target = undefined; in SetUpForRunMicrotasks()
310 if (params.target->IsJSFunction()) { in Invoke()
311 Handle<JSFunction> function = Handle<JSFunction>::cast(params.target); in Invoke()
411 // {new_target}, {target}, {receive in Invoke()
[all...]
/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.cpp259 inline bool GrDrawOpAtlas::updatePlot(GrDeferredUploadTarget* target, in updatePlot() argument
267 if (plot->lastUploadToken() < target->tokenTracker()->nextTokenToFlush()) { in updatePlot()
274 GrDeferredUploadToken lastUploadToken = target->addASAPUpload( in updatePlot()
285 bool GrDrawOpAtlas::uploadToPage(unsigned int pageIdx, GrDeferredUploadTarget* target, int width, in uploadToPage() argument
298 return this->updatePlot(target, atlasLocator, plot); in uploadToPage()
315 GrDeferredUploadTarget* target, in addToAtlas()
326 if (this->uploadToPage(pageIdx, target, width, height, image, atlasLocator)) { in addToAtlas()
340 if (plot->lastUseToken() < target->tokenTracker()->nextTokenToFlush()) { in addToAtlas()
346 if (!this->updatePlot(target, atlasLocator, plot)) { in addToAtlas()
358 if (this->uploadToPage(fNumActivePages-1, target, widt in addToAtlas()
314 addToAtlas(GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, int width, int height, const void* image, AtlasLocator* atlasLocator) addToAtlas() argument
[all...]
/third_party/python/Include/internal/
H A Dpycore_ast.h229 expr_ty target; member
235 expr_ty target; member
242 expr_ty target; member
250 expr_ty target; member
356 expr_ty target; member
497 expr_ty target; member
663 stmt_ty _PyAST_AugAssign(expr_ty target, operator_ty op, expr_ty value, int
666 stmt_ty _PyAST_AnnAssign(expr_ty target, expr_ty annotation, expr_ty value, int
669 stmt_ty _PyAST_For(expr_ty target, expr_ty iter, asdl_stmt_seq * body,
673 stmt_ty _PyAST_AsyncFor(expr_ty target, expr_t
[all...]
/applications/standard/app_samples/code/BasicFeature/Connectivity/StageSocket/server_python/
H A DTCP_Server.py49 client_thread = threading.Thread(target=handle_client, args=(conn,))
67 accept_thread = threading.Thread(target=accept_clients)
/kernel/linux/linux-5.10/arch/arm/plat-orion/include/plat/
H A Daddr-map.h39 const u8 target; member
49 const u32 size, const u8 target,
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Djump_label.c28 void *target = (void *)jump_entry_target(entry); in arch_jump_label_transform() local
29 int distance = target - addr; in arch_jump_label_transform()
/kernel/linux/linux-6.6/arch/arm/plat-orion/include/plat/
H A Daddr-map.h39 const u8 target; member
49 const u32 size, const u8 target,
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Djump_label.c28 void *target = (void *)jump_entry_target(entry); in arch_jump_label_transform() local
29 int distance = target - addr; in arch_jump_label_transform()
/kernel/linux/linux-6.6/drivers/gpu/drm/logicvc/
H A Dlogicvc_of.h41 unsigned int index, u32 *target);
43 unsigned int index, bool *target);
/third_party/icu/icu4c/source/test/cintltst/
H A Dccolltst.h29 void reportCResult( const UChar source[], const UChar target[],
36 UChar* appendCompareResult(UCollationResult result, UChar* target);
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-proxy.c54 ecma_value_t target, /**< target argument */ in ecma_builtin_proxy_object_revocable()
59 ecma_object_t *rev_proxy_p = ecma_proxy_create_revocable (target, handler); in ecma_builtin_proxy_object_revocable()
53 ecma_builtin_proxy_object_revocable(ecma_value_t this_arg, ecma_value_t target, ecma_value_t handler) ecma_builtin_proxy_object_revocable() argument
/third_party/json/docs/examples/
H A Ddiff.cpp18 // the target document in main()
19 json target = R"( in main() local
29 json patch = json::diff(source, target); in main()
/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_revocable.js17 var target = function () {}; function
22 var revocable = Proxy.revocable(target, handler);

Completed in 15 milliseconds

1...<<71727374757677787980>>...279