/aosp_15_r20/external/python/asn1crypto/dev/ |
D | version.py | 61 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 D | clock_tree.h | 228 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 D | indexed_array_analysis.cc | 496 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 D | examples.cc | 104 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 D | clock_tree_test.cc | 151 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 D | tools_test.py | 137 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/ |
D | unix.rs | 120 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 D | ieee80211.rs | 641 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 D | parallel_move_resolver.cc | 107 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 D | transport_security_state_test_util.cc | 57 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 D | hb-subset-input.cc | 639 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 D | common_executor.rs | 63 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 D | merge_return_pass.cpp | 261 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 D | merge_return_pass.h | 265 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | merge_return_pass.cpp | 261 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 D | merge_return_pass.h | 265 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | merge_return_pass.cpp | 261 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()
|
D | merge_return_pass.h | 265 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/ |
H A D | anf_test.py | 445 new_source = parser.unparse(node, indentation=' ') 446 new_str = textwrap.dedent(new_source).strip()
|
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ |
H A D | user_defined.py | 1028 new_source = None 1030 new_source = AttrSource(self.source, "__getattr__") 1032 getattr_fn, self, source=new_source
|
H A D | builder.py | 922 new_source = ConvertIntSource(self.source) 929 new_source, 940 source=new_source, 944 new_source, 955 TrackedFake(new_symint, new_source, None)
|
H A D | functions.py | 706 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/ |
D | operations.cpp | 971 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 D | handle_executor.rs | 213 fn new_source<F: AsRawDescriptor>( in new_source() method
|
/aosp_15_r20/external/pytorch/torch/_dynamo/ |
H A D | output_graph.py | 881 new_source = ParamBufferSource(source, leaf_name) 883 self.param_name_to_source[new_name] = new_source 886 OutputGraph.module_key_name(new_source.name())
|