Home
last modified time | relevance | path

Searched refs:Prepare (Results 1 - 25 of 46) sorted by relevance

12

/third_party/node/deps/v8/src/parsing/
H A Dpending-compilation-error-handler.cc35 void PendingCompilationErrorHandler::MessageDetails::Prepare( in Prepare() function in v8::internal::PendingCompilationErrorHandler::MessageDetails
124 warning.Prepare(isolate); in PrepareWarnings()
155 error_details_.Prepare(isolate); in PrepareErrors()
191 error_details_.Prepare(isolate); in FormatErrorMessageForTest()
H A Dpending-compilation-error-handler.h133 void Prepare(IsolateT* isolate);
/third_party/mbedtls/scripts/
H A Dprepare_release.sh7 Prepare the source tree for a release.
10 -u Prepare for development (undo the release preparation)
/third_party/node/deps/brotli/c/enc/
H A Dhash_composite_inc.h51 /* TODO: Initialize of the hashers is defered to Prepare (and params in Initialize()
57 static void FN(Prepare)( in Prepare() function
68 FN_A(Prepare)(&self->ha, one_shot, input_size, data); in Prepare()
69 FN_B(Prepare)(&self->hb, one_shot, input_size, data); in Prepare()
H A Dhash_rolling_inc.h78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() function
137 FN(Prepare)(self, BROTLI_FALSE, available, in StitchToPreviousBlock()
H A Dhash_to_binary_tree_inc.h67 static void FN(Prepare) in Prepare() function
H A Dhash_forgetful_chain_inc.h92 static void FN(Prepare)( in Prepare() function
164 /* Prepare the hashes for three last bytes of the last write. in StitchToPreviousBlock()
H A Dhash_longest_match64_inc.h78 static void FN(Prepare)( in Prepare() function
136 /* Prepare the hashes for three last bytes of the last write. in StitchToPreviousBlock()
H A Dhash_longest_match_inc.h78 static void FN(Prepare)( in Prepare() function
132 /* Prepare the hashes for three last bytes of the last write. in StitchToPreviousBlock()
H A Dhash_longest_match_quickly_inc.h55 static void FN(Prepare)( in Prepare() function
123 /* Prepare the hashes for three last bytes of the last write. in StitchToPreviousBlock()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_composite_inc.h51 /* TODO: Initialize of the hashers is defered to Prepare (and params in Initialize()
57 static void FN(Prepare)( in Prepare() function
68 FN_A(Prepare)(&self->ha, one_shot, input_size, data); in Prepare()
69 FN_B(Prepare)(&self->hb, one_shot, input_size, data); in Prepare()
H A Dhash_rolling_inc.h78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in Prepare() function
137 FN(Prepare)(self, BROTLI_FALSE, available, in StitchToPreviousBlock()
H A Dhash_to_binary_tree_inc.h67 static void FN(Prepare) in Prepare() function
H A Dhash_longest_match_inc.h78 static void FN(Prepare)( in Prepare() function
132 /* Prepare the hashes for three last bytes of the last write. in StitchToPreviousBlock()
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DBitReader.cs153 Prepare(br); in Init()
156 private static void Prepare(Org.Brotli.Dec.BitReader br) in Prepare() method in Org.Brotli.Dec.BitReader
168 Prepare(br); in Reload()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_bad_pixels.h64 virtual void Prepare (dng_negative &negative,
268 virtual void Prepare (dng_negative &negative,
H A Ddng_opcodes.h358 virtual void Prepare (dng_negative & /* negative */, in Prepare() function in dng_filter_opcode
376 /// between 0 and threadCount - 1 for the threadCount passed to Prepare
460 virtual void Prepare (dng_negative & /* negative */, in Prepare() function in dng_inplace_opcode
479 /// between 0 and threadCount - 1 for the threadCount passed to Prepare
H A Ddng_opcodes.cpp317 fOpcode.Prepare (fNegative, in Start()
462 fOpcode.Prepare (fNegative, in Start()
H A Ddng_lens_correction.h615 virtual void Prepare (dng_negative &negative,
/third_party/node/deps/v8/src/objects/
H A Dkeys.h190 Prepare(); in FastKeyAccumulator()
203 void Prepare();
/third_party/node/deps/v8/src/heap/
H A Darray-buffer-sweeper.h85 void Prepare(SweepingType type);
H A Darray-buffer-sweeper.cc156 Prepare(type); in RequestSweep()
177 void ArrayBufferSweeper::Prepare(SweepingType type) { in Prepare() function in v8::internal::ArrayBufferSweeper
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1451 static void replacePrepare(CallInst *Prepare, CallGraph &CG) { in replacePrepare() argument
1452 auto CastFn = Prepare->getArgOperand(0); // as an i8* in replacePrepare()
1458 PrepareUserNode = CG[Prepare->getFunction()]; in replacePrepare()
1468 for (auto UI = Prepare->use_begin(), UE = Prepare->use_end(); in replacePrepare()
1494 Prepare->replaceAllUsesWith(CastFn); in replacePrepare()
1495 Prepare->eraseFromParent(); in replacePrepare()
1516 auto *Prepare = cast<CallInst>((PI++)->getUser()); in replaceAllPrepares() local
1517 replacePrepare(Prepare, CG); in replaceAllPrepares()
/third_party/ffmpeg/libavcodec/x86/
H A Drv40dsp.asm410 ; Prepare for next loop
415 ; Prepare 2 next lines
419 ; Prepare single next line
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.h78 bool Prepare();

Completed in 15 milliseconds

12