/third_party/node/deps/v8/src/parsing/ |
H A D | pending-compilation-error-handler.cc | 35 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 D | pending-compilation-error-handler.h | 133 void Prepare(IsolateT* isolate);
|
/third_party/mbedtls/scripts/ |
H A D | prepare_release.sh | 7 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 D | hash_composite_inc.h | 51 /* 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 D | hash_rolling_inc.h | 78 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 D | hash_to_binary_tree_inc.h | 67 static void FN(Prepare) in Prepare() function
|
H A D | hash_forgetful_chain_inc.h | 92 static void FN(Prepare)( in Prepare() function 164 /* Prepare the hashes for three last bytes of the last write. in StitchToPreviousBlock()
|
H A D | hash_longest_match64_inc.h | 78 static void FN(Prepare)( in Prepare() function 136 /* Prepare the hashes for three last bytes of the last write. in StitchToPreviousBlock()
|
H A D | hash_longest_match_inc.h | 78 static void FN(Prepare)( in Prepare() function 132 /* Prepare the hashes for three last bytes of the last write. in StitchToPreviousBlock()
|
H A D | hash_longest_match_quickly_inc.h | 55 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 D | hash_composite_inc.h | 51 /* 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 D | hash_rolling_inc.h | 78 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 D | hash_to_binary_tree_inc.h | 67 static void FN(Prepare) in Prepare() function
|
H A D | hash_longest_match_inc.h | 78 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 D | BitReader.cs | 153 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 D | dng_bad_pixels.h | 64 virtual void Prepare (dng_negative &negative, 268 virtual void Prepare (dng_negative &negative,
|
H A D | dng_opcodes.h | 358 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 D | dng_opcodes.cpp | 317 fOpcode.Prepare (fNegative, in Start() 462 fOpcode.Prepare (fNegative, in Start()
|
H A D | dng_lens_correction.h | 615 virtual void Prepare (dng_negative &negative,
|
/third_party/node/deps/v8/src/objects/ |
H A D | keys.h | 190 Prepare(); in FastKeyAccumulator() 203 void Prepare();
|
/third_party/node/deps/v8/src/heap/ |
H A D | array-buffer-sweeper.h | 85 void Prepare(SweepingType type);
|
H A D | array-buffer-sweeper.cc | 156 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 D | CoroSplit.cpp | 1451 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 D | rv40dsp.asm | 410 ; Prepare for next loop 415 ; Prepare 2 next lines 419 ; Prepare single next line
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Update.h | 78 bool Prepare();
|