Home
last modified time | relevance | path

Searched refs:one_shot (Results 1 – 8 of 8) sorted by relevance

/external/libmojo/mojo/edk/js/
Dwaiting_callback.cc32 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()
Dwaiting_callback.h35 bool one_shot);
45 bool one_shot);
/external/brotli/enc/
Dhash_longest_match_quickly_inc.h51 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()
Dhash.h360 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()
Dhash_longest_match64_inc.h78 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()
Dhash_longest_match_inc.h73 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()
Dhash_forgetful_chain_inc.h67 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()
Dhash_to_binary_tree_inc.h70 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()