Home
last modified time | relevance | path

Searched refs:Freeze (Results 1 – 25 of 84) sorted by relevance

1234

/external/starlark-go/starlark/
Dvalue.go98 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 …]
Dhashtable.go63 e.key.Freeze()
64 e.value.Freeze()
Dinterp.go649 func (mandatory) Freeze() {} // immutable func
663 func (c *cell) Freeze() { func
665 c.v.Freeze()
Dbench_test.go78 func (benchmark) Freeze() {} func
Deval_test.go172 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/
Dtrace_data.py196 def Freeze(self): member in TraceDataBuilder
209 self.Freeze()
225 self.Freeze()
245 self.Freeze()
297 return builder.Freeze()
Dtrace_data_unittest.py120 builder.Freeze()
/external/python/cpython2/Tools/freeze/
DREADME7 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/
DREADME7 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/
Dmodule.go23 func (m *Module) Freeze() { m.Members.Freeze() } func
Dstruct.go175 func (s *Struct) Freeze() { func
177 e.value.Freeze()
Dstruct_test.go60 func (sym *symbol) Freeze() {} // immutable func
/external/javassist/src/test/test1/
DFreeze.java3 public class Freeze { class
/external/grpc-grpc/src/csharp/Grpc.Core/
DMetadata.cs47 public static readonly Metadata Empty = new Metadata().Freeze();
71 internal Metadata Freeze() in Freeze() method in Grpc.Core.Metadata
/external/starlark-go/lib/proto/
Dproto.go704 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/
Dstarlarktest.go129 args[0].Freeze()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.def220 HANDLE_OTHER_INST(67, Freeze, FreezeInst) // Freeze instruction.
/external/llvm-project/llvm/include/llvm/IR/
DInstruction.def220 HANDLE_OTHER_INST(67, Freeze, FreezeInst) // Freeze instruction.
/external/arm-trusted-firmware/docs/about/
Drelease-information.rst35 | Release Version | Target Date | Expected Code Freeze |
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp249 case Instruction::Freeze: in ComputeSpeculationCost()
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DMetadataTest.cs209 var metadata = CreateMetadata().Freeze(); in FreezeMakesReadOnly()
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dproject.py104 def Freeze(self): member in Project
/external/llvm-project/mlir/lib/Target/LLVMIR/
DConvertFromLLVMIR.cpp446 INST(Freeze, Freeze), INST(Call, Call), in lookupOperationNameFromOpcode()
568 case llvm::Instruction::Freeze: in processInstruction()
/external/llvm-project/llvm/unittests/IR/
DVerifierTest.cpp48 TEST(VerifierTest, Freeze) { in TEST() argument
/external/ltp/testcases/kernel/controllers/freezer/
D00_description.txt40 Freeze the cgroup and then make sure that writing "FREEZING" into

1234