Searched refs:one_shot (Results 1 – 8 of 8) sorted by relevance
/external/libmojo/mojo/edk/js/ |
D | waiting_callback.cc | 32 bool one_shot) { in Create() argument 34 isolate, new WaitingCallback(isolate, callback, one_shot)); in Create() 54 bool one_shot) in WaitingCallback() argument 55 : one_shot_(one_shot), in WaitingCallback()
|
D | waiting_callback.h | 35 bool one_shot); 45 bool one_shot);
|
/external/brotli/enc/ |
D | hash_longest_match_quickly_inc.h | 51 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 56 if (one_shot && input_size <= partial_prepare_threshold) { in FN() 72 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN() 75 BROTLI_UNUSED(one_shot); in FN()
|
D | hash.h | 360 BROTLI_BOOL one_shot, const size_t input_size) { in HasherSize() argument 365 result += HashMemAllocInBytesH ## N(params, one_shot, input_size); \ in HasherSize() 380 BROTLI_BOOL one_shot = (position == 0 && is_last); in HasherSetup() local 384 alloc_size = HasherSize(params, one_shot, input_size); in HasherSetup() 409 PrepareH ## N(self, one_shot, input_size, data); \ in HasherSetup()
|
D | hash_longest_match64_inc.h | 78 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 84 if (one_shot && input_size <= partial_prepare_threshold) { in FN() 97 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN() 101 BROTLI_UNUSED(one_shot); in FN()
|
D | hash_longest_match_inc.h | 73 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 79 if (one_shot && input_size <= partial_prepare_threshold) { in FN() 91 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN() 95 BROTLI_UNUSED(one_shot); in FN()
|
D | hash_forgetful_chain_inc.h | 67 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 72 if (one_shot && input_size <= partial_prepare_threshold) { in FN() 92 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN() 95 BROTLI_UNUSED(one_shot); in FN()
|
D | hash_to_binary_tree_inc.h | 70 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() 76 BROTLI_UNUSED(one_shot); in FN() 84 const BrotliEncoderParams* params, BROTLI_BOOL one_shot, in FN() 87 if (one_shot && input_size < num_nodes) { in FN()
|