Home
last modified time | relevance | path

Searched refs:new_source (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/python/asn1crypto/dev/
Dversion.py61 new_source = ''
65 new_source += '__version__ = %r\n' % new_version
68 new_source += '__version_info__ = %r\n' % (new_version_info,)
71 new_source += 'PACKAGE_VERSION = %r\n' % new_version
73 new_source += line
81 if new_source != orig_source:
84 f.write(new_source)
/aosp_15_r20/external/pigweed/pw_clock_tree/public/pw_clock_tree/
H A Dclock_tree.h228 Status UpdateSource(ElementType& new_source, bool permit_change_if_in_use) { in UpdateSource() argument
231 source_ = &new_source; in UpdateSource()
243 PW_TRY(new_source.Acquire()); in UpdateSource()
247 new_source.Release().IgnoreError(); in UpdateSource()
260 new_source.Release().IgnoreError(); in UpdateSource()
266 source_ = &new_source; in UpdateSource()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dindexed_array_analysis.cc496 Array* const new_source, in ReshapeToRemoveDegenerateDims()
523 new_source, new_indices, new_source_dim, in ReshapeToRemoveDegenerateDims()
598 Array* const new_source, in ReshapeToAddDegenerateDims()
601 new_source, operand->indices(), new_source_dim, in ReshapeToAddDegenerateDims()
943 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); in ComputeArrayForElementwiseBinaryOp() local
945 new_source, scalar_indexed_const->indices(), in ComputeArrayForElementwiseBinaryOp()
967 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); in ComputeArrayForElementwiseUnaryOp() local
969 new_source, scalar_indexed_const->indices(), in ComputeArrayForElementwiseUnaryOp()
1064 ConstantArray* new_source = Construct<ConstantArray>(literal_for_new_source); in ComputeArrayForDotWithIndexedLhs() local
1066 new_source, lhs->indices(), new_source_dim, in ComputeArrayForDotWithIndexedLhs()
[all …]
/aosp_15_r20/external/pigweed/pw_clock_tree/
H A Dexamples.cc104 pw::Status SetSource(ElementType& new_source, uint32_t new_selector_enable) { in SetSource() argument
112 pw::Status status = this->UpdateSource(new_source, kPermitChangeIfInUse); in SetSource()
143 pw::clock_tree::ElementNonBlockingCannotFail& new_source, in SetSource() argument
146 element.SetSource(new_source, selector_enable).IgnoreError(); in SetSource()
H A Dclock_tree_test.cc151 pw::Status SetSource(ElementType& new_source, in SetSource() argument
161 pw::Status status = this->UpdateSource(new_source, permit_change_if_in_use); in SetSource()
208 ElementBlocking& new_source, in SetSource() argument
214 new_source, selector_enable, selector_disable, permit_change_if_in_use); in SetSource()
218 ElementNonBlockingMightFail& new_source, in SetSource() argument
224 new_source, selector_enable, selector_disable, permit_change_if_in_use); in SetSource()
/aosp_15_r20/system/extras/simpleperf/scripts/test/
H A Dtools_test.py137 new_source = list(source)
138 new_source[0] = new_source[0].replace('\\', '/')
139 actual_source[i] = tuple(new_source)
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/
Dunix.rs120 let new_source = Source::new(env_ref); in offset() localVariable
122 let out_of_date = match (&self.source, &new_source) { in offset()
147 self.source = new_source; in offset()
/aosp_15_r20/tools/netsim/rust/packets/src/
H A Dieee80211.rs641 let new_source = parse_mac_address("01:02:03:00:00:03").unwrap(); in test_with_address() localVariable
644 let new_ieee80211 = ieee80211.with_address(Some(new_source), Some(new_destination)); in test_with_address()
645 assert!(new_ieee80211.get_source() == new_source); in test_with_address()
648 let new_ieee80211 = ieee80211.with_address(Some(new_source), None); in test_with_address()
649 assert!(new_ieee80211.get_source() == new_source); in test_with_address()
/aosp_15_r20/art/compiler/optimizing/
H A Dparallel_move_resolver.cc107 static void UpdateSourceOf(MoveOperands* move, Location updated_location, Location new_source) { in UpdateSourceOf() argument
110 move->SetSource(LowOf(new_source)); in UpdateSourceOf()
112 move->SetSource(HighOf(new_source)); in UpdateSourceOf()
115 move->SetSource(new_source); in UpdateSourceOf()
/aosp_15_r20/external/cronet/net/http/
H A Dtransport_security_state_test_util.cc57 const net::TransportSecurityStateSource new_source = { in ScopedTransportSecurityStateSource() local
63 source_ = std::make_unique<TransportSecurityStateSource>(new_source); in ScopedTransportSecurityStateSource()
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-subset-input.cc639 hb_face_t* new_source = hb_subset_or_fail (source, input); in hb_subset_preprocess() local
642 if (!new_source) { in hb_subset_preprocess()
647 return new_source; in hb_subset_preprocess()
/aosp_15_r20/external/crosvm/cros_async/src/
H A Dcommon_executor.rs63 fn new_source<F: AsRawDescriptor>( in new_source() method
153 self.reactor.new_source(self, f) in async_from()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dmerge_return_pass.cpp261 void MergeReturnPass::UpdatePhiNodes(BasicBlock* new_source, in UpdatePhiNodes() argument
263 target->ForEachPhiInst([this, new_source](Instruction* inst) { in UpdatePhiNodes()
266 inst->AddOperand({SPV_OPERAND_TYPE_ID, {new_source->id()}}); in UpdatePhiNodes()
H A Dmerge_return_pass.h265 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmerge_return_pass.cpp261 void MergeReturnPass::UpdatePhiNodes(BasicBlock* new_source, in UpdatePhiNodes() argument
263 target->ForEachPhiInst([this, new_source](Instruction* inst) { in UpdatePhiNodes()
266 inst->AddOperand({SPV_OPERAND_TYPE_ID, {new_source->id()}}); in UpdatePhiNodes()
H A Dmerge_return_pass.h265 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dmerge_return_pass.cpp261 void MergeReturnPass::UpdatePhiNodes(BasicBlock* new_source, in UpdatePhiNodes() argument
263 target->ForEachPhiInst([this, new_source](Instruction* inst) { in UpdatePhiNodes()
266 inst->AddOperand({SPV_OPERAND_TYPE_ID, {new_source->id()}}); in UpdatePhiNodes()
Dmerge_return_pass.h265 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/
H A Danf_test.py445 new_source = parser.unparse(node, indentation=' ')
446 new_str = textwrap.dedent(new_source).strip()
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Duser_defined.py1028 new_source = None
1030 new_source = AttrSource(self.source, "__getattr__")
1032 getattr_fn, self, source=new_source
H A Dbuilder.py922 new_source = ConvertIntSource(self.source)
929 new_source,
940 source=new_source,
944 new_source,
955 TrackedFake(new_symint, new_source, None)
H A Dfunctions.py706 new_fn, new_source = CollectiveFunctionRewriteVariable.rewrite(tx, old_fn)
709 replacement_var=UserFunctionVariable(new_fn, source=new_source, **options),
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/filesystem/src/
Doperations.cpp971 path new_source(result); in canonical() local
972 new_source /= link; in canonical()
974 new_source /= *itr; in canonical()
975 source = new_source; in canonical()
/aosp_15_r20/external/crosvm/cros_async/src/sys/windows/
H A Dhandle_executor.rs213 fn new_source<F: AsRawDescriptor>( in new_source() method
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Doutput_graph.py881 new_source = ParamBufferSource(source, leaf_name)
883 self.param_name_to_source[new_name] = new_source
886 OutputGraph.module_key_name(new_source.name())

12