/aosp_15_r20/cts/tests/tests/nfc/src/android/nfc/tech/cts/ |
H A D | NdefTest.java | 66 Ndef ndef = createNdef(1); in testGet_isNdef() local 75 Ndef ndef = Ndef.get(tag); in testGet_notNdef() local 82 Ndef ndef = createNdef(1); in testGetCachedNdefMessage() local 89 Ndef ndef = createNdef(1); in testGetType_type1() local 96 Ndef ndef = createNdef(2); in testGetType_type2() local 103 Ndef ndef = createNdef(3); in testGetType_type3() local 110 Ndef ndef = createNdef(4); in testGetType_type4() local 117 Ndef ndef = createNdef(101); in testGetType_mifareClassic() local 124 Ndef ndef = createNdef(102); in testGetType_iCodeSLI() local 131 Ndef ndef = createNdef(-1); in testGetType_unknown() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | full_type_util_test.cc | 196 NodeDef ndef; in TEST() local 226 NodeDef ndef; in TEST() local 257 NodeDef ndef; in TEST() local 276 NodeDef ndef; in TEST() local 298 NodeDef ndef; in TEST() local 332 NodeDef ndef; in TEST() local 369 NodeDef ndef; in TEST() local 424 NodeDef ndef; in TEST() local 481 NodeDef ndef; in TEST() local 519 NodeDef ndef; in TEST() local [all …]
|
H A D | op_kernel_test.cc | 219 NodeDef ndef = CreateNodeDef("Test1", {DT_FLOAT, DT_INT32}); in TEST_F() local 232 NodeDef ndef = in TEST_F() local 247 NodeDef ndef = in TEST_F() local 262 NodeDef ndef = CreateNodeDef("Test3", {DT_INT8, DT_INT8}); in TEST_F() local 271 NodeDef ndef = CreateNodeDef("Test3", {DT_FLOAT, DT_FLOAT}); in TEST_F() local 279 NodeDef ndef = CreateNodeDef("Test3", {DT_STRING, DT_STRING}); in TEST_F() local 287 NodeDef ndef = CreateNodeDef("Test4", {DT_FLOAT}); in TEST_F() local 297 NodeDef ndef = CreateNodeDef("Test5", {DT_STRING, DT_STRING}); in TEST_F() local 558 const NodeDef ndef = CreateNodeDef("DuplicateKernel", {}); in TEST_F() local 577 const NodeDef ndef = in TEST_F() local [all …]
|
H A D | op_segment_test.cc | 64 OpSegment::CreateKernelFn GetFn(const NodeDef* ndef) { in GetFn() 85 auto* ndef = &float_nodedefs_[i]; in TEST_F() local 136 const auto& ndef = int32_nodedefs_[0]; in TEST_F() local
|
H A D | function_test.cc | 1348 NodeDef ndef; in TEST() local 1379 NodeDef ndef; in TEST() local 1404 NodeDef ndef; in TEST() local 1524 NodeDef* ndef = fdef2.add_node_def(); in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | gradients.cc | 79 NodeDef ndef; in AddZerosLike() local 89 NodeDef ndef; in AddZerosLike() local 107 NodeDef ndef; in AddSymGrad() local 318 NodeDef ndef; in SumGradients() local
|
H A D | function_utils.cc | 53 NodeDef ndef; in AddNoOp() local 64 NodeDef ndef; in AddIdentity() local 314 NodeDef* ndef = gdef->add_node(); in ToGraphDef() local
|
H A D | inline_function_utils.cc | 100 NodeDef ndef; in AddNoOp() local 111 NodeDef ndef; in AddIdentity() local 600 NodeDef ndef = n->def(); in InlineFunctionBody() local
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | wps_supplicant.c | 2205 int ndef, const char *uuid) in wpas_wps_er_nfc_config_token() 2328 wpas_wps_network_config_token(struct wpa_supplicant *wpa_s, int ndef, in wpas_wps_network_config_token() 2354 int ndef, const char *id_str) in wpas_wps_nfc_config_token() 2380 struct wpabuf * wpas_wps_nfc_token(struct wpa_supplicant *wpa_s, int ndef) in wpas_wps_nfc_token() 2582 int ndef) in wpas_wps_nfc_handover_req() 2610 wpas_wps_er_nfc_handover_sel(struct wpa_supplicant *wpa_s, int ndef, in wpas_wps_er_nfc_handover_sel() 2666 int ndef, int cr, const char *uuid) in wpas_wps_nfc_handover_sel()
|
H A D | ap.h | 86 int ndef) in wpas_ap_wps_nfc_handover_sel()
|
H A D | nfc_pw_token.c | 41 struct wpabuf *buf = NULL, *ndef = NULL; in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | light_outside_compilation_kernels_for_test.cc | 166 const NodeDef& ndef, XlaOpKernelContext* ctx) const override { in DynamicOutputDimensions() argument 226 const NodeDef& ndef, XlaOpKernelContext* ctx) const override { in DynamicOutputDimensions() argument 357 const NodeDef& ndef, XlaOpKernelContext* ctx) const override { in DynamicOutputDimensions() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/ |
H A D | kernel_and_device.cc | 102 const NodeDef& ndef, in Init() 140 const NodeDef& ndef, in InstantiateFunc() 245 const NodeDef& ndef, in Init()
|
H A D | kernel_and_device_test.cc | 109 NodeDef ndef(AttrBuilder("MatMul") in BM_KernelAndDeviceInit() local 130 NodeDef ndef(AttrBuilder("MatMul") in BM_KernelAndDeviceRun() local
|
H A D | mkl_eager_op_rewrite.cc | 225 const NodeDef& ndef = op->MutableAttrs()->BuildNodeDef(); in RewriteConv2D() local 233 const NodeDef& ndef = op->MutableAttrs()->BuildNodeDef(); in RewriteFusedBatchNormV3() local
|
H A D | execute.cc | 789 inline void GetMKLNodeDef(NodeDef* ndef) { in GetMKLNodeDef() 824 NodeDef* ndef = fdef.add_node_def(); in WrapInCallOp() local 1022 auto ndef = op->MutableAttrs()->BuildNodeDef(); in SetOpDevice() local 1186 const NodeDef& ndef = op->MutableAttrs()->BuildNodeDef(); in GetOrCreateKernelAndDevice() local
|
H A D | shape_inference.cc | 28 Status RunShapeInference(const NodeDef& ndef, in RunShapeInference()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | colocation_test.cc | 28 bool VerifyNodeHasColocation(const NodeDef& ndef, const string& coloc) { in VerifyNodeHasColocation() 45 NodeDef ndef; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph_partition_test.cc | 120 for (const NodeDef& ndef : gdef.node()) { in CheckLoopConstruction() local 402 for (const NodeDef& ndef : gdef.node()) { in TEST_F() local 436 NodeDef ndef; in TEST_F() local 516 for (const NodeDef& ndef : gdef.node()) { in TEST_F() local
|
H A D | graph_partition.cc | 829 const NodeDef* ndef = &gdef->node(n); in TopologicalSortNodesWithTimePriority() local 847 const NodeDef* ndef = &gdef->node(n); in TopologicalSortNodesWithTimePriority() local 932 NodeDef* ndef = gdef->mutable_node(n); in AddControlEdges() local 948 void SetIncarnation(const PartitionOptions& opts, NodeDef* ndef) { in SetIncarnation()
|
/aosp_15_r20/external/wpa_supplicant_8/src/wps/ |
H A D | wps_common.c | 624 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, in wps_nfc_token_build() 672 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, in wps_nfc_token_gen()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
H A D | light_outside_compilation.h | 49 const NodeDef& ndef, XlaOpKernelContext* ctx) const { in DynamicOutputDimensions()
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | wps_hostapd.c | 2063 int ndef) in hostapd_wps_nfc_config_token() 2085 struct wpabuf * hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef) in hostapd_wps_nfc_hs_cr() 2220 struct wpabuf * hostapd_wps_nfc_token_gen(struct hostapd_data *hapd, int ndef) in hostapd_wps_nfc_token_gen()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/nfc/ |
H A D | ForegroundDispatch.java | 61 IntentFilter ndef = new IntentFilter(NfcAdapter.ACTION_NDEF_DISCOVERED); in onCreate() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/integration/ |
H A D | node_expansion_pass.cc | 63 const NodeDef& ndef = orig_op->MutableAttrs()->BuildNodeDef(); in Run() local
|