Home
last modified time | relevance | path

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

12

/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)
/external/pigweed/pw_clock_tree/public/pw_clock_tree/
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()
/external/pigweed/pw_clock_tree/
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()
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()
/external/cronet/tot/net/http/
Dtransport_security_state_test_util.cc60 const TransportSecurityStateSource new_source = { in ScopedTransportSecurityStateSource() local
66 source_ = std::make_unique<TransportSecurityStateSource>(new_source); in ScopedTransportSecurityStateSource()
/external/cronet/stable/net/http/
Dtransport_security_state_test_util.cc60 const TransportSecurityStateSource new_source = { in ScopedTransportSecurityStateSource() local
66 source_ = std::make_unique<TransportSecurityStateSource>(new_source); in ScopedTransportSecurityStateSource()
/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()
/external/tensorflow/tensorflow/compiler/xla/service/
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 …]
/external/harfbuzz_ng/src/
Dhb-subset-input.cc776 hb_face_t* new_source = hb_subset_or_fail (source, input); in hb_subset_preprocess() local
779 if (!new_source) { in hb_subset_preprocess()
784 return new_source; in hb_subset_preprocess()
/external/crosvm/cros_async/src/
Dcommon_executor.rs63 fn new_source<F: AsRawDescriptor>( in new_source() method
153 self.reactor.new_source(self, f) in async_from()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmerge_return_pass.h265 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
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()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dmerge_return_pass.h265 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
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()
/external/angle/third_party/spirv-tools/src/source/opt/
Dmerge_return_pass.h265 void UpdatePhiNodes(BasicBlock* new_source, BasicBlock* target);
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()
/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/
Danf_test.py445 new_source = parser.unparse(node, indentation=' ')
446 new_str = textwrap.dedent(new_source).strip()
/external/crosvm/cros_async/src/sys/windows/
Dhandle_executor.rs213 fn new_source<F: AsRawDescriptor>( in new_source() method
/external/pytorch/torch/_dynamo/variables/
Duser_defined.py1028 new_source = None
1030 new_source = AttrSource(self.source, "__getattr__")
1032 getattr_fn, self, source=new_source
Dfunctions.py706 new_fn, new_source = CollectiveFunctionRewriteVariable.rewrite(tx, old_fn)
709 replacement_var=UserFunctionVariable(new_fn, source=new_source, **options),
Dbuilder.py922 new_source = ConvertIntSource(self.source)
929 new_source,
940 source=new_source,
944 new_source,
955 TrackedFake(new_symint, new_source, None)
/external/crosvm/cros_async/src/sys/linux/
Dfd_executor.rs376 fn new_source<F: AsRawDescriptor>( in new_source() method
/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()
/external/pytorch/torch/_dynamo/
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())
/external/mesa3d/src/mesa/main/
Dshaderapi.c2003 char *new_source = try_direct_replace(process_name, source); in _mesa_read_shader_source() local
2004 if (new_source) in _mesa_read_shader_source()
2005 return new_source; in _mesa_read_shader_source()

12