HomeSort by relevance Sort by last modified time
    Searched defs:block_state (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
chrome_autocomplete_scheme_classifier.cc 48 const ExternalProtocolHandler::BlockState block_state = local
50 switch (block_state) {
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_handler.cc 265 BlockState block_state = local
267 if (block_state == BLOCK) {
282 block_state == UNKNOWN,
  /external/chromium_org/third_party/zlib/
deflate.c 71 } block_state; typedef in typeref:enum:__anon21013
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush,
78 local block_state deflate_stored OF((deflate_state *s, int flush, int clas));
79 local block_state deflate_fast OF((deflate_state *s, int flush, int clas));
81 local block_state deflate_slow OF((deflate_state *s, int flush, int clas));
83 local block_state deflate_rle OF((deflate_state *s, int flush));
84 local block_state deflate_huff OF((deflate_state *s, int flush));
824 block_state bstate;
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_deflate.c 71 } block_state; typedef in typeref:enum:__anon33196
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
900 block_state bstate;
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
deflate.c 71 } block_state; typedef in typeref:enum:__anon34233
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
901 block_state bstate;
    [all...]
  /external/zlib/src/
deflate.c 71 } block_state; typedef in typeref:enum:__anon38430
73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
901 block_state bstate;
    [all...]

Completed in 7306 milliseconds