/external/starlark-go/starlark/ |
D | value.go | 98 Freeze() methodSpec 353 func (NoneType) Freeze() {} // immutable func 373 func (b Bool) Freeze() {} // immutable func 423 func (f Float) Freeze() {} // immutable func 526 func (s String) Freeze() {} // immutable func 576 func (si stringElems) Freeze() {} // immutable func 625 func (si stringCodepoints) Freeze() {} // immutable func 689 func (fn *Function) Freeze() { fn.defaults.Freeze(); fn.freevars.Freeze() } func 724 func (b *Builtin) Freeze() { func 726 b.recv.Freeze() [all …]
|
D | hashtable.go | 63 e.key.Freeze() 64 e.value.Freeze()
|
D | interp.go | 649 func (mandatory) Freeze() {} // immutable func 663 func (c *cell) Freeze() { func 665 c.v.Freeze()
|
D | bench_test.go | 78 func (benchmark) Freeze() {} func
|
D | eval_test.go | 172 func (t fib) Freeze() {} func 228 func (hf *hasfields) Freeze() { func 232 v.Freeze() 814 func (b *badType) Freeze() {} func
|
/external/chromium-trace/catapult/tracing/tracing/trace_data/ |
D | trace_data.py | 196 def Freeze(self): member in TraceDataBuilder 209 self.Freeze() 225 self.Freeze() 245 self.Freeze() 297 return builder.Freeze()
|
D | trace_data_unittest.py | 120 builder.Freeze()
|
/external/python/cpython2/Tools/freeze/ |
D | README | 7 What is Freeze? 10 Freeze make it possible to ship arbitrary Python programs to people 31 How does Freeze know which modules to include? 34 Previous versions of Freeze used a pretty simple-minded algorithm to 40 This has been remedied: Freeze now uses the regular Python parser to 48 This new version of Freeze also knows about Python's new package 52 to determine which modules are to be imported, while Freeze will do a 55 One tricky issue: Freeze assumes that the Python interpreter and 56 environment you're using to run Freeze is the same one that would be 65 How do I use Freeze? [all …]
|
/external/python/cpython3/Tools/freeze/ |
D | README | 7 What is Freeze? 10 Freeze make it possible to ship arbitrary Python programs to people 31 How does Freeze know which modules to include? 34 Previous versions of Freeze used a pretty simple-minded algorithm to 40 This has been remedied: Freeze now uses the regular Python parser to 48 This new version of Freeze also knows about Python's new package 52 to determine which modules are to be imported, while Freeze will do a 55 One tricky issue: Freeze assumes that the Python interpreter and 56 environment you're using to run Freeze is the same one that would be 65 How do I use Freeze? [all …]
|
/external/starlark-go/starlarkstruct/ |
D | module.go | 23 func (m *Module) Freeze() { m.Members.Freeze() } func
|
D | struct.go | 175 func (s *Struct) Freeze() { func 177 e.value.Freeze()
|
D | struct_test.go | 60 func (sym *symbol) Freeze() {} // immutable func
|
/external/javassist/src/test/test1/ |
D | Freeze.java | 3 public class Freeze { class
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | Metadata.cs | 47 public static readonly Metadata Empty = new Metadata().Freeze(); 71 internal Metadata Freeze() in Freeze() method in Grpc.Core.Metadata
|
/external/starlark-go/lib/proto/ |
D | proto.go | 704 func (m *Message) Freeze() { *m.frozen = true } func 886 func (rf *RepeatedField) Freeze() { *rf.frozen = true } func 959 func (f FileDescriptor) Freeze() {} // immutable func 1013 func (d MessageDescriptor) Freeze() {} // immutable func 1069 func (d FieldDescriptor) Freeze() {} // immutable func 1109 func (e EnumDescriptor) Freeze() {} // immutable func 1203 func (e EnumValueDescriptor) Freeze() {} // immutable func
|
/external/starlark-go/starlarktest/ |
D | starlarktest.go | 129 args[0].Freeze()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.def | 220 HANDLE_OTHER_INST(67, Freeze, FreezeInst) // Freeze instruction.
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instruction.def | 220 HANDLE_OTHER_INST(67, Freeze, FreezeInst) // Freeze instruction.
|
/external/arm-trusted-firmware/docs/about/ |
D | release-information.rst | 35 | Release Version | Target Date | Expected Code Freeze |
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 249 case Instruction::Freeze: in ComputeSpeculationCost()
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | MetadataTest.cs | 209 var metadata = CreateMetadata().Freeze(); in FreezeMakesReadOnly()
|
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
D | project.py | 104 def Freeze(self): member in Project
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ConvertFromLLVMIR.cpp | 446 INST(Freeze, Freeze), INST(Call, Call), in lookupOperationNameFromOpcode() 568 case llvm::Instruction::Freeze: in processInstruction()
|
/external/llvm-project/llvm/unittests/IR/ |
D | VerifierTest.cpp | 48 TEST(VerifierTest, Freeze) { in TEST() argument
|
/external/ltp/testcases/kernel/controllers/freezer/ |
D | 00_description.txt | 40 Freeze the cgroup and then make sure that writing "FREEZING" into
|