Home
last modified time | relevance | path

Searched defs:Prep (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/remove_dir_all/src/
Dportable.rs58 struct Prep { struct
59 _tmp: TempDir,
60 ours: PathBuf,
61 file: PathBuf,
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs129 public void Prep(int size, int additionalBytes) in Prep() method in FlatBuffers.FlatBufferBuilder
356 Prep(size, size * (x.Count - 1)); in Prep() method
398 Prep(size, sizeInBytes - size); in Prep() method
419 Prep(size, size * (x.Length - 1)); in Prep() method
/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua206 function mt:Prep(size, additionalBytes) function
/external/libaom/test/
Dav1_horz_only_frame_superres_test.cc242 void Prep(ACMRandom *rnd) { in Prep() function in __anon1cd262280111::ConvolveHorizRSTestBase
Dav1_convolve_scale_test.cc368 void Prep(ACMRandom *rnd) { in Prep() function in __anon1792a3550111::ConvolveScaleTestBase
/external/flatbuffers/go/
Dbuilder.go255 func (b *Builder) Prep(size, additionalBytes int) { func
/external/flatbuffers/python/flatbuffers/
Dbuilder.py317 def Prep(self, size, additionalBytes): member in Builder